Trace number 3454684

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)481 1800.32 1084.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-seymour.opb
MD5SUM97ebaccbda37d5c570b4e2ec3cd7f8f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark425
Best CPU time to get the best result obtained on this benchmark1797.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 425
Optimality of the best value was proved NO
Number of variables1372
Total number of constraints4944
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
Number of terms in the objective function 1372
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1372
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1372
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No 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-3454684-1307187972.opb
0.11/0.11	c reading problem ... 
0.53/0.37	c ... done. Wall clock time 0.256s.
0.53/0.37	c #vars     1372
0.53/0.37	c #constraints  4944
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4542
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 285
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.76/0.40	c  And the winner is Resolution
0.77/0.88	c SATISFIABLE
0.77/0.88	c OPTIMIZING...
0.77/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
0.77/0.88	o 490
2.41/1.57	c  And the winner is CuttingPlanes
2.55/1.89	c Got one! Elapsed wall clock time (in seconds):1.78
2.55/1.89	o 489
2.81/2.04	c cleaning 2638 clauses out of 5282 with flag 1000/5282
4.98/2.81	c cleaning 4318 clauses out of 8644 with flag 7000/11282
6.66/3.69	c cleaning 5660 clauses out of 11327 with flag 14001/18283
8.70/4.68	c cleaning 6830 clauses out of 13666 with flag 22000/26282
11.11/5.81	c cleaning 7907 clauses out of 15836 with flag 31000/35282
13.48/7.04	c cleaning 8953 clauses out of 17929 with flag 41000/45282
16.05/8.33	c cleaning 9486 clauses out of 18977 with flag 51001/55283
18.63/9.64	c cleaning 9743 clauses out of 19490 with flag 61000/65282
20.97/10.90	c cleaning 9866 clauses out of 19747 with flag 71000/75282
23.37/12.06	c cleaning 9933 clauses out of 19881 with flag 81000/85282
25.89/13.32	c cleaning 9966 clauses out of 19948 with flag 91000/95282
28.84/14.81	c cleaning 9986 clauses out of 19983 with flag 101001/105283
31.38/16.16	c cleaning 9995 clauses out of 19997 with flag 111001/115283
33.93/17.41	c cleaning 9996 clauses out of 20001 with flag 121000/125282
35.67/18.31	c  And the winner is CuttingPlanes
35.71/18.49	c Got one! Elapsed wall clock time (in seconds):18.375
35.71/18.49	o 488
36.75/19.09	c cleaning 11153 clauses out of 22315 with flag 5001/137592
38.33/19.86	c cleaning 8577 clauses out of 17161 with flag 11000/143591
40.23/20.83	c cleaning 7790 clauses out of 15585 with flag 18001/150592
42.13/21.89	c cleaning 7893 clauses out of 15795 with flag 26001/158592
44.27/22.98	c cleaning 8447 clauses out of 16901 with flag 35000/167591
46.84/24.25	c cleaning 9221 clauses out of 18455 with flag 45001/177592
49.30/25.51	c cleaning 9610 clauses out of 19234 with flag 55001/187592
51.84/26.80	c cleaning 9806 clauses out of 19623 with flag 65000/197591
54.77/28.36	c cleaning 9905 clauses out of 19817 with flag 75000/207591
57.33/29.66	c cleaning 9949 clauses out of 19912 with flag 85000/217591
59.79/30.97	c cleaning 9977 clauses out of 19964 with flag 95001/227592
62.51/32.31	c cleaning 9985 clauses out of 19986 with flag 105000/237591
65.23/33.73	c cleaning 9998 clauses out of 20002 with flag 115001/247592
67.75/35.01	c cleaning 9999 clauses out of 20003 with flag 125000/257591
70.64/36.58	c cleaning 9996 clauses out of 20006 with flag 135002/267593
70.96/36.72	c  And the winner is CuttingPlanes
71.00/37.18	c Got one! Elapsed wall clock time (in seconds):37.071
71.00/37.18	o 487
72.03/37.77	c cleaning 7688 clauses out of 15381 with flag 5000/272964
73.58/38.54	c cleaning 6840 clauses out of 13693 with flag 11000/278964
75.49/39.60	c cleaning 6917 clauses out of 13853 with flag 18000/285964
77.57/40.70	c cleaning 7461 clauses out of 14936 with flag 26000/293964
79.89/41.85	c cleaning 8232 clauses out of 16475 with flag 35000/302964
82.36/43.14	c cleaning 9119 clauses out of 18243 with flag 45000/312964
84.11/44.05	c  And the winner is CuttingPlanes
84.18/44.31	c Got one! Elapsed wall clock time (in seconds):44.201
84.18/44.31	o 486
85.36/44.94	c cleaning 10542 clauses out of 21093 with flag 5004/324933
87.01/45.80	c cleaning 8270 clauses out of 16549 with flag 11002/330931
88.71/46.73	c cleaning 7635 clauses out of 15277 with flag 18000/337929
90.81/47.82	c cleaning 7814 clauses out of 15642 with flag 26000/345929
93.11/49.00	c cleaning 8411 clauses out of 16829 with flag 35001/354930
95.78/50.46	c cleaning 9203 clauses out of 18417 with flag 45000/364929
98.32/51.72	c cleaning 9603 clauses out of 19214 with flag 55000/374929
100.78/53.10	c cleaning 9798 clauses out of 19612 with flag 65001/384930
104.28/54.81	c cleaning 9905 clauses out of 19813 with flag 75000/394929
106.90/56.23	c cleaning 9949 clauses out of 19909 with flag 85001/404930
109.58/57.66	c cleaning 9973 clauses out of 19959 with flag 95000/414929
112.63/59.31	c cleaning 9987 clauses out of 19987 with flag 105001/424930
115.49/60.74	c cleaning 9996 clauses out of 20000 with flag 115001/434930
118.08/62.19	c cleaning 10000 clauses out of 20004 with flag 125001/444930
120.94/63.66	c cleaning 9995 clauses out of 20004 with flag 135001/454930
123.59/65.09	c cleaning 9995 clauses out of 20008 with flag 145000/464929
126.63/66.69	c cleaning 10002 clauses out of 20013 with flag 155000/474929
129.42/68.19	c cleaning 9997 clauses out of 20011 with flag 165000/484929
131.82/69.49	c  And the winner is CuttingPlanes
132.01/69.56	c Got one! Elapsed wall clock time (in seconds):69.449
132.01/69.56	o 485
133.28/70.23	c cleaning 12257 clauses out of 24523 with flag 5000/499438
134.91/71.13	c cleaning 9128 clauses out of 18266 with flag 11000/505438
136.93/72.20	c cleaning 8064 clauses out of 16139 with flag 18001/512439
139.08/73.42	c cleaning 8034 clauses out of 16074 with flag 26000/520438
141.30/74.68	c cleaning 8513 clauses out of 17040 with flag 35000/529438
144.12/76.16	c cleaning 9258 clauses out of 18528 with flag 45001/539439
146.74/77.59	c cleaning 9631 clauses out of 19269 with flag 55000/549438
149.47/79.11	c cleaning 9808 clauses out of 19638 with flag 65000/559438
152.88/80.84	c cleaning 9915 clauses out of 19831 with flag 75001/569439
155.29/82.18	c cleaning 9952 clauses out of 19915 with flag 85000/579438
158.30/83.73	c cleaning 9977 clauses out of 19963 with flag 95000/589438
161.02/85.29	c cleaning 9984 clauses out of 19986 with flag 105000/599438
164.04/86.87	c cleaning 9996 clauses out of 20002 with flag 115000/609438
166.80/88.40	c cleaning 10000 clauses out of 20006 with flag 125000/619438
169.99/90.02	c cleaning 9994 clauses out of 20006 with flag 135000/629438
173.08/91.70	c cleaning 10002 clauses out of 20013 with flag 145001/639439
176.50/93.57	c cleaning 10004 clauses out of 20011 with flag 155001/649439
179.44/95.16	c cleaning 9995 clauses out of 20006 with flag 165000/659438
182.22/96.69	c cleaning 9999 clauses out of 20011 with flag 175000/669438
185.29/98.38	c cleaning 10002 clauses out of 20013 with flag 185001/679439
188.55/100.04	c cleaning 10001 clauses out of 20011 with flag 195001/689439
191.51/101.64	c cleaning 9994 clauses out of 20009 with flag 205000/699438
194.28/103.16	c cleaning 10001 clauses out of 20016 with flag 215001/709439
197.55/104.93	c cleaning 9999 clauses out of 20014 with flag 225000/719438
200.33/106.47	c cleaning 10002 clauses out of 20015 with flag 235000/729438
203.13/107.92	c cleaning 9994 clauses out of 20014 with flag 245001/739439
205.91/109.41	c cleaning 10003 clauses out of 20019 with flag 255000/749438
208.57/110.92	c cleaning 10002 clauses out of 20017 with flag 265001/759439
211.34/112.41	c cleaning 10002 clauses out of 20015 with flag 275001/769439
213.91/113.87	c cleaning 10001 clauses out of 20012 with flag 285000/779438
216.91/115.50	c cleaning 10001 clauses out of 20011 with flag 295000/789438
219.75/117.08	c cleaning 9999 clauses out of 20010 with flag 305000/799438
222.52/118.53	c cleaning 9999 clauses out of 20011 with flag 315000/809438
224.91/119.90	c cleaning 9998 clauses out of 20013 with flag 325001/819439
227.65/121.35	c cleaning 9999 clauses out of 20014 with flag 335000/829438
230.30/122.87	c cleaning 10001 clauses out of 20015 with flag 345000/839438
233.10/124.34	c cleaning 10003 clauses out of 20014 with flag 355000/849438
235.82/125.80	c cleaning 10000 clauses out of 20012 with flag 365001/859439
238.56/127.31	c cleaning 9997 clauses out of 20012 with flag 375001/869439
241.40/128.93	c cleaning 9998 clauses out of 20016 with flag 385002/879440
244.15/130.45	c cleaning 10001 clauses out of 20017 with flag 395001/889439
246.93/131.99	c cleaning 10003 clauses out of 20015 with flag 405000/899438
249.84/133.59	c cleaning 9996 clauses out of 20012 with flag 415000/909438
252.90/135.25	c cleaning 10002 clauses out of 20017 with flag 425001/919439
255.61/136.75	c cleaning 9999 clauses out of 20014 with flag 435000/929438
258.34/138.24	c cleaning 9999 clauses out of 20015 with flag 445000/939438
261.11/139.75	c cleaning 9996 clauses out of 20016 with flag 455000/949438
264.27/141.50	c cleaning 9999 clauses out of 20021 with flag 465001/959439
267.18/143.11	c cleaning 10000 clauses out of 20021 with flag 475000/969438
270.10/144.77	c cleaning 10006 clauses out of 20022 with flag 485001/979439
273.21/146.48	c cleaning 9999 clauses out of 20016 with flag 495001/989439
276.57/148.34	c cleaning 10002 clauses out of 20017 with flag 505001/999439
279.27/149.87	c cleaning 10000 clauses out of 20014 with flag 515000/1009438
281.97/151.35	c cleaning 10003 clauses out of 20015 with flag 525001/1019439
284.69/152.90	c cleaning 9995 clauses out of 20012 with flag 535001/1029439
287.63/154.58	c cleaning 9996 clauses out of 20017 with flag 545001/1039439
290.77/156.24	c cleaning 10003 clauses out of 20021 with flag 555001/1049439
293.63/157.81	c cleaning 9998 clauses out of 20018 with flag 565001/1059439
296.31/159.37	c cleaning 10003 clauses out of 20019 with flag 575000/1069438
299.46/161.15	c cleaning 9997 clauses out of 20017 with flag 585001/1079439
302.14/162.71	c cleaning 10007 clauses out of 20019 with flag 595000/1089438
305.00/164.26	c cleaning 9999 clauses out of 20012 with flag 605000/1099438
307.88/165.80	c  And the winner is CuttingPlanes
307.89/166.13	c Got one! Elapsed wall clock time (in seconds):166.014
307.89/166.13	o 484
309.03/166.76	c cleaning 12031 clauses out of 24074 with flag 5000/1113499
310.95/167.99	c cleaning 9019 clauses out of 18044 with flag 11001/1119500
313.02/169.19	c cleaning 8002 clauses out of 16024 with flag 18000/1126499
315.32/170.50	c cleaning 8007 clauses out of 16022 with flag 26000/1134499
317.95/171.95	c cleaning 8501 clauses out of 17016 with flag 35001/1143500
320.86/173.70	c cleaning 9251 clauses out of 18515 with flag 45001/1153500
323.72/175.28	c cleaning 9630 clauses out of 19263 with flag 55000/1163499
326.57/176.83	c cleaning 9811 clauses out of 19633 with flag 65000/1173499
329.43/178.43	c cleaning 9911 clauses out of 19822 with flag 75000/1183499
332.54/180.22	c cleaning 9948 clauses out of 19911 with flag 85000/1193499
335.39/181.80	c cleaning 9979 clauses out of 19965 with flag 95002/1203501
338.67/183.64	c cleaning 9985 clauses out of 19985 with flag 105001/1213500
342.50/185.74	c cleaning 9996 clauses out of 20000 with flag 115001/1223500
345.58/187.51	c cleaning 10000 clauses out of 20003 with flag 125000/1233499
348.47/189.16	c cleaning 9993 clauses out of 20004 with flag 135001/1243500
351.49/190.84	c cleaning 9999 clauses out of 20011 with flag 145001/1253500
354.58/192.58	c cleaning 10000 clauses out of 20011 with flag 155000/1263499
357.63/194.36	c cleaning 9998 clauses out of 20012 with flag 165001/1273500
360.47/195.94	c cleaning 10000 clauses out of 20013 with flag 175000/1283499
363.11/197.49	c cleaning 9998 clauses out of 20014 with flag 185001/1293500
365.98/199.04	c cleaning 10000 clauses out of 20015 with flag 195000/1303499
369.22/200.96	c cleaning 10000 clauses out of 20015 with flag 205000/1313499
372.46/202.76	c cleaning 9995 clauses out of 20016 with flag 215001/1323500
375.50/204.42	c cleaning 9999 clauses out of 20020 with flag 225000/1333499
378.15/205.94	c cleaning 10004 clauses out of 20021 with flag 235000/1343499
381.21/207.70	c cleaning 10002 clauses out of 20018 with flag 245001/1353500
382.05/208.32	c  And the winner is CuttingPlanes
382.10/208.59	c Got one! Elapsed wall clock time (in seconds):208.482
382.10/208.59	o 483
382.76/208.97	c cleaning 7545 clauses out of 15093 with flag 3000/1358577
384.60/210.07	c cleaning 6771 clauses out of 13549 with flag 9001/1364578
386.64/211.28	c cleaning 6881 clauses out of 13778 with flag 16001/1371578
389.26/212.80	c cleaning 7445 clauses out of 14897 with flag 24001/1379578
391.89/214.40	c cleaning 8222 clauses out of 16452 with flag 33001/1388578
394.91/216.02	c cleaning 9107 clauses out of 18230 with flag 43001/1398578
397.96/217.72	c cleaning 9552 clauses out of 19122 with flag 53000/1408577
400.98/219.56	c cleaning 9779 clauses out of 19571 with flag 63001/1418578
404.00/221.28	c cleaning 9892 clauses out of 19792 with flag 73001/1428578
407.03/222.93	c cleaning 9945 clauses out of 19899 with flag 83000/1438577
409.84/224.55	c cleaning 9974 clauses out of 19955 with flag 93001/1448578
412.90/226.35	c cleaning 9985 clauses out of 19980 with flag 103000/1458577
415.91/228.02	c cleaning 9990 clauses out of 19996 with flag 113001/1468578
418.73/229.67	c cleaning 9999 clauses out of 20007 with flag 123002/1478579
421.54/231.28	c cleaning 9993 clauses out of 20006 with flag 133000/1488577
424.82/233.13	c cleaning 9997 clauses out of 20014 with flag 143001/1498578
427.80/234.85	c cleaning 10007 clauses out of 20017 with flag 153001/1508578
430.86/236.58	c cleaning 9999 clauses out of 20009 with flag 163000/1518577
433.82/238.24	c cleaning 10000 clauses out of 20010 with flag 173000/1528577
436.66/239.99	c cleaning 9999 clauses out of 20010 with flag 183000/1538577
439.67/241.67	c cleaning 9997 clauses out of 20011 with flag 193000/1548577
442.87/243.40	c cleaning 10000 clauses out of 20017 with flag 203003/1558580
445.88/245.14	c cleaning 10002 clauses out of 20014 with flag 213000/1568577
448.90/246.98	c cleaning 9998 clauses out of 20013 with flag 223001/1578578
451.95/248.63	c cleaning 10001 clauses out of 20014 with flag 233000/1588577
454.50/250.17	c cleaning 9995 clauses out of 20013 with flag 243000/1598577
457.53/251.86	c cleaning 9997 clauses out of 20019 with flag 253001/1608578
460.71/253.72	c cleaning 10007 clauses out of 20022 with flag 263001/1618578
463.71/255.44	c cleaning 10005 clauses out of 20015 with flag 273001/1628578
466.70/257.19	c cleaning 9998 clauses out of 20009 with flag 283000/1638577
470.09/259.08	c cleaning 10000 clauses out of 20011 with flag 293000/1648577
473.51/261.06	c cleaning 10002 clauses out of 20011 with flag 303000/1658577
476.49/262.79	c cleaning 9998 clauses out of 20009 with flag 313000/1668577
479.50/264.46	c cleaning 9996 clauses out of 20012 with flag 323001/1678578
482.53/266.18	c cleaning 10003 clauses out of 20017 with flag 333002/1688579
485.91/268.13	c cleaning 10002 clauses out of 20012 with flag 343000/1698577
488.69/269.72	c cleaning 9998 clauses out of 20011 with flag 353001/1708578
491.67/271.48	c cleaning 9998 clauses out of 20013 with flag 363001/1718578
495.06/273.32	c cleaning 9999 clauses out of 20016 with flag 373002/1728579
498.45/275.38	c cleaning 9998 clauses out of 20015 with flag 383000/1738577
501.65/277.12	c cleaning 10000 clauses out of 20017 with flag 393000/1748577
504.39/278.77	c cleaning 9998 clauses out of 20017 with flag 403000/1758577
507.40/280.46	c cleaning 10004 clauses out of 20020 with flag 413001/1768578
510.55/282.30	c cleaning 9999 clauses out of 20015 with flag 423000/1778577
513.16/283.88	c cleaning 10000 clauses out of 20017 with flag 433001/1788578
516.28/285.62	c cleaning 10000 clauses out of 20016 with flag 443000/1798577
519.25/287.33	c cleaning 10003 clauses out of 20016 with flag 453000/1808577
522.22/289.21	c cleaning 10000 clauses out of 20013 with flag 463000/1818577
525.38/290.91	c cleaning 9999 clauses out of 20013 with flag 473000/1828577
528.17/292.58	c cleaning 10000 clauses out of 20014 with flag 483000/1838577
531.10/294.21	c cleaning 9997 clauses out of 20014 with flag 493000/1848577
534.26/296.15	c cleaning 10003 clauses out of 20018 with flag 503001/1858578
537.22/297.87	c cleaning 9995 clauses out of 20014 with flag 513000/1868577
540.19/299.56	c cleaning 10005 clauses out of 20020 with flag 523001/1878578
543.14/301.25	c cleaning 10000 clauses out of 20015 with flag 533001/1888578
546.28/303.18	c cleaning 9997 clauses out of 20015 with flag 543001/1898578
549.43/304.94	c cleaning 9998 clauses out of 20017 with flag 553000/1908577
552.37/306.65	c cleaning 10004 clauses out of 20019 with flag 563000/1918577
555.31/308.36	c cleaning 10001 clauses out of 20015 with flag 573000/1928577
558.48/310.25	c cleaning 10002 clauses out of 20014 with flag 583000/1938577
561.38/311.90	c cleaning 10005 clauses out of 20013 with flag 593001/1948578
564.31/313.61	c cleaning 9998 clauses out of 20008 with flag 603001/1958578
567.24/315.38	c cleaning 10003 clauses out of 20009 with flag 613000/1968577
570.56/317.35	c cleaning 9996 clauses out of 20007 with flag 623001/1978578
573.55/319.08	c cleaning 10000 clauses out of 20011 with flag 633001/1988578
576.64/320.82	c cleaning 9994 clauses out of 20010 with flag 643000/1998577
579.57/322.52	c cleaning 9997 clauses out of 20017 with flag 653001/2008578
582.71/324.47	c cleaning 9998 clauses out of 20020 with flag 663001/2018578
585.80/326.24	c cleaning 9999 clauses out of 20022 with flag 673001/2028578
588.71/327.98	c cleaning 10005 clauses out of 20022 with flag 683000/2038577
592.02/329.80	c cleaning 10000 clauses out of 20018 with flag 693001/2048578
595.30/331.89	c cleaning 9998 clauses out of 20019 with flag 703002/2058579
598.59/333.70	c cleaning 9999 clauses out of 20019 with flag 713000/2068577
601.28/335.41	c cleaning 10000 clauses out of 20020 with flag 723000/2078577
604.37/337.16	c cleaning 10000 clauses out of 20020 with flag 733000/2088577
607.83/339.22	c cleaning 10001 clauses out of 20020 with flag 743000/2098577
610.75/340.99	c cleaning 10003 clauses out of 20019 with flag 753000/2108577
613.80/342.78	c cleaning 9999 clauses out of 20017 with flag 763001/2118578
616.88/344.58	c cleaning 9997 clauses out of 20017 with flag 773000/2128577
620.18/346.58	c cleaning 10002 clauses out of 20021 with flag 783001/2138578
623.02/348.30	c cleaning 10000 clauses out of 20019 with flag 793001/2148578
626.11/350.03	c cleaning 10001 clauses out of 20019 with flag 803001/2158578
629.19/351.88	c cleaning 9998 clauses out of 20017 with flag 813000/2168577
632.84/354.02	c cleaning 9997 clauses out of 20019 with flag 823000/2178577
635.92/355.87	c cleaning 10001 clauses out of 20022 with flag 833000/2188577
639.20/357.80	c cleaning 9995 clauses out of 20021 with flag 843000/2198577
642.51/359.63	c cleaning 10001 clauses out of 20027 with flag 853001/2208578
645.72/361.69	c cleaning 10002 clauses out of 20025 with flag 863000/2218577
649.00/363.53	c cleaning 10002 clauses out of 20024 with flag 873001/2228578
652.07/365.37	c cleaning 10006 clauses out of 20021 with flag 883000/2238577
655.58/367.38	c cleaning 9998 clauses out of 20015 with flag 893000/2248577
658.99/369.43	c cleaning 9999 clauses out of 20017 with flag 903000/2258577
661.86/371.19	c cleaning 10007 clauses out of 20019 with flag 913001/2268578
665.13/373.05	c cleaning 10000 clauses out of 20012 with flag 923001/2278578
668.64/375.05	c cleaning 9999 clauses out of 20012 with flag 933001/2288578
672.03/377.19	c cleaning 9999 clauses out of 20012 with flag 943000/2298577
675.11/378.97	c cleaning 10000 clauses out of 20013 with flag 953000/2308577
678.17/380.71	c cleaning 10001 clauses out of 20013 with flag 963000/2318577
680.84/382.40	c cleaning 9996 clauses out of 20012 with flag 973000/2328577
684.06/384.31	c cleaning 10001 clauses out of 20017 with flag 983001/2338578
686.96/386.05	c cleaning 10001 clauses out of 20016 with flag 993001/2348578
689.99/387.81	c cleaning 10001 clauses out of 20015 with flag 1003001/2358578
692.85/389.59	c cleaning 10001 clauses out of 20014 with flag 1013001/2368578
696.31/391.63	c cleaning 9996 clauses out of 20012 with flag 1023000/2378577
699.33/393.42	c cleaning 9995 clauses out of 20016 with flag 1033000/2388577
702.38/395.21	c cleaning 10001 clauses out of 20022 with flag 1043001/2398578
705.46/397.11	c cleaning 10001 clauses out of 20020 with flag 1053000/2408577
709.07/399.30	c cleaning 10000 clauses out of 20019 with flag 1063000/2418577
712.48/401.29	c cleaning 10001 clauses out of 20019 with flag 1073000/2428577
715.73/403.15	c cleaning 10005 clauses out of 20019 with flag 1083001/2438578
718.77/404.93	c cleaning 9997 clauses out of 20013 with flag 1093000/2448577
722.22/407.03	c cleaning 9999 clauses out of 20016 with flag 1103000/2458577
725.23/408.85	c cleaning 9994 clauses out of 20017 with flag 1113000/2468577
728.68/410.87	c cleaning 9999 clauses out of 20023 with flag 1123000/2478577
731.93/412.79	c cleaning 9998 clauses out of 20025 with flag 1133001/2488578
735.33/414.88	c cleaning 10003 clauses out of 20026 with flag 1143000/2498577
738.58/416.81	c cleaning 10004 clauses out of 20023 with flag 1153000/2508577
742.01/418.75	c cleaning 10001 clauses out of 20019 with flag 1163000/2518577
745.05/420.58	c cleaning 10000 clauses out of 20018 with flag 1173000/2528577
748.44/422.62	c cleaning 10000 clauses out of 20018 with flag 1183000/2538577
751.92/424.64	c cleaning 9998 clauses out of 20020 with flag 1193002/2548579
755.14/426.52	c cleaning 9999 clauses out of 20021 with flag 1203001/2558578
758.19/428.39	c cleaning 10004 clauses out of 20022 with flag 1213001/2568578
761.78/430.54	c cleaning 10003 clauses out of 20019 with flag 1223002/2578579
765.01/432.44	c cleaning 9998 clauses out of 20014 with flag 1233000/2588577
768.24/434.40	c cleaning 9997 clauses out of 20016 with flag 1243000/2598577
771.68/436.33	c cleaning 9998 clauses out of 20020 with flag 1253001/2608578
775.26/438.51	c cleaning 10002 clauses out of 20023 with flag 1263002/2618579
778.48/440.40	c cleaning 10000 clauses out of 20020 with flag 1273001/2628578
781.69/442.37	c cleaning 10003 clauses out of 20021 with flag 1283002/2638579
784.91/444.31	c cleaning 10002 clauses out of 20016 with flag 1293000/2648577
788.47/446.48	c cleaning 9998 clauses out of 20014 with flag 1303000/2658577
791.89/448.46	c cleaning 9998 clauses out of 20016 with flag 1313000/2668577
793.31/449.46	c  And the winner is CuttingPlanes
793.43/449.57	c Got one! Elapsed wall clock time (in seconds):449.455
793.43/449.57	o 482
793.93/449.82	c cleaning 7618 clauses out of 15242 with flag 2001/2673801
795.94/451.14	c cleaning 6803 clauses out of 13623 with flag 8000/2679800
798.69/452.92	c cleaning 6907 clauses out of 13823 with flag 15003/2686803
801.29/454.55	c cleaning 7452 clauses out of 14914 with flag 23001/2694801
804.09/456.29	c cleaning 8223 clauses out of 16462 with flag 32001/2703801
807.30/458.18	c cleaning 9112 clauses out of 18238 with flag 42000/2713800
810.83/460.32	c cleaning 9559 clauses out of 19127 with flag 52001/2723801
813.83/462.17	c cleaning 9779 clauses out of 19567 with flag 62000/2733800
817.02/464.05	c cleaning 9888 clauses out of 19788 with flag 72000/2743800
820.41/466.01	c cleaning 9946 clauses out of 19901 with flag 82001/2753801
823.73/468.16	c cleaning 9977 clauses out of 19955 with flag 92001/2763801
827.12/470.11	c cleaning 9982 clauses out of 19977 with flag 102000/2773800
830.31/472.09	c cleaning 9992 clauses out of 19996 with flag 112001/2783801
833.50/473.93	c cleaning 9998 clauses out of 20003 with flag 122000/2793800
837.01/476.11	c cleaning 9994 clauses out of 20005 with flag 132000/2803800
839.99/477.98	c cleaning 10002 clauses out of 20012 with flag 142001/2813801
843.38/479.90	c cleaning 9996 clauses out of 20010 with flag 152001/2823801
846.76/481.99	c cleaning 10000 clauses out of 20013 with flag 162000/2833800
850.45/484.25	c cleaning 10004 clauses out of 20014 with flag 172001/2843801
853.66/486.13	c cleaning 9997 clauses out of 20009 with flag 182000/2853800
856.79/488.04	c cleaning 10003 clauses out of 20012 with flag 192000/2863800
859.76/489.85	c cleaning 10000 clauses out of 20009 with flag 202000/2873800
863.06/491.98	c cleaning 10000 clauses out of 20010 with flag 212001/2883801
866.25/493.90	c cleaning 9997 clauses out of 20010 with flag 222001/2893801
869.78/495.91	c cleaning 9999 clauses out of 20013 with flag 232001/2903801
872.99/497.80	c cleaning 10000 clauses out of 20013 with flag 242000/2913800
876.48/500.01	c cleaning 9997 clauses out of 20014 with flag 252001/2923801
879.45/501.87	c cleaning 10003 clauses out of 20017 with flag 262001/2933801
882.65/503.79	c cleaning 10003 clauses out of 20014 with flag 272001/2943801
885.97/505.71	c cleaning 9997 clauses out of 20010 with flag 282000/2953800
889.45/507.95	c cleaning 9997 clauses out of 20014 with flag 292001/2963801
892.62/509.89	c cleaning 10002 clauses out of 20016 with flag 302000/2973800
896.17/511.96	c cleaning 10000 clauses out of 20014 with flag 312000/2983800
899.53/513.92	c cleaning 10000 clauses out of 20014 with flag 322000/2993800
903.19/516.25	c cleaning 9999 clauses out of 20015 with flag 332001/3003801
906.54/518.29	c cleaning 9999 clauses out of 20015 with flag 342000/3013800
909.70/520.17	c cleaning 10001 clauses out of 20016 with flag 352000/3023800
913.04/522.10	c cleaning 10000 clauses out of 20015 with flag 362000/3033800
916.49/524.32	c cleaning 10000 clauses out of 20015 with flag 372000/3043800
919.63/526.29	c cleaning 10000 clauses out of 20015 with flag 382000/3053800
922.99/528.20	c cleaning 10004 clauses out of 20015 with flag 392000/3063800
926.17/530.13	c cleaning 9999 clauses out of 20011 with flag 402000/3073800
929.61/532.36	c cleaning 9998 clauses out of 20012 with flag 412000/3083800
932.90/534.35	c cleaning 10002 clauses out of 20015 with flag 422001/3093801
936.44/536.45	c cleaning 9999 clauses out of 20012 with flag 432000/3103800
939.75/538.48	c cleaning 9996 clauses out of 20013 with flag 442000/3113800
943.38/540.75	c cleaning 10007 clauses out of 20017 with flag 452000/3123800
946.90/542.80	c cleaning 9998 clauses out of 20010 with flag 462000/3133800
950.21/544.81	c cleaning 10000 clauses out of 20012 with flag 472000/3143800
953.37/546.73	c cleaning 10003 clauses out of 20012 with flag 482000/3153800
956.78/548.97	c cleaning 9998 clauses out of 20010 with flag 492001/3163801
960.06/550.94	c cleaning 9995 clauses out of 20012 with flag 502001/3173801
963.19/552.89	c cleaning 10004 clauses out of 20017 with flag 512001/3183801
966.50/554.85	c cleaning 10003 clauses out of 20013 with flag 522001/3193801
970.11/557.10	c cleaning 9999 clauses out of 20009 with flag 532000/3203800
973.21/559.09	c cleaning 9996 clauses out of 20010 with flag 542000/3213800
976.56/561.06	c cleaning 10000 clauses out of 20014 with flag 552000/3223800
979.81/563.04	c cleaning 9998 clauses out of 20014 with flag 562000/3233800
983.43/565.37	c cleaning 10007 clauses out of 20017 with flag 572001/3243801
986.90/567.40	c cleaning 9998 clauses out of 20010 with flag 582001/3253801
989.99/569.33	c cleaning 10004 clauses out of 20012 with flag 592001/3263801
993.28/571.33	c cleaning 10000 clauses out of 20008 with flag 602001/3273801
996.86/573.62	c cleaning 9998 clauses out of 20007 with flag 612000/3283800
1000.16/575.63	c cleaning 9999 clauses out of 20009 with flag 622000/3293800
1003.45/577.62	c cleaning 9998 clauses out of 20010 with flag 632000/3303800
1006.76/579.62	c cleaning 10003 clauses out of 20013 with flag 642001/3313801
1010.17/581.87	c cleaning 9998 clauses out of 20009 with flag 652000/3323800
1013.43/583.88	c cleaning 9998 clauses out of 20012 with flag 662001/3333801
1016.91/585.98	c cleaning 9990 clauses out of 20013 with flag 672000/3343800
1020.20/587.93	c cleaning 10001 clauses out of 20024 with flag 682001/3353801
1023.75/590.29	c cleaning 9998 clauses out of 20022 with flag 692000/3363800
1027.23/592.32	c cleaning 10000 clauses out of 20024 with flag 702000/3373800
1030.50/594.37	c cleaning 10001 clauses out of 20025 with flag 712001/3383801
1033.76/596.34	c cleaning 10003 clauses out of 20024 with flag 722001/3393801
1037.31/598.65	c cleaning 10004 clauses out of 20021 with flag 732001/3403801
1040.77/600.72	c cleaning 10002 clauses out of 20016 with flag 742000/3413800
1044.06/602.72	c cleaning 10000 clauses out of 20015 with flag 752001/3423801
1047.28/604.72	c cleaning 9996 clauses out of 20014 with flag 762000/3433800
1050.82/607.09	c cleaning 10003 clauses out of 20018 with flag 772000/3443800
1054.08/609.05	c cleaning 9997 clauses out of 20015 with flag 782000/3453800
1057.32/611.01	c cleaning 10000 clauses out of 20018 with flag 792000/3463800
1060.58/613.04	c cleaning 9999 clauses out of 20018 with flag 802000/3473800
1064.30/615.47	c cleaning 9999 clauses out of 20019 with flag 812000/3483800
1067.75/617.59	c cleaning 10006 clauses out of 20021 with flag 822001/3493801
1071.40/619.71	c cleaning 10001 clauses out of 20014 with flag 832000/3503800
1074.85/621.83	c cleaning 9999 clauses out of 20013 with flag 842000/3513800
1078.36/624.18	c cleaning 9997 clauses out of 20015 with flag 852001/3523801
1081.80/626.22	c cleaning 9998 clauses out of 20018 with flag 862001/3533801
1085.24/628.33	c cleaning 9999 clauses out of 20020 with flag 872001/3543801
1088.68/630.41	c cleaning 9996 clauses out of 20022 with flag 882002/3553802
1092.18/632.72	c cleaning 10007 clauses out of 20024 with flag 892000/3563800
1095.26/634.71	c cleaning 10001 clauses out of 20017 with flag 902000/3573800
1098.66/636.71	c cleaning 10002 clauses out of 20018 with flag 912002/3583802
1101.90/638.74	c cleaning 10002 clauses out of 20015 with flag 922001/3593801
1105.40/641.09	c cleaning 10000 clauses out of 20012 with flag 932000/3603800
1108.83/643.12	c cleaning 10002 clauses out of 20012 with flag 942000/3613800
1112.26/645.24	c cleaning 9994 clauses out of 20011 with flag 952001/3623801
1115.69/647.34	c cleaning 10001 clauses out of 20016 with flag 962000/3633800
1119.37/649.74	c cleaning 10001 clauses out of 20016 with flag 972001/3643801
1122.59/651.78	c cleaning 9999 clauses out of 20014 with flag 982000/3653800
1126.22/653.90	c cleaning 9997 clauses out of 20016 with flag 992001/3663801
1129.63/656.01	c cleaning 10005 clauses out of 20018 with flag 1002000/3673800
1133.31/658.45	c cleaning 10002 clauses out of 20013 with flag 1012000/3683800
1136.72/660.51	c cleaning 9996 clauses out of 20012 with flag 1022001/3693801
1140.14/662.66	c cleaning 10004 clauses out of 20016 with flag 1032001/3703801
1143.75/664.80	c cleaning 9995 clauses out of 20011 with flag 1042000/3713800
1147.61/667.34	c cleaning 9997 clauses out of 20016 with flag 1052000/3723800
1151.24/669.53	c cleaning 10003 clauses out of 20020 with flag 1062001/3733801
1154.85/671.79	c cleaning 9996 clauses out of 20016 with flag 1072000/3743800
1158.45/673.92	c cleaning 10005 clauses out of 20020 with flag 1082000/3753800
1161.91/676.28	c cleaning 10002 clauses out of 20015 with flag 1092000/3763800
1165.32/678.34	c cleaning 9999 clauses out of 20014 with flag 1102001/3773801
1168.54/680.37	c cleaning 10001 clauses out of 20015 with flag 1112001/3783801
1171.94/682.48	c cleaning 10003 clauses out of 20014 with flag 1122001/3793801
1175.86/684.90	c cleaning 9998 clauses out of 20011 with flag 1132001/3803801
1179.08/686.99	c cleaning 10000 clauses out of 20012 with flag 1142000/3813800
1182.49/689.04	c cleaning 10001 clauses out of 20013 with flag 1152001/3823801
1185.89/691.15	c cleaning 9999 clauses out of 20012 with flag 1162001/3833801
1188.74/693.13	c cleaning 0 clauses out of 8035 with flag 0/8035
1190.77/694.43	c cleaning 9999 clauses out of 20013 with flag 1172001/3843801
1193.92/696.39	c cleaning 9999 clauses out of 20014 with flag 1182001/3853801
1197.08/698.39	c cleaning 9996 clauses out of 20014 with flag 1192000/3863800
1200.90/700.82	c cleaning 9996 clauses out of 20019 with flag 1202001/3873801
1204.13/702.87	c cleaning 10004 clauses out of 20022 with flag 1212000/3883800
1207.48/704.93	c cleaning 10003 clauses out of 20019 with flag 1222001/3893801
1210.67/706.96	c cleaning 10002 clauses out of 20016 with flag 1232001/3903801
1214.30/709.39	c cleaning 9994 clauses out of 20013 with flag 1242000/3913800
1217.68/711.47	c cleaning 10003 clauses out of 20020 with flag 1252001/3923801
1221.06/713.55	c cleaning 10001 clauses out of 20016 with flag 1262000/3933800
1224.45/715.62	c cleaning 9997 clauses out of 20015 with flag 1272000/3943800
1228.07/718.09	c cleaning 10000 clauses out of 20018 with flag 1282000/3953800
1231.44/720.15	c cleaning 10000 clauses out of 20019 with flag 1292001/3963801
1234.81/722.24	c cleaning 10003 clauses out of 20020 with flag 1302002/3973802
1237.98/724.28	c cleaning 10001 clauses out of 20016 with flag 1312001/3983801
1241.79/726.72	c cleaning 9998 clauses out of 20014 with flag 1322000/3993800
1244.95/728.73	c cleaning 10001 clauses out of 20017 with flag 1332001/4003801
1248.32/730.84	c cleaning 9998 clauses out of 20016 with flag 1342001/4013801
1251.68/732.99	c cleaning 10003 clauses out of 20020 with flag 1352003/4023803
1255.68/735.53	c cleaning 10000 clauses out of 20015 with flag 1362001/4033801
1259.24/737.76	c cleaning 9996 clauses out of 20014 with flag 1372000/4043800
1262.82/739.97	c cleaning 10003 clauses out of 20019 with flag 1382001/4053801
1266.18/742.01	c cleaning 9998 clauses out of 20016 with flag 1392001/4063801
1269.77/744.47	c cleaning 9997 clauses out of 20017 with flag 1402000/4073800
1273.32/746.66	c cleaning 10003 clauses out of 20020 with flag 1412000/4083800
1276.67/748.73	c cleaning 10001 clauses out of 20018 with flag 1422001/4093801
1279.82/750.76	c cleaning 10001 clauses out of 20016 with flag 1432000/4103800
1283.41/753.17	c cleaning 9998 clauses out of 20015 with flag 1442000/4113800
1286.76/755.24	c cleaning 10001 clauses out of 20017 with flag 1452000/4123800
1290.11/757.31	c cleaning 9995 clauses out of 20017 with flag 1462001/4133801
1293.27/759.39	c cleaning 10001 clauses out of 20021 with flag 1472000/4143800
1297.05/761.85	c cleaning 10003 clauses out of 20020 with flag 1482000/4153800
1300.40/763.94	c cleaning 9998 clauses out of 20017 with flag 1492000/4163800
1303.74/766.05	c cleaning 10003 clauses out of 20019 with flag 1502000/4173800
1307.08/768.13	c cleaning 9999 clauses out of 20017 with flag 1512001/4183801
1310.85/770.63	c cleaning 10001 clauses out of 20017 with flag 1522000/4193800
1314.19/772.71	c cleaning 10003 clauses out of 20016 with flag 1532000/4203800
1317.75/774.90	c cleaning 10001 clauses out of 20014 with flag 1542001/4213801
1321.08/777.07	c cleaning 10000 clauses out of 20012 with flag 1552000/4223800
1325.05/779.63	c cleaning 10000 clauses out of 20012 with flag 1562000/4233800
1328.59/781.81	c cleaning 9995 clauses out of 20012 with flag 1572000/4243800
1331.93/783.96	c cleaning 10000 clauses out of 20017 with flag 1582000/4253800
1335.47/786.10	c cleaning 9999 clauses out of 20018 with flag 1592001/4263801
1339.27/788.64	c cleaning 10001 clauses out of 20019 with flag 1602001/4273801
1342.58/790.81	c cleaning 10004 clauses out of 20017 with flag 1612000/4283800
1346.11/792.94	c cleaning 10001 clauses out of 20013 with flag 1622000/4293800
1349.24/794.98	c cleaning 9996 clauses out of 20012 with flag 1632000/4303800
1353.03/797.48	c cleaning 10000 clauses out of 20016 with flag 1642000/4313800
1356.33/799.60	c cleaning 9995 clauses out of 20016 with flag 1652000/4323800
1359.84/801.79	c cleaning 10002 clauses out of 20022 with flag 1662001/4333801
1363.37/803.92	c cleaning 10001 clauses out of 20020 with flag 1672001/4343801
1367.12/806.40	c cleaning 9995 clauses out of 20018 with flag 1682000/4353800
1370.49/808.59	c cleaning 10002 clauses out of 20024 with flag 1692001/4363801
1374.02/810.74	c cleaning 10005 clauses out of 20022 with flag 1702001/4373801
1377.53/812.98	c cleaning 10004 clauses out of 20016 with flag 1712000/4383800
1381.43/815.58	c cleaning 10002 clauses out of 20013 with flag 1722001/4393801
1384.95/817.76	c cleaning 9995 clauses out of 20010 with flag 1732000/4403800
1388.47/819.94	c cleaning 10000 clauses out of 20015 with flag 1742000/4413800
1391.99/822.17	c cleaning 10001 clauses out of 20016 with flag 1752001/4423801
1395.96/824.74	c cleaning 9998 clauses out of 20014 with flag 1762000/4433800
1399.27/826.87	c cleaning 10000 clauses out of 20016 with flag 1772000/4443800
1402.78/829.04	c cleaning 10001 clauses out of 20017 with flag 1782001/4453801
1406.30/831.28	c cleaning 10002 clauses out of 20016 with flag 1792001/4463801
1410.25/833.89	c cleaning 10001 clauses out of 20014 with flag 1802001/4473801
1413.92/836.10	c cleaning 9996 clauses out of 20013 with flag 1812001/4483801
1417.41/838.38	c cleaning 9998 clauses out of 20017 with flag 1822001/4493801
1421.12/840.63	c cleaning 10000 clauses out of 20019 with flag 1832001/4503801
1425.05/843.22	c cleaning 10002 clauses out of 20019 with flag 1842001/4513801
1428.76/845.50	c cleaning 10003 clauses out of 20017 with flag 1852001/4523801
1432.26/847.77	c cleaning 9998 clauses out of 20014 with flag 1862001/4533801
1435.76/850.00	c cleaning 9998 clauses out of 20016 with flag 1872001/4543801
1439.91/852.60	c cleaning 9999 clauses out of 20018 with flag 1882001/4553801
1443.39/854.89	c cleaning 9999 clauses out of 20019 with flag 1892001/4563801
1447.07/857.16	c cleaning 10001 clauses out of 20020 with flag 1902001/4573801
1450.76/859.43	c cleaning 10002 clauses out of 20019 with flag 1912001/4583801
1454.85/862.12	c cleaning 9998 clauses out of 20016 with flag 1922000/4593800
1458.54/864.46	c cleaning 10003 clauses out of 20019 with flag 1932001/4603801
1462.25/866.81	c cleaning 9997 clauses out of 20016 with flag 1942001/4613801
1466.10/869.16	c cleaning 10003 clauses out of 20019 with flag 1952001/4623801
1470.23/871.86	c cleaning 9994 clauses out of 20015 with flag 1962000/4633800
1473.90/874.20	c cleaning 10002 clauses out of 20022 with flag 1972001/4643801
1477.77/876.54	c cleaning 9999 clauses out of 20019 with flag 1982000/4653800
1481.48/878.85	c cleaning 10008 clauses out of 20021 with flag 1992001/4663801
1485.18/881.39	c cleaning 10000 clauses out of 20012 with flag 2002000/4673800
1488.68/883.57	c cleaning 10001 clauses out of 20013 with flag 2012001/4683801
1492.15/885.76	c cleaning 9998 clauses out of 20011 with flag 2022000/4693800
1495.62/887.94	c cleaning 10001 clauses out of 20014 with flag 2032001/4703801
1499.49/890.58	c cleaning 10002 clauses out of 20013 with flag 2042001/4713801
1502.96/892.71	c cleaning 9997 clauses out of 20010 with flag 2052000/4723800
1506.24/894.88	c cleaning 9997 clauses out of 20013 with flag 2062000/4733800
1509.91/897.10	c cleaning 10001 clauses out of 20016 with flag 2072000/4743800
1513.62/899.66	c cleaning 9998 clauses out of 20016 with flag 2082001/4753801
1517.13/901.83	c cleaning 9996 clauses out of 20018 with flag 2092001/4763801
1520.62/904.06	c cleaning 9997 clauses out of 20021 with flag 2102000/4773800
1524.32/906.35	c cleaning 10003 clauses out of 20024 with flag 2112000/4783800
1528.35/909.09	c cleaning 10007 clauses out of 20021 with flag 2122000/4793800
1532.24/911.41	c cleaning 9999 clauses out of 20015 with flag 2132001/4803801
1535.74/913.62	c cleaning 9997 clauses out of 20016 with flag 2142001/4813801
1539.24/915.85	c cleaning 9999 clauses out of 20019 with flag 2152001/4823801
1543.13/918.50	c cleaning 9999 clauses out of 20020 with flag 2162001/4833801
1546.80/920.74	c cleaning 10001 clauses out of 20021 with flag 2172001/4843801
1550.44/923.01	c cleaning 9999 clauses out of 20020 with flag 2182001/4853801
1552.73/924.62	c  And the winner is CuttingPlanes
1552.77/924.97	c Got one! Elapsed wall clock time (in seconds):924.858
1552.77/924.97	o 481
1554.01/925.60	c cleaning 10221 clauses out of 20446 with flag 5000/4864226
1556.71/927.68	c cleaning 8108 clauses out of 16225 with flag 11000/4870226
1559.42/929.48	c cleaning 7557 clauses out of 15118 with flag 18001/4877227
1562.65/931.50	c cleaning 7774 clauses out of 15561 with flag 26001/4885227
1565.92/933.60	c cleaning 8390 clauses out of 16786 with flag 35000/4894226
1569.77/936.23	c cleaning 9195 clauses out of 18398 with flag 45002/4904228
1573.09/938.37	c cleaning 9593 clauses out of 19202 with flag 55001/4914227
1576.56/940.57	c cleaning 9798 clauses out of 19608 with flag 65000/4924226
1580.04/942.76	c cleaning 9906 clauses out of 19811 with flag 75001/4934227
1583.85/945.37	c cleaning 9942 clauses out of 19905 with flag 85001/4944227
1587.50/947.61	c cleaning 9977 clauses out of 19963 with flag 95001/4954227
1590.96/949.84	c cleaning 9988 clauses out of 19985 with flag 105000/4964226
1594.62/952.18	c cleaning 9997 clauses out of 19998 with flag 115001/4974227
1598.70/954.82	c cleaning 9996 clauses out of 20000 with flag 125000/4984226
1602.15/957.03	c cleaning 9991 clauses out of 20004 with flag 135000/4994226
1605.61/959.25	c cleaning 9998 clauses out of 20013 with flag 145000/5004226
1609.06/961.49	c cleaning 10001 clauses out of 20015 with flag 155000/5014226
1613.26/964.23	c cleaning 10000 clauses out of 20014 with flag 165000/5024226
1616.90/966.51	c cleaning 10005 clauses out of 20015 with flag 175001/5034227
1620.35/968.74	c cleaning 9998 clauses out of 20009 with flag 185000/5044226
1623.80/970.95	c cleaning 9997 clauses out of 20012 with flag 195001/5054227
1627.83/973.66	c cleaning 10000 clauses out of 20015 with flag 205001/5064227
1631.48/975.99	c cleaning 9998 clauses out of 20015 with flag 215001/5074227
1635.34/978.38	c cleaning 9997 clauses out of 20016 with flag 225000/5084226
1638.98/980.69	c cleaning 10000 clauses out of 20019 with flag 235000/5094226
1643.23/983.42	c cleaning 10000 clauses out of 20019 with flag 245000/5104226
1646.83/985.74	c cleaning 10001 clauses out of 20020 with flag 255001/5114227
1650.27/987.91	c cleaning 10000 clauses out of 20018 with flag 265000/5124226
1653.55/990.09	c cleaning 10003 clauses out of 20018 with flag 275000/5134226
1657.73/992.84	c cleaning 10005 clauses out of 20015 with flag 285000/5144226
1661.17/995.09	c cleaning 9997 clauses out of 20010 with flag 295000/5154226
1664.81/997.36	c cleaning 9994 clauses out of 20014 with flag 305001/5164227
1668.45/999.65	c cleaning 10001 clauses out of 20019 with flag 315000/5174226
1672.26/1002.22	c cleaning 10004 clauses out of 20019 with flag 325001/5184227
1675.70/1004.40	c cleaning 10000 clauses out of 20015 with flag 335001/5194227
1678.96/1006.59	c cleaning 10001 clauses out of 20015 with flag 345001/5204227
1682.76/1008.90	c cleaning 9999 clauses out of 20013 with flag 355000/5214226
1686.60/1011.58	c cleaning 10000 clauses out of 20015 with flag 365001/5224227
1690.47/1013.91	c cleaning 9997 clauses out of 20014 with flag 375000/5234226
1694.10/1016.26	c cleaning 9998 clauses out of 20018 with flag 385001/5244227
1697.96/1018.62	c cleaning 10003 clauses out of 20019 with flag 395000/5254226
1702.12/1021.46	c cleaning 10005 clauses out of 20017 with flag 405001/5264227
1705.75/1023.77	c cleaning 9999 clauses out of 20012 with flag 415001/5274227
1709.37/1026.06	c cleaning 10002 clauses out of 20012 with flag 425000/5284226
1712.99/1028.36	c cleaning 9997 clauses out of 20011 with flag 435001/5294227
1716.96/1031.08	c cleaning 9999 clauses out of 20014 with flag 445001/5304227
1720.58/1033.31	c cleaning 9998 clauses out of 20015 with flag 455001/5314227
1723.98/1035.59	c cleaning 10003 clauses out of 20017 with flag 465001/5324227
1727.79/1037.90	c cleaning 9998 clauses out of 20014 with flag 475001/5334227
1731.80/1040.62	c cleaning 9997 clauses out of 20015 with flag 485000/5344226
1735.24/1042.88	c cleaning 10000 clauses out of 20019 with flag 495001/5354227
1739.04/1045.21	c cleaning 9998 clauses out of 20018 with flag 505000/5364226
1742.65/1047.57	c cleaning 10003 clauses out of 20020 with flag 515000/5374226
1746.80/1050.34	c cleaning 10001 clauses out of 20017 with flag 525000/5384226
1750.65/1052.72	c cleaning 10006 clauses out of 20016 with flag 535000/5394226
1754.42/1055.10	c cleaning 9997 clauses out of 20011 with flag 545001/5404227
1758.23/1057.53	c cleaning 9999 clauses out of 20014 with flag 555001/5414227
1762.42/1060.34	c cleaning 9998 clauses out of 20014 with flag 565000/5424226
1766.03/1062.67	c cleaning 10002 clauses out of 20016 with flag 575000/5434226
1769.78/1065.04	c cleaning 9998 clauses out of 20015 with flag 585001/5444227
1773.77/1067.57	c cleaning 10002 clauses out of 20016 with flag 595000/5454226
1777.95/1070.36	c cleaning 10003 clauses out of 20015 with flag 605001/5464227
1782.29/1073.07	c cleaning 10001 clauses out of 20011 with flag 615000/5474226
1786.08/1075.43	c cleaning 9999 clauses out of 20010 with flag 625000/5484226
1789.66/1077.71	c cleaning 10001 clauses out of 20012 with flag 635001/5494227
1793.80/1080.55	c cleaning 9995 clauses out of 20010 with flag 645000/5504226
1797.37/1082.84	c cleaning 10004 clauses out of 20016 with flag 655001/5514227
1800.18/1084.72	c starts		: 43
1800.18/1084.72	c conflicts		: 10309
1800.18/1084.72	c decisions		: 81503
1800.18/1084.72	c propagations		: 288138
1800.18/1084.72	c inspects		: 151056493
1800.18/1084.72	c shortcuts		: 0
1800.18/1084.72	c learnt literals	: 0
1800.18/1084.72	c learnt binary clauses	: 0
1800.18/1084.72	c learnt ternary clauses	: 0
1800.18/1084.72	c learnt constraints	: 10308
1800.18/1084.72	c ignored constraints	: 0
1800.18/1084.72	c root simplifications	: 0
1800.18/1084.72	c removed literals (reason simplification)	: 0
1800.18/1084.72	c reason swapping (by a shorter reason)	: 0
1800.18/1084.72	c Calls to reduceDB	: 1
1800.18/1084.72	c number of reductions to clauses (during analyze)	: 0
1800.18/1084.72	c number of learned constraints concerned by reduction	: 0
1800.18/1084.72	c number of learning phase by resolution	: 0
1800.18/1084.72	c number of learning phase by cutting planes	: 0
1800.18/1084.72	c speed (assignments/second)	: 1803.6694605980556
1800.18/1084.72	c non guided choices	124
1800.18/1084.73	c learnt constraints type 
1800.18/1084.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2990
1800.18/1084.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7318
1800.18/1084.74	c constraints type 
1800.18/1084.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4542
1800.18/1084.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.18/1084.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 285
1800.18/1084.74	c constraints type 
1800.18/1084.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
1800.18/1084.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
1800.18/1084.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/1084.74	s SATISFIABLE
1800.18/1084.74	v -x1 x2 x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 x47 x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 x69 x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 x121 -x122 x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 x186 -x187 -x188 x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 x209 x210 -x211 -x212 x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 x257 x258 x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 -x270 -x271 -x272 x273 -x274 x275 -x276 -x277 -x278 -x279 x280 x281 x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 x290 x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 x321 x322 -x323 -x324 x325 -x326 x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 x335 x336 x337 x338 -x339 x340 x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 x392 x393 x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 x408 x409 x410 -x411 -x412 x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 x421 x422 x423 -x424 x425 x426 -x427 -x428 -x429 -x430 x431 -x432 x433 x434 -x435 -x436 x437 x438 x439 -x440 x441 x442 -x443 x444 x445 x446 x447 -x448 x449 x450 -x451 -x452 x453 x454 -x455 -x456 x457 -x458 -x459 -x460 x461 x462 -x463 x464 -x465 x466 x467 x468 -x469 -x470 -x471 x472 x473 x474 x475 -x476 -x477 x478 -x479 x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 x488 x489 x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 x498 x499 x500 -x501 -x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 x516 -x517 -x518 x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 -x530 x531 -x532 x533 -x534 -x535 x536 -x537 x538 -x539 -x540 x541 x542 -x543 x544 x545 x546 -x547 -x548 x549 x550 x551 x552 x553 x554 -x555 -x556 -x557 x558 -x559 -x560 x561 -x562 -x563 x564 x565 -x566 x567 x568 -x569 -x570 -x571 -x572 x573 x574 -x575 x576 -x577 -x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 x604 -x605 x606 x607 -x608 -x609 -x610 x611 -x612 x613 x614 x615 x616 x617 -x618 x619 x620 -x621 x622 -x623 -x624 x625 x626 x627 -x628 -x629 x630 -x631 -x632 -x633 x634 x635 x636 -x637 x638 x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 x651 x652 -x653 -x654 -x655 -x656 -x657 x658 -x659 x660 x661 x662 x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 x674 x675 -x676 -x677 x678 x679 -x680 x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690 -x691 -x692 x693 -x694 x695 x696 -x697 -x698 -x699 x700 -x701 -x702 -x703 x704 -x705 x706 x707 x708 x709 -x710 -x711 x712 x713 x714 -x715 -x716 -x717 -x718 x719 x720 -x721 -x722 x723 x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 x737 -x738 x739 x740 x741 -x742 x743 -x744 x745 x746 -x747 -x748 x749 -x750 x751 -x752 -x753 x754 -x755 x756 x757 -x758 -x759 -x760 -x761 -x762 x763 x764 x765 x766 x767 x768 -x769 -x770 x771 -x772 -x773 x774 -x775 x776 x777 -x778 x779 x780 -x781 -x782 x783 -x784 -x785 -x786 -x787 -x788 x789 -x790 -x791 x792 x793 x794 -x795 x796 x797 -x798 -x799 x800 x801 -x802 x803 -x804 -x805 -x806 -x807 x808 -x809 x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 x821 x822 x823 -x824 -x825 -x826 -x827 -x828 -x829 x830 -x831 -x832 -x833 x834 x835 -x836 -x837 x838 x839 -x840 x841 x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 x852 -x853 -x854 -x855 -x856 x857 -x858 -x859 -x860 x861 x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 x872 x873 x874 x875 -x876 -x877 -x878 x879 -x880 -x881 -x882 x883 -x884 x885 x886 -x887 -x888 x889 x890 x891 -x892 x893 x894 -x895 x896 x897 x898 -x899 -x900 -x901 -x902 x903 x904 -x905 x906 -x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 x915 x916 -x917 x918 -x919 -x920 -x921 -x922 x923 -x924 x925 -x926 -x927 -x928 x929 -x930 -x931 x932 x933 x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 x943 -x944 x945 -x946 -x947 -x948 -x949 -x950 -x951 x952 x953 -x954 -x955 -x956 -x957 x958 x959 -x960 -x961 x962 x963 -x964 -x965 -x966 x967 -x968 x969 -x970 -x971 -x972 -x973 -x974 x975 -x976 x977 -x978 -x979 -x980 x981 -x982 x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 x999 -x1000 x1001 x1002 -x1003 x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 x1015 -x1016 -x1017 x1018 x1019 -x1020 x1021 -x1022 -x1023 -x1024 x1025 x1026 x1027 x1028 x1029 x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 x1037 -x1038 -x1039 x1040 -x1041 x1042 -x1043 -x1044 x1045 -x1046 -x1047 -x1048 -x1049 x1050 -x1051 x1052 -x1053 -x1054 x1055 x1056 -x1057 x1058 -x1059 -x1060 x1061 -x1062 x1063 -x1064 -x1065 x1066 x1067 -x1068 x1069 x1070 -x1071 x1072 x1073 -x1074 x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 x1082 -x1083 x1084 -x1085 x1086 -x1087 -x1088 -x1089 -x1090 -x1091 x1092 x1093 x1094 -x1095 -x1096 x1097 -x1098 -x1099 x1100 -x1101 x1102 x1103 x1104 x1105 -x1106 x1107 -x1108 -x1109 -x1110 x1111 x1112 x1113 x1114 -x1115 x1116 -x1117 -x1118 -x1119 x1120 x1121 x1122 -x1123 -x1124 -x1125 x1126 -x1127 x1128 -x1129 x1130 -x1131 x1132 -x1133 -x1134 x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 x1144 -x1145 -x1146 x1147 x1148 -x1149 -x1150 x1151 x1152 -x1153 -x1154 -x1155 -x1156 -x1157 x1158 -x1159 -x1160 -x1161 x1162 -x1163 -x1164 -x1165 -x1166 x1167 x1168 -x1169 -x1170 -x1171 x1172 -x1173 x1174 x1175 -x1176 -x1177 -x1178 -x1179 x1180 x1181 -x1182 -x1183 -x1184 x1185 -x1186 -x1187 -x1188 -x1189 x1190 -x1191 -x1192 -x1193 x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 x1203 -x1204 x1205 -x1206 x1207 -x1208 x1209 x1210 x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 x1218 -x1219 -x1220 x1221 x1222 -x1223 -x1224 x1225 -x1226 -x1227 -x1228 x1229 -x1230 -x1231 -x1232 -x1233 x1234 -x1235 -x1236 -x1237 -x1238 -x1239 x1240 x1241 -x1242 -x1243 -x1244 x1245 x1246 x1247 -x1248 -x1249 x1250 x1251 -x1252 x1253 -x1254 -x1255 -x1256 -x1257 -x1258 x1259 -x1260 -x1261 -x1262 x1263 -x1264 -x1265 -x1266 x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 x1275 -x1276 -x1277 x1278 x1279 -x1280 x1281 -x1282 -x1283 -x1284 x1285 -x1286 -x1287 -x1288 -x1289 x1290 x1291 x1292 -x1293 -x1294 -x1295 -x1296 x1297 -x1298 x1299 -x1300 x1301 -x1302 -x1303 -x1304 -x1305 x1306 x1307 x1308 -x1309 -x1310 -x1311 -x1312 x1313 -x1314 -x1315 -x1316 -x1317 x1318 -x1319 -x1320 x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 x1329 -x1330 -x1331 x1332 -x1333 -x1334 -x1335 -x1336 -x1337 x1338 x1339 -x1340 -x1341 x1342 x1343 x1344 -x1345 -x1346 -x1347 x1348 -x1349 -x1350 x1351 -x1352 -x1353 -x1354 x1355 -x1356 -x1357 x1358 -x1359 -x1360 -x1361 x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 x1369 -x1370 x1371 -x1372 
1800.18/1084.74	c objective function=481
1800.18/1084.74	c Total wall clock time (in seconds): 1084.628

