Trace number 3479287

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 Resolution 2.3.0SAT (TO) 1800.13 1796.39

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.10/0.09	c version 2.3.1.v20110525
0.10/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.09	c java.vm.version	19.1-b02
0.10/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.09	c sun.arch.data.model	64
0.10/0.09	c java.version		1.6.0_24
0.10/0.09	c os.name		Linux
0.10/0.09	c os.version		2.6.18-164.el5
0.10/0.09	c os.arch		amd64
0.10/0.09	c Free memory 		12995394264
0.10/0.09	c Max memory 		13063553024
0.10/0.09	c Total memory 		13063553024
0.10/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3479287-1307447876.opb
0.10/0.11	c reading problem ... 
0.78/0.44	c ... done. Wall clock time 0.332s.
0.78/0.44	c #vars     900
0.78/0.44	c #constraints  960
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
0.78/0.47	c SATISFIABLE
0.78/0.47	c OPTIMIZING...
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.356
0.78/0.47	o -28
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.78/0.49	o -29
0.92/0.51	c Got one! Elapsed wall clock time (in seconds):0.403
0.92/0.52	o -30
0.92/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
0.92/0.58	o -32
1.18/0.61	c Got one! Elapsed wall clock time (in seconds):0.495
1.18/0.61	o -33
1.18/0.65	c Got one! Elapsed wall clock time (in seconds):0.536
1.18/0.65	o -34
1.37/0.72	c Got one! Elapsed wall clock time (in seconds):0.61
1.37/0.72	o -35
1.88/1.25	c Got one! Elapsed wall clock time (in seconds):1.14
1.88/1.25	o -36
2.71/2.06	c cleaning 2899 clauses out of 5799 with flag 3000/5799
4.27/3.50	c cleaning 4450 clauses out of 8900 with flag 9000/11799
5.78/5.10	c cleaning 5715 clauses out of 11450 with flag 16000/18799
7.80/7.01	c cleaning 6868 clauses out of 13736 with flag 24001/26800
9.95/9.14	c cleaning 7929 clauses out of 15867 with flag 33000/35799
12.36/11.55	c cleaning 8965 clauses out of 17938 with flag 43000/45799
14.17/13.34	c Got one! Elapsed wall clock time (in seconds):13.232
14.17/13.34	o -37
15.37/14.52	c cleaning 10524 clauses out of 21056 with flag 5001/57882
16.79/15.93	c cleaning 8265 clauses out of 16531 with flag 11000/63881
18.41/17.60	c cleaning 7624 clauses out of 15266 with flag 18000/70881
20.51/19.64	c cleaning 7816 clauses out of 15643 with flag 26001/78882
22.71/21.86	c cleaning 8404 clauses out of 16826 with flag 35000/87881
25.14/24.26	c cleaning 9211 clauses out of 18422 with flag 45000/97881
27.63/26.78	c cleaning 9605 clauses out of 19211 with flag 55000/107881
30.04/29.16	c cleaning 9791 clauses out of 19606 with flag 65000/117881
32.55/31.61	c cleaning 9907 clauses out of 19816 with flag 75001/127882
34.97/34.10	c cleaning 9938 clauses out of 19908 with flag 85000/137881
37.77/36.80	c cleaning 9981 clauses out of 19971 with flag 95001/147882
40.17/39.28	c cleaning 9982 clauses out of 19990 with flag 105001/157882
42.80/41.87	c cleaning 9991 clauses out of 20007 with flag 115000/167881
45.29/44.39	c cleaning 10000 clauses out of 20016 with flag 125000/177881
47.70/46.75	c cleaning 10006 clauses out of 20016 with flag 135000/187881
50.31/49.36	c cleaning 9993 clauses out of 20010 with flag 145000/197881
52.92/51.90	c cleaning 9991 clauses out of 20017 with flag 155000/207881
55.43/54.47	c cleaning 10005 clauses out of 20027 with flag 165001/217882
58.53/57.54	c cleaning 9993 clauses out of 20021 with flag 175000/227881
61.04/60.03	c cleaning 10004 clauses out of 20028 with flag 185000/237881
63.55/62.61	c cleaning 9995 clauses out of 20024 with flag 195000/247881
66.25/65.29	c cleaning 10003 clauses out of 20029 with flag 205000/257881
68.66/67.70	c cleaning 9997 clauses out of 20026 with flag 215000/267881
71.57/70.51	c cleaning 10013 clauses out of 20030 with flag 225001/277882
73.88/72.89	c cleaning 9999 clauses out of 20016 with flag 235000/287881
76.69/75.67	c cleaning 9990 clauses out of 20018 with flag 245001/297882
79.31/78.26	c cleaning 9998 clauses out of 20028 with flag 255001/307882
81.91/80.84	c cleaning 10004 clauses out of 20029 with flag 265000/317881
85.02/83.91	c cleaning 9990 clauses out of 20026 with flag 275001/327882
88.12/87.04	c cleaning 10011 clauses out of 20035 with flag 285000/337881
91.13/90.11	c cleaning 10002 clauses out of 20025 with flag 295001/347882
93.94/92.80	c cleaning 9994 clauses out of 20022 with flag 305000/357881
96.64/95.56	c cleaning 10000 clauses out of 20029 with flag 315001/367882
99.55/98.44	c cleaning 9997 clauses out of 20028 with flag 325000/377881
102.55/101.49	c cleaning 9999 clauses out of 20031 with flag 335000/387881
105.16/104.02	c cleaning 9995 clauses out of 20032 with flag 345000/397881
107.56/106.45	c cleaning 9984 clauses out of 20037 with flag 355000/407881
110.08/108.97	c cleaning 10015 clauses out of 20054 with flag 365001/417882
112.87/111.77	c cleaning 10011 clauses out of 20039 with flag 375001/427882
115.67/114.56	c cleaning 9999 clauses out of 20028 with flag 385001/437882
118.48/117.38	c cleaning 9997 clauses out of 20028 with flag 395000/447881
121.10/120.00	c cleaning 10011 clauses out of 20031 with flag 405000/457881
123.79/122.65	c cleaning 9999 clauses out of 20021 with flag 415001/467882
126.39/125.30	c cleaning 9996 clauses out of 20021 with flag 425000/477881
129.30/128.17	c cleaning 9983 clauses out of 20025 with flag 435000/487881
132.13/130.95	c cleaning 10013 clauses out of 20042 with flag 445000/497881
135.12/133.98	c cleaning 9987 clauses out of 20030 with flag 455001/507882
138.03/136.86	c cleaning 10007 clauses out of 20042 with flag 465000/517881
140.43/139.29	c cleaning 10010 clauses out of 20035 with flag 475000/527881
142.94/141.74	c cleaning 10011 clauses out of 20025 with flag 485000/537881
145.25/144.09	c cleaning 10003 clauses out of 20015 with flag 495001/547882
147.75/146.54	c cleaning 9997 clauses out of 20012 with flag 505001/557882
150.15/148.97	c cleaning 10002 clauses out of 20014 with flag 515000/567881
152.55/151.36	c cleaning 10001 clauses out of 20013 with flag 525001/577882
155.17/153.93	c cleaning 10003 clauses out of 20012 with flag 535001/587882
157.48/156.26	c cleaning 9988 clauses out of 20008 with flag 545000/597881
160.07/158.81	c cleaning 9999 clauses out of 20020 with flag 555000/607881
162.59/161.32	c cleaning 10000 clauses out of 20021 with flag 565000/617881
165.39/164.12	c cleaning 9993 clauses out of 20023 with flag 575002/627883
168.00/166.79	c cleaning 10006 clauses out of 20028 with flag 585000/637881
170.73/169.46	c cleaning 9995 clauses out of 20022 with flag 595000/647881
173.52/172.24	c cleaning 10009 clauses out of 20027 with flag 605000/657881
176.33/175.00	c cleaning 10003 clauses out of 20019 with flag 615001/667882
178.94/177.69	c cleaning 9997 clauses out of 20015 with flag 625000/677881
181.76/180.46	c cleaning 9986 clauses out of 20018 with flag 635000/687881
184.55/183.25	c cleaning 10000 clauses out of 20032 with flag 645000/697881
187.46/186.14	c cleaning 9995 clauses out of 20032 with flag 655000/707881
190.47/189.12	c cleaning 9999 clauses out of 20039 with flag 665002/717883
193.27/191.95	c cleaning 9997 clauses out of 20038 with flag 675000/727881
196.18/194.85	c cleaning 10008 clauses out of 20041 with flag 685000/737881
199.08/197.74	c cleaning 10006 clauses out of 20033 with flag 695000/747881
201.89/200.55	c cleaning 9991 clauses out of 20027 with flag 705000/757881
204.91/203.58	c cleaning 10001 clauses out of 20036 with flag 715000/767881
208.12/206.81	c cleaning 10006 clauses out of 20035 with flag 725000/777881
211.02/209.67	c cleaning 9994 clauses out of 20030 with flag 735001/787882
214.12/212.79	c cleaning 9993 clauses out of 20035 with flag 745000/797881
217.13/215.78	c cleaning 10007 clauses out of 20043 with flag 755001/807882
220.14/218.77	c cleaning 10004 clauses out of 20035 with flag 765000/817881
223.34/221.93	c cleaning 10000 clauses out of 20031 with flag 775000/827881
226.44/225.05	c cleaning 9992 clauses out of 20031 with flag 785000/837881
229.65/228.29	c cleaning 10005 clauses out of 20039 with flag 795000/847881
233.26/231.83	c cleaning 9998 clauses out of 20035 with flag 805001/857882
236.16/234.78	c cleaning 10002 clauses out of 20037 with flag 815001/867882
239.26/237.80	c cleaning 9996 clauses out of 20034 with flag 825000/877881
241.86/240.46	c cleaning 10009 clauses out of 20038 with flag 835000/887881
244.48/243.07	c cleaning 10002 clauses out of 20029 with flag 845000/897881
247.27/245.80	c cleaning 9995 clauses out of 20028 with flag 855001/907882
249.88/248.48	c cleaning 10007 clauses out of 20032 with flag 865000/917881
252.48/251.09	c cleaning 9999 clauses out of 20025 with flag 875000/927881
255.39/253.94	c cleaning 10001 clauses out of 20026 with flag 885000/937881
257.81/256.39	c cleaning 9996 clauses out of 20025 with flag 895000/947881
260.40/258.90	c cleaning 10012 clauses out of 20029 with flag 905000/957881
262.90/261.44	c cleaning 9992 clauses out of 20017 with flag 915000/967881
265.61/264.11	c cleaning 9998 clauses out of 20025 with flag 925000/977881
268.52/267.05	c cleaning 9997 clauses out of 20027 with flag 935000/987881
271.62/270.11	c cleaning 9988 clauses out of 20030 with flag 945000/997881
274.63/273.12	c cleaning 9999 clauses out of 20042 with flag 955000/1007881
277.33/275.81	c cleaning 10007 clauses out of 20043 with flag 965000/1017881
280.04/278.57	c cleaning 10011 clauses out of 20037 with flag 975001/1027882
282.74/281.28	c cleaning 9986 clauses out of 20025 with flag 985000/1037881
285.45/283.99	c cleaning 10003 clauses out of 20040 with flag 995001/1047882
288.25/286.77	c cleaning 9999 clauses out of 20036 with flag 1005000/1057881
291.26/289.77	c cleaning 10007 clauses out of 20037 with flag 1015000/1067881
294.18/292.67	c cleaning 10001 clauses out of 20030 with flag 1025000/1077881
296.97/295.43	c cleaning 9987 clauses out of 20029 with flag 1035000/1087881
299.78/298.28	c cleaning 10015 clauses out of 20043 with flag 1045001/1097882
302.68/301.18	c cleaning 9996 clauses out of 20030 with flag 1055003/1107884
305.79/304.28	c cleaning 10007 clauses out of 20031 with flag 1065000/1117881
308.79/307.30	c cleaning 9991 clauses out of 20024 with flag 1075000/1127881
312.00/310.46	c cleaning 9992 clauses out of 20033 with flag 1085000/1137881
315.41/313.85	c cleaning 10000 clauses out of 20041 with flag 1095000/1147881
318.81/317.20	c cleaning 10007 clauses out of 20042 with flag 1105001/1157882
321.81/320.28	c cleaning 10002 clauses out of 20035 with flag 1115001/1167882
324.82/323.28	c cleaning 10001 clauses out of 20032 with flag 1125000/1177881
327.83/326.24	c cleaning 9994 clauses out of 20032 with flag 1135001/1187882
330.74/329.15	c cleaning 10012 clauses out of 20037 with flag 1145000/1197881
333.87/332.29	c cleaning 9992 clauses out of 20025 with flag 1155000/1207881
337.07/335.51	c cleaning 9994 clauses out of 20033 with flag 1165000/1217881
340.56/338.91	c cleaning 9997 clauses out of 20039 with flag 1175000/1227881
343.47/341.88	c cleaning 10015 clauses out of 20042 with flag 1185000/1237881
346.67/345.06	c cleaning 9994 clauses out of 20027 with flag 1195000/1247881
349.78/348.12	c cleaning 10011 clauses out of 20033 with flag 1205000/1257881
352.88/351.27	c cleaning 9991 clauses out of 20023 with flag 1215001/1267882
355.99/354.38	c cleaning 9994 clauses out of 20031 with flag 1225000/1277881
359.21/357.54	c cleaning 10009 clauses out of 20037 with flag 1235000/1287881
362.40/360.74	c cleaning 9989 clauses out of 20029 with flag 1245001/1297882
365.60/364.00	c cleaning 9999 clauses out of 20039 with flag 1255000/1307881
369.21/367.56	c cleaning 10012 clauses out of 20040 with flag 1265000/1317881
372.12/370.42	c cleaning 10004 clauses out of 20028 with flag 1275000/1327881
374.53/372.83	c cleaning 10009 clauses out of 20024 with flag 1285000/1337881
376.93/375.23	c cleaning 9986 clauses out of 20015 with flag 1295000/1347881
379.33/377.66	c cleaning 10004 clauses out of 20030 with flag 1305001/1357882
381.84/380.16	c cleaning 9999 clauses out of 20026 with flag 1315001/1367882
384.56/382.87	c cleaning 10004 clauses out of 20027 with flag 1325001/1377882
387.15/385.44	c cleaning 10001 clauses out of 20022 with flag 1335000/1387881
389.96/388.25	c cleaning 9995 clauses out of 20021 with flag 1345000/1397881
392.76/391.07	c cleaning 10005 clauses out of 20027 with flag 1355001/1407882
395.36/393.68	c cleaning 9990 clauses out of 20021 with flag 1365000/1417881
398.26/396.55	c cleaning 10000 clauses out of 20032 with flag 1375001/1427882
401.09/399.33	c cleaning 10007 clauses out of 20032 with flag 1385001/1437882
403.87/402.19	c cleaning 9990 clauses out of 20024 with flag 1395000/1447881
406.69/404.97	c cleaning 10008 clauses out of 20034 with flag 1405000/1457881
409.69/407.95	c cleaning 9995 clauses out of 20027 with flag 1415001/1467882
412.89/411.10	c cleaning 9996 clauses out of 20031 with flag 1425000/1477881
415.89/414.10	c cleaning 10002 clauses out of 20035 with flag 1435000/1487881
418.90/417.10	c cleaning 9999 clauses out of 20033 with flag 1445000/1497881
421.92/420.21	c cleaning 9998 clauses out of 20034 with flag 1455000/1507881
425.01/423.26	c cleaning 9996 clauses out of 20036 with flag 1465000/1517881
427.92/426.10	c cleaning 10003 clauses out of 20041 with flag 1475001/1527882
430.73/428.98	c cleaning 9996 clauses out of 20038 with flag 1485001/1537882
433.63/431.89	c cleaning 10010 clauses out of 20041 with flag 1495000/1547881
436.54/434.74	c cleaning 9997 clauses out of 20032 with flag 1505001/1557882
439.35/437.56	c cleaning 9997 clauses out of 20035 with flag 1515001/1567882
442.34/440.59	c cleaning 10010 clauses out of 20037 with flag 1525000/1577881
445.25/443.44	c cleaning 9999 clauses out of 20028 with flag 1535001/1587882
448.16/446.36	c cleaning 10003 clauses out of 20029 with flag 1545001/1597882
451.17/449.35	c cleaning 9979 clauses out of 20026 with flag 1555001/1607882
454.17/452.31	c cleaning 10020 clauses out of 20047 with flag 1565001/1617882
456.77/454.98	c cleaning 9992 clauses out of 20026 with flag 1575000/1627881
459.67/457.85	c cleaning 10005 clauses out of 20034 with flag 1585000/1637881
462.48/460.68	c cleaning 9997 clauses out of 20030 with flag 1595001/1647882
465.49/463.60	c cleaning 9998 clauses out of 20033 with flag 1605001/1657882
468.31/466.45	c cleaning 10008 clauses out of 20034 with flag 1615000/1667881
471.20/469.32	c cleaning 9999 clauses out of 20027 with flag 1625001/1677882
474.10/472.25	c cleaning 9981 clauses out of 20027 with flag 1635000/1687881
477.13/475.23	c cleaning 10017 clauses out of 20046 with flag 1645000/1697881
480.02/478.19	c cleaning 10000 clauses out of 20029 with flag 1655000/1707881
483.03/481.13	c cleaning 10001 clauses out of 20029 with flag 1665000/1717881
486.03/484.11	c cleaning 9995 clauses out of 20028 with flag 1675000/1727881
489.04/487.13	c cleaning 10001 clauses out of 20034 with flag 1685001/1737882
492.14/490.23	c cleaning 10002 clauses out of 20032 with flag 1695000/1747881
495.34/493.47	c cleaning 9985 clauses out of 20030 with flag 1705000/1757881
498.44/496.58	c cleaning 10009 clauses out of 20045 with flag 1715000/1767881
500.84/498.98	c cleaning 10005 clauses out of 20037 with flag 1725001/1777882
503.46/501.59	c cleaning 10009 clauses out of 20032 with flag 1735001/1787882
505.96/504.05	c cleaning 9988 clauses out of 20023 with flag 1745001/1797882
508.47/506.56	c cleaning 10011 clauses out of 20034 with flag 1755000/1807881
510.98/509.06	c cleaning 10001 clauses out of 20023 with flag 1765000/1817881
513.58/511.67	c cleaning 10006 clauses out of 20022 with flag 1775000/1827881
516.28/514.30	c cleaning 9999 clauses out of 20016 with flag 1785000/1837881
519.09/517.15	c cleaning 10005 clauses out of 20017 with flag 1795000/1847881
521.69/519.77	c cleaning 10004 clauses out of 20014 with flag 1805002/1857883
524.30/522.39	c cleaning 9996 clauses out of 20008 with flag 1815000/1867881
527.00/525.10	c cleaning 10003 clauses out of 20012 with flag 1825000/1877881
529.70/527.78	c cleaning 9998 clauses out of 20009 with flag 1835000/1887881
532.50/530.56	c cleaning 9999 clauses out of 20011 with flag 1845000/1897881
535.30/533.41	c cleaning 9997 clauses out of 20012 with flag 1855000/1907881
538.31/536.35	c cleaning 9994 clauses out of 20015 with flag 1865000/1917881
541.31/539.34	c cleaning 10003 clauses out of 20023 with flag 1875002/1927883
544.33/542.35	c cleaning 10010 clauses out of 20019 with flag 1885001/1937882
547.52/545.52	c cleaning 9999 clauses out of 20008 with flag 1895000/1947881
550.72/548.78	c cleaning 9996 clauses out of 20009 with flag 1905000/1957881
553.43/551.45	c cleaning 9988 clauses out of 20013 with flag 1915000/1967881
556.24/554.30	c cleaning 10007 clauses out of 20025 with flag 1925000/1977881
559.25/557.28	c cleaning 10001 clauses out of 20018 with flag 1935000/1987881
561.65/559.67	c cleaning 9994 clauses out of 20017 with flag 1945000/1997881
564.25/562.22	c cleaning 10002 clauses out of 20023 with flag 1955000/2007881
566.86/564.84	c cleaning 9996 clauses out of 20021 with flag 1965000/2017881
569.46/567.43	c cleaning 9989 clauses out of 20025 with flag 1975000/2027881
571.97/569.94	c cleaning 10009 clauses out of 20036 with flag 1985000/2037881
574.57/572.58	c cleaning 10004 clauses out of 20028 with flag 1995001/2047882
577.18/575.17	c cleaning 10004 clauses out of 20024 with flag 2005001/2057882
579.89/577.88	c cleaning 9993 clauses out of 20019 with flag 2015000/2067881
582.70/580.68	c cleaning 10002 clauses out of 20026 with flag 2025000/2077881
585.60/583.57	c cleaning 10001 clauses out of 20024 with flag 2035000/2087881
588.51/586.45	c cleaning 9990 clauses out of 20023 with flag 2045000/2097881
591.52/589.41	c cleaning 10006 clauses out of 20034 with flag 2055001/2107882
594.53/592.46	c cleaning 9998 clauses out of 20027 with flag 2065000/2117881
597.25/595.18	c cleaning 10010 clauses out of 20029 with flag 2075000/2127881
600.23/598.12	c cleaning 9998 clauses out of 20019 with flag 2085000/2137881
603.15/601.07	c cleaning 10001 clauses out of 20021 with flag 2095000/2147881
606.15/604.02	c cleaning 9999 clauses out of 20021 with flag 2105001/2157882
608.96/606.83	c cleaning 9993 clauses out of 20022 with flag 2115001/2167882
611.97/609.82	c cleaning 10003 clauses out of 20028 with flag 2125000/2177881
614.97/612.89	c cleaning 9995 clauses out of 20025 with flag 2135000/2187881
617.57/615.44	c cleaning 10000 clauses out of 20030 with flag 2145000/2197881
620.29/618.21	c cleaning 9992 clauses out of 20031 with flag 2155001/2207882
623.08/620.98	c cleaning 10005 clauses out of 20038 with flag 2165000/2217881
625.80/623.64	c cleaning 9999 clauses out of 20033 with flag 2175000/2227881
628.39/626.23	c cleaning 10009 clauses out of 20034 with flag 2185000/2237881
631.10/628.94	c cleaning 9991 clauses out of 20025 with flag 2195000/2247881
634.00/631.80	c cleaning 10007 clauses out of 20035 with flag 2205001/2257882
636.71/634.52	c cleaning 9996 clauses out of 20027 with flag 2215000/2267881
639.42/637.21	c cleaning 9998 clauses out of 20031 with flag 2225000/2277881
642.23/640.02	c cleaning 10009 clauses out of 20033 with flag 2235000/2287881
645.33/643.12	c cleaning 9995 clauses out of 20026 with flag 2245002/2297883
648.44/646.26	c cleaning 9998 clauses out of 20030 with flag 2255001/2307882
651.55/649.38	c cleaning 9992 clauses out of 20032 with flag 2265001/2317882
654.75/652.55	c cleaning 10008 clauses out of 20039 with flag 2275000/2327881
658.06/655.87	c cleaning 9995 clauses out of 20032 with flag 2285001/2337882
661.18/658.92	c cleaning 10005 clauses out of 20036 with flag 2295000/2347881
664.38/662.18	c cleaning 9996 clauses out of 20031 with flag 2305000/2357881
667.57/665.34	c cleaning 9994 clauses out of 20035 with flag 2315000/2367881
670.68/668.49	c cleaning 10009 clauses out of 20041 with flag 2325000/2377881
674.08/671.84	c cleaning 9997 clauses out of 20032 with flag 2335000/2387881
677.19/674.98	c cleaning 10001 clauses out of 20035 with flag 2345000/2397881
680.49/678.21	c cleaning 9998 clauses out of 20034 with flag 2355000/2407881
683.70/681.41	c cleaning 10002 clauses out of 20036 with flag 2365000/2417881
686.90/684.61	c cleaning 9998 clauses out of 20035 with flag 2375001/2427882
689.60/687.35	c cleaning 10013 clauses out of 20037 with flag 2385001/2437882
692.21/689.94	c cleaning 10001 clauses out of 20023 with flag 2395000/2447881
694.92/692.61	c cleaning 10004 clauses out of 20022 with flag 2405000/2457881
697.43/695.20	c cleaning 9997 clauses out of 20018 with flag 2415000/2467881
700.02/697.70	c cleaning 9996 clauses out of 20021 with flag 2425000/2477881
702.42/700.11	c cleaning 10006 clauses out of 20026 with flag 2435001/2487882
704.93/702.66	c cleaning 9986 clauses out of 20020 with flag 2445001/2497882
707.53/705.29	c cleaning 10001 clauses out of 20034 with flag 2455001/2507882
710.34/708.01	c cleaning 10010 clauses out of 20033 with flag 2465001/2517882
712.95/710.68	c cleaning 9995 clauses out of 20023 with flag 2475001/2527882
715.53/713.22	c cleaning 9995 clauses out of 20028 with flag 2485001/2537882
718.24/715.93	c cleaning 9999 clauses out of 20032 with flag 2495000/2547881
720.95/718.63	c cleaning 9993 clauses out of 20033 with flag 2505000/2557881
723.76/721.44	c cleaning 10014 clauses out of 20040 with flag 2515000/2567881
726.56/724.28	c cleaning 9996 clauses out of 20027 with flag 2525001/2577882
729.48/727.13	c cleaning 10004 clauses out of 20030 with flag 2535000/2587881
732.37/730.00	c cleaning 9997 clauses out of 20026 with flag 2545000/2597881
735.08/732.80	c cleaning 10002 clauses out of 20029 with flag 2555000/2607881
737.99/735.66	c cleaning 9992 clauses out of 20027 with flag 2565000/2617881
740.79/738.42	c cleaning 10012 clauses out of 20036 with flag 2575001/2627882
743.59/741.26	c cleaning 9985 clauses out of 20023 with flag 2585000/2637881
746.50/744.19	c cleaning 10000 clauses out of 20039 with flag 2595001/2647882
749.40/747.05	c cleaning 10003 clauses out of 20039 with flag 2605001/2657882
752.21/749.86	c cleaning 9996 clauses out of 20035 with flag 2615000/2667881
755.21/752.85	c cleaning 10002 clauses out of 20040 with flag 2625001/2677882
758.31/755.98	c cleaning 10009 clauses out of 20037 with flag 2635000/2687881
761.52/759.11	c cleaning 9994 clauses out of 20028 with flag 2645000/2697881
764.64/762.26	c cleaning 10003 clauses out of 20034 with flag 2655000/2707881
767.74/765.34	c cleaning 9993 clauses out of 20031 with flag 2665000/2717881
770.85/768.48	c cleaning 10003 clauses out of 20038 with flag 2675000/2727881
774.05/771.67	c cleaning 10002 clauses out of 20036 with flag 2685001/2737882
777.05/774.60	c cleaning 9994 clauses out of 20033 with flag 2695000/2747881
780.18/777.74	c cleaning 10004 clauses out of 20040 with flag 2705001/2757882
783.27/780.90	c cleaning 10003 clauses out of 20035 with flag 2715000/2767881
786.79/784.32	c cleaning 9983 clauses out of 20033 with flag 2725001/2777882
789.87/787.47	c cleaning 10011 clauses out of 20049 with flag 2735000/2787881
793.07/790.63	c cleaning 10000 clauses out of 20038 with flag 2745000/2797881
796.48/794.08	c cleaning 9987 clauses out of 20038 with flag 2755000/2807881
800.01/797.56	c cleaning 10002 clauses out of 20051 with flag 2765000/2817881
803.21/800.80	c cleaning 10003 clauses out of 20049 with flag 2775000/2827881
806.51/804.04	c cleaning 10000 clauses out of 20046 with flag 2785000/2837881
809.70/807.31	c cleaning 10000 clauses out of 20046 with flag 2795000/2847881
813.12/810.62	c cleaning 10000 clauses out of 20047 with flag 2805001/2857882
816.42/813.94	c cleaning 10000 clauses out of 20046 with flag 2815000/2867881
819.91/817.43	c cleaning 9990 clauses out of 20046 with flag 2825000/2877881
823.51/821.06	c cleaning 9995 clauses out of 20056 with flag 2835000/2887881
827.21/824.75	c cleaning 9997 clauses out of 20061 with flag 2845000/2897881
830.51/828.06	c cleaning 10022 clauses out of 20064 with flag 2855000/2907881
833.62/831.11	c cleaning 10008 clauses out of 20043 with flag 2865001/2917882
836.73/834.25	c cleaning 9997 clauses out of 20034 with flag 2875000/2927881
839.93/837.41	c cleaning 10009 clauses out of 20037 with flag 2885000/2937881
843.23/840.77	c cleaning 9990 clauses out of 20028 with flag 2895000/2947881
846.63/844.16	c cleaning 9997 clauses out of 20038 with flag 2905000/2957881
850.05/847.53	c cleaning 10007 clauses out of 20043 with flag 2915002/2967883
853.15/850.65	c cleaning 9990 clauses out of 20034 with flag 2925000/2977881
856.25/853.76	c cleaning 10004 clauses out of 20044 with flag 2935000/2987881
858.55/856.03	c cleaning 10010 clauses out of 20041 with flag 2945001/2997882
861.15/858.67	c cleaning 10000 clauses out of 20030 with flag 2955000/3007881
863.88/861.36	c cleaning 10000 clauses out of 20030 with flag 2965000/3017881
866.36/863.88	c cleaning 10007 clauses out of 20030 with flag 2975000/3027881
869.47/866.99	c cleaning 9985 clauses out of 20024 with flag 2985001/3037882
872.59/870.02	c cleaning 10012 clauses out of 20038 with flag 2995000/3047881
875.10/872.52	c cleaning 10000 clauses out of 20026 with flag 3005000/3057881
877.70/875.11	c cleaning 10006 clauses out of 20026 with flag 3015000/3067881
880.11/877.51	c cleaning 9995 clauses out of 20021 with flag 3025001/3077882
882.91/880.31	c cleaning 9989 clauses out of 20025 with flag 3035000/3087881
885.71/883.10	c cleaning 10001 clauses out of 20036 with flag 3045000/3097881
888.61/886.07	c cleaning 10004 clauses out of 20036 with flag 3055001/3107882
891.63/889.03	c cleaning 9987 clauses out of 20031 with flag 3065000/3117881
894.53/891.98	c cleaning 10012 clauses out of 20044 with flag 3075000/3127881
897.74/895.10	c cleaning 9995 clauses out of 20032 with flag 3085000/3137881
900.95/898.36	c cleaning 9986 clauses out of 20037 with flag 3095000/3147881
904.25/901.64	c cleaning 10015 clauses out of 20051 with flag 3105000/3157881
907.46/904.89	c cleaning 9997 clauses out of 20036 with flag 3115000/3167881
910.76/908.12	c cleaning 10011 clauses out of 20039 with flag 3125000/3177881
913.77/911.19	c cleaning 10001 clauses out of 20030 with flag 3135002/3187883
916.38/913.73	c cleaning 9994 clauses out of 20028 with flag 3145001/3197882
919.08/916.42	c cleaning 9994 clauses out of 20033 with flag 3155000/3207881
921.99/919.30	c cleaning 9999 clauses out of 20040 with flag 3165001/3217882
924.79/922.11	c cleaning 10000 clauses out of 20040 with flag 3175000/3227881
927.60/924.96	c cleaning 10009 clauses out of 20040 with flag 3185000/3237881
930.60/927.96	c cleaning 9984 clauses out of 20031 with flag 3195000/3247881
933.50/930.83	c cleaning 10010 clauses out of 20047 with flag 3205000/3257881
936.41/933.71	c cleaning 9993 clauses out of 20037 with flag 3215000/3267881
939.11/936.45	c cleaning 9998 clauses out of 20044 with flag 3225000/3277881
941.81/939.14	c cleaning 10010 clauses out of 20046 with flag 3235000/3287881
944.81/942.13	c cleaning 9996 clauses out of 20037 with flag 3245001/3297882
947.63/944.93	c cleaning 10014 clauses out of 20041 with flag 3255001/3307882
950.42/947.79	c cleaning 9994 clauses out of 20026 with flag 3265000/3317881
953.33/950.69	c cleaning 10010 clauses out of 20033 with flag 3275001/3327882
956.24/953.52	c cleaning 9991 clauses out of 20022 with flag 3285000/3337881
959.05/956.33	c cleaning 9997 clauses out of 20031 with flag 3295000/3347881
961.86/959.20	c cleaning 10014 clauses out of 20034 with flag 3305000/3357881
964.66/961.95	c cleaning 9990 clauses out of 20020 with flag 3315000/3367881
967.56/964.85	c cleaning 9994 clauses out of 20030 with flag 3325000/3377881
970.46/967.76	c cleaning 10006 clauses out of 20036 with flag 3335000/3387881
973.27/970.58	c cleaning 10002 clauses out of 20030 with flag 3345000/3397881
976.29/973.55	c cleaning 10004 clauses out of 20029 with flag 3355001/3407882
979.07/976.39	c cleaning 9984 clauses out of 20024 with flag 3365000/3417881
982.08/979.31	c cleaning 10013 clauses out of 20040 with flag 3375000/3427881
984.59/981.84	c cleaning 10005 clauses out of 20027 with flag 3385000/3437881
987.39/984.60	c cleaning 9987 clauses out of 20024 with flag 3395002/3447883
990.19/987.43	c cleaning 10008 clauses out of 20037 with flag 3405002/3457883
993.00/990.27	c cleaning 10008 clauses out of 20028 with flag 3415001/3467882
995.90/993.10	c cleaning 9992 clauses out of 20019 with flag 3425000/3477881
998.50/995.79	c cleaning 10001 clauses out of 20028 with flag 3435001/3487882
1001.41/998.60	c cleaning 9990 clauses out of 20026 with flag 3445000/3497881
1004.01/1001.28	c cleaning 10014 clauses out of 20036 with flag 3455000/3507881
1006.81/1004.06	c cleaning 9993 clauses out of 20023 with flag 3465001/3517882
1009.61/1006.86	c cleaning 10001 clauses out of 20030 with flag 3475001/3527882
1012.42/1009.65	c cleaning 9999 clauses out of 20028 with flag 3485000/3537881
1015.32/1012.53	c cleaning 9991 clauses out of 20029 with flag 3495000/3547881
1018.33/1015.56	c cleaning 10018 clauses out of 20039 with flag 3505001/3557882
1021.34/1018.52	c cleaning 9990 clauses out of 20020 with flag 3515000/3567881
1024.34/1021.54	c cleaning 10009 clauses out of 20031 with flag 3525001/3577882
1027.24/1024.43	c cleaning 9991 clauses out of 20023 with flag 3535002/3587883
1030.16/1027.42	c cleaning 9988 clauses out of 20030 with flag 3545000/3597881
1033.24/1030.41	c cleaning 10006 clauses out of 20042 with flag 3555000/3607881
1036.35/1033.52	c cleaning 10000 clauses out of 20036 with flag 3565000/3617881
1039.45/1036.62	c cleaning 10008 clauses out of 20037 with flag 3575001/3627882
1042.55/1039.73	c cleaning 9995 clauses out of 20029 with flag 3585001/3637882
1045.75/1042.94	c cleaning 9995 clauses out of 20033 with flag 3595000/3647881
1048.45/1045.62	c cleaning 10011 clauses out of 20038 with flag 3605000/3657881
1050.95/1048.16	c cleaning 10009 clauses out of 20029 with flag 3615002/3667883
1053.66/1050.80	c cleaning 9994 clauses out of 20018 with flag 3625000/3677881
1056.26/1053.47	c cleaning 9999 clauses out of 20024 with flag 3635000/3687881
1059.07/1056.20	c cleaning 9997 clauses out of 20025 with flag 3645000/3697881
1061.77/1058.93	c cleaning 9997 clauses out of 20028 with flag 3655000/3707881
1064.39/1061.56	c cleaning 10006 clauses out of 20031 with flag 3665000/3717881
1067.07/1064.28	c cleaning 9992 clauses out of 20025 with flag 3675000/3727881
1069.79/1066.94	c cleaning 9995 clauses out of 20035 with flag 3685002/3737883
1072.38/1069.59	c cleaning 10007 clauses out of 20038 with flag 3695000/3747881
1075.08/1072.23	c cleaning 10005 clauses out of 20032 with flag 3705001/3757882
1077.78/1074.97	c cleaning 9991 clauses out of 20026 with flag 3715000/3767881
1080.28/1077.44	c cleaning 10009 clauses out of 20036 with flag 3725001/3777882
1082.88/1080.05	c cleaning 10002 clauses out of 20026 with flag 3735000/3787881
1085.59/1082.71	c cleaning 9992 clauses out of 20024 with flag 3745000/3797881
1088.19/1085.35	c cleaning 10006 clauses out of 20032 with flag 3755000/3807881
1090.89/1088.04	c cleaning 9978 clauses out of 20026 with flag 3765000/3817881
1093.49/1090.62	c cleaning 10005 clauses out of 20050 with flag 3775002/3827883
1096.09/1093.26	c cleaning 10010 clauses out of 20043 with flag 3785000/3837881
1098.81/1095.91	c cleaning 9986 clauses out of 20034 with flag 3795001/3847882
1101.41/1098.53	c cleaning 10013 clauses out of 20047 with flag 3805000/3857881
1103.81/1100.97	c cleaning 10002 clauses out of 20037 with flag 3815003/3867884
1106.31/1103.48	c cleaning 10005 clauses out of 20033 with flag 3825001/3877882
1108.91/1106.09	c cleaning 9996 clauses out of 20028 with flag 3835001/3887882
1111.51/1108.70	c cleaning 9998 clauses out of 20031 with flag 3845000/3897881
1114.31/1111.41	c cleaning 10003 clauses out of 20033 with flag 3855000/3907881
1116.71/1113.87	c cleaning 9996 clauses out of 20030 with flag 3865000/3917881
1119.43/1116.53	c cleaning 9995 clauses out of 20034 with flag 3875000/3927881
1122.12/1119.20	c cleaning 10007 clauses out of 20040 with flag 3885001/3937882
1125.02/1122.15	c cleaning 9989 clauses out of 20032 with flag 3895000/3947881
1128.02/1125.16	c cleaning 9996 clauses out of 20043 with flag 3905000/3957881
1130.53/1127.65	c cleaning 10014 clauses out of 20049 with flag 3915002/3967883
1133.03/1130.17	c cleaning 9993 clauses out of 20033 with flag 3925000/3977881
1135.63/1132.71	c cleaning 10005 clauses out of 20041 with flag 3935001/3987882
1138.33/1135.46	c cleaning 10002 clauses out of 20035 with flag 3945000/3997881
1141.35/1138.43	c cleaning 10002 clauses out of 20033 with flag 3955000/4007881
1144.25/1141.31	c cleaning 10002 clauses out of 20032 with flag 3965001/4017882
1147.05/1144.18	c cleaning 9999 clauses out of 20030 with flag 3975001/4027882
1149.96/1147.06	c cleaning 10005 clauses out of 20030 with flag 3985000/4037881
1153.06/1150.10	c cleaning 9980 clauses out of 20025 with flag 3995000/4047881
1155.97/1153.01	c cleaning 10010 clauses out of 20045 with flag 4005000/4057881
1158.78/1155.86	c cleaning 10002 clauses out of 20035 with flag 4015000/4067881
1161.58/1158.69	c cleaning 10002 clauses out of 20033 with flag 4025000/4077881
1164.69/1161.71	c cleaning 9998 clauses out of 20031 with flag 4035000/4087881
1167.80/1164.86	c cleaning 9999 clauses out of 20033 with flag 4045000/4097881
1170.99/1168.05	c cleaning 10005 clauses out of 20035 with flag 4055001/4107882
1173.80/1170.84	c cleaning 9990 clauses out of 20029 with flag 4065000/4117881
1176.80/1173.84	c cleaning 9995 clauses out of 20040 with flag 4075001/4127882
1179.60/1176.63	c cleaning 10013 clauses out of 20045 with flag 4085001/4137882
1182.51/1179.52	c cleaning 10001 clauses out of 20031 with flag 4095000/4147881
1185.42/1182.44	c cleaning 9994 clauses out of 20030 with flag 4105000/4157881
1188.41/1185.44	c cleaning 9997 clauses out of 20036 with flag 4115000/4167881
1191.31/1188.33	c cleaning 10004 clauses out of 20039 with flag 4125000/4177881
1194.23/1191.24	c cleaning 10002 clauses out of 20037 with flag 4135002/4187883
1197.22/1194.21	c cleaning 9990 clauses out of 20033 with flag 4145000/4197881
1199.93/1196.99	c cleaning 10010 clauses out of 20044 with flag 4155001/4207882
1202.93/1199.95	c cleaning 9990 clauses out of 20033 with flag 4165000/4217881
1205.83/1202.84	c cleaning 9999 clauses out of 20043 with flag 4175000/4227881
1209.04/1206.00	c cleaning 10008 clauses out of 20045 with flag 4185001/4237882
1211.85/1208.85	c cleaning 9997 clauses out of 20036 with flag 4195000/4247881
1214.84/1211.82	c cleaning 10001 clauses out of 20039 with flag 4205000/4257881
1217.74/1214.75	c cleaning 9989 clauses out of 20038 with flag 4215000/4267881
1220.66/1217.64	c cleaning 10017 clauses out of 20049 with flag 4225000/4277881
1223.55/1220.59	c cleaning 10000 clauses out of 20033 with flag 4235001/4287882
1226.56/1223.54	c cleaning 10000 clauses out of 20032 with flag 4245000/4297881
1229.58/1226.53	c cleaning 9999 clauses out of 20033 with flag 4255001/4307882
1232.46/1229.46	c cleaning 9997 clauses out of 20034 with flag 4265001/4317882
1235.36/1232.39	c cleaning 10004 clauses out of 20036 with flag 4275000/4327881
1238.46/1235.41	c cleaning 9994 clauses out of 20033 with flag 4285001/4337882
1241.47/1238.51	c cleaning 10011 clauses out of 20038 with flag 4295000/4347881
1244.47/1241.47	c cleaning 9982 clauses out of 20028 with flag 4305001/4357882
1247.68/1244.61	c cleaning 10010 clauses out of 20047 with flag 4315002/4367883
1250.68/1247.64	c cleaning 10000 clauses out of 20035 with flag 4325000/4377881
1253.69/1250.63	c cleaning 9996 clauses out of 20035 with flag 4335000/4387881
1256.58/1253.57	c cleaning 9996 clauses out of 20039 with flag 4345000/4397881
1259.59/1256.50	c cleaning 10005 clauses out of 20043 with flag 4355000/4407881
1262.61/1259.58	c cleaning 10003 clauses out of 20039 with flag 4365001/4417882
1265.70/1262.63	c cleaning 9981 clauses out of 20035 with flag 4375000/4427881
1268.80/1265.74	c cleaning 10011 clauses out of 20054 with flag 4385000/4437881
1272.00/1268.90	c cleaning 10009 clauses out of 20043 with flag 4395000/4447881
1275.11/1272.04	c cleaning 9994 clauses out of 20035 with flag 4405001/4457882
1278.20/1275.17	c cleaning 9995 clauses out of 20040 with flag 4415000/4467881
1281.33/1278.29	c cleaning 10004 clauses out of 20045 with flag 4425000/4477881
1284.21/1281.17	c cleaning 10000 clauses out of 20041 with flag 4435000/4487881
1286.52/1283.49	c cleaning 10013 clauses out of 20041 with flag 4445000/4497881
1289.14/1286.02	c cleaning 9996 clauses out of 20028 with flag 4455000/4507881
1291.74/1288.69	c cleaning 10004 clauses out of 20032 with flag 4465000/4517881
1294.34/1291.21	c cleaning 10006 clauses out of 20028 with flag 4475000/4527881
1296.95/1293.81	c cleaning 10004 clauses out of 20023 with flag 4485001/4537882
1299.45/1296.39	c cleaning 9991 clauses out of 20019 with flag 4495001/4547882
1302.35/1299.25	c cleaning 10003 clauses out of 20027 with flag 4505000/4557881
1305.26/1302.16	c cleaning 9994 clauses out of 20024 with flag 4515000/4567881
1308.16/1305.08	c cleaning 9993 clauses out of 20030 with flag 4525000/4577881
1311.56/1308.46	c cleaning 9985 clauses out of 20037 with flag 4535000/4587881
1315.07/1311.93	c cleaning 10018 clauses out of 20052 with flag 4545000/4597881
1318.58/1315.47	c cleaning 9987 clauses out of 20034 with flag 4555000/4607881
1321.78/1318.64	c cleaning 10009 clauses out of 20047 with flag 4565000/4617881
1324.30/1321.18	c cleaning 10007 clauses out of 20038 with flag 4575000/4627881
1327.09/1323.96	c cleaning 9990 clauses out of 20032 with flag 4585001/4637882
1329.70/1326.59	c cleaning 10017 clauses out of 20041 with flag 4595000/4647881
1332.30/1329.17	c cleaning 9996 clauses out of 20025 with flag 4605001/4657882
1334.91/1331.80	c cleaning 10000 clauses out of 20028 with flag 4615000/4667881
1337.61/1334.40	c cleaning 9996 clauses out of 20028 with flag 4625000/4677881
1340.21/1337.08	c cleaning 10001 clauses out of 20032 with flag 4635000/4687881
1343.31/1340.16	c cleaning 9993 clauses out of 20031 with flag 4645000/4697881
1346.33/1343.17	c cleaning 10011 clauses out of 20039 with flag 4655001/4707882
1349.42/1346.26	c cleaning 9991 clauses out of 20027 with flag 4665000/4717881
1352.42/1349.28	c cleaning 10001 clauses out of 20036 with flag 4675000/4727881
1355.53/1352.34	c cleaning 9996 clauses out of 20035 with flag 4685000/4737881
1358.63/1355.42	c cleaning 10003 clauses out of 20039 with flag 4695000/4747881
1361.75/1358.59	c cleaning 9998 clauses out of 20037 with flag 4705001/4757882
1365.05/1361.86	c cleaning 10000 clauses out of 20038 with flag 4715000/4767881
1368.27/1365.09	c cleaning 10002 clauses out of 20038 with flag 4725000/4777881
1371.06/1367.85	c cleaning 10012 clauses out of 20037 with flag 4735001/4787882
1374.06/1370.80	c cleaning 9999 clauses out of 20025 with flag 4745001/4797882
1377.08/1373.82	c cleaning 9994 clauses out of 20025 with flag 4755000/4807881
1380.17/1376.93	c cleaning 10001 clauses out of 20031 with flag 4765000/4817881
1383.18/1379.95	c cleaning 10000 clauses out of 20030 with flag 4775000/4827881
1386.18/1382.91	c cleaning 9998 clauses out of 20030 with flag 4785000/4837881
1389.20/1385.95	c cleaning 10002 clauses out of 20034 with flag 4795002/4847883
1392.19/1388.92	c cleaning 9991 clauses out of 20030 with flag 4805000/4857881
1394.99/1391.76	c cleaning 10003 clauses out of 20039 with flag 4815000/4867881
1398.12/1394.82	c cleaning 9998 clauses out of 20038 with flag 4825002/4877883
1401.20/1397.91	c cleaning 10003 clauses out of 20038 with flag 4835000/4887881
1404.40/1401.11	c cleaning 10006 clauses out of 20035 with flag 4845000/4897881
1407.41/1404.11	c cleaning 9998 clauses out of 20029 with flag 4855000/4907881
1410.41/1407.15	c cleaning 9996 clauses out of 20032 with flag 4865001/4917882
1413.53/1410.24	c cleaning 10002 clauses out of 20035 with flag 4875000/4927881
1416.11/1412.89	c cleaning 10004 clauses out of 20035 with flag 4885002/4937883
1418.93/1415.63	c cleaning 9995 clauses out of 20029 with flag 4895000/4947881
1421.83/1418.51	c cleaning 10000 clauses out of 20035 with flag 4905001/4957882
1424.44/1421.20	c cleaning 9993 clauses out of 20034 with flag 4915000/4967881
1427.24/1423.97	c cleaning 9999 clauses out of 20041 with flag 4925000/4977881
1429.95/1426.68	c cleaning 10010 clauses out of 20042 with flag 4935000/4987881
1432.94/1429.69	c cleaning 10007 clauses out of 20032 with flag 4945000/4997881
1435.74/1432.41	c cleaning 9994 clauses out of 20026 with flag 4955001/5007882
1438.45/1435.18	c cleaning 10000 clauses out of 20032 with flag 4965001/5017882
1441.25/1437.93	c cleaning 9984 clauses out of 20032 with flag 4975001/5027882
1443.95/1440.67	c cleaning 10012 clauses out of 20047 with flag 4985000/5037881
1446.76/1443.49	c cleaning 9994 clauses out of 20035 with flag 4995000/5047881
1449.66/1446.30	c cleaning 10006 clauses out of 20041 with flag 5005000/5057881
1452.47/1449.20	c cleaning 9994 clauses out of 20035 with flag 5015000/5067881
1455.17/1451.85	c cleaning 10002 clauses out of 20041 with flag 5025000/5077881
1457.98/1454.67	c cleaning 10011 clauses out of 20040 with flag 5035001/5087882
1460.79/1457.48	c cleaning 9992 clauses out of 20028 with flag 5045000/5097881
1463.68/1460.36	c cleaning 10008 clauses out of 20036 with flag 5055000/5107881
1466.59/1463.21	c cleaning 9989 clauses out of 20028 with flag 5065000/5117881
1469.49/1466.11	c cleaning 9993 clauses out of 20040 with flag 5075001/5127882
1472.39/1469.00	c cleaning 10006 clauses out of 20046 with flag 5085000/5137881
1475.21/1471.88	c cleaning 10002 clauses out of 20040 with flag 5095000/5147881
1477.80/1474.47	c cleaning 10006 clauses out of 20038 with flag 5105000/5157881
1480.50/1477.11	c cleaning 9998 clauses out of 20032 with flag 5115000/5167881
1483.31/1479.90	c cleaning 10007 clauses out of 20034 with flag 5125000/5177881
1486.01/1482.66	c cleaning 9999 clauses out of 20029 with flag 5135002/5187883
1488.82/1485.41	c cleaning 10002 clauses out of 20028 with flag 5145000/5197881
1491.42/1488.00	c cleaning 9992 clauses out of 20027 with flag 5155001/5207882
1494.03/1490.60	c cleaning 10005 clauses out of 20034 with flag 5165000/5217881
1496.73/1493.39	c cleaning 9980 clauses out of 20030 with flag 5175001/5227882
1499.73/1496.30	c cleaning 10012 clauses out of 20050 with flag 5185001/5237882
1502.64/1499.30	c cleaning 10004 clauses out of 20037 with flag 5195000/5247881
1505.24/1501.86	c cleaning 10002 clauses out of 20033 with flag 5205000/5257881
1508.04/1504.63	c cleaning 9998 clauses out of 20031 with flag 5215000/5267881
1510.94/1507.50	c cleaning 9994 clauses out of 20033 with flag 5225000/5277881
1513.94/1510.53	c cleaning 9993 clauses out of 20040 with flag 5235001/5287882
1516.75/1513.34	c cleaning 10014 clauses out of 20046 with flag 5245000/5297881
1519.46/1516.05	c cleaning 9999 clauses out of 20033 with flag 5255001/5307882
1522.17/1518.78	c cleaning 9996 clauses out of 20033 with flag 5265000/5317881
1525.07/1521.63	c cleaning 9990 clauses out of 20037 with flag 5275000/5327881
1528.09/1524.67	c cleaning 10003 clauses out of 20048 with flag 5285001/5337882
1530.98/1527.51	c cleaning 10007 clauses out of 20045 with flag 5295001/5347882
1533.78/1530.31	c cleaning 9993 clauses out of 20037 with flag 5305000/5357881
1536.58/1533.18	c cleaning 10018 clauses out of 20046 with flag 5315002/5367883
1539.48/1536.09	c cleaning 9984 clauses out of 20026 with flag 5325000/5377881
1542.48/1539.06	c cleaning 10007 clauses out of 20043 with flag 5335001/5387882
1545.48/1542.10	c cleaning 9997 clauses out of 20036 with flag 5345001/5397882
1548.90/1545.42	c cleaning 10001 clauses out of 20038 with flag 5355000/5407881
1551.70/1548.21	c cleaning 9993 clauses out of 20037 with flag 5365000/5417881
1554.51/1551.08	c cleaning 10006 clauses out of 20045 with flag 5375001/5427882
1557.40/1553.95	c cleaning 10005 clauses out of 20038 with flag 5385000/5437881
1560.10/1556.67	c cleaning 9997 clauses out of 20033 with flag 5395000/5447881
1562.90/1559.46	c cleaning 10004 clauses out of 20036 with flag 5405000/5457881
1565.71/1562.26	c cleaning 10003 clauses out of 20033 with flag 5415001/5467882
1568.51/1565.09	c cleaning 9999 clauses out of 20030 with flag 5425001/5477882
1571.11/1567.69	c cleaning 9989 clauses out of 20030 with flag 5435000/5487881
1573.82/1570.32	c cleaning 10010 clauses out of 20042 with flag 5445001/5497882
1576.62/1573.11	c cleaning 9999 clauses out of 20032 with flag 5455001/5507882
1579.52/1576.01	c cleaning 10005 clauses out of 20033 with flag 5465001/5517882
1582.53/1579.07	c cleaning 10006 clauses out of 20027 with flag 5475000/5527881
1585.43/1581.95	c cleaning 10002 clauses out of 20021 with flag 5485000/5537881
1588.34/1584.80	c cleaning 10000 clauses out of 20019 with flag 5495000/5547881
1591.15/1587.68	c cleaning 9991 clauses out of 20020 with flag 5505001/5557882
1594.07/1590.58	c cleaning 9994 clauses out of 20028 with flag 5515000/5567881
1597.16/1593.60	c cleaning 10007 clauses out of 20035 with flag 5525001/5577882
1600.06/1596.59	c cleaning 9996 clauses out of 20027 with flag 5535000/5587881
1602.98/1599.46	c cleaning 9993 clauses out of 20032 with flag 5545001/5597882
1605.76/1602.26	c cleaning 9997 clauses out of 20038 with flag 5555000/5607881
1608.67/1605.13	c cleaning 10003 clauses out of 20041 with flag 5565000/5617881
1611.57/1608.03	c cleaning 10005 clauses out of 20038 with flag 5575000/5627881
1614.57/1611.08	c cleaning 10003 clauses out of 20034 with flag 5585001/5637882
1617.67/1614.13	c cleaning 10002 clauses out of 20030 with flag 5595000/5647881
1620.77/1617.22	c cleaning 9994 clauses out of 20031 with flag 5605003/5657884
1623.79/1620.31	c cleaning 9996 clauses out of 20034 with flag 5615000/5667881
1626.98/1623.43	c cleaning 10008 clauses out of 20041 with flag 5625003/5677884
1630.18/1626.65	c cleaning 9989 clauses out of 20031 with flag 5635001/5687882
1633.58/1630.09	c cleaning 9998 clauses out of 20041 with flag 5645000/5697881
1636.28/1632.78	c cleaning 10005 clauses out of 20043 with flag 5655000/5707881
1639.19/1635.65	c cleaning 10003 clauses out of 20039 with flag 5665001/5717882
1641.89/1638.36	c cleaning 10003 clauses out of 20035 with flag 5675000/5727881
1644.81/1641.26	c cleaning 9990 clauses out of 20032 with flag 5685000/5737881
1647.60/1644.03	c cleaning 10011 clauses out of 20044 with flag 5695002/5747883
1650.21/1646.67	c cleaning 10000 clauses out of 20031 with flag 5705000/5757881
1653.00/1649.49	c cleaning 10001 clauses out of 20031 with flag 5715000/5767881
1655.82/1652.24	c cleaning 9994 clauses out of 20030 with flag 5725000/5777881
1658.70/1655.12	c cleaning 9996 clauses out of 20036 with flag 5735000/5787881
1661.51/1657.97	c cleaning 10009 clauses out of 20040 with flag 5745000/5797881
1664.41/1660.87	c cleaning 9992 clauses out of 20031 with flag 5755000/5807881
1667.32/1663.74	c cleaning 10009 clauses out of 20039 with flag 5765000/5817881
1670.52/1666.90	c cleaning 9979 clauses out of 20030 with flag 5775000/5827881
1673.22/1669.71	c cleaning 10015 clauses out of 20052 with flag 5785001/5837882
1676.32/1672.70	c cleaning 10011 clauses out of 20036 with flag 5795000/5847881
1679.02/1675.44	c cleaning 9992 clauses out of 20025 with flag 5805000/5857881
1681.92/1678.31	c cleaning 9995 clauses out of 20035 with flag 5815002/5867883
1684.92/1681.33	c cleaning 9995 clauses out of 20039 with flag 5825001/5877882
1687.82/1684.29	c cleaning 10012 clauses out of 20044 with flag 5835001/5887882
1690.82/1687.27	c cleaning 9995 clauses out of 20031 with flag 5845000/5897881
1694.02/1690.42	c cleaning 9999 clauses out of 20038 with flag 5855002/5907883
1697.23/1693.61	c cleaning 9999 clauses out of 20037 with flag 5865000/5917881
1700.43/1696.84	c cleaning 10014 clauses out of 20039 with flag 5875001/5927882
1703.24/1699.66	c cleaning 9991 clauses out of 20024 with flag 5885000/5937881
1706.46/1702.82	c cleaning 9986 clauses out of 20033 with flag 5895000/5947881
1709.24/1705.68	c cleaning 10015 clauses out of 20047 with flag 5905000/5957881
1712.44/1708.82	c cleaning 10001 clauses out of 20033 with flag 5915001/5967882
1715.35/1711.79	c cleaning 10001 clauses out of 20032 with flag 5925001/5977882
1718.05/1714.40	c cleaning 10000 clauses out of 20030 with flag 5935000/5987881
1720.66/1717.11	c cleaning 9990 clauses out of 20030 with flag 5945000/5997881
1723.46/1719.80	c cleaning 10008 clauses out of 20040 with flag 5955000/6007881
1726.46/1722.83	c cleaning 10001 clauses out of 20032 with flag 5965000/6017881
1729.16/1725.56	c cleaning 9998 clauses out of 20032 with flag 5975001/6027882
1732.06/1728.47	c cleaning 9996 clauses out of 20033 with flag 5985000/6037881
1734.86/1731.28	c cleaning 10006 clauses out of 20037 with flag 5995000/6047881
1737.87/1734.24	c cleaning 10003 clauses out of 20031 with flag 6005000/6057881
1740.77/1737.18	c cleaning 9994 clauses out of 20028 with flag 6015000/6067881
1743.89/1740.25	c cleaning 10002 clauses out of 20035 with flag 6025001/6077882
1747.09/1743.43	c cleaning 10000 clauses out of 20032 with flag 6035000/6087881
1750.39/1746.73	c cleaning 9990 clauses out of 20032 with flag 6045000/6097881
1753.28/1749.68	c cleaning 9995 clauses out of 20042 with flag 6055000/6107881
1756.08/1752.42	c cleaning 10007 clauses out of 20047 with flag 6065000/6117881
1759.08/1755.40	c cleaning 10009 clauses out of 20040 with flag 6075000/6127881
1761.79/1758.14	c cleaning 10001 clauses out of 20033 with flag 6085002/6137883
1764.81/1761.13	c cleaning 9999 clauses out of 20030 with flag 6095000/6147881
1767.59/1763.97	c cleaning 10005 clauses out of 20032 with flag 6105001/6157882
1770.39/1766.78	c cleaning 9990 clauses out of 20027 with flag 6115001/6167882
1773.39/1769.74	c cleaning 9998 clauses out of 20036 with flag 6125000/6177881
1776.60/1772.92	c cleaning 9997 clauses out of 20039 with flag 6135001/6187882
1779.60/1775.98	c cleaning 10010 clauses out of 20043 with flag 6145002/6197883
1782.50/1778.81	c cleaning 9996 clauses out of 20031 with flag 6155000/6207881
1785.40/1781.73	c cleaning 10001 clauses out of 20035 with flag 6165000/6217881
1788.31/1784.67	c cleaning 9990 clauses out of 20035 with flag 6175001/6227882
1791.31/1787.67	c cleaning 10004 clauses out of 20044 with flag 6185000/6237881
1794.11/1790.49	c cleaning 10006 clauses out of 20040 with flag 6195000/6247881
1797.12/1793.40	c cleaning 10001 clauses out of 20034 with flag 6205000/6257881
1800.05/1796.34	c starts		: 285
1800.05/1796.34	c conflicts		: 6267538
1800.05/1796.34	c decisions		: 6572236
1800.05/1796.34	c propagations		: 38788738
1800.05/1796.34	c inspects		: 4190329200
1800.05/1796.34	c shortcuts		: 0
1800.05/1796.34	c learnt literals	: 0
1800.05/1796.34	c learnt binary clauses	: 0
1800.05/1796.34	c learnt ternary clauses	: 0
1800.05/1796.34	c learnt constraints	: 6267537
1800.05/1796.34	c ignored constraints	: 0
1800.05/1796.34	c root simplifications	: 0
1800.05/1796.34	c removed literals (reason simplification)	: 23400276
1800.05/1796.34	c reason swapping (by a shorter reason)	: 0
1800.05/1796.34	c Calls to reduceDB	: 628
1800.05/1796.34	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.34	c number of learned constraints concerned by reduction	: 0
1800.05/1796.34	c number of learning phase by resolution	: 0
1800.05/1796.34	c number of learning phase by cutting planes	: 0
1800.05/1796.34	c speed (assignments/second)	: 21754.798241387954
1800.05/1796.34	c non guided choices	0
1800.05/1796.35	c learnt constraints type 
1800.05/1796.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19719
1800.05/1796.35	c constraints type 
1800.05/1796.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1796.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1800.05/1796.35	s SATISFIABLE
1800.05/1796.35	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 
1800.05/1796.35	c objective function=-37
1800.05/1796.35	c Total wall clock time (in seconds): 1796.243

