Trace number 3733560

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT 1484.92 788.236

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM9a5e6e5ac9dd04defb35f28c3f495740
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark229.381
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733560-1338743666.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.015s.
0.11/0.11	c #vars     86
0.11/0.11	c #constraints  2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.03/0.64	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.21/1.17	c cleaning 4249 clauses out of 8502 with flag 11001/11001
4.89/1.96	c cleaning 5625 clauses out of 11252 with flag 18000/18000
6.89/2.99	c cleaning 6814 clauses out of 13628 with flag 26001/26001
9.90/4.46	c cleaning 7902 clauses out of 15813 with flag 35000/35000
13.09/6.01	c cleaning 8952 clauses out of 17911 with flag 45000/45000
16.48/7.78	c cleaning 9477 clauses out of 18959 with flag 55000/55000
22.31/10.61	c cleaning 9740 clauses out of 19482 with flag 65000/65000
26.46/12.75	c cleaning 9872 clauses out of 19744 with flag 75002/75002
30.22/14.62	c cleaning 9932 clauses out of 19871 with flag 85001/85001
34.38/16.71	c cleaning 9967 clauses out of 19939 with flag 95001/95001
38.96/19.02	c cleaning 9986 clauses out of 19972 with flag 105001/105001
42.29/20.80	c cleaning 9990 clauses out of 19986 with flag 115001/115001
47.24/23.22	c cleaning 9994 clauses out of 19995 with flag 125000/125000
51.19/25.27	c cleaning 10001 clauses out of 20001 with flag 135000/135000
54.53/26.98	c cleaning 9997 clauses out of 20000 with flag 145000/145000
58.00/28.62	c cleaning 10002 clauses out of 20003 with flag 155000/155000
61.32/30.37	c cleaning 9998 clauses out of 20002 with flag 165001/165001
64.27/31.89	c cleaning 0 clauses out of 5002 with flag 0/5002
65.87/32.48	c cleaning 10002 clauses out of 20004 with flag 175001/175001
70.94/34.96	c cleaning 10001 clauses out of 20001 with flag 185000/185000
76.29/37.65	c cleaning 10000 clauses out of 20004 with flag 195004/195004
80.62/39.85	c cleaning 10000 clauses out of 20000 with flag 205000/205000
85.76/42.41	c cleaning 9999 clauses out of 20001 with flag 215001/215001
90.05/44.65	c cleaning 9999 clauses out of 20001 with flag 225000/225000
94.17/46.71	c cleaning 9997 clauses out of 20002 with flag 235000/235000
97.52/48.41	c cleaning 10001 clauses out of 20005 with flag 245000/245000
101.44/50.43	c cleaning 10002 clauses out of 20004 with flag 255000/255000
104.74/52.10	c cleaning 9998 clauses out of 20003 with flag 265001/265001
109.06/54.34	c cleaning 10001 clauses out of 20006 with flag 275002/275002
112.59/56.13	c cleaning 9998 clauses out of 20003 with flag 285000/285000
115.70/57.72	c cleaning 10001 clauses out of 20006 with flag 295001/295001
119.37/59.62	c cleaning 10002 clauses out of 20004 with flag 305000/305000
123.11/61.57	c cleaning 10002 clauses out of 20003 with flag 315001/315001
127.22/63.65	c cleaning 9998 clauses out of 20001 with flag 325001/325001
130.34/65.26	c cleaning 10000 clauses out of 20004 with flag 335002/335002
133.61/66.91	c cleaning 9998 clauses out of 20002 with flag 345000/345000
138.14/69.30	c cleaning 10002 clauses out of 20004 with flag 355000/355000
143.84/72.15	c cleaning 10000 clauses out of 20002 with flag 365000/365000
146.75/73.66	c cleaning 9999 clauses out of 20002 with flag 375000/375000
149.61/75.18	c cleaning 10002 clauses out of 20004 with flag 385001/385001
153.34/77.05	c cleaning 9999 clauses out of 20001 with flag 395000/395000
157.24/79.08	c cleaning 9997 clauses out of 20002 with flag 405000/405000
161.34/81.17	c cleaning 9999 clauses out of 20006 with flag 415001/415001
165.00/83.05	c cleaning 10002 clauses out of 20009 with flag 425003/425003
167.73/84.44	c cleaning 10000 clauses out of 20005 with flag 435001/435001
169.84/85.59	c cleaning 10001 clauses out of 20004 with flag 445000/445000
172.36/86.82	c cleaning 9995 clauses out of 20003 with flag 455000/455000
174.22/87.86	c cleaning 9995 clauses out of 20008 with flag 465000/465000
176.54/89.02	c cleaning 10002 clauses out of 20013 with flag 475000/475000
179.24/90.47	c cleaning 10000 clauses out of 20011 with flag 485000/485000
181.35/91.53	c cleaning 10005 clauses out of 20011 with flag 495000/495000
183.22/92.50	c cleaning 10000 clauses out of 20007 with flag 505001/505001
185.74/93.85	c cleaning 10000 clauses out of 20006 with flag 515000/515000
188.64/95.30	c cleaning 9996 clauses out of 20006 with flag 525000/525000
191.38/96.71	c cleaning 10000 clauses out of 20010 with flag 535000/535000
193.64/97.99	c cleaning 10001 clauses out of 20010 with flag 545000/545000
196.13/99.24	c cleaning 10000 clauses out of 20010 with flag 555001/555001
198.03/100.28	c cleaning 10003 clauses out of 20009 with flag 565000/565000
199.74/101.19	c cleaning 10001 clauses out of 20008 with flag 575002/575002
201.59/102.20	c cleaning 10000 clauses out of 20005 with flag 585000/585000
203.69/103.21	c cleaning 9998 clauses out of 20005 with flag 595000/595000
205.80/104.31	c cleaning 9997 clauses out of 20007 with flag 605000/605000
207.51/105.29	c cleaning 9999 clauses out of 20011 with flag 615001/615001
209.56/106.36	c cleaning 10002 clauses out of 20011 with flag 625000/625000
211.45/107.39	c cleaning 10001 clauses out of 20010 with flag 635001/635001
213.76/108.53	c cleaning 10000 clauses out of 20009 with flag 645001/645001
216.88/110.15	c cleaning 9998 clauses out of 20008 with flag 655000/655000
219.94/111.76	c cleaning 10001 clauses out of 20010 with flag 665000/665000
222.64/113.20	c cleaning 9999 clauses out of 20010 with flag 675001/675001
224.95/114.37	c cleaning 9999 clauses out of 20010 with flag 685000/685000
227.47/115.60	c cleaning 10002 clauses out of 20011 with flag 695000/695000
229.38/116.64	c cleaning 10001 clauses out of 20010 with flag 705001/705001
231.66/117.81	c cleaning 10000 clauses out of 20008 with flag 715000/715000
233.57/118.88	c cleaning 9999 clauses out of 20009 with flag 725001/725001
235.47/119.86	c cleaning 9999 clauses out of 20009 with flag 735000/735000
237.52/120.92	c cleaning 10002 clauses out of 20010 with flag 745000/745000
239.62/122.06	c cleaning 9998 clauses out of 20009 with flag 755001/755001
241.72/123.12	c cleaning 9998 clauses out of 20010 with flag 765000/765000
243.41/124.02	c cleaning 10001 clauses out of 20012 with flag 775000/775000
245.87/125.35	c cleaning 10003 clauses out of 20011 with flag 785000/785000
249.56/127.25	c cleaning 9999 clauses out of 20008 with flag 795000/795000
253.05/129.01	c cleaning 9998 clauses out of 20009 with flag 805000/805000
256.94/131.05	c cleaning 10000 clauses out of 20013 with flag 815002/815002
260.38/132.87	c cleaning 10001 clauses out of 20011 with flag 825000/825000
263.28/134.33	c cleaning 10004 clauses out of 20010 with flag 835000/835000
265.77/135.63	c cleaning 10001 clauses out of 20007 with flag 845001/845001
270.05/137.84	c cleaning 10001 clauses out of 20006 with flag 855001/855001
273.29/139.52	c cleaning 9999 clauses out of 20004 with flag 865000/865000
275.38/140.69	c cleaning 10001 clauses out of 20006 with flag 875001/875001
278.47/142.20	c cleaning 9999 clauses out of 20005 with flag 885001/885001
281.76/143.94	c cleaning 9997 clauses out of 20006 with flag 895001/895001
285.19/145.75	c cleaning 9997 clauses out of 20008 with flag 905000/905000
287.47/146.92	c cleaning 10003 clauses out of 20014 with flag 915003/915003
289.95/148.26	c cleaning 9999 clauses out of 20009 with flag 925001/925001
292.45/149.58	c cleaning 10000 clauses out of 20010 with flag 935001/935001
295.47/151.17	c cleaning 9997 clauses out of 20009 with flag 945000/945000
298.55/152.75	c cleaning 10002 clauses out of 20012 with flag 955000/955000
301.04/154.02	c cleaning 10000 clauses out of 20012 with flag 965002/965002
302.71/154.96	c cleaning 10001 clauses out of 20011 with flag 975001/975001
304.54/155.97	c cleaning 10002 clauses out of 20010 with flag 985001/985001
306.82/157.13	c cleaning 9997 clauses out of 20008 with flag 995001/995001
308.30/158.00	c cleaning 0 clauses out of 11000 with flag 0/11000
309.20/158.48	c cleaning 10003 clauses out of 20012 with flag 1005002/1005002
311.42/159.66	c cleaning 9997 clauses out of 20007 with flag 1015000/1015000
313.50/160.77	c cleaning 10000 clauses out of 20012 with flag 1025002/1025002
315.19/161.65	c cleaning 10000 clauses out of 20010 with flag 1035000/1035000
317.86/163.03	c cleaning 10001 clauses out of 20011 with flag 1045001/1045001
320.27/164.37	c cleaning 9998 clauses out of 20010 with flag 1055001/1055001
322.35/165.43	c cleaning 10001 clauses out of 20012 with flag 1065001/1065001
324.03/166.34	c cleaning 10000 clauses out of 20011 with flag 1075001/1075001
326.31/167.53	c cleaning 9996 clauses out of 20011 with flag 1085001/1085001
328.51/168.77	c cleaning 10004 clauses out of 20015 with flag 1095001/1095001
330.59/169.81	c cleaning 9999 clauses out of 20010 with flag 1105000/1105000
332.49/170.86	c cleaning 10001 clauses out of 20011 with flag 1115000/1115000
334.57/171.96	c cleaning 9997 clauses out of 20010 with flag 1125000/1125000
337.40/173.43	c cleaning 10000 clauses out of 20014 with flag 1135001/1135001
339.69/174.67	c cleaning 10003 clauses out of 20015 with flag 1145002/1145002
341.97/175.87	c cleaning 10001 clauses out of 20010 with flag 1155000/1155000
344.47/177.16	c cleaning 10000 clauses out of 20010 with flag 1165001/1165001
346.88/178.41	c cleaning 9999 clauses out of 20009 with flag 1175000/1175000
349.57/179.82	c cleaning 10001 clauses out of 20010 with flag 1185000/1185000
352.26/181.23	c cleaning 9998 clauses out of 20010 with flag 1195001/1195001
354.76/182.60	c cleaning 10003 clauses out of 20013 with flag 1205002/1205002
357.16/183.82	c cleaning 10002 clauses out of 20008 with flag 1215000/1215000
359.25/184.95	c cleaning 10000 clauses out of 20007 with flag 1225001/1225001
361.53/186.19	c cleaning 9997 clauses out of 20006 with flag 1235000/1235000
363.81/187.40	c cleaning 9999 clauses out of 20009 with flag 1245000/1245000
366.03/188.57	c cleaning 10003 clauses out of 20011 with flag 1255001/1255001
368.31/189.75	c cleaning 10000 clauses out of 20007 with flag 1265000/1265000
370.38/190.82	c cleaning 9996 clauses out of 20007 with flag 1275000/1275000
372.46/191.91	c cleaning 10002 clauses out of 20012 with flag 1285001/1285001
374.47/193.08	c cleaning 10002 clauses out of 20010 with flag 1295001/1295001
376.55/194.16	c cleaning 10001 clauses out of 20007 with flag 1305000/1305000
378.43/195.14	c cleaning 10002 clauses out of 20006 with flag 1315000/1315000
380.72/196.30	c cleaning 10003 clauses out of 20005 with flag 1325001/1325001
383.75/198.00	c cleaning 9994 clauses out of 20001 with flag 1335000/1335000
387.82/200.07	c cleaning 9996 clauses out of 20007 with flag 1345000/1345000
390.89/201.62	c cleaning 10001 clauses out of 20011 with flag 1355000/1355000
393.56/203.06	c cleaning 10000 clauses out of 20010 with flag 1365000/1365000
396.76/204.72	c cleaning 10001 clauses out of 20011 with flag 1375001/1375001
399.84/206.31	c cleaning 10002 clauses out of 20009 with flag 1385000/1385000
402.93/207.96	c cleaning 9995 clauses out of 20007 with flag 1395000/1395000
405.58/209.39	c cleaning 10003 clauses out of 20012 with flag 1405000/1405000
408.37/210.89	c cleaning 9999 clauses out of 20009 with flag 1415000/1415000
411.26/212.33	c cleaning 10000 clauses out of 20010 with flag 1425000/1425000
414.11/213.88	c cleaning 10001 clauses out of 20011 with flag 1435001/1435001
416.77/215.22	c cleaning 10001 clauses out of 20009 with flag 1445000/1445000
420.76/217.32	c cleaning 9999 clauses out of 20009 with flag 1455001/1455001
423.44/218.76	c cleaning 9999 clauses out of 20010 with flag 1465001/1465001
425.92/220.01	c cleaning 10001 clauses out of 20011 with flag 1475001/1475001
427.98/221.12	c cleaning 10005 clauses out of 20009 with flag 1485000/1485000
431.16/222.80	c cleaning 9998 clauses out of 20005 with flag 1495001/1495001
433.82/224.23	c cleaning 9999 clauses out of 20006 with flag 1505000/1505000
436.68/225.71	c cleaning 9999 clauses out of 20008 with flag 1515001/1515001
439.54/227.24	c cleaning 9998 clauses out of 20008 with flag 1525000/1525000
442.13/228.66	c cleaning 10000 clauses out of 20010 with flag 1535000/1535000
445.79/230.59	c cleaning 10000 clauses out of 20011 with flag 1545001/1545001
448.65/232.05	c cleaning 9999 clauses out of 20010 with flag 1555000/1555000
451.30/233.43	c cleaning 10001 clauses out of 20012 with flag 1565001/1565001
454.12/234.91	c cleaning 10000 clauses out of 20010 with flag 1575000/1575000
456.58/236.24	c cleaning 10004 clauses out of 20011 with flag 1585001/1585001
459.27/237.68	c cleaning 10002 clauses out of 20007 with flag 1595001/1595001
461.92/239.05	c cleaning 9999 clauses out of 20005 with flag 1605001/1605001
464.51/240.46	c cleaning 10000 clauses out of 20006 with flag 1615001/1615001
467.58/242.07	c cleaning 9996 clauses out of 20005 with flag 1625000/1625000
470.43/243.58	c cleaning 9997 clauses out of 20009 with flag 1635000/1635000
473.10/244.92	c cleaning 9999 clauses out of 20012 with flag 1645000/1645000
475.72/246.39	c cleaning 10004 clauses out of 20013 with flag 1655000/1655000
478.97/248.00	c cleaning 10000 clauses out of 20010 with flag 1665001/1665001
482.42/249.80	c cleaning 9997 clauses out of 20009 with flag 1675000/1675000
484.67/251.01	c cleaning 10005 clauses out of 20012 with flag 1685000/1685000
488.25/252.92	c cleaning 10000 clauses out of 20007 with flag 1695000/1695000
490.91/254.37	c cleaning 10001 clauses out of 20008 with flag 1705001/1705001
493.16/255.59	c cleaning 9998 clauses out of 20006 with flag 1715000/1715000
495.22/256.70	c cleaning 9999 clauses out of 20008 with flag 1725000/1725000
497.41/257.81	c cleaning 10002 clauses out of 20009 with flag 1735000/1735000
501.47/259.97	c cleaning 10000 clauses out of 20008 with flag 1745001/1745001
504.52/261.50	c cleaning 9998 clauses out of 20007 with flag 1755000/1755000
507.18/262.99	c cleaning 10001 clauses out of 20009 with flag 1765000/1765000
510.37/264.65	c cleaning 9998 clauses out of 20010 with flag 1775002/1775002
513.63/266.33	c cleaning 10001 clauses out of 20011 with flag 1785001/1785001
516.08/267.63	c cleaning 9995 clauses out of 20010 with flag 1795001/1795001
518.95/269.14	c cleaning 10002 clauses out of 20014 with flag 1805000/1805000
521.94/270.76	c cleaning 10000 clauses out of 20012 with flag 1815000/1815000
524.39/272.05	c cleaning 10003 clauses out of 20013 with flag 1825001/1825001
526.84/273.31	c cleaning 10004 clauses out of 20011 with flag 1835002/1835002
529.09/274.57	c cleaning 9998 clauses out of 20006 with flag 1845001/1845001
531.27/275.78	c cleaning 9998 clauses out of 20008 with flag 1855001/1855001
533.13/276.77	c cleaning 10002 clauses out of 20009 with flag 1865000/1865000
536.58/278.56	c cleaning 9999 clauses out of 20008 with flag 1875001/1875001
538.83/279.71	c cleaning 10003 clauses out of 20009 with flag 1885001/1885001
540.98/280.99	c cleaning 10000 clauses out of 20005 with flag 1895000/1895000
543.85/282.42	c cleaning 9999 clauses out of 20006 with flag 1905001/1905001
545.90/283.54	c cleaning 9998 clauses out of 20006 with flag 1915000/1915000
548.95/285.13	c cleaning 9994 clauses out of 20008 with flag 1925000/1925000
551.71/286.65	c cleaning 10002 clauses out of 20015 with flag 1935001/1935001
554.16/287.98	c cleaning 10003 clauses out of 20012 with flag 1945000/1945000
556.41/289.12	c cleaning 10003 clauses out of 20009 with flag 1955000/1955000
559.46/290.73	c cleaning 9998 clauses out of 20006 with flag 1965000/1965000
562.02/292.10	c cleaning 10003 clauses out of 20010 with flag 1975002/1975002
564.48/293.42	c cleaning 10004 clauses out of 20007 with flag 1985002/1985002
568.34/295.44	c cleaning 9998 clauses out of 20001 with flag 1995000/1995000
572.79/297.79	c cleaning 9996 clauses out of 20003 with flag 2005000/2005000
578.15/300.53	c cleaning 9999 clauses out of 20007 with flag 2015000/2015000
582.39/302.79	c cleaning 10002 clauses out of 20008 with flag 2025000/2025000
586.44/304.84	c cleaning 9995 clauses out of 20007 with flag 2035001/2035001
591.68/307.52	c cleaning 10004 clauses out of 20013 with flag 2045002/2045002
595.65/309.68	c cleaning 9995 clauses out of 20008 with flag 2055001/2055001
599.90/311.84	c cleaning 10001 clauses out of 20014 with flag 2065002/2065002
603.55/313.71	c cleaning 10001 clauses out of 20012 with flag 2075001/2075001
608.20/316.13	c cleaning 10001 clauses out of 20011 with flag 2085001/2085001
611.96/318.14	c cleaning 9998 clauses out of 20009 with flag 2095000/2095000
614.41/319.43	c cleaning 10002 clauses out of 20011 with flag 2105000/2105000
617.25/320.93	c cleaning 9999 clauses out of 20010 with flag 2115001/2115001
620.08/322.48	c cleaning 10001 clauses out of 20010 with flag 2125000/2125000
623.23/324.17	c cleaning 10003 clauses out of 20010 with flag 2135001/2135001
625.88/325.51	c cleaning 9998 clauses out of 20006 with flag 2145000/2145000
629.31/327.31	c cleaning 10001 clauses out of 20008 with flag 2155000/2155000
632.55/329.04	c cleaning 9998 clauses out of 20007 with flag 2165000/2165000
635.28/330.51	c cleaning 10004 clauses out of 20009 with flag 2175000/2175000
638.13/332.10	c cleaning 10001 clauses out of 20006 with flag 2185001/2185001
641.38/333.72	c cleaning 10001 clauses out of 20005 with flag 2195001/2195001
644.22/335.26	c cleaning 9998 clauses out of 20003 with flag 2205000/2205000
646.95/336.77	c cleaning 9999 clauses out of 20005 with flag 2215000/2215000
649.79/338.20	c cleaning 10001 clauses out of 20006 with flag 2225000/2225000
652.42/339.69	c cleaning 10001 clauses out of 20006 with flag 2235001/2235001
655.47/341.20	c cleaning 10003 clauses out of 20005 with flag 2245001/2245001
658.42/342.81	c cleaning 9997 clauses out of 20001 with flag 2255000/2255000
661.07/344.26	c cleaning 10001 clauses out of 20005 with flag 2265001/2265001
663.89/345.76	c cleaning 9996 clauses out of 20003 with flag 2275000/2275000
666.33/347.09	c cleaning 10001 clauses out of 20009 with flag 2285002/2285002
669.67/348.87	c cleaning 10001 clauses out of 20007 with flag 2295001/2295001
672.50/350.40	c cleaning 10001 clauses out of 20007 with flag 2305002/2305002
675.75/352.01	c cleaning 9999 clauses out of 20005 with flag 2315001/2315001
679.59/354.05	c cleaning 10001 clauses out of 20007 with flag 2325002/2325002
683.12/355.94	c cleaning 9998 clauses out of 20004 with flag 2335000/2335000
687.19/358.04	c cleaning 9997 clauses out of 20006 with flag 2345000/2345000
691.03/360.00	c cleaning 10002 clauses out of 20010 with flag 2355001/2355001
694.27/361.79	c cleaning 10000 clauses out of 20007 with flag 2365000/2365000
698.02/363.72	c cleaning 10002 clauses out of 20009 with flag 2375002/2375002
701.46/365.53	c cleaning 10002 clauses out of 20005 with flag 2385000/2385000
704.91/367.37	c cleaning 9999 clauses out of 20003 with flag 2395000/2395000
708.75/369.31	c cleaning 10000 clauses out of 20004 with flag 2405000/2405000
712.28/371.28	c cleaning 9997 clauses out of 20004 with flag 2415000/2415000
715.52/372.95	c cleaning 9998 clauses out of 20007 with flag 2425000/2425000
719.14/374.82	c cleaning 10000 clauses out of 20011 with flag 2435002/2435002
722.77/376.73	c cleaning 9999 clauses out of 20009 with flag 2445000/2445000
726.29/378.64	c cleaning 10000 clauses out of 20010 with flag 2455000/2455000
729.93/380.59	c cleaning 10002 clauses out of 20011 with flag 2465001/2465001
733.56/382.43	c cleaning 9998 clauses out of 20008 with flag 2475000/2475000
736.99/384.25	c cleaning 10003 clauses out of 20012 with flag 2485002/2485002
739.93/385.86	c cleaning 9999 clauses out of 20008 with flag 2495001/2495001
742.97/387.41	c cleaning 10004 clauses out of 20008 with flag 2505000/2505000
745.80/388.98	c cleaning 10000 clauses out of 20004 with flag 2515000/2515000
748.86/390.52	c cleaning 10001 clauses out of 20005 with flag 2525001/2525001
751.98/392.27	c cleaning 9998 clauses out of 20005 with flag 2535002/2535002
754.61/393.68	c cleaning 10002 clauses out of 20007 with flag 2545002/2545002
757.24/395.05	c cleaning 10001 clauses out of 20004 with flag 2555001/2555001
760.28/396.67	c cleaning 9999 clauses out of 20004 with flag 2565002/2565002
763.04/398.11	c cleaning 10001 clauses out of 20003 with flag 2575000/2575000
765.86/399.69	c cleaning 9998 clauses out of 20003 with flag 2585001/2585001
768.91/401.28	c cleaning 9997 clauses out of 20004 with flag 2595000/2595000
771.13/402.46	c cleaning 10001 clauses out of 20009 with flag 2605002/2605002
774.08/404.02	c cleaning 10002 clauses out of 20006 with flag 2615000/2615000
776.91/405.55	c cleaning 10001 clauses out of 20005 with flag 2625001/2625001
780.34/407.31	c cleaning 9995 clauses out of 20003 with flag 2635000/2635000
782.99/408.77	c cleaning 10002 clauses out of 20010 with flag 2645002/2645002
786.31/410.56	c cleaning 9997 clauses out of 20006 with flag 2655000/2655000
789.34/412.13	c cleaning 9999 clauses out of 20010 with flag 2665001/2665001
792.76/413.99	c cleaning 9998 clauses out of 20010 with flag 2675000/2675000
796.57/415.93	c cleaning 10000 clauses out of 20012 with flag 2685000/2685000
799.73/417.65	c cleaning 10001 clauses out of 20013 with flag 2695001/2695001
802.76/419.28	c cleaning 9998 clauses out of 20011 with flag 2705000/2705000
805.39/420.68	c cleaning 9999 clauses out of 20015 with flag 2715002/2715002
808.42/422.26	c cleaning 10001 clauses out of 20016 with flag 2725002/2725002
811.99/424.13	c cleaning 10001 clauses out of 20013 with flag 2735000/2735000
814.82/425.65	c cleaning 10003 clauses out of 20013 with flag 2745001/2745001
817.43/427.00	c cleaning 9997 clauses out of 20010 with flag 2755001/2755001
820.26/428.54	c cleaning 10003 clauses out of 20013 with flag 2765001/2765001
822.99/430.01	c cleaning 9999 clauses out of 20009 with flag 2775000/2775000
825.00/431.19	c cleaning 10001 clauses out of 20011 with flag 2785001/2785001
827.23/432.37	c cleaning 9999 clauses out of 20010 with flag 2795001/2795001
829.26/433.46	c cleaning 10001 clauses out of 20010 with flag 2805000/2805000
831.59/434.72	c cleaning 10004 clauses out of 20009 with flag 2815000/2815000
834.22/436.12	c cleaning 9998 clauses out of 20007 with flag 2825002/2825002
836.45/437.32	c cleaning 10000 clauses out of 20008 with flag 2835001/2835001
838.46/438.43	c cleaning 9999 clauses out of 20008 with flag 2845001/2845001
840.98/439.84	c cleaning 9999 clauses out of 20008 with flag 2855000/2855000
843.00/440.94	c cleaning 9999 clauses out of 20009 with flag 2865000/2865000
844.81/441.93	c cleaning 10000 clauses out of 20011 with flag 2875001/2875001
846.63/442.98	c cleaning 10002 clauses out of 20011 with flag 2885001/2885001
848.77/444.12	c cleaning 9999 clauses out of 20009 with flag 2895001/2895001
850.81/445.22	c cleaning 9999 clauses out of 20009 with flag 2905000/2905000
852.62/446.24	c cleaning 10002 clauses out of 20010 with flag 2915000/2915000
855.24/447.61	c cleaning 10001 clauses out of 20010 with flag 2925002/2925002
858.36/449.30	c cleaning 9999 clauses out of 20009 with flag 2935002/2935002
861.60/451.02	c cleaning 10000 clauses out of 20009 with flag 2945001/2945001
862.01/451.39	c cleaning 0 clauses out of 18000 with flag 0/18000
864.25/452.50	c cleaning 10000 clauses out of 20009 with flag 2955001/2955001
866.56/453.88	c cleaning 10003 clauses out of 20008 with flag 2965000/2965000
868.98/455.14	c cleaning 10001 clauses out of 20005 with flag 2975000/2975000
871.61/456.51	c cleaning 9995 clauses out of 20004 with flag 2985000/2985000
875.20/458.42	c cleaning 10000 clauses out of 20011 with flag 2995002/2995002
879.53/460.80	c cleaning 9997 clauses out of 20010 with flag 3005001/3005001
882.94/462.52	c cleaning 9997 clauses out of 20012 with flag 3015000/3015000
884.96/463.65	c cleaning 9999 clauses out of 20015 with flag 3025000/3025000
887.37/464.99	c cleaning 10003 clauses out of 20018 with flag 3035002/3035002
890.28/466.53	c cleaning 10001 clauses out of 20013 with flag 3045000/3045000
892.71/467.83	c cleaning 9998 clauses out of 20012 with flag 3055000/3055000
894.92/469.02	c cleaning 10005 clauses out of 20016 with flag 3065002/3065002
897.32/470.31	c cleaning 9999 clauses out of 20009 with flag 3075000/3075000
900.43/472.06	c cleaning 9999 clauses out of 20011 with flag 3085001/3085001
902.84/473.37	c cleaning 10000 clauses out of 20011 with flag 3095000/3095000
905.07/474.52	c cleaning 9998 clauses out of 20011 with flag 3105000/3105000
907.89/476.01	c cleaning 10001 clauses out of 20014 with flag 3115001/3115001
911.69/478.10	c cleaning 10000 clauses out of 20013 with flag 3125001/3125001
914.51/479.55	c cleaning 10002 clauses out of 20013 with flag 3135001/3135001
917.33/481.06	c cleaning 9999 clauses out of 20010 with flag 3145000/3145000
919.94/482.46	c cleaning 10002 clauses out of 20011 with flag 3155000/3155000
922.87/484.02	c cleaning 9997 clauses out of 20010 with flag 3165001/3165001
925.06/485.29	c cleaning 10005 clauses out of 20012 with flag 3175000/3175000
926.89/486.24	c cleaning 9998 clauses out of 20007 with flag 3185000/3185000
930.08/487.91	c cleaning 9996 clauses out of 20009 with flag 3195000/3195000
932.49/489.22	c cleaning 10002 clauses out of 20013 with flag 3205000/3205000
934.69/490.43	c cleaning 10000 clauses out of 20011 with flag 3215000/3215000
937.12/491.78	c cleaning 9999 clauses out of 20013 with flag 3225002/3225002
939.92/493.28	c cleaning 10001 clauses out of 20013 with flag 3235001/3235001
942.88/494.86	c cleaning 9999 clauses out of 20012 with flag 3245001/3245001
945.32/496.19	c cleaning 10002 clauses out of 20013 with flag 3255001/3255001
947.92/497.53	c cleaning 10003 clauses out of 20011 with flag 3265001/3265001
950.12/498.76	c cleaning 9999 clauses out of 20007 with flag 3275000/3275000
953.01/500.34	c cleaning 9999 clauses out of 20010 with flag 3285002/3285002
955.81/501.88	c cleaning 9999 clauses out of 20009 with flag 3295000/3295000
958.63/503.33	c cleaning 10001 clauses out of 20010 with flag 3305000/3305000
961.04/504.66	c cleaning 10000 clauses out of 20009 with flag 3315000/3315000
963.75/506.13	c cleaning 9998 clauses out of 20010 with flag 3325001/3325001
966.35/507.51	c cleaning 10001 clauses out of 20011 with flag 3335000/3335000
968.56/508.71	c cleaning 10001 clauses out of 20010 with flag 3345000/3345000
971.17/510.10	c cleaning 10000 clauses out of 20009 with flag 3355000/3355000
973.72/511.51	c cleaning 9998 clauses out of 20010 with flag 3365001/3365001
975.92/512.76	c cleaning 10003 clauses out of 20011 with flag 3375000/3375000
978.34/514.01	c cleaning 10000 clauses out of 20008 with flag 3385000/3385000
980.55/515.21	c cleaning 9997 clauses out of 20008 with flag 3395000/3395000
982.88/516.57	c cleaning 10004 clauses out of 20012 with flag 3405001/3405001
984.90/517.63	c cleaning 9998 clauses out of 20007 with flag 3415000/3415000
987.11/518.81	c cleaning 10003 clauses out of 20009 with flag 3425000/3425000
989.53/520.11	c cleaning 9997 clauses out of 20006 with flag 3435000/3435000
992.46/521.76	c cleaning 9999 clauses out of 20010 with flag 3445001/3445001
995.27/523.25	c cleaning 9998 clauses out of 20010 with flag 3455000/3455000
998.27/524.85	c cleaning 10001 clauses out of 20015 with flag 3465003/3465003
1000.87/526.21	c cleaning 10001 clauses out of 20012 with flag 3475001/3475001
1002.97/527.47	c cleaning 10003 clauses out of 20011 with flag 3485001/3485001
1005.38/528.74	c cleaning 9997 clauses out of 20008 with flag 3495001/3495001
1007.60/529.90	c cleaning 10002 clauses out of 20011 with flag 3505001/3505001
1009.62/531.02	c cleaning 9999 clauses out of 20008 with flag 3515000/3515000
1011.51/532.14	c cleaning 10000 clauses out of 20009 with flag 3525000/3525000
1014.31/533.69	c cleaning 9999 clauses out of 20010 with flag 3535001/3535001
1018.11/535.65	c cleaning 10001 clauses out of 20011 with flag 3545001/3545001
1021.71/537.54	c cleaning 10001 clauses out of 20009 with flag 3555000/3555000
1025.02/539.33	c cleaning 9996 clauses out of 20008 with flag 3565000/3565000
1028.02/540.94	c cleaning 9999 clauses out of 20012 with flag 3575000/3575000
1030.84/542.40	c cleaning 10004 clauses out of 20015 with flag 3585002/3585002
1033.44/543.86	c cleaning 9996 clauses out of 20010 with flag 3595001/3595001
1035.94/545.20	c cleaning 10002 clauses out of 20013 with flag 3605000/3605000
1038.56/546.66	c cleaning 10000 clauses out of 20012 with flag 3615001/3615001
1040.96/547.90	c cleaning 10001 clauses out of 20011 with flag 3625000/3625000
1043.36/549.21	c cleaning 10001 clauses out of 20010 with flag 3635000/3635000
1046.46/550.92	c cleaning 10002 clauses out of 20009 with flag 3645000/3645000
1049.06/552.31	c cleaning 9999 clauses out of 20008 with flag 3655001/3655001
1051.86/553.87	c cleaning 10001 clauses out of 20009 with flag 3665001/3665001
1054.27/555.12	c cleaning 9997 clauses out of 20008 with flag 3675001/3675001
1057.14/556.75	c cleaning 9996 clauses out of 20010 with flag 3685000/3685000
1059.76/558.14	c cleaning 10003 clauses out of 20016 with flag 3695002/3695002
1062.56/559.61	c cleaning 9997 clauses out of 20012 with flag 3705001/3705001
1065.55/561.22	c cleaning 10004 clauses out of 20014 with flag 3715000/3715000
1069.04/563.19	c cleaning 10000 clauses out of 20010 with flag 3725000/3725000
1071.43/564.40	c cleaning 10005 clauses out of 20011 with flag 3735001/3735001
1073.64/565.69	c cleaning 9997 clauses out of 20005 with flag 3745000/3745000
1076.23/567.03	c cleaning 10001 clauses out of 20008 with flag 3755000/3755000
1079.12/568.69	c cleaning 9998 clauses out of 20008 with flag 3765001/3765001
1081.91/570.11	c cleaning 10001 clauses out of 20009 with flag 3775000/3775000
1084.31/571.47	c cleaning 9998 clauses out of 20009 with flag 3785001/3785001
1086.70/572.71	c cleaning 9999 clauses out of 20010 with flag 3795000/3795000
1089.01/574.06	c cleaning 10002 clauses out of 20012 with flag 3805001/3805001
1091.61/575.40	c cleaning 10000 clauses out of 20010 with flag 3815001/3815001
1094.43/576.93	c cleaning 10003 clauses out of 20009 with flag 3825000/3825000
1097.03/578.32	c cleaning 9999 clauses out of 20006 with flag 3835000/3835000
1099.53/579.72	c cleaning 10004 clauses out of 20008 with flag 3845001/3845001
1102.31/581.25	c cleaning 9999 clauses out of 20003 with flag 3855000/3855000
1104.91/582.67	c cleaning 9999 clauses out of 20004 with flag 3865000/3865000
1107.51/584.02	c cleaning 10002 clauses out of 20006 with flag 3875001/3875001
1110.39/585.66	c cleaning 9998 clauses out of 20004 with flag 3885001/3885001
1113.79/587.42	c cleaning 10000 clauses out of 20006 with flag 3895001/3895001
1116.96/589.17	c cleaning 9998 clauses out of 20005 with flag 3905000/3905000
1120.15/590.87	c cleaning 9999 clauses out of 20007 with flag 3915000/3915000
1122.83/592.37	c cleaning 9999 clauses out of 20008 with flag 3925000/3925000
1125.23/593.69	c cleaning 10000 clauses out of 20009 with flag 3935000/3935000
1128.23/595.23	c cleaning 10000 clauses out of 20009 with flag 3945000/3945000
1131.03/596.78	c cleaning 9998 clauses out of 20010 with flag 3955001/3955001
1134.33/598.54	c cleaning 9999 clauses out of 20011 with flag 3965000/3965000
1137.34/600.15	c cleaning 10001 clauses out of 20013 with flag 3975001/3975001
1139.93/601.54	c cleaning 10003 clauses out of 20011 with flag 3985000/3985000
1143.14/603.27	c cleaning 10000 clauses out of 20008 with flag 3995000/3995000
1146.63/605.15	c cleaning 9999 clauses out of 20008 with flag 4005000/4005000
1150.23/607.10	c cleaning 9999 clauses out of 20009 with flag 4015000/4015000
1153.24/608.64	c cleaning 10004 clauses out of 20011 with flag 4025001/4025001
1155.82/610.07	c cleaning 9999 clauses out of 20006 with flag 4035000/4035000
1158.70/611.63	c cleaning 10002 clauses out of 20008 with flag 4045001/4045001
1161.07/612.98	c cleaning 10003 clauses out of 20006 with flag 4055001/4055001
1164.27/614.63	c cleaning 9996 clauses out of 20002 with flag 4065000/4065000
1167.46/616.38	c cleaning 9997 clauses out of 20006 with flag 4075000/4075000
1170.35/617.96	c cleaning 10001 clauses out of 20009 with flag 4085000/4085000
1173.13/619.49	c cleaning 9999 clauses out of 20009 with flag 4095001/4095001
1175.93/620.97	c cleaning 10005 clauses out of 20009 with flag 4105000/4105000
1178.52/622.36	c cleaning 10003 clauses out of 20005 with flag 4115001/4115001
1181.18/623.88	c cleaning 10001 clauses out of 20001 with flag 4125000/4125000
1184.77/625.76	c cleaning 9994 clauses out of 20002 with flag 4135002/4135002
1188.37/627.69	c cleaning 10002 clauses out of 20007 with flag 4145001/4145001
1191.38/629.25	c cleaning 9998 clauses out of 20004 with flag 4155000/4155000
1194.05/630.72	c cleaning 10002 clauses out of 20007 with flag 4165001/4165001
1197.66/632.66	c cleaning 9997 clauses out of 20004 with flag 4175000/4175000
1200.85/634.34	c cleaning 10000 clauses out of 20008 with flag 4185001/4185001
1203.84/635.90	c cleaning 9999 clauses out of 20008 with flag 4195001/4195001
1206.83/637.58	c cleaning 9998 clauses out of 20009 with flag 4205001/4205001
1210.02/639.27	c cleaning 10001 clauses out of 20010 with flag 4215000/4215000
1213.21/640.95	c cleaning 10000 clauses out of 20009 with flag 4225000/4225000
1215.80/642.33	c cleaning 9999 clauses out of 20011 with flag 4235002/4235002
1219.07/644.10	c cleaning 10004 clauses out of 20011 with flag 4245001/4245001
1222.46/645.94	c cleaning 9997 clauses out of 20006 with flag 4255000/4255000
1225.24/647.48	c cleaning 10004 clauses out of 20010 with flag 4265001/4265001
1228.04/648.98	c cleaning 9996 clauses out of 20005 with flag 4275000/4275000
1231.50/650.89	c cleaning 9997 clauses out of 20009 with flag 4285000/4285000
1235.10/652.77	c cleaning 10004 clauses out of 20012 with flag 4295000/4295000
1238.30/654.45	c cleaning 10000 clauses out of 20008 with flag 4305000/4305000
1241.68/656.27	c cleaning 9998 clauses out of 20008 with flag 4315000/4315000
1245.15/658.11	c cleaning 10002 clauses out of 20011 with flag 4325001/4325001
1247.94/659.61	c cleaning 10004 clauses out of 20009 with flag 4335001/4335001
1250.33/660.99	c cleaning 10000 clauses out of 20005 with flag 4345001/4345001
1253.72/662.71	c cleaning 9999 clauses out of 20005 with flag 4355001/4355001
1257.01/664.52	c cleaning 9997 clauses out of 20006 with flag 4365001/4365001
1260.00/666.12	c cleaning 9999 clauses out of 20009 with flag 4375001/4375001
1263.00/667.74	c cleaning 10003 clauses out of 20009 with flag 4385000/4385000
1265.78/669.24	c cleaning 9999 clauses out of 20008 with flag 4395002/4395002
1268.45/670.77	c cleaning 10000 clauses out of 20007 with flag 4405000/4405000
1271.64/672.43	c cleaning 10000 clauses out of 20008 with flag 4415001/4415001
1275.42/674.43	c cleaning 10001 clauses out of 20007 with flag 4425000/4425000
1279.22/676.43	c cleaning 10001 clauses out of 20008 with flag 4435002/4435002
1282.86/678.50	c cleaning 9998 clauses out of 20006 with flag 4445001/4445001
1286.84/680.52	c cleaning 10000 clauses out of 20008 with flag 4455001/4455001
1290.42/682.42	c cleaning 10003 clauses out of 20010 with flag 4465003/4465003
1294.00/684.31	c cleaning 10001 clauses out of 20004 with flag 4475000/4475000
1299.06/687.06	c cleaning 9998 clauses out of 20004 with flag 4485001/4485001
1303.86/689.53	c cleaning 9998 clauses out of 20006 with flag 4495001/4495001
1308.47/691.93	c cleaning 9997 clauses out of 20007 with flag 4505000/4505000
1312.03/693.87	c cleaning 9999 clauses out of 20011 with flag 4515001/4515001
1315.88/695.97	c cleaning 9999 clauses out of 20011 with flag 4525000/4525000
1319.87/698.04	c cleaning 10004 clauses out of 20012 with flag 4535000/4535000
1322.87/699.66	c cleaning 9999 clauses out of 20009 with flag 4545001/4545001
1325.85/701.22	c cleaning 9998 clauses out of 20009 with flag 4555000/4555000
1328.69/702.82	c cleaning 10001 clauses out of 20011 with flag 4565000/4565000
1331.06/704.19	c cleaning 10001 clauses out of 20011 with flag 4575001/4575001
1333.26/705.36	c cleaning 10003 clauses out of 20009 with flag 4585000/4585000
1335.63/706.65	c cleaning 10001 clauses out of 20006 with flag 4595000/4595000
1337.72/707.84	c cleaning 10002 clauses out of 20006 with flag 4605001/4605001
1339.91/709.01	c cleaning 10000 clauses out of 20004 with flag 4615001/4615001
1342.09/710.28	c cleaning 9998 clauses out of 20004 with flag 4625001/4625001
1344.46/711.60	c cleaning 9996 clauses out of 20006 with flag 4635001/4635001
1346.75/712.83	c cleaning 9999 clauses out of 20009 with flag 4645000/4645000
1349.52/714.30	c cleaning 9999 clauses out of 20010 with flag 4655000/4655000
1351.90/715.65	c cleaning 9998 clauses out of 20012 with flag 4665001/4665001
1353.88/716.79	c cleaning 10001 clauses out of 20014 with flag 4675001/4675001
1357.15/718.50	c cleaning 10001 clauses out of 20012 with flag 4685000/4685000
1359.73/719.96	c cleaning 10002 clauses out of 20012 with flag 4695001/4695001
1362.11/721.27	c cleaning 10000 clauses out of 20009 with flag 4705000/4705000
1364.91/722.73	c cleaning 10000 clauses out of 20010 with flag 4715001/4715001
1367.37/724.11	c cleaning 9999 clauses out of 20009 with flag 4725000/4725000
1369.36/725.29	c cleaning 10003 clauses out of 20011 with flag 4735001/4735001
1372.34/726.84	c cleaning 9999 clauses out of 20009 with flag 4745002/4745002
1374.95/728.22	c cleaning 9999 clauses out of 20008 with flag 4755000/4755000
1377.79/729.85	c cleaning 9999 clauses out of 20010 with flag 4765001/4765001
1380.17/731.17	c cleaning 10000 clauses out of 20010 with flag 4775000/4775000
1383.14/732.73	c cleaning 9997 clauses out of 20010 with flag 4785000/4785000
1385.71/734.12	c cleaning 10000 clauses out of 20014 with flag 4795001/4795001
1389.21/736.10	c cleaning 10003 clauses out of 20013 with flag 4805000/4805000
1392.18/737.66	c cleaning 9999 clauses out of 20011 with flag 4815001/4815001
1394.75/739.08	c cleaning 10000 clauses out of 20011 with flag 4825000/4825000
1399.53/741.57	c cleaning 10002 clauses out of 20012 with flag 4835001/4835001
1403.24/743.58	c cleaning 10002 clauses out of 20010 with flag 4845001/4845001
1405.60/744.81	c cleaning 9997 clauses out of 20007 with flag 4855000/4855000
1407.98/746.15	c cleaning 10002 clauses out of 20011 with flag 4865001/4865001
1410.36/747.43	c cleaning 10000 clauses out of 20008 with flag 4875000/4875000
1412.47/748.66	c cleaning 9998 clauses out of 20008 with flag 4885000/4885000
1414.45/749.78	c cleaning 10002 clauses out of 20010 with flag 4895000/4895000
1418.62/751.94	c cleaning 10000 clauses out of 20008 with flag 4905000/4905000
1422.80/754.19	c cleaning 10003 clauses out of 20009 with flag 4915001/4915001
1427.69/756.76	c cleaning 10003 clauses out of 20006 with flag 4925001/4925001
1431.85/758.96	c cleaning 9997 clauses out of 20003 with flag 4935001/4935001
1436.23/761.26	c cleaning 10002 clauses out of 20006 with flag 4945001/4945001
1440.00/763.26	c cleaning 9998 clauses out of 20003 with flag 4955000/4955000
1444.24/765.52	c cleaning 10000 clauses out of 20005 with flag 4965000/4965000
1448.42/767.79	c cleaning 10000 clauses out of 20007 with flag 4975002/4975002
1452.00/769.69	c cleaning 10001 clauses out of 20005 with flag 4985000/4985000
1455.59/771.59	c cleaning 10000 clauses out of 20005 with flag 4995001/4995001
1458.61/773.30	c cleaning 10000 clauses out of 20006 with flag 5005002/5005002
1461.57/774.82	c cleaning 10001 clauses out of 20006 with flag 5015002/5015002
1464.35/776.37	c cleaning 9996 clauses out of 20003 with flag 5025000/5025000
1466.94/777.75	c cleaning 10001 clauses out of 20007 with flag 5035000/5035000
1469.80/779.35	c cleaning 10003 clauses out of 20007 with flag 5045001/5045001
1472.15/780.67	c cleaning 10002 clauses out of 20003 with flag 5055000/5055000
1477.15/783.26	c cleaning 9998 clauses out of 20002 with flag 5065001/5065001
1480.89/785.25	c cleaning 10000 clauses out of 20005 with flag 5075002/5075002
1483.93/786.94	c cleaning 9998 clauses out of 20004 with flag 5085001/5085001
1484.72/787.43	c And the winner is Resolution
1481.82/788.21	c starts		: 273
1481.82/788.21	c conflicts		: 5088094
1481.82/788.21	c decisions		: 5106680
1481.82/788.21	c propagations		: 37474321
1481.82/788.21	c inspects		: 4703620862
1481.82/788.21	c learnt literals	: 0
1481.82/788.21	c learnt binary clauses	: 0
1481.82/788.21	c learnt ternary clauses	: 0
1481.82/788.21	c learnt clauses	: 5088094
1481.82/788.21	c ignored clauses	: 0
1481.82/788.22	c root simplifications	: 0
1481.82/788.22	c removed literals (reason simplification)	: 63901829
1481.82/788.22	c reason swapping (by a shorter reason)	: 0
1481.82/788.22	c Calls to reduceDB	: 510
1481.82/788.22	c number of reductions to clauses (during analyze)	: 0
1481.82/788.22	c number of learned constraints concerned by reduction	: 0
1481.82/788.22	c number of learning phase by resolution	: 0
1481.82/788.22	c number of learning phase by cutting planes	: 0
1481.82/788.22	c speed (assignments/second)	: 47550.02962810699
1481.82/788.22	c non guided choices	75
1481.82/788.22	c learnt constraints type 
1481.82/788.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13099
1481.82/788.22	c constraints type 
1481.82/788.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1481.82/788.22	c constraints type 
1481.82/788.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1481.82/788.22	s SATISFIABLE
1481.82/788.22	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 
1481.82/788.22	c Total wall clock time (in seconds): 788.128

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733560-1338743666/watcher-3733560-1338743666 -o /tmp/evaluation-result-3733560-1338743666/solver-3733560-1338743666 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733560-1338743666.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: 0.00 0.13 1.18 3/195 750
/proc/meminfo: memFree=26490660/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/750/stat : 750 (java) R 748 750 32179 0 -1 4202496 757 0 0 0 0 0 0 0 20 0 1 0 340492031 23793664 485 33554432000 1073741824 1073778376 140736027632400 140736027621464 260181113395 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/750/statm: 5809 497 376 9 0 128 0
[pid=750/tid=751] ppid=748 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) D 748 750 32179 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 340492032 95129600 927 33554432000 1073741824 1073778376 140736027632400 139891755146792 260181159207 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0795771 s]
/proc/loadavg: 0.00 0.13 1.18 3/195 750
/proc/meminfo: memFree=26490660/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 4558 0 1 0 7 0 0 0 20 0 18 0 340492031 2764726272 6270 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 674982 6272 2036 9 0 665676 0
[pid=750/tid=751] ppid=748 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) R 748 750 32179 0 -1 4202560 2729 0 1 0 5 0 0 0 20 0 18 0 340492032 2764726272 6272 33554432000 1073741824 1073778376 140736027632400 139891755150256 139891762578623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100229 s]
/proc/loadavg: 0.00 0.13 1.18 3/195 750
/proc/meminfo: memFree=26490660/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 4850 0 1 0 10 1 0 0 20 0 18 0 340492031 2764726272 6533 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 674982 6533 2152 9 0 665676 0
[pid=750/tid=751] ppid=748 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) R 748 750 32179 0 -1 4202560 2777 0 1 0 7 0 0 0 20 0 18 0 340492032 2764726272 6533 33554432000 1073741824 1073778376 140736027632400 139891755150256 260193707277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300206 s]
/proc/loadavg: 0.00 0.13 1.18 3/195 750
/proc/meminfo: memFree=26490660/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 8925 0 1 0 82 2 0 0 20 0 22 0 340492031 3037372416 12503 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 12503 2214 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2782 0 1 0 9 0 0 0 20 0 22 0 340492032 3037372416 12503 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2966184

