Trace number 3492913

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 2011-06-08MSAT (TO) 1800.12 1798.25

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap92_wcsp.wbo
MD5SUMb16cae5e7c1377276bc10d7f18825659
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark8486670
Best CPU time to get the best result obtained on this benchmark1800.12
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 60586724
Min constraint cost 1
Max constraint cost 60586724
Sum of constraints costs 76337480126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492913-1307912464.wbo
0.11/0.11	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.207s.
0.46/0.32	c #vars     3823
0.46/0.32	c #constraints  3924
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.75/0.41	c SATISFIABLE
0.75/0.41	c OPTIMIZING...
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.295
0.75/0.41	o 8527182
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
1.05/0.56	o 8486670
2.96/2.26	c cleaning 2551 clauses out of 5103 with flag 5001/5103
5.11/4.36	c cleaning 4262 clauses out of 8551 with flag 11000/11102
7.31/6.52	c cleaning 5637 clauses out of 11290 with flag 18001/18103
10.11/9.38	c cleaning 6821 clauses out of 13653 with flag 26001/26103
12.96/12.17	c cleaning 7910 clauses out of 15831 with flag 35000/35102
15.96/15.14	c cleaning 8956 clauses out of 17922 with flag 45001/45103
19.46/18.61	c cleaning 9472 clauses out of 18965 with flag 55000/55102
22.56/21.75	c cleaning 9738 clauses out of 19494 with flag 65001/65103
25.87/25.01	c cleaning 9873 clauses out of 19756 with flag 75001/75103
28.97/28.20	c cleaning 9929 clauses out of 19884 with flag 85002/85104
32.57/31.72	c cleaning 9966 clauses out of 19954 with flag 95001/95103
35.67/34.84	c cleaning 9991 clauses out of 19987 with flag 105000/105102
38.77/37.93	c cleaning 9992 clauses out of 19996 with flag 115000/115102
41.67/40.81	c cleaning 9993 clauses out of 20004 with flag 125000/125102
44.97/44.18	c cleaning 9996 clauses out of 20015 with flag 135004/135106
47.77/46.99	c cleaning 9989 clauses out of 20015 with flag 145000/145102
50.97/50.17	c cleaning 10006 clauses out of 20026 with flag 155000/155102
53.78/52.94	c cleaning 9997 clauses out of 20020 with flag 165000/165102
56.88/56.02	c cleaning 10008 clauses out of 20023 with flag 175000/175102
59.78/58.99	c cleaning 9997 clauses out of 20015 with flag 185000/185102
62.98/62.13	c cleaning 9997 clauses out of 20019 with flag 195001/195103
66.28/65.40	c cleaning 10001 clauses out of 20021 with flag 205000/205102
69.69/68.81	c cleaning 9997 clauses out of 20022 with flag 215002/215104
73.09/72.28	c cleaning 10005 clauses out of 20026 with flag 225003/225105
76.50/75.63	c cleaning 10004 clauses out of 20021 with flag 235003/235105
79.50/78.65	c cleaning 9993 clauses out of 20015 with flag 245001/245103
82.50/81.67	c cleaning 9997 clauses out of 20022 with flag 255001/255103
85.80/84.90	c cleaning 10004 clauses out of 20025 with flag 265001/265103
90.11/89.28	c cleaning 9990 clauses out of 20020 with flag 275000/275102
93.41/92.58	c cleaning 10008 clauses out of 20030 with flag 285000/285102
97.11/96.24	c cleaning 10002 clauses out of 20024 with flag 295002/295104
100.21/99.33	c cleaning 9997 clauses out of 20020 with flag 305000/305102
103.12/102.26	c cleaning 10001 clauses out of 20024 with flag 315001/315103
106.72/105.87	c cleaning 10002 clauses out of 20022 with flag 325000/325102
110.83/110.00	c cleaning 9997 clauses out of 20020 with flag 335000/335102
114.53/113.67	c cleaning 10003 clauses out of 20024 with flag 345001/345103
117.83/116.92	c cleaning 10005 clauses out of 20021 with flag 355001/355103
121.63/120.73	c cleaning 9995 clauses out of 20018 with flag 365003/365105
125.04/124.11	c cleaning 9996 clauses out of 20020 with flag 375000/375102
128.84/127.93	c cleaning 10004 clauses out of 20024 with flag 385000/385102
132.34/131.44	c cleaning 10003 clauses out of 20020 with flag 395000/395102
135.24/134.33	c cleaning 9999 clauses out of 20017 with flag 405000/405102
138.24/137.30	c cleaning 10004 clauses out of 20018 with flag 415000/415102
140.74/139.84	c cleaning 9996 clauses out of 20016 with flag 425002/425104
143.15/142.28	c cleaning 10004 clauses out of 20019 with flag 435001/435103
145.55/144.65	c cleaning 9996 clauses out of 20016 with flag 445002/445104
148.05/147.18	c cleaning 10003 clauses out of 20020 with flag 455002/455104
150.65/149.73	c cleaning 9988 clauses out of 20016 with flag 465001/465103
153.55/152.62	c cleaning 9995 clauses out of 20027 with flag 475000/475102
156.55/155.62	c cleaning 10007 clauses out of 20036 with flag 485004/485106
159.66/158.71	c cleaning 9994 clauses out of 20026 with flag 495001/495103
162.56/161.61	c cleaning 10009 clauses out of 20033 with flag 505002/505104
164.96/164.08	c cleaning 10000 clauses out of 20022 with flag 515000/515102
167.56/166.69	c cleaning 10005 clauses out of 20026 with flag 525004/525106
171.56/170.60	c cleaning 9992 clauses out of 20018 with flag 535001/535103
174.96/174.08	c cleaning 10008 clauses out of 20026 with flag 545001/545103
177.97/177.00	c cleaning 9996 clauses out of 20019 with flag 555002/555104
181.16/180.23	c cleaning 9998 clauses out of 20021 with flag 565000/565102
184.87/183.97	c cleaning 9993 clauses out of 20023 with flag 575000/575102
189.17/188.24	c cleaning 9996 clauses out of 20030 with flag 585000/585102
192.47/191.58	c cleaning 10005 clauses out of 20034 with flag 595000/595102
194.77/193.84	c cleaning 10004 clauses out of 20029 with flag 605000/605102
197.78/196.84	c cleaning 10007 clauses out of 20026 with flag 615001/615103
200.17/199.28	c cleaning 9999 clauses out of 20018 with flag 625000/625102
203.07/202.18	c cleaning 10004 clauses out of 20020 with flag 635001/635103
205.97/205.02	c cleaning 10001 clauses out of 20017 with flag 645002/645104
208.90/207.99	c cleaning 9997 clauses out of 20016 with flag 655002/655104
212.20/211.26	c cleaning 9996 clauses out of 20018 with flag 665001/665103
215.10/214.13	c cleaning 10008 clauses out of 20021 with flag 675000/675102
218.30/217.34	c cleaning 9991 clauses out of 20016 with flag 685003/685105
221.70/220.75	c cleaning 10005 clauses out of 20023 with flag 695001/695103
224.90/223.93	c cleaning 10001 clauses out of 20017 with flag 705000/705102
227.90/226.95	c cleaning 9994 clauses out of 20020 with flag 715004/715106
231.41/230.50	c cleaning 10001 clauses out of 20024 with flag 725002/725104
235.22/234.21	c cleaning 10001 clauses out of 20022 with flag 735001/735103
238.62/237.69	c cleaning 10002 clauses out of 20021 with flag 745001/745103
242.12/241.10	c cleaning 9990 clauses out of 20021 with flag 755003/755105
245.62/244.63	c cleaning 10001 clauses out of 20028 with flag 765000/765102
249.12/248.17	c cleaning 10001 clauses out of 20028 with flag 775001/775103
252.53/251.51	c cleaning 10011 clauses out of 20027 with flag 785001/785103
256.23/255.26	c cleaning 10001 clauses out of 20015 with flag 795000/795102
259.83/258.81	c cleaning 9995 clauses out of 20014 with flag 805000/805102
263.23/262.27	c cleaning 9997 clauses out of 20019 with flag 815000/815102
266.63/265.68	c cleaning 9991 clauses out of 20023 with flag 825001/825103
270.13/269.10	c cleaning 9998 clauses out of 20031 with flag 835000/835102
273.53/272.54	c cleaning 10006 clauses out of 20036 with flag 845003/845105
276.94/276.00	c cleaning 9998 clauses out of 20028 with flag 855001/855103
280.45/279.43	c cleaning 9999 clauses out of 20029 with flag 865000/865102
283.54/282.60	c cleaning 9999 clauses out of 20032 with flag 875002/875104
287.15/286.13	c cleaning 10009 clauses out of 20032 with flag 885001/885103
290.25/289.23	c cleaning 10005 clauses out of 20022 with flag 895000/895102
293.45/292.45	c cleaning 10004 clauses out of 20020 with flag 905003/905105
296.85/295.85	c cleaning 9987 clauses out of 20014 with flag 915001/915103
300.05/299.06	c cleaning 10002 clauses out of 20030 with flag 925004/925106
304.26/303.28	c cleaning 9986 clauses out of 20025 with flag 935001/935103
307.86/306.88	c cleaning 10009 clauses out of 20039 with flag 945001/945103
310.76/309.79	c cleaning 10002 clauses out of 20029 with flag 955000/955102
313.86/312.89	c cleaning 10003 clauses out of 20028 with flag 965001/965103
316.67/315.69	c cleaning 10008 clauses out of 20026 with flag 975002/975104
319.37/318.33	c cleaning 10002 clauses out of 20018 with flag 985002/985104
321.77/320.76	c cleaning 10002 clauses out of 20017 with flag 995003/995105
324.98/323.91	c cleaning 9993 clauses out of 20012 with flag 1005000/1005102
327.88/326.87	c cleaning 10003 clauses out of 20021 with flag 1015002/1015104
331.68/330.62	c cleaning 9999 clauses out of 20016 with flag 1025000/1025102
335.28/334.26	c cleaning 9997 clauses out of 20017 with flag 1035000/1035102
338.69/337.70	c cleaning 9997 clauses out of 20023 with flag 1045003/1045105
342.69/341.68	c cleaning 9997 clauses out of 20023 with flag 1055000/1055102
346.69/345.60	c cleaning 10001 clauses out of 20027 with flag 1065001/1065103
350.19/349.10	c cleaning 9998 clauses out of 20026 with flag 1075001/1075103
353.39/352.38	c cleaning 10006 clauses out of 20027 with flag 1085000/1085102
356.79/355.71	c cleaning 10003 clauses out of 20022 with flag 1095001/1095103
360.19/359.12	c cleaning 9989 clauses out of 20020 with flag 1105002/1105104
363.60/362.52	c cleaning 10003 clauses out of 20030 with flag 1115001/1115103
366.90/365.83	c cleaning 10007 clauses out of 20026 with flag 1125000/1125102
370.10/369.05	c cleaning 10001 clauses out of 20019 with flag 1135000/1135102
373.40/372.39	c cleaning 9998 clauses out of 20018 with flag 1145000/1145102
376.70/375.67	c cleaning 9992 clauses out of 20020 with flag 1155000/1155102
380.00/378.95	c cleaning 9998 clauses out of 20028 with flag 1165000/1165102
383.31/382.21	c cleaning 9997 clauses out of 20031 with flag 1175001/1175103
386.40/385.38	c cleaning 10002 clauses out of 20034 with flag 1185001/1185103
389.71/388.69	c cleaning 9995 clauses out of 20031 with flag 1195000/1195102
393.11/392.01	c cleaning 10001 clauses out of 20038 with flag 1205002/1205104
396.31/395.28	c cleaning 10006 clauses out of 20036 with flag 1215001/1215103
399.52/398.43	c cleaning 10000 clauses out of 20029 with flag 1225000/1225102
402.32/401.26	c cleaning 10004 clauses out of 20031 with flag 1235002/1235104
405.23/404.11	c cleaning 9999 clauses out of 20027 with flag 1245002/1245104
408.23/407.13	c cleaning 9991 clauses out of 20026 with flag 1255000/1255102
411.23/410.12	c cleaning 10002 clauses out of 20035 with flag 1265000/1265102
414.33/413.26	c cleaning 9998 clauses out of 20033 with flag 1275000/1275102
417.63/416.57	c cleaning 10004 clauses out of 20039 with flag 1285004/1285106
420.83/419.75	c cleaning 10006 clauses out of 20031 with flag 1295000/1295102
424.13/423.04	c cleaning 10002 clauses out of 20027 with flag 1305002/1305104
427.43/426.33	c cleaning 9995 clauses out of 20023 with flag 1315000/1315102
430.83/429.78	c cleaning 10000 clauses out of 20030 with flag 1325002/1325104
433.84/432.72	c cleaning 10010 clauses out of 20028 with flag 1335000/1335102
437.04/435.92	c cleaning 10006 clauses out of 20018 with flag 1345000/1345102
439.34/438.24	c cleaning 9998 clauses out of 20013 with flag 1355001/1355103
441.94/440.81	c cleaning 9998 clauses out of 20015 with flag 1365001/1365103
444.35/443.28	c cleaning 9994 clauses out of 20017 with flag 1375001/1375103
446.84/445.75	c cleaning 10006 clauses out of 20022 with flag 1385000/1385102
448.64/447.58	c cleaning 10002 clauses out of 20018 with flag 1395002/1395104
450.64/449.59	c cleaning 9997 clauses out of 20014 with flag 1405000/1405102
453.05/451.96	c cleaning 9993 clauses out of 20017 with flag 1415000/1415102
456.75/455.60	c cleaning 9999 clauses out of 20026 with flag 1425002/1425104
460.25/459.18	c cleaning 10001 clauses out of 20025 with flag 1435000/1435102
464.16/463.09	c cleaning 10002 clauses out of 20025 with flag 1445001/1445103
468.45/467.40	c cleaning 10001 clauses out of 20022 with flag 1455000/1455102
471.55/470.42	c cleaning 9999 clauses out of 20023 with flag 1465002/1465104
474.06/472.97	c cleaning 10001 clauses out of 20023 with flag 1475001/1475103
476.66/475.59	c cleaning 10004 clauses out of 20024 with flag 1485003/1485105
479.36/478.25	c cleaning 10000 clauses out of 20017 with flag 1495000/1495102
481.96/480.82	c cleaning 9996 clauses out of 20017 with flag 1505000/1505102
485.17/484.09	c cleaning 9990 clauses out of 20021 with flag 1515000/1515102
488.26/487.12	c cleaning 10011 clauses out of 20034 with flag 1525003/1525105
491.16/490.03	c cleaning 10005 clauses out of 20022 with flag 1535002/1535104
494.07/492.93	c cleaning 10001 clauses out of 20016 with flag 1545001/1545103
497.17/496.06	c cleaning 9979 clauses out of 20014 with flag 1555000/1555102
500.17/499.01	c cleaning 10009 clauses out of 20035 with flag 1565000/1565102
503.07/501.97	c cleaning 10009 clauses out of 20028 with flag 1575002/1575104
505.77/504.69	c cleaning 9991 clauses out of 20018 with flag 1585001/1585103
508.77/507.65	c cleaning 10007 clauses out of 20027 with flag 1595001/1595103
511.58/510.46	c cleaning 9996 clauses out of 20019 with flag 1605000/1605102
514.27/513.18	c cleaning 10001 clauses out of 20026 with flag 1615003/1615105
517.18/516.01	c cleaning 10003 clauses out of 20022 with flag 1625000/1625102
519.99/518.84	c cleaning 9998 clauses out of 20022 with flag 1635003/1635105
523.09/521.93	c cleaning 9996 clauses out of 20021 with flag 1645000/1645102
526.29/525.19	c cleaning 10002 clauses out of 20031 with flag 1655006/1655108
529.59/528.44	c cleaning 9992 clauses out of 20023 with flag 1665000/1665102
532.89/531.71	c cleaning 9997 clauses out of 20033 with flag 1675002/1675104
536.20/535.05	c cleaning 10006 clauses out of 20035 with flag 1685001/1685103
539.40/538.27	c cleaning 9998 clauses out of 20030 with flag 1695002/1695104
543.10/541.97	c cleaning 10002 clauses out of 20032 with flag 1705002/1705104
546.60/545.43	c cleaning 10007 clauses out of 20028 with flag 1715000/1715102
550.11/548.97	c cleaning 9993 clauses out of 20022 with flag 1725001/1725103
553.60/552.41	c cleaning 10003 clauses out of 20028 with flag 1735000/1735102
557.00/555.89	c cleaning 9998 clauses out of 20027 with flag 1745002/1745104
560.60/559.50	c cleaning 9996 clauses out of 20028 with flag 1755001/1755103
564.51/563.35	c cleaning 9998 clauses out of 20031 with flag 1765000/1765102
567.61/566.41	c cleaning 10010 clauses out of 20034 with flag 1775001/1775103
570.11/568.96	c cleaning 10000 clauses out of 20023 with flag 1785000/1785102
572.81/571.66	c cleaning 9998 clauses out of 20026 with flag 1795003/1795105
575.51/574.36	c cleaning 10005 clauses out of 20025 with flag 1805000/1805102
578.21/577.08	c cleaning 10002 clauses out of 20021 with flag 1815001/1815103
581.11/579.92	c cleaning 9999 clauses out of 20018 with flag 1825000/1825102
583.81/582.67	c cleaning 10001 clauses out of 20022 with flag 1835003/1835105
586.42/585.23	c cleaning 9998 clauses out of 20018 with flag 1845000/1845102
589.22/588.05	c cleaning 9993 clauses out of 20022 with flag 1855002/1855104
591.92/590.72	c cleaning 10006 clauses out of 20028 with flag 1865001/1865103
594.62/593.49	c cleaning 9996 clauses out of 20021 with flag 1875000/1875102
597.52/596.36	c cleaning 10004 clauses out of 20025 with flag 1885000/1885102
600.22/599.09	c cleaning 9999 clauses out of 20022 with flag 1895001/1895103
603.02/601.81	c cleaning 10003 clauses out of 20023 with flag 1905001/1905103
605.83/604.61	c cleaning 9994 clauses out of 20019 with flag 1915000/1915102
608.74/607.51	c cleaning 10003 clauses out of 20027 with flag 1925002/1925104
611.64/610.41	c cleaning 10002 clauses out of 20023 with flag 1935001/1935103
614.54/613.39	c cleaning 10003 clauses out of 20021 with flag 1945001/1945103
617.44/616.26	c cleaning 9998 clauses out of 20018 with flag 1955001/1955103
620.34/619.10	c cleaning 9998 clauses out of 20021 with flag 1965002/1965104
623.14/621.95	c cleaning 10000 clauses out of 20022 with flag 1975001/1975103
626.05/624.84	c cleaning 10001 clauses out of 20022 with flag 1985001/1985103
629.14/627.98	c cleaning 10002 clauses out of 20021 with flag 1995001/1995103
632.65/631.47	c cleaning 10002 clauses out of 20020 with flag 2005002/2005104
635.75/634.53	c cleaning 9999 clauses out of 20018 with flag 2015002/2015104
639.05/637.87	c cleaning 9998 clauses out of 20017 with flag 2025000/2025102
642.35/641.14	c cleaning 9999 clauses out of 20019 with flag 2035000/2035102
645.35/644.12	c cleaning 10004 clauses out of 20020 with flag 2045000/2045102
648.65/647.41	c cleaning 9998 clauses out of 20019 with flag 2055003/2055105
651.65/650.42	c cleaning 9998 clauses out of 20020 with flag 2065002/2065104
654.96/653.74	c cleaning 9998 clauses out of 20021 with flag 2075001/2075103
657.96/656.70	c cleaning 10004 clauses out of 20023 with flag 2085001/2085103
660.86/659.64	c cleaning 9997 clauses out of 20018 with flag 2095000/2095102
663.86/662.68	c cleaning 10000 clauses out of 20021 with flag 2105000/2105102
666.77/665.56	c cleaning 9999 clauses out of 20022 with flag 2115001/2115103
669.56/668.35	c cleaning 9998 clauses out of 20022 with flag 2125000/2125102
672.57/671.36	c cleaning 9996 clauses out of 20024 with flag 2135000/2135102
675.37/674.20	c cleaning 10005 clauses out of 20028 with flag 2145000/2145102
678.67/677.42	c cleaning 10001 clauses out of 20025 with flag 2155002/2155104
681.17/679.98	c cleaning 9993 clauses out of 20023 with flag 2165001/2165103
684.17/682.96	c cleaning 10002 clauses out of 20030 with flag 2175001/2175103
687.17/685.98	c cleaning 10001 clauses out of 20029 with flag 2185002/2185104
690.47/689.26	c cleaning 10002 clauses out of 20026 with flag 2195000/2195102
693.57/692.35	c cleaning 10005 clauses out of 20026 with flag 2205002/2205104
696.88/695.64	c cleaning 10000 clauses out of 20020 with flag 2215001/2215103
701.08/699.84	c cleaning 9995 clauses out of 20020 with flag 2225001/2225103
704.18/702.96	c cleaning 10004 clauses out of 20024 with flag 2235000/2235102
707.39/706.16	c cleaning 9997 clauses out of 20020 with flag 2245000/2245102
710.58/709.40	c cleaning 9996 clauses out of 20024 with flag 2255001/2255103
714.59/713.32	c cleaning 10009 clauses out of 20027 with flag 2265000/2265102
718.99/717.73	c cleaning 9993 clauses out of 20018 with flag 2275000/2275102
723.09/721.89	c cleaning 9994 clauses out of 20025 with flag 2285000/2285102
725.99/724.77	c cleaning 10010 clauses out of 20032 with flag 2295001/2295103
728.59/727.34	c cleaning 9997 clauses out of 20021 with flag 2305000/2305102
731.29/730.07	c cleaning 9999 clauses out of 20024 with flag 2315000/2315102
733.90/732.67	c cleaning 10003 clauses out of 20025 with flag 2325000/2325102
736.79/735.50	c cleaning 10001 clauses out of 20022 with flag 2335000/2335102
739.40/738.18	c cleaning 10005 clauses out of 20022 with flag 2345001/2345103
742.29/741.07	c cleaning 10000 clauses out of 20018 with flag 2355002/2355104
745.09/743.83	c cleaning 9998 clauses out of 20016 with flag 2365000/2365102
747.99/746.72	c cleaning 10006 clauses out of 20023 with flag 2375005/2375107
750.90/749.63	c cleaning 9996 clauses out of 20012 with flag 2385000/2385102
753.70/752.43	c cleaning 9999 clauses out of 20018 with flag 2395002/2395104
756.50/755.20	c cleaning 9997 clauses out of 20019 with flag 2405002/2405104
759.00/757.80	c cleaning 9997 clauses out of 20021 with flag 2415001/2415103
761.81/760.59	c cleaning 9994 clauses out of 20023 with flag 2425000/2425102
764.81/763.55	c cleaning 10008 clauses out of 20030 with flag 2435001/2435103
769.81/768.59	c cleaning 9998 clauses out of 20023 with flag 2445002/2445104
775.01/773.72	c cleaning 10001 clauses out of 20023 with flag 2455000/2455102
779.81/778.55	c cleaning 10001 clauses out of 20022 with flag 2465000/2465102
784.42/783.16	c cleaning 10006 clauses out of 20023 with flag 2475002/2475104
789.12/787.89	c cleaning 9993 clauses out of 20017 with flag 2485002/2485104
794.72/793.47	c cleaning 9995 clauses out of 20023 with flag 2495001/2495103
801.32/800.01	c cleaning 10000 clauses out of 20028 with flag 2505001/2505103
807.32/806.06	c cleaning 9995 clauses out of 20029 with flag 2515002/2515104
813.52/812.26	c cleaning 10000 clauses out of 20033 with flag 2525001/2525103
819.93/818.66	c cleaning 9993 clauses out of 20032 with flag 2535000/2535102
826.43/825.16	c cleaning 10004 clauses out of 20043 with flag 2545004/2545106
832.73/831.47	c cleaning 10012 clauses out of 20036 with flag 2555001/2555103
838.23/836.94	c cleaning 9996 clauses out of 20024 with flag 2565001/2565103
843.84/842.58	c cleaning 10001 clauses out of 20027 with flag 2575000/2575102
850.04/848.76	c cleaning 9996 clauses out of 20027 with flag 2585001/2585103
856.14/854.89	c cleaning 10002 clauses out of 20032 with flag 2595002/2595104
862.74/861.48	c cleaning 10004 clauses out of 20030 with flag 2605002/2605104
869.74/868.42	c cleaning 9991 clauses out of 20024 with flag 2615000/2615102
876.44/875.19	c cleaning 10000 clauses out of 20033 with flag 2625000/2625102
883.34/882.04	c cleaning 9988 clauses out of 20033 with flag 2635000/2635102
889.94/888.65	c cleaning 9999 clauses out of 20046 with flag 2645001/2645103
896.14/894.83	c cleaning 10004 clauses out of 20047 with flag 2655001/2655103
898.85/897.60	c cleaning 10014 clauses out of 20044 with flag 2665002/2665104
901.64/900.33	c cleaning 10007 clauses out of 20028 with flag 2675000/2675102
904.35/903.08	c cleaning 10001 clauses out of 20023 with flag 2685002/2685104
907.15/905.86	c cleaning 10004 clauses out of 20022 with flag 2695002/2695104
909.35/908.02	c cleaning 10000 clauses out of 20017 with flag 2705001/2705103
911.35/910.05	c cleaning 10001 clauses out of 20016 with flag 2715000/2715102
913.35/912.05	c cleaning 9998 clauses out of 20016 with flag 2725001/2725103
915.46/914.15	c cleaning 10000 clauses out of 20017 with flag 2735000/2735102
917.45/916.16	c cleaning 9994 clauses out of 20017 with flag 2745000/2745102
919.66/918.39	c cleaning 10000 clauses out of 20024 with flag 2755001/2755103
921.76/920.49	c cleaning 10006 clauses out of 20025 with flag 2765002/2765104
923.96/922.66	c cleaning 10002 clauses out of 20017 with flag 2775000/2775102
925.97/924.69	c cleaning 10000 clauses out of 20018 with flag 2785003/2785105
928.27/926.97	c cleaning 9994 clauses out of 20018 with flag 2795003/2795105
930.77/929.49	c cleaning 10001 clauses out of 20021 with flag 2805000/2805102
932.87/931.56	c cleaning 10002 clauses out of 20023 with flag 2815003/2815105
934.97/933.68	c cleaning 9995 clauses out of 20018 with flag 2825000/2825102
937.48/936.12	c cleaning 10004 clauses out of 20024 with flag 2835001/2835103
939.47/938.16	c cleaning 9997 clauses out of 20019 with flag 2845000/2845102
941.78/940.40	c cleaning 9999 clauses out of 20022 with flag 2855000/2855102
943.98/942.62	c cleaning 9999 clauses out of 20024 with flag 2865001/2865103
946.47/945.15	c cleaning 9999 clauses out of 20025 with flag 2875001/2875103
948.97/947.63	c cleaning 10004 clauses out of 20027 with flag 2885002/2885104
950.98/949.69	c cleaning 10001 clauses out of 20024 with flag 2895003/2895105
953.28/951.91	c cleaning 10000 clauses out of 20021 with flag 2905001/2905103
955.47/954.19	c cleaning 9999 clauses out of 20022 with flag 2915002/2915104
957.67/956.38	c cleaning 10000 clauses out of 20022 with flag 2925001/2925103
960.28/958.98	c cleaning 9999 clauses out of 20022 with flag 2935001/2935103
962.38/961.00	c cleaning 10001 clauses out of 20022 with flag 2945000/2945102
964.48/963.13	c cleaning 10001 clauses out of 20023 with flag 2955002/2955104
966.58/965.21	c cleaning 10002 clauses out of 20020 with flag 2965000/2965102
968.68/967.38	c cleaning 9999 clauses out of 20018 with flag 2975000/2975102
970.78/969.46	c cleaning 10002 clauses out of 20024 with flag 2985005/2985107
973.58/972.28	c cleaning 10003 clauses out of 20017 with flag 2995000/2995102
976.58/975.28	c cleaning 9997 clauses out of 20014 with flag 3005000/3005102
979.88/978.51	c cleaning 9998 clauses out of 20017 with flag 3015000/3015102
982.98/981.65	c cleaning 9998 clauses out of 20019 with flag 3025000/3025102
986.48/985.17	c cleaning 9998 clauses out of 20021 with flag 3035000/3035102
990.08/988.72	c cleaning 9998 clauses out of 20024 with flag 3045001/3045103
993.08/991.70	c cleaning 10006 clauses out of 20029 with flag 3055004/3055106
995.89/994.55	c cleaning 10000 clauses out of 20024 with flag 3065005/3065107
998.69/997.33	c cleaning 9999 clauses out of 20021 with flag 3075002/3075104
1002.09/1000.77	c cleaning 10001 clauses out of 20021 with flag 3085001/3085103
1005.70/1004.40	c cleaning 9998 clauses out of 20019 with flag 3095000/3095102
1008.70/1007.31	c cleaning 10002 clauses out of 20021 with flag 3105000/3105102
1012.21/1010.82	c cleaning 9999 clauses out of 20021 with flag 3115002/3115104
1015.41/1014.10	c cleaning 9995 clauses out of 20022 with flag 3125002/3125104
1018.61/1017.21	c cleaning 10001 clauses out of 20025 with flag 3135000/3135102
1021.61/1020.22	c cleaning 9998 clauses out of 20025 with flag 3145001/3145103
1024.42/1023.01	c cleaning 10002 clauses out of 20027 with flag 3155001/3155103
1027.22/1025.88	c cleaning 10005 clauses out of 20028 with flag 3165004/3165106
1030.32/1028.92	c cleaning 10000 clauses out of 20019 with flag 3175000/3175102
1033.23/1031.85	c cleaning 10002 clauses out of 20019 with flag 3185000/3185102
1035.83/1034.42	c cleaning 10002 clauses out of 20018 with flag 3195001/3195103
1039.23/1037.81	c cleaning 9997 clauses out of 20016 with flag 3205001/3205103
1042.83/1041.45	c cleaning 9999 clauses out of 20020 with flag 3215002/3215104
1045.83/1044.41	c cleaning 10000 clauses out of 20020 with flag 3225001/3225103
1048.73/1047.37	c cleaning 10001 clauses out of 20020 with flag 3235001/3235103
1052.13/1050.70	c cleaning 9999 clauses out of 20018 with flag 3245000/3245102
1055.53/1054.11	c cleaning 9999 clauses out of 20024 with flag 3255005/3255107
1059.14/1057.78	c cleaning 9991 clauses out of 20022 with flag 3265002/3265104
1062.64/1061.25	c cleaning 10001 clauses out of 20029 with flag 3275000/3275102
1066.24/1064.87	c cleaning 10003 clauses out of 20030 with flag 3285002/3285104
1069.45/1068.05	c cleaning 9998 clauses out of 20025 with flag 3295000/3295102
1072.44/1071.10	c cleaning 10008 clauses out of 20029 with flag 3305002/3305104
1075.75/1074.33	c cleaning 9993 clauses out of 20020 with flag 3315001/3315103
1079.05/1077.66	c cleaning 10004 clauses out of 20026 with flag 3325000/3325102
1082.15/1080.70	c cleaning 10004 clauses out of 20023 with flag 3335001/3335103
1085.15/1083.77	c cleaning 9997 clauses out of 20018 with flag 3345000/3345102
1088.85/1087.47	c cleaning 9998 clauses out of 20021 with flag 3355000/3355102
1092.35/1090.95	c cleaning 10010 clauses out of 20026 with flag 3365003/3365105
1095.45/1094.04	c cleaning 10001 clauses out of 20013 with flag 3375000/3375102
1098.16/1096.73	c cleaning 10002 clauses out of 20016 with flag 3385004/3385106
1100.95/1099.58	c cleaning 9998 clauses out of 20011 with flag 3395001/3395103
1104.16/1102.73	c cleaning 9989 clauses out of 20012 with flag 3405000/3405102
1107.25/1105.86	c cleaning 10005 clauses out of 20023 with flag 3415000/3415102
1110.07/1108.64	c cleaning 10003 clauses out of 20019 with flag 3425001/3425103
1112.97/1111.56	c cleaning 9998 clauses out of 20016 with flag 3435001/3435103
1116.37/1114.94	c cleaning 9998 clauses out of 20017 with flag 3445000/3445102
1119.87/1118.46	c cleaning 9994 clauses out of 20019 with flag 3455000/3455102
1123.07/1121.62	c cleaning 10006 clauses out of 20025 with flag 3465000/3465102
1125.87/1124.45	c cleaning 9997 clauses out of 20021 with flag 3475002/3475104
1129.18/1127.79	c cleaning 9998 clauses out of 20022 with flag 3485000/3485102
1132.58/1131.14	c cleaning 9999 clauses out of 20025 with flag 3495001/3495103
1136.08/1134.61	c cleaning 10006 clauses out of 20028 with flag 3505003/3505105
1139.58/1138.16	c cleaning 9995 clauses out of 20019 with flag 3515000/3515102
1143.38/1141.97	c cleaning 9996 clauses out of 20024 with flag 3525000/3525102
1146.28/1144.87	c cleaning 10003 clauses out of 20029 with flag 3535001/3535103
1149.38/1147.91	c cleaning 10002 clauses out of 20027 with flag 3545002/3545104
1152.78/1151.30	c cleaning 9997 clauses out of 20024 with flag 3555001/3555103
1156.39/1154.97	c cleaning 9994 clauses out of 20027 with flag 3565001/3565103
1159.59/1158.16	c cleaning 10004 clauses out of 20036 with flag 3575004/3575106
1163.29/1161.82	c cleaning 9992 clauses out of 20031 with flag 3585003/3585105
1166.48/1165.07	c cleaning 10006 clauses out of 20037 with flag 3595001/3595103
1169.69/1168.22	c cleaning 9998 clauses out of 20031 with flag 3605001/3605103
1173.19/1171.71	c cleaning 10009 clauses out of 20032 with flag 3615000/3615102
1175.99/1174.58	c cleaning 10004 clauses out of 20023 with flag 3625000/3625102
1179.09/1177.68	c cleaning 10007 clauses out of 20021 with flag 3635002/3635104
1182.39/1180.95	c cleaning 9979 clauses out of 20012 with flag 3645000/3645102
1185.99/1184.50	c cleaning 10012 clauses out of 20033 with flag 3655000/3655102
1189.60/1188.20	c cleaning 10002 clauses out of 20022 with flag 3665001/3665103
1193.10/1191.61	c cleaning 10004 clauses out of 20019 with flag 3675000/3675102
1196.11/1194.66	c cleaning 9994 clauses out of 20016 with flag 3685001/3685103
1199.70/1198.23	c cleaning 10000 clauses out of 20022 with flag 3695001/3695103
1203.60/1202.18	c cleaning 10002 clauses out of 20022 with flag 3705001/3705103
1207.71/1206.23	c cleaning 9991 clauses out of 20021 with flag 3715002/3715104
1211.91/1210.43	c cleaning 10003 clauses out of 20029 with flag 3725001/3725103
1215.21/1213.71	c cleaning 10004 clauses out of 20025 with flag 3735000/3735102
1218.61/1217.12	c cleaning 9997 clauses out of 20024 with flag 3745003/3745105
1222.31/1220.84	c cleaning 10000 clauses out of 20025 with flag 3755001/3755103
1226.21/1224.73	c cleaning 9997 clauses out of 20024 with flag 3765000/3765102
1230.31/1228.82	c cleaning 10001 clauses out of 20029 with flag 3775002/3775104
1234.31/1232.83	c cleaning 9997 clauses out of 20027 with flag 3785001/3785103
1238.52/1237.01	c cleaning 9997 clauses out of 20030 with flag 3795001/3795103
1241.81/1240.31	c cleaning 10000 clauses out of 20033 with flag 3805001/3805103
1245.62/1244.16	c cleaning 10000 clauses out of 20032 with flag 3815000/3815102
1249.62/1248.19	c cleaning 10003 clauses out of 20032 with flag 3825000/3825102
1253.82/1252.32	c cleaning 9996 clauses out of 20029 with flag 3835000/3835102
1257.72/1256.20	c cleaning 10000 clauses out of 20033 with flag 3845000/3845102
1261.32/1259.86	c cleaning 10002 clauses out of 20037 with flag 3855004/3855106
1265.22/1263.77	c cleaning 9997 clauses out of 20031 with flag 3865000/3865102
1269.52/1268.04	c cleaning 10002 clauses out of 20035 with flag 3875001/3875103
1273.73/1272.21	c cleaning 9989 clauses out of 20032 with flag 3885000/3885102
1277.93/1276.48	c cleaning 10005 clauses out of 20043 with flag 3895000/3895102
1282.13/1280.63	c cleaning 10005 clauses out of 20040 with flag 3905002/3905104
1286.24/1284.79	c cleaning 10005 clauses out of 20035 with flag 3915002/3915104
1290.54/1289.00	c cleaning 9997 clauses out of 20030 with flag 3925002/3925104
1294.64/1293.11	c cleaning 9996 clauses out of 20031 with flag 3935000/3935102
1298.64/1297.12	c cleaning 10004 clauses out of 20036 with flag 3945001/3945103
1302.34/1300.82	c cleaning 9999 clauses out of 20034 with flag 3955003/3955105
1306.05/1304.53	c cleaning 10001 clauses out of 20032 with flag 3965000/3965102
1309.94/1308.43	c cleaning 10000 clauses out of 20031 with flag 3975000/3975102
1314.15/1312.68	c cleaning 9999 clauses out of 20031 with flag 3985000/3985102
1317.05/1315.53	c cleaning 10010 clauses out of 20036 with flag 3995004/3995106
1319.75/1318.22	c cleaning 10006 clauses out of 20022 with flag 4005000/4005102
1322.56/1321.08	c cleaning 9995 clauses out of 20016 with flag 4015000/4015102
1325.15/1323.68	c cleaning 10000 clauses out of 20021 with flag 4025000/4025102
1327.95/1326.48	c cleaning 9997 clauses out of 20022 with flag 4035001/4035103
1330.65/1329.13	c cleaning 10001 clauses out of 20024 with flag 4045000/4045102
1333.26/1331.77	c cleaning 10002 clauses out of 20024 with flag 4055001/4055103
1336.06/1334.59	c cleaning 10000 clauses out of 20021 with flag 4065000/4065102
1338.96/1337.50	c cleaning 10000 clauses out of 20022 with flag 4075001/4075103
1341.96/1340.43	c cleaning 9999 clauses out of 20023 with flag 4085002/4085104
1344.86/1343.30	c cleaning 9999 clauses out of 20024 with flag 4095002/4095104
1347.36/1345.81	c cleaning 9998 clauses out of 20023 with flag 4105000/4105102
1349.77/1348.22	c cleaning 10003 clauses out of 20025 with flag 4115000/4115102
1352.17/1350.62	c cleaning 10001 clauses out of 20022 with flag 4125000/4125102
1354.67/1353.13	c cleaning 10003 clauses out of 20023 with flag 4135002/4135104
1357.37/1355.80	c cleaning 9993 clauses out of 20018 with flag 4145000/4145102
1359.87/1358.38	c cleaning 10002 clauses out of 20025 with flag 4155000/4155102
1362.57/1361.06	c cleaning 10006 clauses out of 20023 with flag 4165000/4165102
1364.77/1363.24	c cleaning 10003 clauses out of 20019 with flag 4175002/4175104
1367.08/1365.55	c cleaning 9998 clauses out of 20015 with flag 4185001/4185103
1369.68/1368.13	c cleaning 9995 clauses out of 20017 with flag 4195001/4195103
1372.49/1370.92	c cleaning 10003 clauses out of 20023 with flag 4205002/4205104
1374.98/1373.47	c cleaning 9993 clauses out of 20019 with flag 4215001/4215103
1377.59/1376.03	c cleaning 9996 clauses out of 20026 with flag 4225001/4225103
1380.08/1378.57	c cleaning 10001 clauses out of 20029 with flag 4235000/4235102
1382.68/1381.11	c cleaning 9999 clauses out of 20032 with flag 4245004/4245106
1385.09/1383.57	c cleaning 9997 clauses out of 20029 with flag 4255000/4255102
1387.69/1386.10	c cleaning 10004 clauses out of 20033 with flag 4265001/4265103
1389.99/1388.41	c cleaning 10004 clauses out of 20028 with flag 4275000/4275102
1392.09/1390.59	c cleaning 10002 clauses out of 20025 with flag 4285001/4285103
1394.29/1392.78	c cleaning 9990 clauses out of 20022 with flag 4295000/4295102
1396.60/1395.03	c cleaning 10004 clauses out of 20032 with flag 4305000/4305102
1398.90/1397.35	c cleaning 10005 clauses out of 20028 with flag 4315000/4315102
1401.00/1399.45	c cleaning 9999 clauses out of 20023 with flag 4325000/4325102
1403.20/1401.61	c cleaning 10004 clauses out of 20025 with flag 4335001/4335103
1405.21/1403.69	c cleaning 9998 clauses out of 20023 with flag 4345003/4345105
1407.41/1405.87	c cleaning 9998 clauses out of 20023 with flag 4355001/4355103
1409.81/1408.20	c cleaning 10001 clauses out of 20025 with flag 4365001/4365103
1412.01/1410.45	c cleaning 10001 clauses out of 20023 with flag 4375000/4375102
1414.31/1412.73	c cleaning 9997 clauses out of 20022 with flag 4385000/4385102
1416.91/1415.32	c cleaning 10000 clauses out of 20026 with flag 4395001/4395103
1419.32/1417.72	c cleaning 10000 clauses out of 20029 with flag 4405004/4405106
1421.72/1420.13	c cleaning 9999 clauses out of 20025 with flag 4415000/4415102
1424.12/1422.55	c cleaning 9998 clauses out of 20028 with flag 4425002/4425104
1426.42/1424.87	c cleaning 10005 clauses out of 20029 with flag 4435001/4435103
1428.72/1427.12	c cleaning 10000 clauses out of 20024 with flag 4445001/4445103
1431.32/1429.72	c cleaning 10000 clauses out of 20023 with flag 4455000/4455102
1433.92/1432.34	c cleaning 9994 clauses out of 20023 with flag 4465000/4465102
1436.43/1434.83	c cleaning 9999 clauses out of 20032 with flag 4475003/4475105
1439.03/1437.40	c cleaning 10007 clauses out of 20030 with flag 4485000/4485102
1441.43/1439.85	c cleaning 10005 clauses out of 20024 with flag 4495001/4495103
1444.84/1443.26	c cleaning 10000 clauses out of 20018 with flag 4505000/4505102
1447.63/1446.00	c cleaning 10004 clauses out of 20020 with flag 4515002/4515104
1450.64/1449.05	c cleaning 10000 clauses out of 20016 with flag 4525002/4525104
1452.94/1451.32	c cleaning 9994 clauses out of 20014 with flag 4535000/4535102
1455.94/1454.32	c cleaning 9999 clauses out of 20023 with flag 4545003/4545105
1460.84/1459.22	c cleaning 9985 clauses out of 20023 with flag 4555002/4555104
1465.04/1463.42	c cleaning 10003 clauses out of 20040 with flag 4565004/4565106
1468.54/1466.99	c cleaning 10012 clauses out of 20033 with flag 4575000/4575102
1470.95/1469.34	c cleaning 10002 clauses out of 20024 with flag 4585003/4585105
1473.25/1471.60	c cleaning 10006 clauses out of 20020 with flag 4595001/4595103
1475.66/1474.04	c cleaning 9994 clauses out of 20013 with flag 4605000/4605102
1478.16/1476.55	c cleaning 10002 clauses out of 20021 with flag 4615002/4615104
1480.76/1479.12	c cleaning 9992 clauses out of 20018 with flag 4625001/4625103
1483.37/1481.74	c cleaning 10002 clauses out of 20025 with flag 4635000/4635102
1486.07/1484.43	c cleaning 9997 clauses out of 20027 with flag 4645004/4645106
1488.77/1487.16	c cleaning 10001 clauses out of 20027 with flag 4655001/4655103
1491.57/1489.91	c cleaning 10000 clauses out of 20027 with flag 4665002/4665104
1494.17/1492.59	c cleaning 9998 clauses out of 20025 with flag 4675000/4675102
1496.87/1495.21	c cleaning 10005 clauses out of 20029 with flag 4685002/4685104
1499.47/1497.81	c cleaning 10001 clauses out of 20022 with flag 4695000/4695102
1502.37/1500.78	c cleaning 10007 clauses out of 20024 with flag 4705003/4705105
1505.28/1503.64	c cleaning 9992 clauses out of 20016 with flag 4715002/4715104
1507.98/1506.37	c cleaning 10001 clauses out of 20023 with flag 4725001/4725103
1510.58/1508.96	c cleaning 9993 clauses out of 20022 with flag 4735001/4735103
1513.28/1511.66	c cleaning 10004 clauses out of 20028 with flag 4745000/4745102
1515.99/1514.34	c cleaning 10000 clauses out of 20026 with flag 4755002/4755104
1518.89/1517.26	c cleaning 10007 clauses out of 20025 with flag 4765001/4765103
1522.49/1520.84	c cleaning 9998 clauses out of 20021 with flag 4775004/4775106
1525.10/1523.48	c cleaning 10003 clauses out of 20019 with flag 4785000/4785102
1527.79/1526.14	c cleaning 9998 clauses out of 20017 with flag 4795001/4795103
1530.80/1529.10	c cleaning 10000 clauses out of 20019 with flag 4805001/4805103
1533.60/1531.98	c cleaning 10001 clauses out of 20019 with flag 4815001/4815103
1536.40/1534.73	c cleaning 9996 clauses out of 20019 with flag 4825002/4825104
1539.20/1537.52	c cleaning 9995 clauses out of 20021 with flag 4835000/4835102
1542.00/1540.38	c cleaning 10002 clauses out of 20027 with flag 4845001/4845103
1545.01/1543.32	c cleaning 10002 clauses out of 20027 with flag 4855003/4855105
1547.81/1546.13	c cleaning 10000 clauses out of 20023 with flag 4865001/4865103
1550.61/1548.94	c cleaning 10000 clauses out of 20023 with flag 4875001/4875103
1553.51/1551.81	c cleaning 9998 clauses out of 20022 with flag 4885000/4885102
1556.21/1554.58	c cleaning 10001 clauses out of 20026 with flag 4895002/4895104
1559.01/1557.31	c cleaning 9999 clauses out of 20023 with flag 4905000/4905102
1562.01/1560.33	c cleaning 9997 clauses out of 20026 with flag 4915002/4915104
1565.11/1563.44	c cleaning 10003 clauses out of 20028 with flag 4925001/4925103
1568.21/1566.57	c cleaning 9998 clauses out of 20027 with flag 4935003/4935105
1570.71/1569.02	c cleaning 10002 clauses out of 20026 with flag 4945000/4945102
1573.52/1571.89	c cleaning 10000 clauses out of 20024 with flag 4955000/4955102
1576.02/1574.38	c cleaning 10000 clauses out of 20024 with flag 4965000/4965102
1578.72/1577.03	c cleaning 10000 clauses out of 20026 with flag 4975002/4975104
1581.52/1579.81	c cleaning 10003 clauses out of 20027 with flag 4985003/4985105
1584.42/1582.73	c cleaning 9996 clauses out of 20021 with flag 4995000/4995102
1587.32/1585.64	c cleaning 10003 clauses out of 20026 with flag 5005001/5005103
1589.82/1588.19	c cleaning 9998 clauses out of 20022 with flag 5015000/5015102
1592.92/1591.25	c cleaning 9992 clauses out of 20024 with flag 5025000/5025102
1595.54/1593.86	c cleaning 10007 clauses out of 20034 with flag 5035002/5035104
1598.54/1596.88	c cleaning 9996 clauses out of 20025 with flag 5045000/5045102
1601.74/1600.07	c cleaning 9996 clauses out of 20029 with flag 5055000/5055102
1604.74/1603.05	c cleaning 10008 clauses out of 20034 with flag 5065001/5065103
1608.04/1606.32	c cleaning 10000 clauses out of 20029 with flag 5075004/5075106
1610.85/1609.17	c cleaning 10002 clauses out of 20025 with flag 5085000/5085102
1614.05/1612.33	c cleaning 10000 clauses out of 20027 with flag 5095004/5095106
1617.55/1615.86	c cleaning 10000 clauses out of 20028 with flag 5105005/5105107
1621.15/1619.41	c cleaning 9998 clauses out of 20028 with flag 5115005/5115107
1624.15/1622.41	c cleaning 10000 clauses out of 20025 with flag 5125000/5125102
1627.15/1625.47	c cleaning 9999 clauses out of 20026 with flag 5135001/5135103
1629.95/1628.29	c cleaning 9992 clauses out of 20026 with flag 5145000/5145102
1632.75/1631.04	c cleaning 10012 clauses out of 20035 with flag 5155001/5155103
1635.45/1633.78	c cleaning 10004 clauses out of 20022 with flag 5165000/5165102
1638.35/1636.63	c cleaning 10002 clauses out of 20020 with flag 5175002/5175104
1641.25/1639.55	c cleaning 10002 clauses out of 20018 with flag 5185002/5185104
1644.06/1642.39	c cleaning 10000 clauses out of 20014 with flag 5195000/5195102
1646.86/1645.19	c cleaning 9997 clauses out of 20016 with flag 5205002/5205104
1649.76/1648.06	c cleaning 10002 clauses out of 20018 with flag 5215001/5215103
1652.56/1650.87	c cleaning 10001 clauses out of 20015 with flag 5225000/5225102
1655.76/1654.03	c cleaning 9999 clauses out of 20014 with flag 5235000/5235102
1658.56/1656.84	c cleaning 10000 clauses out of 20018 with flag 5245003/5245105
1661.57/1659.85	c cleaning 9997 clauses out of 20015 with flag 5255000/5255102
1664.56/1662.87	c cleaning 9997 clauses out of 20018 with flag 5265000/5265102
1667.47/1665.74	c cleaning 9998 clauses out of 20021 with flag 5275000/5275102
1670.48/1668.72	c cleaning 10001 clauses out of 20023 with flag 5285000/5285102
1673.27/1671.54	c cleaning 10006 clauses out of 20023 with flag 5295001/5295103
1676.18/1674.46	c cleaning 10003 clauses out of 20016 with flag 5305000/5305102
1678.98/1677.22	c cleaning 9998 clauses out of 20013 with flag 5315000/5315102
1681.88/1680.16	c cleaning 9997 clauses out of 20016 with flag 5325001/5325103
1684.88/1683.14	c cleaning 10003 clauses out of 20018 with flag 5335000/5335102
1687.79/1686.03	c cleaning 9997 clauses out of 20015 with flag 5345000/5345102
1690.59/1688.81	c cleaning 10002 clauses out of 20018 with flag 5355000/5355102
1693.39/1691.69	c cleaning 9998 clauses out of 20017 with flag 5365001/5365103
1696.49/1694.74	c cleaning 9997 clauses out of 20018 with flag 5375000/5375102
1699.59/1697.84	c cleaning 10001 clauses out of 20024 with flag 5385003/5385105
1702.40/1700.68	c cleaning 10003 clauses out of 20020 with flag 5395000/5395102
1705.29/1703.55	c cleaning 10001 clauses out of 20021 with flag 5405004/5405106
1708.09/1706.30	c cleaning 9999 clauses out of 20020 with flag 5415004/5415106
1710.99/1709.30	c cleaning 9992 clauses out of 20017 with flag 5425000/5425102
1713.90/1712.17	c cleaning 10004 clauses out of 20026 with flag 5435001/5435103
1717.10/1715.35	c cleaning 10002 clauses out of 20022 with flag 5445001/5445103
1719.90/1718.13	c cleaning 9997 clauses out of 20019 with flag 5455000/5455102
1722.70/1720.99	c cleaning 9998 clauses out of 20025 with flag 5465003/5465105
1726.01/1724.25	c cleaning 10000 clauses out of 20024 with flag 5475000/5475102
1729.71/1727.96	c cleaning 10002 clauses out of 20025 with flag 5485001/5485103
1733.22/1731.49	c cleaning 9995 clauses out of 20022 with flag 5495000/5495102
1736.82/1735.08	c cleaning 10006 clauses out of 20030 with flag 5505003/5505105
1740.52/1738.77	c cleaning 9994 clauses out of 20021 with flag 5515000/5515102
1744.72/1742.90	c cleaning 9996 clauses out of 20027 with flag 5525000/5525102
1748.63/1746.82	c cleaning 9989 clauses out of 20031 with flag 5535000/5535102
1752.83/1751.05	c cleaning 10004 clauses out of 20044 with flag 5545002/5545104
1756.63/1754.82	c cleaning 10000 clauses out of 20039 with flag 5555001/5555103
1760.33/1758.52	c cleaning 10000 clauses out of 20039 with flag 5565001/5565103
1764.43/1762.62	c cleaning 9998 clauses out of 20038 with flag 5575000/5575102
1768.13/1766.32	c cleaning 9996 clauses out of 20041 with flag 5585001/5585103
1771.93/1770.19	c cleaning 10004 clauses out of 20049 with flag 5595005/5595107
1775.83/1774.00	c cleaning 9998 clauses out of 20040 with flag 5605000/5605102
1779.53/1777.72	c cleaning 10000 clauses out of 20042 with flag 5615000/5615102
1783.33/1781.54	c cleaning 9999 clauses out of 20043 with flag 5625001/5625103
1787.53/1785.75	c cleaning 9997 clauses out of 20043 with flag 5635000/5635102
1791.94/1790.18	c cleaning 10001 clauses out of 20047 with flag 5645001/5645103
1796.14/1794.30	c cleaning 10005 clauses out of 20049 with flag 5655004/5655106
1800.05/1798.21	c starts		: 277
1800.05/1798.21	c conflicts		: 5664001
1800.05/1798.21	c decisions		: 11836674
1800.05/1798.21	c propagations		: 1661823637
1800.05/1798.21	c inspects		: 3157461304
1800.05/1798.21	c shortcuts		: 0
1800.05/1798.21	c learnt literals	: 0
1800.05/1798.21	c learnt binary clauses	: 0
1800.05/1798.21	c learnt ternary clauses	: 20
1800.05/1798.21	c learnt constraints	: 5664001
1800.05/1798.21	c ignored constraints	: 0
1800.05/1798.21	c root simplifications	: 0
1800.05/1798.21	c removed literals (reason simplification)	: 24503537
1800.05/1798.21	c reason swapping (by a shorter reason)	: 0
1800.05/1798.21	c Calls to reduceDB	: 567
1800.05/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.21	c number of learned constraints concerned by reduction	: 0
1800.05/1798.21	c number of learning phase by resolution	: 0
1800.05/1798.21	c number of learning phase by cutting planes	: 0
1800.05/1798.21	c speed (assignments/second)	: 924443.1805096546
1800.05/1798.21	c non guided choices	21
1800.05/1798.22	c learnt constraints type 
1800.05/1798.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18958
1800.05/1798.22	c constraints type 
1800.05/1798.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
1800.05/1798.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.05/1798.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
1800.05/1798.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.05/1798.22	s SATISFIABLE
1800.05/1798.23	v -x1 x2 -x3 x4 x5 -x6 -x7 x8 x9 -x10 -x11 x12 -x13 x14 x15 -x16 -x17 x18 x19 -x20 -x21 x22 -x23 x24 -x25 x26 x27 -x28 x29 -x30 -x31 x32 -x33 x34 -x35 x36 x37 -x38 -x39 x40 x41 -x42 x43 -x44 -x45 x46 -x47 x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 
1800.05/1798.23	c objective function=8486670
1800.05/1798.23	c Total wall clock time (in seconds): 1798.114