Verifier Data

OK	-37

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3479287-1307447876/watcher-3479287-1307447876 -o /tmp/evaluation-result-3479287-1307447876/solver-3479287-1307447876 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479287-1307447876.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.91 2/499 7614
/proc/meminfo: memFree=27188080/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=86844 CPUtime=0 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 1448 0 1 0 0 0 0 0 25 0 2 0 856387291 88928256 1150 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3377245 1158 904 9 0 3368401 0
[pid=7614/tid=7615] ppid=7612 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 4784 0 1 0 0 0 0 0 25 0 2 0 856387292 13850947584 5600 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0969729 s]
/proc/loadavg: 1.92 2.00 1.91 2/499 7614
/proc/meminfo: memFree=27188080/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13622396 CPUtime=0.1 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 15474 0 1 0 8 2 0 0 25 0 18 0 856387291 13949333504 15127 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3405599 15128 2091 9 0 3396333 0
[pid=7614/tid=7615] ppid=7612 vsize=13622396 CPUtime=0.08 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 13519 0 1 0 7 1 0 0 25 0 18 0 856387292 13949333504 15128 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622396

[startup+0.100749 s]
/proc/loadavg: 1.92 2.00 1.91 2/499 7614
/proc/meminfo: memFree=27188080/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13622396 CPUtime=0.1 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 15525 0 1 0 8 2 0 0 25 0 18 0 856387291 13949333504 15178 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3405599 15178 2092 9 0 3396333 0
[pid=7614/tid=7615] ppid=7612 vsize=13622396 CPUtime=0.08 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 13568 0 1 0 7 1 0 0 25 0 18 0 856387292 13949333504 15178 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 47443991171040 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622396