[startup+0.700229 s]
/proc/loadavg: 0.00 0.13 1.18 3/195 750
/proc/meminfo: memFree=26490660/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 14205 0 1 0 226 5 0 0 20 0 22 0 340492031 3037372416 46766 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 46766 2261 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2782 0 1 0 9 0 0 0 20 0 22 0 340492032 3037372416 46766 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2966184

[startup+1.50075 s]
/proc/loadavg: 0.32 0.20 1.19 3/217 772
/proc/meminfo: memFree=26283540/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=4.04 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 14282 0 1 0 397 7 0 0 20 0 22 0 340492031 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 73408 2266 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2782 0 1 0 9 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/750/task/761/stat : 761 (java) S 748 750 32179 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 340492033 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891719653608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/762/stat : 762 (java) S 748 750 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492034 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891718599672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/763/stat : 763 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492034 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891717547272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/764/stat : 764 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891716495760 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/750/task/765/stat : 765 (java) S 748 750 32179 0 -1 4202560 3650 0 0 0 54 0 0 0 20 0 22 0 340492036 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891597896376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/750/task/766/stat : 766 (java) S 748 750 32179 0 -1 4202560 6346 0 0 0 61 2 0 0 20 0 22 0 340492036 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891596843576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/767/stat : 767 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891595791480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/768/stat : 768 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891594738888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/750/task/769/stat : 769 (java) R 748 750 32179 0 -1 4202560 52 0 0 0 133 0 0 0 20 0 22 0 340492043 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891593683152 139891598489194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=750/tid=770] ppid=748 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/750/task/770/stat : 770 (java) R 748 750 32179 0 -1 4202560 179 0 0 0 130 3 0 0 20 0 22 0 340492043 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891592630184 139891598362818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 73408 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 2966184