Verifier Data

OK	8486670

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3492913-1307912464/watcher-3492913-1307912464 -o /var/tmp/evaluation-result-3492913-1307912464/solver-3492913-1307912464 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492913-1307912464.wbo 

running on 4 cores: 0,2,4,6

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: 2.03 2.02 1.97 2/195 12369
/proc/meminfo: memFree=209364/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/12369/stat : 12369 (java) R 12367 12369 10183 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 981477123 23580672 700 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231890527720 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12369/statm: 5757 700 517 9 0 124 0

[startup+0.0703029 s]
/proc/loadavg: 2.03 2.02 1.97 2/195 12369
/proc/meminfo: memFree=209364/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10538348 CPUtime=0.05 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 11755 0 1 0 5 0 0 0 17 0 18 0 981477123 10791268352 11450 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2634587 11450 1742 9 0 2625321 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538348

[startup+0.104377 s]
/proc/loadavg: 2.03 2.02 1.97 2/195 12369
/proc/meminfo: memFree=209364/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10539720 CPUtime=0.11 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 13058 0 1 0 10 1 0 0 17 0 18 0 981477123 10792673280 12753 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2634930 12754 2092 9 0 2625664 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539720

[startup+0.300315 s]
/proc/loadavg: 2.03 2.02 1.97 2/195 12369
/proc/meminfo: memFree=209364/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10541004 CPUtime=0.46 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 15681 0 1 0 45 1 0 0 17 0 18 0 981477123 10793988096 15239 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2635251 15240 2198 9 0 2625985 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541004