Verifier Data

OK	481

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454684-1307187972/watcher-3454684-1307187972 -o /tmp/evaluation-result-3454684-1307187972/solver-3454684-1307187972 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454684-1307187972.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.29 1.66 4/524 28536
/proc/meminfo: memFree=23886000/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 6894 0 1 0 0 0 0 0 18 0 2 0 830394948 10694979584 6595 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2611079 6607 917 9 0 2602235 0
[pid=28536/tid=28537] ppid=28534 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) R 28534 28536 25956 0 -1 4202560 7875 0 1 0 0 0 0 0 19 0 2 0 830394948 10694979584 8693 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0986099 s]
/proc/loadavg: 1.00 1.29 1.66 4/524 28536
/proc/meminfo: memFree=23886000/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10540076 CPUtime=0.1 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 13027 0 1 0 8 2 0 0 18 0 18 0 830394948 10793037824 12723 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2635019 12723 2093 9 0 2625753 0
[pid=28536/tid=28537] ppid=28534 vsize=10540076 CPUtime=0.08 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) R 28534 28536 25956 0 -1 4202560 11121 0 1 0 7 1 0 0 18 0 18 0 830394948 10793037824 12723 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505099412 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540076

[startup+0.100587 s]
/proc/loadavg: 1.00 1.29 1.66 4/524 28536
/proc/meminfo: memFree=23886000/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10540076 CPUtime=0.11 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 13066 0 1 0 9 2 0 0 18 0 18 0 830394948 10793037824 12762 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2635019 12762 2093 9 0 2625753 0
[pid=28536/tid=28537] ppid=28534 vsize=10540076 CPUtime=0.08 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) R 28534 28536 25956 0 -1 4202560 11160 0 1 0 7 1 0 0 18 0 18 0 830394948 10793037824 12762 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540076