[startup+0.300716 s]
/proc/loadavg: 1.92 2.00 1.91 2/499 7614
/proc/meminfo: memFree=27188080/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13625468 CPUtime=0.57 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 21056 0 1 0 54 3 0 0 25 0 18 0 856387291 13952479232 20006 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406367 20007 2203 9 0 3397101 0
[pid=7614/tid=7615] ppid=7612 vsize=13625468 CPUtime=0.28 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 16445 0 1 0 26 2 0 0 25 0 18 0 856387292 13952479232 20008 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505582962 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13625468

[startup+0.700637 s]
/proc/loadavg: 1.92 2.00 1.91 2/499 7614
/proc/meminfo: memFree=27188080/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13626496 CPUtime=1.37 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 35964 0 1 0 132 5 0 0 25 0 19 0 856387291 13953531904 34820 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406624 34820 2229 9 0 3397358 0
[pid=7614/tid=7615] ppid=7612 vsize=13626496 CPUtime=0.69 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 31105 0 1 0 65 4 0 0 25 0 19 0 856387292 13953531904 34820 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505697491 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13626496

[startup+1.50148 s]
/proc/loadavg: 1.92 2.00 1.91 3/518 7633
/proc/meminfo: memFree=27051536/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13626496 CPUtime=2.18 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 39118 0 1 0 213 5 0 0 25 0 19 0 856387291 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406624 37973 2231 9 0 3397358 0
[pid=7614/tid=7615] ppid=7612 vsize=13626496 CPUtime=1.48 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 34254 0 1 0 144 4 0 0 25 0 19 0 856387292 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 47443994745683 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387294 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 856387295 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 856387296 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856387296 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13626496 CPUtime=0.33 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1561 0 0 0 33 0 0 0 25 0 19 0 856387298 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13626496 CPUtime=0.35 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2139 0 0 0 35 0 0 0 21 0 19 0 856387298 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856387298 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13953531904 37973 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13626496