[startup+0.700261 s]
/proc/loadavg: 2.03 2.02 1.97 2/195 12369
/proc/meminfo: memFree=209364/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10544488 CPUtime=1.4 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 20576 0 1 0 138 2 0 0 17 0 19 0 981477123 10797555712 18541 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2636122 18541 2222 9 0 2626856 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10544488

[startup+1.50111 s]
/proc/loadavg: 2.03 2.02 1.97 3/214 12388
/proc/meminfo: memFree=144076/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10544488 CPUtime=2.25 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 20756 0 1 0 222 3 0 0 17 0 19 0 981477123 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2636122 18720 2226 9 0 2626856 0
[pid=12369/tid=12371] ppid=12367 vsize=10544488 CPUtime=1.47 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 13970 0 1 0 146 1 0 0 20 0 19 0 981477124 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505796452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981477126 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 981477127 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 981477127 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 981477127 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10544488 CPUtime=0.34 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1291 0 0 0 34 0 0 0 15 0 19 0 981477129 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10544488 CPUtime=0.4 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4333 0 0 0 40 0 0 0 15 0 19 0 981477129 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981477129 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10797555712 18720 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10544488

[startup+3.10082 s]
/proc/loadavg: 2.03 2.02 1.97 3/214 12388
/proc/meminfo: memFree=142468/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10544488 CPUtime=3.88 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 22105 0 1 0 385 3 0 0 17 0 19 0 981477123 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2636122 20059 2252 9 0 2626856 0
[pid=12369/tid=12371] ppid=12367 vsize=10544488 CPUtime=3.07 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 14135 0 1 0 305 2 0 0 19 0 19 0 981477124 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 197 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 57 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 139 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 83 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 981477126 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10544488 CPUtime=0.01 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 585 0 0 0 1 0 0 0 15 0 19 0 981477127 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10544488 CPUtime=0.36 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1298 0 0 0 36 0 0 0 15 0 19 0 981477129 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10544488 CPUtime=0.41 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4340 0 0 0 41 0 0 0 16 0 19 0 981477129 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981477129 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10544488 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10797555712 20059 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 10544488