[startup+0.300499 s]
/proc/loadavg: 1.00 1.29 1.66 4/524 28536
/proc/meminfo: memFree=23886000/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10542592 CPUtime=0.53 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 17024 0 1 0 51 2 0 0 18 0 18 0 830394948 10795614208 16405 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2635648 16407 2205 9 0 2626382 0
[pid=28536/tid=28537] ppid=28534 vsize=10542592 CPUtime=0.28 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) R 28534 28536 25956 0 -1 4202560 13827 0 1 0 26 2 0 0 18 0 18 0 830394948 10795614208 16408 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505627109 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542592

[startup+0.700464 s]
/proc/loadavg: 1.00 1.29 1.66 4/524 28536
/proc/meminfo: memFree=23886000/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10546908 CPUtime=0.77 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 21953 0 1 0 74 3 0 0 18 0 19 0 830394948 10800033792 20772 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2636727 20772 2228 9 0 2627461 0
[pid=28536/tid=28537] ppid=28534 vsize=10546908 CPUtime=0.35 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17136 0 1 0 33 2 0 0 19 0 19 0 830394948 10800033792 20772 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 10546908

[startup+1.50128 s]
/proc/loadavg: 1.00 1.29 1.66 9/567 28585
/proc/meminfo: memFree=23681548/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10547052 CPUtime=2.41 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 26518 0 1 0 238 3 0 0 18 0 22 0 830394948 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2636763 25336 2243 9 0 2627497 0
[pid=28536/tid=28537] ppid=28534 vsize=10547052 CPUtime=0.37 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17290 0 1 0 35 2 0 0 15 0 22 0 830394948 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830394950 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28559] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28559/stat : 28559 (java) S 28534 28536 25956 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 830394951 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 0 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28560] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28560/stat : 28560 (java) S 28534 28536 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830394952 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28561] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28561/stat : 28561 (java) S 28534 28536 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830394952 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28567] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28567/stat : 28567 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830394954 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917554609 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28568] ppid=28534 vsize=10547052 CPUtime=0.42 cores=1,3,5,7
/proc/28536/task/28568/stat : 28568 (java) S 28534 28536 25956 0 -1 4202560 1148 0 0 0 42 0 0 0 15 0 22 0 830394954 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28569] ppid=28534 vsize=10547052 CPUtime=0.39 cores=1,3,5,7
/proc/28536/task/28569/stat : 28569 (java) S 28534 28536 25956 0 -1 4202560 2594 0 0 0 39 0 0 0 15 0 22 0 830394954 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28570] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28570/stat : 28570 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394954 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28571] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28571/stat : 28571 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830394954 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28578] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28578/stat : 28578 (java) S 28534 28536 25956 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830394986 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28583] ppid=28534 vsize=10547052 CPUtime=0.59 cores=1,3,5,7
/proc/28536/task/28583/stat : 28583 (java) R 28534 28536 25956 0 -1 4202560 1530 0 0 0 59 0 0 0 17 0 22 0 830395037 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505164304 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28536/tid=28584] ppid=28534 vsize=10547052 CPUtime=0.57 cores=1,3,5,7
/proc/28536/task/28584/stat : 28584 (java) R 28534 28536 25956 0 -1 4202560 2672 0 0 0 57 0 0 0 19 0 22 0 830395037 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505820550 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28536/tid=28585] ppid=28534 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28585/stat : 28585 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830395040 10800181248 25336 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 10547052