[startup+3.10118 s]
/proc/loadavg: 1.92 2.00 1.91 3/518 7633
/proc/meminfo: memFree=27009004/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13626496 CPUtime=3.87 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 47636 0 1 0 381 6 0 0 25 0 19 0 856387291 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406624 46482 2259 9 0 3397358 0
[pid=7614/tid=7615] ppid=7612 vsize=13626496 CPUtime=3.06 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 36055 0 1 0 301 5 0 0 25 0 19 0 856387292 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505755078 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1034 0 0 0 0 0 0 0 17 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 1319 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 1046 0 0 0 0 0 0 0 18 0 19 0 856387294 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13626496 CPUtime=0.01 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 3274 0 0 0 1 0 0 0 16 0 19 0 856387295 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13626496 CPUtime=0.36 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 36 0 0 0 15 0 19 0 856387298 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13626496 CPUtime=0.4 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2179 0 0 0 40 0 0 0 15 0 19 0 856387298 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856387298 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13953531904 46482 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 13626496

[startup+6.30057 s]
/proc/loadavg: 1.93 2.00 1.91 3/518 7633
/proc/meminfo: memFree=26959300/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13626496 CPUtime=7.1 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 59943 0 1 0 702 8 0 0 25 0 19 0 856387291 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406624 58769 2259 9 0 3397358 0
[pid=7614/tid=7615] ppid=7612 vsize=13626496 CPUtime=6.2 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 36059 0 1 0 615 5 0 0 25 0 19 0 856387292 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505911439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 2848 0 0 0 0 0 0 0 15 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 3077 0 0 0 0 0 0 0 16 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1575 0 0 0 0 0 0 0 16 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 1319 0 0 0 0 0 0 0 15 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 1701 0 0 0 0 0 0 0 16 0 19 0 856387294 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13626496 CPUtime=0.05 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 8457 0 0 0 5 0 0 0 15 0 19 0 856387295 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13626496 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13626496 CPUtime=0.36 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 36 0 0 0 15 0 19 0 856387298 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13626496 CPUtime=0.41 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2180 0 0 0 41 0 0 0 15 0 19 0 856387298 13953531904 58769 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0

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