[startup+3.10092 s]
/proc/loadavg: 0.32 0.20 1.19 3/217 772
/proc/meminfo: memFree=26131616/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=7.3 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 14343 0 1 0 722 8 0 0 20 0 22 0 340492031 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 93394 2273 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2782 0 1 0 9 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/750/task/761/stat : 761 (java) S 748 750 32179 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 22 0 340492033 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891719653608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/762/stat : 762 (java) S 748 750 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492034 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891718599672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/763/stat : 763 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492034 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891717547272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/764/stat : 764 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891716495760 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/750/task/765/stat : 765 (java) S 748 750 32179 0 -1 4202560 3658 0 0 0 59 0 0 0 20 0 22 0 340492036 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891597896376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/750/task/766/stat : 766 (java) S 748 750 32179 0 -1 4202560 6346 0 0 0 66 2 0 0 20 0 22 0 340492036 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891596843576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/767/stat : 767 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891595791480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/768/stat : 768 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492036 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891594738888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/750/task/769/stat : 769 (java) R 748 750 32179 0 -1 4202560 54 0 0 0 286 0 0 0 20 0 22 0 340492043 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891593683152 139891598879447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=750/tid=770] ppid=748 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/750/task/770/stat : 770 (java) R 748 750 32179 0 -1 4202560 213 0 0 0 282 4 0 0 20 0 22 0 340492043 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891592628264 139891598317568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 93394 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 0.32 0.20 1.19 3/217 772
/proc/meminfo: memFree=26077232/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=13.66 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 14406 0 1 0 1356 10 0 0 20 0 22 0 340492031 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 106270 2273 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2782 0 1 0 9 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 340492032 3037372416 106270 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 166886 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492043 3037372416 166886 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1484.23
Current children cumulated vsize (KiB) 2966184