[startup+3.10103 s]
/proc/loadavg: 1.08 1.30 1.66 5/567 28588
/proc/meminfo: memFree=23327900/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10553408 CPUtime=5.63 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 71155 0 1 0 556 7 0 0 18 0 22 0 830394948 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2638352 66743 2268 9 0 2629086 0
[pid=28536/tid=28537] ppid=28534 vsize=10553408 CPUtime=0.37 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17421 0 1 0 35 2 0 0 15 0 22 0 830394948 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 305 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 567 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 594 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 672 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 554 0 0 0 0 0 0 0 16 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 22 0 830394950 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28559] ppid=28534 vsize=10553408 CPUtime=0.03 cores=1,3,5,7
/proc/28536/task/28559/stat : 28559 (java) S 28534 28536 25956 0 -1 4202560 2844 0 0 0 3 0 0 0 15 0 22 0 830394951 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 0 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28560] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28560/stat : 28560 (java) S 28534 28536 25956 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830394952 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28561] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28561/stat : 28561 (java) S 28534 28536 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830394952 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28567] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28567/stat : 28567 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830394954 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917554609 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28568] ppid=28534 vsize=10553408 CPUtime=0.72 cores=1,3,5,7
/proc/28536/task/28568/stat : 28568 (java) S 28534 28536 25956 0 -1 4202560 2808 0 0 0 72 0 0 0 15 0 22 0 830394954 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28569] ppid=28534 vsize=10553408 CPUtime=0.79 cores=1,3,5,7
/proc/28536/task/28569/stat : 28569 (java) S 28534 28536 25956 0 -1 4202560 9774 0 0 0 78 1 0 0 15 0 22 0 830394954 10806689792 66743 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28570] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28570/stat : 28570 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394954 10806689792 66748 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28571] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28571/stat : 28571 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830394954 10806689792 66748 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28585] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28585/stat : 28585 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830395040 10806689792 66754 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28586] ppid=28534 vsize=10553408 CPUtime=1.15 cores=1,3,5,7
/proc/28536/task/28586/stat : 28586 (java) R 28534 28536 25956 0 -1 4202560 415 0 0 0 115 0 0 0 18 0 22 0 830395138 10806689792 66759 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505560036 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28536/tid=28587] ppid=28534 vsize=10553408 CPUtime=1.15 cores=1,3,5,7
/proc/28536/task/28587/stat : 28587 (java) R 28534 28536 25956 0 -1 4202560 27781 0 0 0 113 2 0 0 18 0 22 0 830395138 10806689792 66760 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912506155491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28536/tid=28588] ppid=28534 vsize=10553408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28588/stat : 28588 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830395138 10806689792 66764 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 10553408