[pid=7614/tid=7622] ppid=7612 vsize=13627520 CPUtime=0.68 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1829 0 0 0 67 1 0 0 16 0 19 0 856387294 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13627520 CPUtime=0.64 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 2414 0 0 0 63 1 0 0 16 0 19 0 856387294 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13627520 CPUtime=0.64 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 2763 0 0 0 63 1 0 0 16 0 19 0 856387294 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13627520 CPUtime=17.38 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 15581 0 0 0 1733 5 0 0 15 0 19 0 856387295 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13627520 CPUtime=0.37 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 37 0 0 0 15 0 19 0 856387298 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13627520 CPUtime=0.47 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2502 0 0 0 47 0 0 0 15 0 19 0 856387298 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 856387298 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13954580480 74021 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.96
Current children cumulated vsize (KiB) 13627520

[startup+1782.3 s]
/proc/loadavg: 2.46 2.43 2.26 3/517 7739
/proc/meminfo: memFree=20257324/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13627520 CPUtime=1786.01 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 76163 0 1 0 178569 32 0 0 25 0 19 0 856387291 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406880 74163 2260 9 0 3397614 0
[pid=7614/tid=7615] ppid=7612 vsize=13627520 CPUtime=1761.98 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 36679 0 1 0 176184 14 0 0 25 0 19 0 856387292 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505696873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13627520 CPUtime=0.57 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 2965 0 0 0 56 1 0 0 16 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13627520 CPUtime=0.59 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 2423 0 0 0 58 1 0 0 15 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13627520 CPUtime=0.63 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 3566 0 0 0 62 1 0 0 16 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13627520 CPUtime=0.61 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 554 0 0 0 61 0 0 0 16 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13627520 CPUtime=0.62 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1922 0 0 0 61 1 0 0 16 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13627520 CPUtime=0.7 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1830 0 0 0 69 1 0 0 15 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13627520 CPUtime=0.65 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 2418 0 0 0 64 1 0 0 15 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13627520 CPUtime=0.65 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 2763 0 0 0 64 1 0 0 16 0 19 0 856387294 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13627520 CPUtime=18.02 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 15718 0 0 0 1797 5 0 0 15 0 19 0 856387295 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13627520 CPUtime=0.37 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 37 0 0 0 15 0 19 0 856387298 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13627520 CPUtime=0.47 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2502 0 0 0 47 0 0 0 15 0 19 0 856387298 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 856387298 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13954580480 74163 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.01
Current children cumulated vsize (KiB) 13627520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.32 s]
/proc/loadavg: 2.92 2.52 2.30 3/517 7740
/proc/meminfo: memFree=20256584/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13627520 CPUtime=1800.05 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 76181 0 1 0 179973 32 0 0 25 0 19 0 856387291 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406880 74177 2260 9 0 3397614 0
[pid=7614/tid=7615] ppid=7612 vsize=13627520 CPUtime=1775.88 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 36683 0 1 0 177574 14 0 0 25 0 19 0 856387292 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505755314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13627520 CPUtime=0.57 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 2969 0 0 0 56 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13627520 CPUtime=0.6 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 2423 0 0 0 59 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13627520 CPUtime=0.64 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 3567 0 0 0 63 1 0 0 16 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13627520 CPUtime=0.62 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 554 0 0 0 62 0 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13627520 CPUtime=0.63 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1922 0 0 0 62 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13627520 CPUtime=0.71 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1830 0 0 0 70 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13627520 CPUtime=0.65 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 2427 0 0 0 64 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13627520 CPUtime=0.66 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 2763 0 0 0 65 1 0 0 16 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13627520 CPUtime=18.15 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 15718 0 0 0 1810 5 0 0 15 0 19 0 856387295 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13627520 CPUtime=0.37 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 37 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13627520 CPUtime=0.47 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2502 0 0 0 47 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13627520

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

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