[startup+787.901 s]
/proc/loadavg: 3.74 3.57 2.67 4/218 2044
/proc/meminfo: memFree=26528588/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=1481.82 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 25716 0 1 0 148097 85 0 0 20 0 20 0 340492031 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 166874 2275 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2892 0 1 0 10 1 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=2.41 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 276 0 0 0 238 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=2.59 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 256 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 264 0 0 0 241 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 277 0 0 0 241 4 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 251 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 258 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 250 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 252 0 0 0 240 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=2966184 CPUtime=100.59 cores=1,3,5,7
/proc/750/task/761/stat : 761 (java) S 748 750 32179 0 -1 4202560 1067 0 0 0 10048 11 0 0 20 0 20 0 340492033 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891719653608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/762/stat : 762 (java) S 748 750 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891718599672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/763/stat : 763 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891717547272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/764/stat : 764 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891716495760 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/750/task/765/stat : 765 (java) S 748 750 32179 0 -1 4202560 3658 0 0 0 68 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891597896376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/750/task/766/stat : 766 (java) S 748 750 32179 0 -1 4202560 13981 0 0 0 155 3 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891596843576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/767/stat : 767 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891595791480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/750/task/768/stat : 768 (java) S 748 750 32179 0 -1 4202560 44 0 0 0 13 21 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891594738888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 2966184