[startup+6.30145 s]
/proc/loadavg: 1.08 1.30 1.66 5/567 28591
/proc/meminfo: memFree=22555344/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10554528 CPUtime=12.08 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 178311 0 1 0 1189 19 0 0 18 0 22 0 830394948 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2638632 173302 2268 9 0 2629366 0
[pid=28536/tid=28537] ppid=28534 vsize=10554528 CPUtime=0.37 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17421 0 1 0 35 2 0 0 15 0 22 0 830394948 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 534 0 0 0 0 0 0 0 16 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 609 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 1019 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 975 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 971 0 0 0 0 0 0 0 16 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10554528 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 616 0 0 0 0 0 0 0 15 0 22 0 830394950 10807836672 173302 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0

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

[pid=28536/tid=28655] ppid=28534 vsize=10559792 CPUtime=40.58 cores=1,3,5,7
/proc/28536/task/28655/stat : 28655 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 4058 0 0 0 17 0 22 0 830487446 10813227008 363067 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28656] ppid=28534 vsize=10559792 CPUtime=40.59 cores=1,3,5,7
/proc/28536/task/28656/stat : 28656 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 4059 0 0 0 19 0 22 0 830487446 10813227008 363067 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28657] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28657/stat : 28657 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830487446 10813227008 363067 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1672.44
Current children cumulated vsize (KiB) 10559792