[startup+1796.32 s]
/proc/loadavg: 2.92 2.52 2.30 3/517 7740
/proc/meminfo: memFree=20256584/32950928 swapFree=39617324/67111528
[pid=7614] ppid=7612 vsize=13627520 CPUtime=1800.05 cores=1,3,5,7
/proc/7614/stat : 7614 (java) S 7612 7614 7149 0 -1 4202496 76181 0 1 0 179973 32 0 0 25 0 19 0 856387291 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7614/statm: 3406880 74177 2260 9 0 3397614 0
[pid=7614/tid=7615] ppid=7612 vsize=13627520 CPUtime=1775.88 cores=1,3,5,7
/proc/7614/task/7615/stat : 7615 (java) R 7612 7614 7149 0 -1 4202560 36683 0 1 0 177574 14 0 0 25 0 19 0 856387292 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 46912505755314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7614/tid=7617] ppid=7612 vsize=13627520 CPUtime=0.57 cores=1,3,5,7
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 7149 0 -1 4202560 2969 0 0 0 56 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=13627520 CPUtime=0.6 cores=1,3,5,7
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 7149 0 -1 4202560 2423 0 0 0 59 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=13627520 CPUtime=0.64 cores=1,3,5,7
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 7149 0 -1 4202560 3567 0 0 0 63 1 0 0 16 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=13627520 CPUtime=0.62 cores=1,3,5,7
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 7149 0 -1 4202560 554 0 0 0 62 0 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=13627520 CPUtime=0.63 cores=1,3,5,7
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 7149 0 -1 4202560 1922 0 0 0 62 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=13627520 CPUtime=0.71 cores=1,3,5,7
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 7149 0 -1 4202560 1830 0 0 0 70 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=13627520 CPUtime=0.65 cores=1,3,5,7
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 7149 0 -1 4202560 2427 0 0 0 64 1 0 0 15 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7624] ppid=7612 vsize=13627520 CPUtime=0.66 cores=1,3,5,7
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 7149 0 -1 4202560 2763 0 0 0 65 1 0 0 16 0 19 0 856387294 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7625] ppid=7612 vsize=13627520 CPUtime=18.15 cores=1,3,5,7
/proc/7614/task/7625/stat : 7625 (java) S 7612 7614 7149 0 -1 4202560 15718 0 0 0 1810 5 0 0 15 0 19 0 856387295 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 0 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 7149 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 7149 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856387296 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7628] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7628/stat : 7628 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092055985 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7629] ppid=7612 vsize=13627520 CPUtime=0.37 cores=1,3,5,7
/proc/7614/task/7629/stat : 7629 (java) S 7612 7614 7149 0 -1 4202560 1570 0 0 0 37 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
[pid=7614/tid=7630] ppid=7612 vsize=13627520 CPUtime=0.47 cores=1,3,5,7
/proc/7614/task/7630/stat : 7630 (java) S 7612 7614 7149 0 -1 4202560 2502 0 0 0 47 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 7 0 0 0
[pid=7614/tid=7631] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7631/stat : 7631 (java) S 7612 7614 7149 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048281 0 4 0 16800975 18446604457251451968 0 0 -1 5 0 0 0
[pid=7614/tid=7632] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7632/stat : 7632 (java) S 7612 7614 7149 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 856387298 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 3 0 0 0
[pid=7614/tid=7633] ppid=7612 vsize=13627520 CPUtime=0 cores=1,3,5,7
/proc/7614/task/7633/stat : 7633 (java) S 7612 7614 7149 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 856387337 13954580480 74177 33554432000 1073741824 1073778376 140735483271552 18446744073709551615 208092048896 0 4 0 16800975 18446604457251451968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13627520

Child status: 143
Real time (s): 1796.39
CPU time (s): 1800.13
CPU user time (s): 1799.79
CPU system time (s): 0.338948
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 13627520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76234
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52021
involuntary context switches= 40459

runsolver used 7.49386 second user time and 21.7537 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-07 13:57:56
IDJOB=3479287
IDBENCH=89874
IDSOLVER=1952
FILE ID=node127/3479287-1307447876
RUNJOBID= node127-1307444774-7168
PBS_JOBID= 13520025
Free space on /tmp= 74004 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479287-1307447876/watcher-3479287-1307447876 -o /tmp/evaluation-result-3479287-1307447876/solver-3479287-1307447876 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479287-1307447876.opb

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1256540155

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27188360 kB
Buffers:        342468 kB
Cached:         981736 kB
SwapCached:      59160 kB
Active:        3496824 kB
Inactive:      1964692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27188360 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            1288 kB
Writeback:           0 kB
AnonPages:     4085260 kB
Mapped:          30308 kB
Slab:           135572 kB
PageTables:      95592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133186996 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= 73244 MiB
End job on node127 at 2011-06-07 14:27:55