[startup+6.3012 s]
/proc/loadavg: 2.03 2.02 1.97 3/214 12388
/proc/meminfo: memFree=137088/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10542464 CPUtime=7.1 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 22626 0 1 0 707 3 0 0 17 0 19 0 981477123 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2635616 20103 2252 9 0 2626350 0
[pid=12369/tid=12371] ppid=12367 vsize=10542464 CPUtime=6.25 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 14138 0 1 0 623 2 0 0 25 0 19 0 981477124 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505661401 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 358 0 0 0 0 0 0 0 16 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981477126 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10542464 CPUtime=0.02 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 737 0 0 0 2 0 0 0 15 0 19 0 981477127 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10542464 CPUtime=0.37 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1300 0 0 0 37 0 0 0 16 0 19 0 981477129 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10542464 CPUtime=0.42 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4341 0 0 0 42 0 0 0 15 0 19 0 981477129 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981477129 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10795483136 20103 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 10542464

[startup+12.701 s]

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

[pid=12369/tid=12377] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 135 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 234 0 0 0 24 0 0 0 15 0 19 0 981477126 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 53 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10542464 CPUtime=10.14 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 2699 0 0 0 1005 9 0 0 15 0 19 0 981477127 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10542464 CPUtime=0.38 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1301 0 0 0 38 0 0 0 15 0 19 0 981477129 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10542464 CPUtime=0.48 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4377 0 0 0 48 0 0 0 15 0 19 0 981477129 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981477129 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10795483136 22683 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1664.07
Current children cumulated vsize (KiB) 10542464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/214 12493
/proc/meminfo: memFree=99096/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10542464 CPUtime=1724.11 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 25961 0 1 0 172391 20 0 0 17 0 19 0 981477123 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2635616 22695 2253 9 0 2626350 0
[pid=12369/tid=12371] ppid=12367 vsize=10542464 CPUtime=1710.69 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 14682 0 1 0 171063 6 0 0 25 0 19 0 981477124 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505693958 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 408 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10542464 CPUtime=0.22 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 146 0 0 0 22 0 0 0 16 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 218 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10542464 CPUtime=0.22 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 219 0 0 0 22 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 228 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 136 0 0 0 24 0 0 0 16 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 234 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 53 0 0 0 24 0 0 0 15 0 19 0 981477126 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10542464 CPUtime=10.57 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 2711 0 0 0 1047 10 0 0 15 0 19 0 981477127 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10542464 CPUtime=0.38 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1301 0 0 0 38 0 0 0 15 0 19 0 981477129 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10542464 CPUtime=0.48 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4377 0 0 0 48 0 0 0 15 0 19 0 981477129 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 981477129 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10795483136 22695 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1724.11
Current children cumulated vsize (KiB) 10542464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/214 12495
/proc/meminfo: memFree=98836/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10542464 CPUtime=1784.13 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 26014 0 1 0 178393 20 0 0 17 0 19 0 981477123 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2635616 22724 2253 9 0 2626350 0
[pid=12369/tid=12371] ppid=12367 vsize=10542464 CPUtime=1770.34 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 14698 0 1 0 177028 6 0 0 25 0 19 0 981477124 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505693928 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10542464 CPUtime=0.26 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 408 0 0 0 26 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 146 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 218 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 219 0 0 0 23 0 0 0 16 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 231 0 0 0 24 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 136 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10542464 CPUtime=0.26 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 234 0 0 0 26 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 53 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10542464 CPUtime=10.9 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 2741 0 0 0 1079 11 0 0 15 0 19 0 981477127 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10542464 CPUtime=0.38 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1301 0 0 0 38 0 0 0 15 0 19 0 981477129 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10542464 CPUtime=0.48 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4377 0 0 0 48 0 0 0 15 0 19 0 981477129 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981477129 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10795483136 22724 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1784.13
Current children cumulated vsize (KiB) 10542464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/214 12495
/proc/meminfo: memFree=98640/32950928 swapFree=67054844/67111528
[pid=12369] ppid=12367 vsize=10542464 CPUtime=1800.05 cores=0,2,4,6
/proc/12369/stat : 12369 (java) S 12367 12369 10183 0 -1 4202496 26035 0 1 0 179985 20 0 0 17 0 19 0 981477123 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12369/statm: 2635616 22742 2253 9 0 2626350 0
[pid=12369/tid=12371] ppid=12367 vsize=10542464 CPUtime=1786.18 cores=0,2,4,6
/proc/12369/task/12371/stat : 12371 (java) R 12367 12369 10183 0 -1 4202560 14701 0 1 0 178612 6 0 0 25 0 19 0 981477124 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 46912505693831 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12369/tid=12372] ppid=12367 vsize=10542464 CPUtime=0.26 cores=0,2,4,6
/proc/12369/task/12372/stat : 12372 (java) S 12367 12369 10183 0 -1 4202560 408 0 0 0 26 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12373] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12373/stat : 12373 (java) S 12367 12369 10183 0 -1 4202560 148 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12374] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12374/stat : 12374 (java) S 12367 12369 10183 0 -1 4202560 218 0 0 0 24 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12375] ppid=12367 vsize=10542464 CPUtime=0.23 cores=0,2,4,6
/proc/12369/task/12375/stat : 12375 (java) S 12367 12369 10183 0 -1 4202560 219 0 0 0 23 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12376] ppid=12367 vsize=10542464 CPUtime=0.24 cores=0,2,4,6
/proc/12369/task/12376/stat : 12376 (java) S 12367 12369 10183 0 -1 4202560 231 0 0 0 24 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12377] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12377/stat : 12377 (java) S 12367 12369 10183 0 -1 4202560 136 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12378] ppid=12367 vsize=10542464 CPUtime=0.26 cores=0,2,4,6
/proc/12369/task/12378/stat : 12378 (java) S 12367 12369 10183 0 -1 4202560 234 0 0 0 26 0 0 0 16 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12379] ppid=12367 vsize=10542464 CPUtime=0.25 cores=0,2,4,6
/proc/12369/task/12379/stat : 12379 (java) S 12367 12369 10183 0 -1 4202560 53 0 0 0 25 0 0 0 15 0 19 0 981477126 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12380] ppid=12367 vsize=10542464 CPUtime=10.96 cores=0,2,4,6
/proc/12369/task/12380/stat : 12380 (java) S 12367 12369 10183 0 -1 4202560 2757 0 0 0 1085 11 0 0 15 0 19 0 981477127 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 0 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12381] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12381/stat : 12381 (java) S 12367 12369 10183 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12382] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12382/stat : 12382 (java) S 12367 12369 10183 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981477127 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12383] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12383/stat : 12383 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907314097 0 4 0 16800975 18446604453914722752 0 0 -1 6 0 0 0
[pid=12369/tid=12384] ppid=12367 vsize=10542464 CPUtime=0.38 cores=0,2,4,6
/proc/12369/task/12384/stat : 12384 (java) S 12367 12369 10183 0 -1 4202560 1301 0 0 0 38 0 0 0 15 0 19 0 981477129 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12385] ppid=12367 vsize=10542464 CPUtime=0.48 cores=0,2,4,6
/proc/12369/task/12385/stat : 12385 (java) S 12367 12369 10183 0 -1 4202560 4377 0 0 0 48 0 0 0 15 0 19 0 981477129 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 4 0 0 0
[pid=12369/tid=12386] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12386/stat : 12386 (java) S 12367 12369 10183 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981477129 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907306393 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
[pid=12369/tid=12387] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12387/stat : 12387 (java) S 12367 12369 10183 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981477129 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 0 0 0 0
[pid=12369/tid=12388] ppid=12367 vsize=10542464 CPUtime=0 cores=0,2,4,6
/proc/12369/task/12388/stat : 12388 (java) S 12367 12369 10183 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981477159 10795483136 22742 33554432000 1073741824 1073778376 140733579037440 18446744073709551615 231907307008 0 4 0 16800975 18446604453914722752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10542464

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

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

Child status: 143
Real time (s): 1798.25
CPU time (s): 1800.12
CPU user time (s): 1799.91
CPU system time (s): 0.210967
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 10544488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26103
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= 51310
involuntary context switches= 29489

runsolver used 3.34949 second user time and 6.33004 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 23:01:04
IDJOB=3492913
IDBENCH=79521
IDSOLVER=1982
FILE ID=node114/3492913-1307912464
RUNJOBID= node114-1307908609-11796
PBS_JOBID= 13559591
Free space on /var/tmp= 2876 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap92_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492913-1307912464/watcher-3492913-1307912464 -o /var/tmp/evaluation-result-3492913-1307912464/solver-3492913-1307912464 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492913-1307912464.wbo

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

MD5SUM BENCH= b16cae5e7c1377276bc10d7f18825659
RANDOM SEED=2119135230

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        209420 kB
Buffers:         66004 kB
Cached:       29994224 kB
SwapCached:      10300 kB
Active:       16328840 kB
Inactive:     15465012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        209420 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:     1731332 kB
Mapped:          21132 kB
Slab:           877604 kB
PageTables:       8628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10552012 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 /var/tmp at the end= 2820 MiB
End job on node114 at 2011-06-12 23:31:05