[startup+1062.3 s]
/proc/loadavg: 3.47 3.43 2.92 4/567 28764
/proc/meminfo: memFree=19803176/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10559792 CPUtime=1765.39 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 375846 0 1 0 176483 56 0 0 18 0 22 0 830394948 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2639948 370125 2270 9 0 2630682 0
[pid=28536/tid=28537] ppid=28534 vsize=10559792 CPUtime=0.41 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17880 0 1 0 39 2 0 0 15 0 22 0 830394948 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10559792 CPUtime=3.14 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 1520 0 0 0 313 1 0 0 16 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10559792 CPUtime=3.39 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 1183 0 0 0 339 0 0 0 16 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10559792 CPUtime=3.23 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 1608 0 0 0 323 0 0 0 15 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10559792 CPUtime=2.98 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 1587 0 0 0 298 0 0 0 15 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10559792 CPUtime=3.04 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 1150 0 0 0 304 0 0 0 16 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10559792 CPUtime=3.4 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 1402 0 0 0 339 1 0 0 15 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10559792 CPUtime=3.18 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 2169 0 0 0 318 0 0 0 16 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10559792 CPUtime=3.36 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 2069 0 0 0 336 0 0 0 15 0 22 0 830394950 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28559] ppid=28534 vsize=10559792 CPUtime=365.94 cores=1,3,5,7
/proc/28536/task/28559/stat : 28559 (java) S 28534 28536 25956 0 -1 4202560 144600 0 0 0 36572 22 0 0 16 0 22 0 830394951 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 0 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28560] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28560/stat : 28560 (java) S 28534 28536 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830394952 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28561] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28561/stat : 28561 (java) S 28534 28536 25956 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 830394952 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28567] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28567/stat : 28567 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830394954 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917554609 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28568] ppid=28534 vsize=10559792 CPUtime=1.25 cores=1,3,5,7
/proc/28536/task/28568/stat : 28568 (java) S 28534 28536 25956 0 -1 4202560 4468 0 0 0 125 0 0 0 15 0 22 0 830394954 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28569] ppid=28534 vsize=10559792 CPUtime=1.07 cores=1,3,5,7
/proc/28536/task/28569/stat : 28569 (java) S 28534 28536 25956 0 -1 4202560 9859 0 0 0 106 1 0 0 15 0 22 0 830394954 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28570] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28570/stat : 28570 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394954 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28571] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28571/stat : 28571 (java) S 28534 28536 25956 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 830394954 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28585] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28585/stat : 28585 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830395040 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28655] ppid=28534 vsize=10559792 CPUtime=72.33 cores=1,3,5,7
/proc/28536/task/28655/stat : 28655 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 7233 0 0 0 16 0 22 0 830487446 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505835104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28536/tid=28656] ppid=28534 vsize=10559792 CPUtime=72.34 cores=1,3,5,7
/proc/28536/task/28656/stat : 28656 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 7234 0 0 0 19 0 22 0 830487446 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912506101973 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28536/tid=28657] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28657/stat : 28657 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830487446 10813227008 370125 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1765.39
Current children cumulated vsize (KiB) 10559792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1084.7 s]
/proc/loadavg: 3.49 3.44 2.94 5/567 28765
/proc/meminfo: memFree=19737452/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10559792 CPUtime=1800.18 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 376880 0 1 0 179962 56 0 0 18 0 22 0 830394948 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2639948 371150 2270 9 0 2630682 0
[pid=28536/tid=28537] ppid=28534 vsize=10559792 CPUtime=0.41 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17889 0 1 0 39 2 0 0 15 0 22 0 830394948 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10559792 CPUtime=3.24 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 1520 0 0 0 323 1 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10559792 CPUtime=3.52 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 1183 0 0 0 352 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10559792 CPUtime=3.28 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 1608 0 0 0 328 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10559792 CPUtime=3.09 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 1588 0 0 0 309 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10559792 CPUtime=3.09 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 1150 0 0 0 309 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10559792 CPUtime=3.5 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 1407 0 0 0 349 1 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10559792 CPUtime=3.26 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 2169 0 0 0 326 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10559792 CPUtime=3.39 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 2071 0 0 0 339 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28559] ppid=28534 vsize=10559792 CPUtime=376.26 cores=1,3,5,7
/proc/28536/task/28559/stat : 28559 (java) S 28534 28536 25956 0 -1 4202560 145617 0 0 0 37604 22 0 0 17 0 22 0 830394951 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 0 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28560] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28560/stat : 28560 (java) S 28534 28536 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830394952 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28561] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28561/stat : 28561 (java) S 28534 28536 25956 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 830394952 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28567] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28567/stat : 28567 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917554609 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28568] ppid=28534 vsize=10559792 CPUtime=1.25 cores=1,3,5,7
/proc/28536/task/28568/stat : 28568 (java) S 28534 28536 25956 0 -1 4202560 4468 0 0 0 125 0 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28569] ppid=28534 vsize=10559792 CPUtime=1.07 cores=1,3,5,7
/proc/28536/task/28569/stat : 28569 (java) S 28534 28536 25956 0 -1 4202560 9859 0 0 0 106 1 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28570] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28570/stat : 28570 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28571] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28571/stat : 28571 (java) S 28534 28536 25956 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28585] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28585/stat : 28585 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830395040 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28655] ppid=28534 vsize=10559792 CPUtime=84.26 cores=1,3,5,7
/proc/28536/task/28655/stat : 28655 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 8426 0 0 0 16 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505681952 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28536/tid=28656] ppid=28534 vsize=10559792 CPUtime=84.27 cores=1,3,5,7
/proc/28536/task/28656/stat : 28656 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 8427 0 0 0 18 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912506113810 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28536/tid=28657] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28657/stat : 28657 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10559792

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

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