[startup+788.101 s]
/proc/loadavg: 3.74 3.57 2.67 4/218 2044
/proc/meminfo: memFree=26528588/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=1481.82 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 25716 0 1 0 148097 85 0 0 20 0 20 0 340492031 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 166874 2275 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2892 0 1 0 10 1 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=2.41 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 276 0 0 0 238 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=2.59 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 256 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 264 0 0 0 241 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 277 0 0 0 241 4 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 251 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 258 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 250 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 252 0 0 0 240 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=2966184 CPUtime=100.59 cores=1,3,5,7
/proc/750/task/761/stat : 761 (java) S 748 750 32179 0 -1 4202560 1067 0 0 0 10048 11 0 0 20 0 20 0 340492033 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891719653608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/762/stat : 762 (java) S 748 750 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891718599672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/763/stat : 763 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891717547272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/764/stat : 764 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891716495760 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/750/task/765/stat : 765 (java) S 748 750 32179 0 -1 4202560 3658 0 0 0 68 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891597896376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/750/task/766/stat : 766 (java) S 748 750 32179 0 -1 4202560 13981 0 0 0 155 3 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891596843576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/767/stat : 767 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891595791480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/750/task/768/stat : 768 (java) S 748 750 32179 0 -1 4202560 44 0 0 0 13 21 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891594738888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 2966184