[startup+1084.7 s]
/proc/loadavg: 3.49 3.44 2.94 5/567 28765
/proc/meminfo: memFree=19737452/32951124 swapFree=56930356/67111528
[pid=28536] ppid=28534 vsize=10559792 CPUtime=1800.18 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28534 28536 25956 0 -1 4202496 376880 0 1 0 179962 56 0 0 18 0 22 0 830394948 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28536/statm: 2639948 371150 2270 9 0 2630682 0
[pid=28536/tid=28537] ppid=28534 vsize=10559792 CPUtime=0.41 cores=1,3,5,7
/proc/28536/task/28537/stat : 28537 (java) S 28534 28536 25956 0 -1 4202560 17889 0 1 0 39 2 0 0 15 0 22 0 830394948 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28548] ppid=28534 vsize=10559792 CPUtime=3.24 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28534 28536 25956 0 -1 4202560 1520 0 0 0 323 1 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28549] ppid=28534 vsize=10559792 CPUtime=3.52 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28534 28536 25956 0 -1 4202560 1183 0 0 0 352 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 7 0 0 0
[pid=28536/tid=28550] ppid=28534 vsize=10559792 CPUtime=3.28 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28534 28536 25956 0 -1 4202560 1608 0 0 0 328 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28551] ppid=28534 vsize=10559792 CPUtime=3.09 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28534 28536 25956 0 -1 4202560 1588 0 0 0 309 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28552] ppid=28534 vsize=10559792 CPUtime=3.09 cores=1,3,5,7
/proc/28536/task/28552/stat : 28552 (java) S 28534 28536 25956 0 -1 4202560 1150 0 0 0 309 0 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28553] ppid=28534 vsize=10559792 CPUtime=3.5 cores=1,3,5,7
/proc/28536/task/28553/stat : 28553 (java) S 28534 28536 25956 0 -1 4202560 1407 0 0 0 349 1 0 0 16 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28554] ppid=28534 vsize=10559792 CPUtime=3.26 cores=1,3,5,7
/proc/28536/task/28554/stat : 28554 (java) S 28534 28536 25956 0 -1 4202560 2169 0 0 0 326 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28555] ppid=28534 vsize=10559792 CPUtime=3.39 cores=1,3,5,7
/proc/28536/task/28555/stat : 28555 (java) S 28534 28536 25956 0 -1 4202560 2071 0 0 0 339 0 0 0 15 0 22 0 830394950 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28559] ppid=28534 vsize=10559792 CPUtime=376.26 cores=1,3,5,7
/proc/28536/task/28559/stat : 28559 (java) S 28534 28536 25956 0 -1 4202560 145617 0 0 0 37604 22 0 0 17 0 22 0 830394951 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 0 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28560] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28560/stat : 28560 (java) S 28534 28536 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830394952 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28561] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28561/stat : 28561 (java) S 28534 28536 25956 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 830394952 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28567] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28567/stat : 28567 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917554609 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28568] ppid=28534 vsize=10559792 CPUtime=1.25 cores=1,3,5,7
/proc/28536/task/28568/stat : 28568 (java) S 28534 28536 25956 0 -1 4202560 4468 0 0 0 125 0 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28569] ppid=28534 vsize=10559792 CPUtime=1.07 cores=1,3,5,7
/proc/28536/task/28569/stat : 28569 (java) S 28534 28536 25956 0 -1 4202560 9859 0 0 0 106 1 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 5 0 0 0
[pid=28536/tid=28570] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28570/stat : 28570 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917546905 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28571] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28571/stat : 28571 (java) S 28534 28536 25956 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 830394954 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 3 0 0 0
[pid=28536/tid=28585] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28585/stat : 28585 (java) S 28534 28536 25956 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 830395040 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
[pid=28536/tid=28655] ppid=28534 vsize=10559792 CPUtime=84.26 cores=1,3,5,7
/proc/28536/task/28655/stat : 28655 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 8426 0 0 0 16 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912505681952 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28536/tid=28656] ppid=28534 vsize=10559792 CPUtime=84.27 cores=1,3,5,7
/proc/28536/task/28656/stat : 28656 (java) R 28534 28536 25956 0 -1 4202560 0 0 0 0 8427 0 0 0 18 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 46912506113810 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28536/tid=28657] ppid=28534 vsize=10559792 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28657/stat : 28657 (java) S 28534 28536 25956 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830487446 10813227008 371150 33554432000 1073741824 1073778376 140734904626416 18446744073709551615 218917547520 0 4 0 16800975 18446604467342496832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10559792

Child status: 143
Real time (s): 1084.81
CPU time (s): 1800.32
CPU user time (s): 1799.7
CPU system time (s): 0.623905
CPU usage (%): 165.957
Max. virtual memory (cumulated for all children) (KiB): 10559792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376910
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= 40643
involuntary context switches= 20068

runsolver used 5.82011 second user time and 14.0119 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 13:46:12
IDJOB=3454684
IDBENCH=1873
IDSOLVER=1950
FILE ID=node137/3454684-1307187972
RUNJOBID= node137-1307187972-28517
PBS_JOBID= 13508854
Free space on /tmp= 73732 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-seymour.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454684-1307187972/watcher-3454684-1307187972 -o /tmp/evaluation-result-3454684-1307187972/solver-3454684-1307187972 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454684-1307187972.opb

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

MD5SUM BENCH= 97ebaccbda37d5c570b4e2ec3cd7f8f0
RANDOM SEED=1810564531

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23886528 kB
Buffers:        284588 kB
Cached:         512052 kB
SwapCached:      12312 kB
Active:        8336496 kB
Inactive:       467192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23886528 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            1348 kB
Writeback:           0 kB
AnonPages:     8004996 kB
Mapped:          23208 kB
Slab:           117260 kB
PageTables:      74596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162529132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73728 MiB
End job on node137 at 2011-06-04 14:04:19