[startup+788.201 s]
/proc/loadavg: 3.74 3.57 2.67 4/218 2044
/proc/meminfo: memFree=26528588/32873648 swapFree=7116/7116
[pid=750] ppid=748 vsize=2966184 CPUtime=1481.82 cores=1,3,5,7
/proc/750/stat : 750 (java) S 748 750 32179 0 -1 4202496 25716 0 1 0 148097 85 0 0 20 0 20 0 340492031 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 140736027623536 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/750/statm: 741546 166874 2275 9 0 732240 0
[pid=750/tid=751] ppid=748 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/750/task/751/stat : 751 (java) S 748 750 32179 0 -1 4202560 2892 0 1 0 10 1 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891755152536 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=2966184 CPUtime=2.41 cores=1,3,5,7
/proc/750/task/753/stat : 753 (java) S 748 750 32179 0 -1 4202560 276 0 0 0 238 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891739433256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=2966184 CPUtime=2.59 cores=1,3,5,7
/proc/750/task/754/stat : 754 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 256 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891738380456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/750/task/755/stat : 755 (java) S 748 750 32179 0 -1 4202560 264 0 0 0 241 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891737328168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/750/task/756/stat : 756 (java) S 748 750 32179 0 -1 4202560 277 0 0 0 241 4 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891736275368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/757/stat : 757 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 251 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891735223080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/750/task/758/stat : 758 (java) S 748 750 32179 0 -1 4202560 268 0 0 0 258 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891734170280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/750/task/759/stat : 759 (java) S 748 750 32179 0 -1 4202560 266 0 0 0 250 3 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891733117992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/750/task/760/stat : 760 (java) S 748 750 32179 0 -1 4202560 252 0 0 0 240 2 0 0 20 0 20 0 340492032 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891732065192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=2966184 CPUtime=100.59 cores=1,3,5,7
/proc/750/task/761/stat : 761 (java) S 748 750 32179 0 -1 4202560 1067 0 0 0 10048 11 0 0 20 0 20 0 340492033 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891719653608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/762/stat : 762 (java) S 748 750 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891718599672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/763/stat : 763 (java) S 748 750 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340492034 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891717547272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/764/stat : 764 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891716495760 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/750/task/765/stat : 765 (java) S 748 750 32179 0 -1 4202560 3658 0 0 0 68 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891597896376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/750/task/766/stat : 766 (java) S 748 750 32179 0 -1 4202560 13981 0 0 0 155 3 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891596843576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/767/stat : 767 (java) S 748 750 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891595791480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/750/task/768/stat : 768 (java) S 748 750 32179 0 -1 4202560 44 0 0 0 13 21 0 0 20 0 20 0 340492036 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891594738888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=771] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/771/stat : 771 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891591578792 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=750/tid=772] ppid=748 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/750/task/772/stat : 772 (java) S 748 750 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492043 3037372416 166874 33554432000 1073741824 1073778376 140736027632400 139891590525992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 2966184

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 750 and gives
#  childrusage.ru_utime.tv_sec=1480
#  childrusage.ru_utime.tv_usec=597914
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=19844
# CPU time returned by wait4() is 1481.62
# while last known CPU time is 1481.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.1001
#  lost CPU user time (s): 3.31006
#  lost CPU system time (s): -0.21

Real time (s): 788.236
CPU time (s): 1484.92
CPU user time (s): 1484.28
CPU system time (s): 0.64
CPU usage (%): 188.385
Max. virtual memory (cumulated for all children) (KiB): 2967820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1480.6
system time used= 1.01984
maximum resident set size= 667548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25731
page faults= 1
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32684
involuntary context switches= 34701

runsolver used 3.2605 second user time and 7.14591 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 19:14:26
IDJOB=3733560
IDBENCH=2564
IDSOLVER=2324
FILE ID=node123/3733560-1338743666
RUNJOBID= node123-1338737887-32196
PBS_JOBID= 14636768
Free space on /tmp= 71304 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733560-1338743666/watcher-3733560-1338743666 -o /tmp/evaluation-result-3733560-1338743666/solver-3733560-1338743666 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733560-1338743666.opb

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

MD5SUM BENCH= 9a5e6e5ac9dd04defb35f28c3f495740
RANDOM SEED=910006934

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26490816 kB
Buffers:         1800668 kB
Cached:          2240940 kB
SwapCached:         2268 kB
Active:          3587240 kB
Inactive:        1901704 kB
Active(anon):    1440332 kB
Inactive(anon):     5504 kB
Active(file):    2146908 kB
Inactive(file):  1896200 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               376 kB
Writeback:            48 kB
AnonPages:       1462724 kB
Mapped:            18604 kB
Shmem:                 0 kB
Slab:             750492 kB
SReclaimable:     193960 kB
SUnreclaim:       556532 kB
KernelStack:        1776 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1439744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 19:27:34