Trace number 3731102

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)21 1801.39 945.346

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos1.opb
MD5SUM374deb5d477559ba9c51d0ad1d758624
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1.19682
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 19
Optimality of the best value was proved YES
Number of variables2112
Total number of constraints5020
Number of constraints which are clauses4128
Number of constraints which are cardinality constraints (but not clauses)216
Number of constraints which are nor clauses,nor cardinality constraints676
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 288
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 288
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 288
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c Stops conflict analysis at the first Unique Implication Point
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c Stops conflict analysis at the first Unique Implication Point
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	
0.00/0.11	c solving HOME/instance-3731102-1338733614.opb
0.00/0.11	c reading problem ... 
0.51/0.38	c ... done. Wall clock time 0.276s.
0.51/0.38	c #vars     2112
0.51/0.38	c #constraints  5120
0.51/0.38	c constraints type 
0.51/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3840
0.51/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 416
0.51/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.51/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
0.51/0.38	c constraints type 
0.51/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
0.51/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3840
0.51/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 416
0.51/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
0.77/0.44	c And the winner is Resolution
1.14/1.39	c SATISFIABLE
1.14/1.39	c OPTIMIZING...
1.14/1.39	c Got one! Elapsed wall clock time (in seconds):1.281
1.14/1.39	o 24
3.36/2.05	c And the winner is CuttingPlanes
3.51/2.39	c Got one! Elapsed wall clock time (in seconds):2.284
3.51/2.39	o 23
3.52/2.45	c cleaning 2501 clauses out of 5003 with flag 5003/5003
5.01/3.13	c cleaning 4243 clauses out of 8500 with flag 11001/11001
6.45/3.85	c cleaning 5622 clauses out of 11256 with flag 18000/18000
8.23/4.77	c cleaning 6809 clauses out of 13635 with flag 26001/26001
10.27/5.79	c cleaning 7907 clauses out of 15825 with flag 35000/35000
12.82/6.98	c cleaning 8944 clauses out of 17918 with flag 45000/45000
15.13/8.08	c cleaning 9472 clauses out of 18974 with flag 55000/55000
17.52/9.28	c cleaning 9738 clauses out of 19502 with flag 65000/65000
20.09/10.60	c cleaning 9875 clauses out of 19764 with flag 75000/75000
22.71/11.84	c cleaning 9936 clauses out of 19889 with flag 85000/85000
25.33/13.11	c cleaning 9970 clauses out of 19955 with flag 95002/95002
27.51/14.28	c cleaning 9985 clauses out of 19984 with flag 105001/105001
30.46/15.77	c cleaning 9987 clauses out of 19998 with flag 115000/115000
33.05/17.01	c cleaning 9989 clauses out of 20011 with flag 125000/125000
35.65/18.30	c cleaning 10001 clauses out of 20022 with flag 135000/135000
38.24/19.62	c cleaning 10000 clauses out of 20022 with flag 145001/145001
40.62/20.87	c cleaning 10002 clauses out of 20022 with flag 155001/155001
43.00/22.02	c cleaning 9997 clauses out of 20022 with flag 165003/165003
45.38/23.23	c cleaning 10003 clauses out of 20022 with flag 175000/175000
47.97/24.52	c cleaning 9998 clauses out of 20019 with flag 185000/185000
50.75/25.94	c cleaning 10001 clauses out of 20022 with flag 195001/195001
53.11/27.12	c cleaning 10004 clauses out of 20021 with flag 205001/205001
55.48/28.38	c cleaning 9999 clauses out of 20018 with flag 215002/215002
58.66/29.90	c cleaning 9998 clauses out of 20018 with flag 225001/225001
61.43/31.32	c cleaning 9981 clauses out of 20019 with flag 235000/235000
64.23/32.76	c cleaning 9993 clauses out of 20039 with flag 245001/245001
67.19/34.28	c cleaning 9997 clauses out of 20045 with flag 255000/255000
69.77/35.60	c cleaning 10011 clauses out of 20049 with flag 265001/265001
72.53/36.90	c cleaning 10006 clauses out of 20037 with flag 275000/275000
75.32/38.32	c cleaning 10001 clauses out of 20031 with flag 285000/285000
78.09/39.71	c cleaning 10003 clauses out of 20030 with flag 295000/295000
80.46/40.94	c cleaning 10002 clauses out of 20027 with flag 305000/305000
83.00/42.26	c cleaning 10004 clauses out of 20025 with flag 315000/315000
85.56/43.58	c cleaning 10002 clauses out of 20021 with flag 325000/325000
88.34/44.99	c cleaning 10002 clauses out of 20019 with flag 335000/335000
91.32/46.41	c cleaning 10000 clauses out of 20017 with flag 345000/345000
93.66/47.63	c cleaning 9999 clauses out of 20017 with flag 355000/355000
96.23/48.97	c cleaning 10000 clauses out of 20018 with flag 365000/365000
98.99/50.39	c cleaning 9994 clauses out of 20020 with flag 375002/375002
101.96/51.83	c cleaning 9998 clauses out of 20026 with flag 385002/385002
104.70/53.23	c cleaning 10008 clauses out of 20028 with flag 395002/395002
107.27/54.54	c cleaning 9996 clauses out of 20018 with flag 405000/405000
109.84/55.83	c cleaning 9992 clauses out of 20022 with flag 415000/415000
112.62/57.21	c cleaning 9997 clauses out of 20030 with flag 425000/425000
115.15/58.50	c cleaning 10005 clauses out of 20034 with flag 435001/435001
117.91/59.96	c cleaning 10005 clauses out of 20028 with flag 445000/445000
120.70/61.31	c cleaning 9999 clauses out of 20023 with flag 455000/455000
123.29/62.69	c cleaning 9993 clauses out of 20024 with flag 465000/465000
126.42/64.21	c cleaning 10003 clauses out of 20031 with flag 475000/475000
128.98/65.52	c cleaning 10006 clauses out of 20028 with flag 485000/485000
131.54/66.88	c cleaning 10004 clauses out of 20023 with flag 495001/495001
134.52/68.38	c cleaning 10002 clauses out of 20019 with flag 505001/505001
137.92/69.98	c cleaning 9994 clauses out of 20016 with flag 515000/515000
141.25/71.45	c cleaning 9998 clauses out of 20022 with flag 525000/525000
144.21/72.98	c cleaning 10001 clauses out of 20025 with flag 535001/535001
147.37/74.52	c cleaning 9988 clauses out of 20024 with flag 545001/545001
150.31/76.02	c cleaning 9993 clauses out of 20035 with flag 555000/555000
153.47/77.63	c cleaning 10004 clauses out of 20043 with flag 565001/565001
156.64/79.21	c cleaning 10001 clauses out of 20039 with flag 575001/575001
159.57/80.74	c cleaning 10003 clauses out of 20037 with flag 585000/585000
162.28/82.12	c cleaning 9989 clauses out of 20034 with flag 595000/595000
165.05/83.55	c cleaning 10013 clauses out of 20045 with flag 605000/605000
167.80/84.98	c cleaning 10002 clauses out of 20034 with flag 615002/615002
171.19/86.61	c cleaning 10004 clauses out of 20031 with flag 625001/625001
173.52/87.85	c cleaning 9997 clauses out of 20026 with flag 635000/635000
176.09/89.16	c cleaning 10001 clauses out of 20029 with flag 645000/645000
178.82/90.55	c cleaning 10000 clauses out of 20029 with flag 655001/655001
181.57/91.95	c cleaning 10002 clauses out of 20029 with flag 665001/665001
184.28/93.32	c cleaning 10004 clauses out of 20027 with flag 675001/675001
186.85/94.62	c cleaning 10000 clauses out of 20024 with flag 685002/685002
189.40/95.90	c cleaning 9994 clauses out of 20022 with flag 695000/695000
191.94/97.28	c cleaning 9999 clauses out of 20028 with flag 705000/705000
193.88/98.21	c cleaning 0 clauses out of 5000 with flag 0/5000
195.02/98.71	c cleaning 10001 clauses out of 20029 with flag 715000/715000
197.48/99.98	c cleaning 10000 clauses out of 20028 with flag 725000/725000
200.42/101.48	c cleaning 10002 clauses out of 20028 with flag 735000/735000
203.33/102.92	c cleaning 10000 clauses out of 20028 with flag 745002/745002
205.88/104.28	c cleaning 10000 clauses out of 20027 with flag 755001/755001
208.65/105.67	c cleaning 10004 clauses out of 20026 with flag 765000/765000
211.39/107.02	c cleaning 9996 clauses out of 20024 with flag 775002/775002
214.30/108.52	c cleaning 10002 clauses out of 20027 with flag 785001/785001
216.85/109.85	c cleaning 10000 clauses out of 20025 with flag 795001/795001
219.58/111.23	c cleaning 9983 clauses out of 20025 with flag 805001/805001
222.33/112.67	c cleaning 10005 clauses out of 20042 with flag 815001/815001
225.05/114.05	c cleaning 9996 clauses out of 20036 with flag 825000/825000
227.98/115.52	c cleaning 9998 clauses out of 20040 with flag 835000/835000
230.93/117.02	c cleaning 10002 clauses out of 20042 with flag 845000/845000
232.27/117.78	c And the winner is Resolution
232.60/118.62	c Got one! Elapsed wall clock time (in seconds):118.512
232.60/118.62	o 22
233.57/119.17	c cleaning 10008 clauses out of 20040 with flag 855000/855000
234.05/119.46	c And the winner is Resolution
234.26/119.62	c Got one! Elapsed wall clock time (in seconds):119.514
234.26/119.62	o 21
236.23/120.63	c cleaning 10005 clauses out of 20035 with flag 865003/865003
238.97/122.05	c cleaning 9994 clauses out of 20027 with flag 875000/875000
241.89/123.54	c cleaning 9998 clauses out of 20033 with flag 885000/885000
244.65/124.93	c cleaning 10005 clauses out of 20035 with flag 895000/895000
247.35/126.31	c cleaning 9998 clauses out of 20030 with flag 905000/905000
249.90/127.67	c cleaning 10000 clauses out of 20033 with flag 915001/915001
252.60/129.04	c cleaning 9995 clauses out of 20032 with flag 925000/925000
255.17/130.38	c cleaning 9998 clauses out of 20037 with flag 935000/935000
258.05/131.83	c cleaning 10003 clauses out of 20041 with flag 945002/945002
260.99/133.32	c cleaning 10004 clauses out of 20037 with flag 955001/955001
263.71/134.70	c cleaning 10000 clauses out of 20032 with flag 965000/965000
266.45/136.10	c cleaning 10004 clauses out of 20033 with flag 975001/975001
269.14/137.58	c cleaning 9995 clauses out of 20028 with flag 985000/985000
272.06/139.07	c cleaning 10006 clauses out of 20034 with flag 995001/995001
275.21/140.63	c cleaning 10002 clauses out of 20027 with flag 1005000/1005000
278.12/142.17	c cleaning 10003 clauses out of 20026 with flag 1015001/1015001
281.21/143.79	c cleaning 10000 clauses out of 20022 with flag 1025000/1025000
284.73/145.52	c cleaning 10001 clauses out of 20024 with flag 1035002/1035002
287.58/147.09	c cleaning 9998 clauses out of 20022 with flag 1045001/1045001
290.71/148.65	c cleaning 9994 clauses out of 20023 with flag 1055000/1055000
293.99/150.38	c cleaning 9987 clauses out of 20029 with flag 1065000/1065000
297.32/152.00	c cleaning 9997 clauses out of 20042 with flag 1075000/1075000
300.26/153.51	c cleaning 10007 clauses out of 20046 with flag 1085001/1085001
302.78/154.87	c cleaning 10016 clauses out of 20039 with flag 1095001/1095001
305.88/156.42	c cleaning 10002 clauses out of 20022 with flag 1105000/1105000
309.00/158.05	c cleaning 9997 clauses out of 20020 with flag 1115000/1115000
311.73/159.50	c cleaning 9998 clauses out of 20025 with flag 1125002/1125002
314.63/160.95	c cleaning 9989 clauses out of 20025 with flag 1135000/1135000
317.70/162.53	c cleaning 10000 clauses out of 20036 with flag 1145000/1145000
320.44/163.91	c cleaning 10008 clauses out of 20037 with flag 1155001/1155001
323.36/165.44	c cleaning 9999 clauses out of 20028 with flag 1165000/1165000
326.30/167.00	c cleaning 9996 clauses out of 20029 with flag 1175000/1175000
329.37/168.57	c cleaning 10003 clauses out of 20033 with flag 1185000/1185000
332.51/170.19	c cleaning 10008 clauses out of 20030 with flag 1195000/1195000
335.47/171.64	c cleaning 9995 clauses out of 20022 with flag 1205000/1205000
338.37/173.17	c cleaning 10001 clauses out of 20027 with flag 1215000/1215000
341.21/174.64	c cleaning 9996 clauses out of 20027 with flag 1225001/1225001
343.72/176.00	c cleaning 9996 clauses out of 20031 with flag 1235001/1235001
346.62/177.40	c cleaning 10002 clauses out of 20034 with flag 1245000/1245000
349.54/178.90	c cleaning 10000 clauses out of 20032 with flag 1255000/1255000
352.78/180.62	c cleaning 10007 clauses out of 20032 with flag 1265000/1265000
355.92/182.26	c cleaning 10008 clauses out of 20028 with flag 1275003/1275003
359.06/183.87	c cleaning 10002 clauses out of 20017 with flag 1285000/1285000
362.40/185.51	c cleaning 9993 clauses out of 20015 with flag 1295000/1295000
365.87/187.33	c cleaning 10004 clauses out of 20023 with flag 1305001/1305001
369.21/189.02	c cleaning 9995 clauses out of 20018 with flag 1315000/1315000
372.52/190.70	c cleaning 9998 clauses out of 20023 with flag 1325000/1325000
375.85/192.41	c cleaning 9999 clauses out of 20026 with flag 1335001/1335001
378.88/194.01	c cleaning 10003 clauses out of 20028 with flag 1345002/1345002
382.02/195.67	c cleaning 9996 clauses out of 20024 with flag 1355001/1355001
385.57/197.45	c cleaning 9997 clauses out of 20027 with flag 1365000/1365000
388.89/199.17	c cleaning 9997 clauses out of 20030 with flag 1375000/1375000
392.17/200.88	c cleaning 9998 clauses out of 20034 with flag 1385001/1385001
395.71/202.63	c cleaning 9999 clauses out of 20035 with flag 1395000/1395000
398.63/204.13	c cleaning 10010 clauses out of 20036 with flag 1405000/1405000
401.55/205.64	c cleaning 9991 clauses out of 20026 with flag 1415000/1415000
404.39/207.18	c cleaning 10006 clauses out of 20037 with flag 1425002/1425002
407.70/208.83	c cleaning 9998 clauses out of 20029 with flag 1435000/1435000
411.00/210.59	c cleaning 10003 clauses out of 20031 with flag 1445000/1445000
414.33/212.28	c cleaning 10005 clauses out of 20029 with flag 1455001/1455001
417.56/213.90	c cleaning 10001 clauses out of 20023 with flag 1465000/1465000
420.48/215.46	c cleaning 10000 clauses out of 20023 with flag 1475001/1475001
423.39/216.92	c cleaning 9996 clauses out of 20024 with flag 1485002/1485002
426.50/218.51	c cleaning 10001 clauses out of 20026 with flag 1495000/1495000
429.96/220.35	c cleaning 9997 clauses out of 20025 with flag 1505000/1505000
433.51/222.19	c cleaning 10000 clauses out of 20028 with flag 1515000/1515000
437.21/224.03	c cleaning 10007 clauses out of 20029 with flag 1525001/1525001
440.13/225.57	c cleaning 10003 clauses out of 20021 with flag 1535000/1535000
443.14/227.10	c cleaning 9995 clauses out of 20018 with flag 1545000/1545000
445.86/228.59	c cleaning 10003 clauses out of 20024 with flag 1555001/1555001
448.76/230.01	c cleaning 9997 clauses out of 20020 with flag 1565000/1565000
451.88/231.68	c cleaning 9998 clauses out of 20023 with flag 1575000/1575000
455.10/233.32	c cleaning 10001 clauses out of 20025 with flag 1585000/1585000
458.01/234.81	c cleaning 9996 clauses out of 20024 with flag 1595000/1595000
461.13/236.47	c cleaning 9995 clauses out of 20028 with flag 1605000/1605000
464.45/238.10	c cleaning 10007 clauses out of 20033 with flag 1615000/1615000
467.71/239.86	c cleaning 9999 clauses out of 20026 with flag 1625000/1625000
471.02/241.54	c cleaning 10010 clauses out of 20027 with flag 1635000/1635000
474.14/243.19	c cleaning 9999 clauses out of 20017 with flag 1645000/1645000
477.45/244.89	c cleaning 9983 clauses out of 20018 with flag 1655000/1655000
480.90/246.62	c cleaning 9995 clauses out of 20035 with flag 1665000/1665000
484.41/248.40	c cleaning 10006 clauses out of 20042 with flag 1675002/1675002
487.72/250.17	c cleaning 9997 clauses out of 20034 with flag 1685000/1685000
491.03/251.87	c cleaning 10003 clauses out of 20037 with flag 1695000/1695000
494.42/253.68	c cleaning 9990 clauses out of 20035 with flag 1705001/1705001
497.92/255.48	c cleaning 9999 clauses out of 20045 with flag 1715001/1715001
501.20/257.18	c cleaning 9998 clauses out of 20046 with flag 1725001/1725001
504.48/258.83	c cleaning 9987 clauses out of 20048 with flag 1735001/1735001
507.70/260.58	c cleaning 9993 clauses out of 20061 with flag 1745001/1745001
511.21/262.33	c cleaning 10006 clauses out of 20068 with flag 1755001/1755001
514.51/264.08	c cleaning 9999 clauses out of 20061 with flag 1765000/1765000
518.02/265.83	c cleaning 10003 clauses out of 20063 with flag 1775001/1775001
521.43/267.61	c cleaning 9997 clauses out of 20059 with flag 1785000/1785000
524.34/269.18	c cleaning 10009 clauses out of 20063 with flag 1795001/1795001
527.43/270.73	c cleaning 10007 clauses out of 20054 with flag 1805001/1805001
530.32/272.26	c cleaning 10003 clauses out of 20046 with flag 1815000/1815000
533.34/273.90	c cleaning 9994 clauses out of 20044 with flag 1825001/1825001
536.81/275.63	c cleaning 10002 clauses out of 20049 with flag 1835000/1835000
539.72/277.19	c cleaning 10007 clauses out of 20047 with flag 1845000/1845000
542.81/278.73	c cleaning 10002 clauses out of 20040 with flag 1855000/1855000
546.03/280.41	c cleaning 10001 clauses out of 20039 with flag 1865001/1865001
549.11/282.00	c cleaning 10001 clauses out of 20038 with flag 1875001/1875001
552.00/283.53	c cleaning 9999 clauses out of 20036 with flag 1885000/1885000
554.92/285.03	c cleaning 9999 clauses out of 20038 with flag 1895001/1895001
558.17/286.72	c cleaning 10000 clauses out of 20038 with flag 1905000/1905000
561.07/288.25	c cleaning 10000 clauses out of 20039 with flag 1915001/1915001
563.97/289.78	c cleaning 10011 clauses out of 20039 with flag 1925001/1925001
567.52/291.56	c cleaning 9997 clauses out of 20027 with flag 1935000/1935000
571.12/293.49	c cleaning 10002 clauses out of 20032 with flag 1945002/1945002
574.41/295.12	c cleaning 9993 clauses out of 20029 with flag 1955001/1955001
577.51/296.75	c cleaning 9996 clauses out of 20035 with flag 1965000/1965000
580.60/298.35	c cleaning 9998 clauses out of 20039 with flag 1975000/1975000
583.82/300.04	c cleaning 10001 clauses out of 20041 with flag 1985000/1985000
586.90/301.67	c cleaning 9995 clauses out of 20040 with flag 1995000/1995000
590.00/303.25	c cleaning 9998 clauses out of 20046 with flag 2005001/2005001
593.11/304.86	c cleaning 9984 clauses out of 20047 with flag 2015000/2015000
596.34/306.56	c cleaning 9993 clauses out of 20064 with flag 2025001/2025001
599.45/308.16	c cleaning 9991 clauses out of 20070 with flag 2035000/2035000
602.74/309.82	c cleaning 9996 clauses out of 20079 with flag 2045000/2045000
606.05/311.50	c cleaning 10016 clauses out of 20083 with flag 2055000/2055000
609.05/313.17	c cleaning 10014 clauses out of 20068 with flag 2065001/2065001
611.74/314.53	c cleaning 10013 clauses out of 20053 with flag 2075000/2075000
614.62/316.01	c cleaning 10000 clauses out of 20041 with flag 2085001/2085001
617.70/317.60	c cleaning 10001 clauses out of 20040 with flag 2095000/2095000
620.47/319.16	c cleaning 9998 clauses out of 20040 with flag 2105001/2105001
623.56/320.73	c cleaning 9999 clauses out of 20042 with flag 2115001/2115001
626.44/322.26	c cleaning 10009 clauses out of 20045 with flag 2125003/2125003
629.50/323.88	c cleaning 9999 clauses out of 20033 with flag 2135000/2135000
632.70/325.59	c cleaning 9987 clauses out of 20034 with flag 2145000/2145000
635.95/327.25	c cleaning 10009 clauses out of 20047 with flag 2155000/2155000
639.26/328.92	c cleaning 10003 clauses out of 20039 with flag 2165001/2165001
642.55/330.60	c cleaning 10003 clauses out of 20035 with flag 2175000/2175000
645.74/332.35	c cleaning 9999 clauses out of 20032 with flag 2185000/2185000
649.00/334.02	c cleaning 10008 clauses out of 20034 with flag 2195001/2195001
652.27/335.76	c cleaning 9996 clauses out of 20026 with flag 2205001/2205001
655.57/337.44	c cleaning 9999 clauses out of 20029 with flag 2215000/2215000
658.56/339.04	c cleaning 9994 clauses out of 20030 with flag 2225000/2225000
661.43/340.53	c cleaning 10001 clauses out of 20036 with flag 2235000/2235000
664.51/342.12	c cleaning 9996 clauses out of 20036 with flag 2245001/2245001
667.38/343.65	c cleaning 9999 clauses out of 20039 with flag 2255000/2255000
670.58/345.32	c cleaning 10003 clauses out of 20040 with flag 2265000/2265000
673.64/346.95	c cleaning 9997 clauses out of 20037 with flag 2275000/2275000
676.92/348.63	c cleaning 10002 clauses out of 20040 with flag 2285000/2285000
679.98/350.26	c cleaning 10004 clauses out of 20038 with flag 2295000/2295000
683.38/352.09	c cleaning 9995 clauses out of 20036 with flag 2305002/2305002
686.67/353.78	c cleaning 9991 clauses out of 20039 with flag 2315000/2315000
687.74/354.31	c cleaning 0 clauses out of 11001 with flag 0/11001
690.18/355.61	c cleaning 9995 clauses out of 20048 with flag 2325000/2325000
693.59/357.42	c cleaning 10008 clauses out of 20054 with flag 2335001/2335001
696.67/359.04	c cleaning 9997 clauses out of 20046 with flag 2345001/2345001
699.96/360.79	c cleaning 10003 clauses out of 20048 with flag 2355000/2355000
702.84/362.24	c cleaning 10009 clauses out of 20045 with flag 2365000/2365000
705.82/363.83	c cleaning 9980 clauses out of 20036 with flag 2375000/2375000
708.89/365.44	c cleaning 10011 clauses out of 20056 with flag 2385000/2385000
711.76/366.95	c cleaning 10001 clauses out of 20045 with flag 2395000/2395000
715.03/368.67	c cleaning 10000 clauses out of 20044 with flag 2405000/2405000
718.40/370.45	c cleaning 10005 clauses out of 20046 with flag 2415002/2415002
721.47/372.07	c cleaning 9995 clauses out of 20040 with flag 2425001/2425001
724.74/373.74	c cleaning 10002 clauses out of 20045 with flag 2435001/2435001
727.80/375.39	c cleaning 9993 clauses out of 20042 with flag 2445000/2445000
730.77/376.98	c cleaning 10009 clauses out of 20050 with flag 2455001/2455001
733.64/378.42	c cleaning 10004 clauses out of 20041 with flag 2465001/2465001
736.29/379.87	c cleaning 10004 clauses out of 20036 with flag 2475000/2475000
739.16/381.37	c cleaning 9999 clauses out of 20034 with flag 2485002/2485002
742.31/383.02	c cleaning 9994 clauses out of 20035 with flag 2495002/2495002
745.18/384.52	c cleaning 9996 clauses out of 20039 with flag 2505000/2505000
748.24/386.12	c cleaning 10001 clauses out of 20043 with flag 2515000/2515000
751.28/387.77	c cleaning 10003 clauses out of 20043 with flag 2525001/2525001
754.65/389.56	c cleaning 10004 clauses out of 20041 with flag 2535002/2535002
757.72/391.18	c cleaning 9997 clauses out of 20035 with flag 2545000/2545000
760.81/392.76	c cleaning 9995 clauses out of 20038 with flag 2555000/2555000
763.86/394.39	c cleaning 10005 clauses out of 20046 with flag 2565003/2565003
767.40/396.23	c cleaning 10003 clauses out of 20038 with flag 2575000/2575000
770.25/397.78	c cleaning 9998 clauses out of 20035 with flag 2585000/2585000
773.35/399.33	c cleaning 9990 clauses out of 20037 with flag 2595000/2595000
776.41/400.98	c cleaning 10001 clauses out of 20047 with flag 2605000/2605000
779.99/402.83	c cleaning 10000 clauses out of 20046 with flag 2615000/2615000
783.27/404.51	c cleaning 10001 clauses out of 20046 with flag 2625000/2625000
786.55/406.25	c cleaning 10008 clauses out of 20046 with flag 2635001/2635001
789.40/407.76	c cleaning 9994 clauses out of 20037 with flag 2645000/2645000
792.56/409.43	c cleaning 10000 clauses out of 20044 with flag 2655001/2655001
795.82/411.10	c cleaning 10005 clauses out of 20045 with flag 2665002/2665002
798.88/412.71	c cleaning 9999 clauses out of 20038 with flag 2675000/2675000
801.98/414.36	c cleaning 9996 clauses out of 20039 with flag 2685000/2685000
805.36/416.17	c cleaning 10003 clauses out of 20045 with flag 2695002/2695002
808.63/417.88	c cleaning 10001 clauses out of 20040 with flag 2705000/2705000
811.91/419.52	c cleaning 10008 clauses out of 20040 with flag 2715001/2715001
814.99/421.19	c cleaning 9990 clauses out of 20031 with flag 2725000/2725000
818.57/423.07	c cleaning 9997 clauses out of 20041 with flag 2735000/2735000
822.26/424.97	c cleaning 9997 clauses out of 20047 with flag 2745003/2745003
825.74/426.72	c cleaning 10000 clauses out of 20047 with flag 2755000/2755000
828.77/428.39	c cleaning 10000 clauses out of 20048 with flag 2765001/2765001
832.13/430.17	c cleaning 9994 clauses out of 20049 with flag 2775002/2775002
835.57/431.97	c cleaning 9988 clauses out of 20054 with flag 2785001/2785001
838.43/433.47	c cleaning 9997 clauses out of 20065 with flag 2795000/2795000
841.88/435.25	c cleaning 10007 clauses out of 20069 with flag 2805001/2805001
845.43/437.14	c cleaning 9998 clauses out of 20061 with flag 2815000/2815000
848.71/438.90	c cleaning 10003 clauses out of 20065 with flag 2825002/2825002
852.37/440.71	c cleaning 10002 clauses out of 20062 with flag 2835002/2835002
855.61/442.45	c cleaning 10002 clauses out of 20059 with flag 2845001/2845001
858.95/444.23	c cleaning 10001 clauses out of 20059 with flag 2855003/2855003
862.02/445.87	c cleaning 9996 clauses out of 20055 with flag 2865000/2865000
865.28/447.52	c cleaning 10007 clauses out of 20059 with flag 2875000/2875000
868.53/449.24	c cleaning 10003 clauses out of 20053 with flag 2885001/2885001
871.69/450.96	c cleaning 10002 clauses out of 20050 with flag 2895001/2895001
874.93/452.63	c cleaning 10001 clauses out of 20048 with flag 2905001/2905001
878.01/454.28	c cleaning 9998 clauses out of 20047 with flag 2915001/2915001
881.28/455.94	c cleaning 10000 clauses out of 20050 with flag 2925002/2925002
884.82/457.88	c cleaning 10004 clauses out of 20048 with flag 2935000/2935000
888.49/459.76	c cleaning 9995 clauses out of 20045 with flag 2945001/2945001
891.96/461.55	c cleaning 9993 clauses out of 20049 with flag 2955000/2955000
895.67/463.49	c cleaning 10001 clauses out of 20057 with flag 2965001/2965001
899.23/465.38	c cleaning 10006 clauses out of 20055 with flag 2975000/2975000
902.66/467.17	c cleaning 9992 clauses out of 20050 with flag 2985001/2985001
906.14/468.97	c cleaning 9990 clauses out of 20057 with flag 2995000/2995000
909.63/470.74	c cleaning 9998 clauses out of 20067 with flag 3005000/3005000
913.18/472.67	c cleaning 10026 clauses out of 20069 with flag 3015000/3015000
915.84/474.05	c cleaning 10005 clauses out of 20044 with flag 3025001/3025001
918.48/475.42	c cleaning 10001 clauses out of 20039 with flag 3035001/3035001
921.55/477.01	c cleaning 9991 clauses out of 20037 with flag 3045000/3045000
924.69/478.77	c cleaning 10006 clauses out of 20046 with flag 3055000/3055000
927.55/480.21	c cleaning 10007 clauses out of 20042 with flag 3065002/3065002
930.41/481.72	c cleaning 10004 clauses out of 20034 with flag 3075001/3075001
933.06/483.19	c cleaning 10003 clauses out of 20029 with flag 3085000/3085000
936.01/484.77	c cleaning 9991 clauses out of 20026 with flag 3095000/3095000
939.25/486.40	c cleaning 10005 clauses out of 20036 with flag 3105001/3105001
942.51/488.18	c cleaning 9997 clauses out of 20030 with flag 3115000/3115000
945.57/489.70	c cleaning 10004 clauses out of 20034 with flag 3125001/3125001
948.68/491.45	c cleaning 10002 clauses out of 20029 with flag 3135000/3135000
952.13/493.20	c cleaning 10002 clauses out of 20027 with flag 3145000/3145000
955.17/494.87	c cleaning 9996 clauses out of 20025 with flag 3155000/3155000
958.65/496.66	c cleaning 9989 clauses out of 20029 with flag 3165000/3165000
962.37/498.61	c cleaning 10004 clauses out of 20040 with flag 3175000/3175000
965.83/500.43	c cleaning 10003 clauses out of 20037 with flag 3185001/3185001
969.05/502.19	c cleaning 9998 clauses out of 20034 with flag 3195001/3195001
972.49/503.96	c cleaning 9985 clauses out of 20035 with flag 3205000/3205000
976.02/505.84	c cleaning 9995 clauses out of 20050 with flag 3215000/3215000
979.48/507.60	c cleaning 10004 clauses out of 20055 with flag 3225000/3225000
983.12/509.50	c cleaning 9995 clauses out of 20051 with flag 3235000/3235000
986.56/511.30	c cleaning 10003 clauses out of 20058 with flag 3245002/3245002
990.51/513.44	c cleaning 10000 clauses out of 20053 with flag 3255000/3255000
993.16/514.89	c cleaning 10016 clauses out of 20054 with flag 3265001/3265001
995.97/516.31	c cleaning 9997 clauses out of 20037 with flag 3275000/3275000
998.81/517.85	c cleaning 10001 clauses out of 20041 with flag 3285001/3285001
1001.74/519.44	c cleaning 9997 clauses out of 20039 with flag 3295000/3295000
1004.74/521.00	c cleaning 9996 clauses out of 20042 with flag 3305000/3305000
1007.58/522.57	c cleaning 9998 clauses out of 20047 with flag 3315001/3315001
1010.81/524.25	c cleaning 10002 clauses out of 20049 with flag 3325001/3325001
1013.74/525.87	c cleaning 9999 clauses out of 20046 with flag 3335000/3335000
1016.56/527.38	c cleaning 10000 clauses out of 20047 with flag 3345000/3345000
1019.82/529.03	c cleaning 9999 clauses out of 20048 with flag 3355001/3355001
1022.87/530.60	c cleaning 10017 clauses out of 20049 with flag 3365001/3365001
1025.82/532.29	c cleaning 9998 clauses out of 20031 with flag 3375000/3375000
1028.88/533.89	c cleaning 10005 clauses out of 20034 with flag 3385001/3385001
1031.92/535.46	c cleaning 10001 clauses out of 20028 with flag 3395000/3395000
1034.97/537.01	c cleaning 10001 clauses out of 20027 with flag 3405000/3405000
1037.88/538.68	c cleaning 9999 clauses out of 20026 with flag 3415000/3415000
1040.92/540.26	c cleaning 9998 clauses out of 20028 with flag 3425001/3425001
1043.94/541.82	c cleaning 10003 clauses out of 20033 with flag 3435004/3435004
1047.01/543.49	c cleaning 9991 clauses out of 20027 with flag 3445001/3445001
1050.32/545.26	c cleaning 9999 clauses out of 20035 with flag 3455000/3455000
1053.59/546.93	c cleaning 10002 clauses out of 20036 with flag 3465000/3465000
1056.63/548.57	c cleaning 9996 clauses out of 20036 with flag 3475002/3475002
1059.68/550.18	c cleaning 10010 clauses out of 20038 with flag 3485000/3485000
1062.82/551.89	c cleaning 10004 clauses out of 20029 with flag 3495001/3495001
1065.84/553.49	c cleaning 10007 clauses out of 20024 with flag 3505000/3505000
1068.89/555.07	c cleaning 9996 clauses out of 20019 with flag 3515002/3515002
1071.75/556.56	c cleaning 9994 clauses out of 20022 with flag 3525001/3525001
1074.85/558.28	c cleaning 9994 clauses out of 20027 with flag 3535000/3535000
1078.10/559.98	c cleaning 10006 clauses out of 20033 with flag 3545000/3545000
1081.33/561.60	c cleaning 9999 clauses out of 20030 with flag 3555003/3555003
1084.17/563.19	c cleaning 9996 clauses out of 20029 with flag 3565001/3565001
1087.27/564.83	c cleaning 10002 clauses out of 20032 with flag 3575000/3575000
1090.31/566.41	c cleaning 9995 clauses out of 20030 with flag 3585000/3585000
1093.33/568.07	c cleaning 10002 clauses out of 20036 with flag 3595001/3595001
1096.57/569.74	c cleaning 9995 clauses out of 20033 with flag 3605000/3605000
1099.68/571.48	c cleaning 9998 clauses out of 20039 with flag 3615001/3615001
1102.94/573.11	c cleaning 10004 clauses out of 20041 with flag 3625001/3625001
1105.95/574.74	c cleaning 9997 clauses out of 20036 with flag 3635000/3635000
1109.21/576.46	c cleaning 9997 clauses out of 20041 with flag 3645002/3645002
1112.49/578.21	c cleaning 9995 clauses out of 20043 with flag 3655001/3655001
1115.53/579.87	c cleaning 9999 clauses out of 20048 with flag 3665001/3665001
1118.81/581.54	c cleaning 10004 clauses out of 20049 with flag 3675001/3675001
1121.85/583.13	c cleaning 9999 clauses out of 20044 with flag 3685000/3685000
1125.59/585.11	c cleaning 9999 clauses out of 20046 with flag 3695001/3695001
1128.81/586.82	c cleaning 9994 clauses out of 20047 with flag 3705001/3705001
1131.86/588.46	c cleaning 10008 clauses out of 20053 with flag 3715001/3715001
1135.28/590.24	c cleaning 9995 clauses out of 20044 with flag 3725000/3725000
1138.40/591.99	c cleaning 10007 clauses out of 20049 with flag 3735000/3735000
1141.63/593.61	c cleaning 9989 clauses out of 20042 with flag 3745000/3745000
1144.87/595.30	c cleaning 9999 clauses out of 20053 with flag 3755000/3755000
1148.10/597.07	c cleaning 9996 clauses out of 20054 with flag 3765000/3765000
1152.02/599.12	c cleaning 10001 clauses out of 20058 with flag 3775000/3775000
1155.25/600.87	c cleaning 9995 clauses out of 20058 with flag 3785001/3785001
1158.70/602.66	c cleaning 10003 clauses out of 20062 with flag 3795000/3795000
1161.74/604.27	c cleaning 10000 clauses out of 20059 with flag 3805000/3805000
1164.86/605.96	c cleaning 10002 clauses out of 20060 with flag 3815001/3815001
1167.87/607.57	c cleaning 9998 clauses out of 20057 with flag 3825000/3825000
1171.09/609.23	c cleaning 9993 clauses out of 20059 with flag 3835000/3835000
1174.16/610.85	c cleaning 10001 clauses out of 20066 with flag 3845000/3845000
1177.51/612.69	c cleaning 10004 clauses out of 20065 with flag 3855000/3855000
1180.73/614.31	c cleaning 9995 clauses out of 20062 with flag 3865001/3865001
1183.58/615.87	c cleaning 10008 clauses out of 20066 with flag 3875000/3875000
1186.81/617.58	c cleaning 10009 clauses out of 20058 with flag 3885000/3885000
1190.14/619.33	c cleaning 10005 clauses out of 20049 with flag 3895000/3895000
1193.15/620.93	c cleaning 9994 clauses out of 20045 with flag 3905001/3905001
1196.17/622.58	c cleaning 10001 clauses out of 20050 with flag 3915000/3915000
1199.36/624.28	c cleaning 10002 clauses out of 20049 with flag 3925000/3925000
1202.63/626.08	c cleaning 9998 clauses out of 20048 with flag 3935001/3935001
1205.86/627.78	c cleaning 10000 clauses out of 20050 with flag 3945001/3945001
1209.09/629.44	c cleaning 9999 clauses out of 20049 with flag 3955000/3955000
1212.31/631.15	c cleaning 9996 clauses out of 20050 with flag 3965000/3965000
1215.82/633.08	c cleaning 10006 clauses out of 20055 with flag 3975001/3975001
1219.25/634.86	c cleaning 9999 clauses out of 20048 with flag 3985000/3985000
1222.87/636.71	c cleaning 9995 clauses out of 20049 with flag 3995000/3995000
1226.10/638.48	c cleaning 10002 clauses out of 20054 with flag 4005000/4005000
1229.41/640.28	c cleaning 10003 clauses out of 20053 with flag 4015001/4015001
1232.82/642.07	c cleaning 9994 clauses out of 20049 with flag 4025000/4025000
1236.27/643.82	c cleaning 9994 clauses out of 20055 with flag 4035000/4035000
1239.72/645.65	c cleaning 10010 clauses out of 20066 with flag 4045005/4045005
1243.40/647.62	c cleaning 10006 clauses out of 20051 with flag 4055000/4055000
1246.43/649.28	c cleaning 10011 clauses out of 20046 with flag 4065001/4065001
1249.66/650.96	c cleaning 10000 clauses out of 20035 with flag 4075001/4075001
1253.07/652.72	c cleaning 9999 clauses out of 20034 with flag 4085000/4085000
1256.78/654.74	c cleaning 10002 clauses out of 20035 with flag 4095000/4095000
1260.21/656.56	c cleaning 10000 clauses out of 20033 with flag 4105000/4105000
1263.65/658.38	c cleaning 9998 clauses out of 20034 with flag 4115001/4115001
1267.08/660.16	c cleaning 9999 clauses out of 20035 with flag 4125000/4125000
1270.56/662.09	c cleaning 9999 clauses out of 20038 with flag 4135002/4135002
1274.00/663.87	c cleaning 10000 clauses out of 20038 with flag 4145001/4145001
1277.42/665.63	c cleaning 10001 clauses out of 20038 with flag 4155001/4155001
1280.64/667.30	c cleaning 9999 clauses out of 20036 with flag 4165000/4165000
1283.96/669.16	c cleaning 9999 clauses out of 20037 with flag 4175000/4175000
1287.38/670.98	c cleaning 9995 clauses out of 20038 with flag 4185000/4185000
1290.82/672.78	c cleaning 10011 clauses out of 20044 with flag 4195001/4195001
1294.06/674.40	c cleaning 9995 clauses out of 20032 with flag 4205000/4205000
1297.13/676.14	c cleaning 10001 clauses out of 20037 with flag 4215000/4215000
1300.35/677.81	c cleaning 9997 clauses out of 20036 with flag 4225000/4225000
1303.55/679.51	c cleaning 9992 clauses out of 20039 with flag 4235000/4235000
1306.97/681.36	c cleaning 9996 clauses out of 20048 with flag 4245001/4245001
1310.43/683.24	c cleaning 10009 clauses out of 20052 with flag 4255001/4255001
1313.64/684.96	c cleaning 9997 clauses out of 20043 with flag 4265001/4265001
1316.87/686.63	c cleaning 10005 clauses out of 20046 with flag 4275001/4275001
1320.32/688.43	c cleaning 10004 clauses out of 20041 with flag 4285001/4285001
1323.62/690.21	c cleaning 9997 clauses out of 20036 with flag 4295000/4295000
1326.87/691.95	c cleaning 9991 clauses out of 20040 with flag 4305001/4305001
1330.27/693.72	c cleaning 10002 clauses out of 20049 with flag 4315001/4315001
1333.51/695.49	c cleaning 10005 clauses out of 20047 with flag 4325001/4325001
1337.22/697.47	c cleaning 9997 clauses out of 20042 with flag 4335001/4335001
1340.45/699.16	c cleaning 10001 clauses out of 20046 with flag 4345002/4345002
1344.07/701.00	c cleaning 9992 clauses out of 20043 with flag 4355000/4355000
1347.72/702.93	c cleaning 9997 clauses out of 20051 with flag 4365000/4365000
1351.20/704.89	c cleaning 10011 clauses out of 20054 with flag 4375000/4375000
1354.80/706.70	c cleaning 10000 clauses out of 20044 with flag 4385001/4385001
1358.21/708.50	c cleaning 10001 clauses out of 20043 with flag 4395000/4395000
1361.43/710.29	c cleaning 9999 clauses out of 20044 with flag 4405002/4405002
1365.11/712.20	c cleaning 9998 clauses out of 20044 with flag 4415001/4415001
1368.35/713.93	c cleaning 10001 clauses out of 20046 with flag 4425001/4425001
1371.77/715.70	c cleaning 10006 clauses out of 20045 with flag 4435001/4435001
1374.98/717.47	c cleaning 10001 clauses out of 20038 with flag 4445000/4445000
1378.28/719.25	c cleaning 9999 clauses out of 20037 with flag 4455000/4455000
1381.50/720.96	c cleaning 10002 clauses out of 20038 with flag 4465000/4465000
1384.91/722.78	c cleaning 10004 clauses out of 20037 with flag 4475001/4475001
1388.14/724.48	c cleaning 9984 clauses out of 20032 with flag 4485000/4485000
1391.64/726.34	c cleaning 10000 clauses out of 20048 with flag 4495000/4495000
1395.07/728.16	c cleaning 10000 clauses out of 20050 with flag 4505002/4505002
1398.26/729.89	c cleaning 10005 clauses out of 20048 with flag 4515000/4515000
1401.67/731.64	c cleaning 9991 clauses out of 20043 with flag 4525000/4525000
1404.95/733.49	c cleaning 10010 clauses out of 20053 with flag 4535001/4535001
1408.74/735.41	c cleaning 9992 clauses out of 20042 with flag 4545000/4545000
1412.15/737.22	c cleaning 10007 clauses out of 20052 with flag 4555002/4555002
1415.14/738.86	c cleaning 10001 clauses out of 20043 with flag 4565000/4565000
1418.40/740.61	c cleaning 10001 clauses out of 20042 with flag 4575000/4575000
1421.42/742.21	c cleaning 10012 clauses out of 20041 with flag 4585000/4585000
1424.64/743.98	c cleaning 9985 clauses out of 20029 with flag 4595000/4595000
1428.45/745.94	c cleaning 10006 clauses out of 20044 with flag 4605000/4605000
1432.15/747.94	c cleaning 10003 clauses out of 20038 with flag 4615000/4615000
1435.17/749.57	c cleaning 10003 clauses out of 20038 with flag 4625003/4625003
1438.15/751.13	c cleaning 9997 clauses out of 20032 with flag 4635000/4635000
1440.96/752.69	c cleaning 10009 clauses out of 20035 with flag 4645000/4645000
1444.45/754.58	c cleaning 10000 clauses out of 20026 with flag 4655000/4655000
1447.45/756.18	c cleaning 10001 clauses out of 20027 with flag 4665001/4665001
1450.49/757.75	c cleaning 9991 clauses out of 20026 with flag 4675001/4675001
1453.70/759.48	c cleaning 9998 clauses out of 20034 with flag 4685000/4685000
1456.96/761.25	c cleaning 10000 clauses out of 20036 with flag 4695000/4695000
1459.78/762.74	c cleaning 9987 clauses out of 20037 with flag 4705001/4705001
1463.00/764.46	c cleaning 9995 clauses out of 20050 with flag 4715001/4715001
1466.19/766.19	c cleaning 9989 clauses out of 20054 with flag 4725000/4725000
1469.66/768.09	c cleaning 10004 clauses out of 20066 with flag 4735001/4735001
1473.09/769.89	c cleaning 10011 clauses out of 20062 with flag 4745001/4745001
1476.90/771.85	c cleaning 10006 clauses out of 20050 with flag 4755000/4755000
1480.53/773.80	c cleaning 10002 clauses out of 20044 with flag 4765000/4765000
1484.23/775.77	c cleaning 9997 clauses out of 20042 with flag 4775000/4775000
1488.09/777.78	c cleaning 9994 clauses out of 20045 with flag 4785000/4785000
1491.66/779.61	c cleaning 9999 clauses out of 20058 with flag 4795007/4795007
1495.07/781.48	c cleaning 9997 clauses out of 20053 with flag 4805001/4805001
1498.93/783.58	c cleaning 10005 clauses out of 20057 with flag 4815002/4815002
1502.82/785.54	c cleaning 9998 clauses out of 20051 with flag 4825001/4825001
1506.23/787.37	c cleaning 9993 clauses out of 20052 with flag 4835000/4835000
1509.65/789.10	c cleaning 10001 clauses out of 20059 with flag 4845000/4845000
1512.73/790.85	c cleaning 10018 clauses out of 20059 with flag 4855001/4855001
1515.35/792.29	c cleaning 10003 clauses out of 20041 with flag 4865001/4865001
1518.14/793.78	c cleaning 10002 clauses out of 20037 with flag 4875000/4875000
1521.15/795.34	c cleaning 9999 clauses out of 20036 with flag 4885001/4885001
1524.20/797.03	c cleaning 9995 clauses out of 20036 with flag 4895000/4895000
1527.03/798.56	c cleaning 10007 clauses out of 20041 with flag 4905000/4905000
1529.84/800.08	c cleaning 9998 clauses out of 20034 with flag 4915000/4915000
1531.41/800.99	c cleaning 0 clauses out of 18000 with flag 0/18000
1533.26/802.10	c cleaning 9990 clauses out of 20036 with flag 4925000/4925000
1536.25/803.69	c cleaning 10006 clauses out of 20046 with flag 4935000/4935000
1539.65/805.43	c cleaning 10007 clauses out of 20041 with flag 4945001/4945001
1542.65/807.06	c cleaning 9997 clauses out of 20033 with flag 4955000/4955000
1545.90/808.83	c cleaning 10000 clauses out of 20036 with flag 4965000/4965000
1548.91/810.48	c cleaning 9997 clauses out of 20036 with flag 4975000/4975000
1552.13/812.13	c cleaning 10004 clauses out of 20042 with flag 4985003/4985003
1555.15/813.71	c cleaning 9993 clauses out of 20035 with flag 4995000/4995000
1557.99/815.38	c cleaning 10012 clauses out of 20042 with flag 5005000/5005000
1561.00/816.95	c cleaning 9994 clauses out of 20030 with flag 5015000/5015000
1563.84/818.46	c cleaning 9996 clauses out of 20036 with flag 5025000/5025000
1566.43/819.87	c cleaning 10007 clauses out of 20040 with flag 5035000/5035000
1569.50/821.57	c cleaning 10003 clauses out of 20034 with flag 5045001/5045001
1573.12/823.45	c cleaning 9998 clauses out of 20032 with flag 5055002/5055002
1576.33/825.11	c cleaning 10004 clauses out of 20033 with flag 5065001/5065001
1578.93/826.60	c cleaning 9999 clauses out of 20029 with flag 5075001/5075001
1581.80/828.19	c cleaning 9990 clauses out of 20029 with flag 5085000/5085000
1584.62/829.65	c cleaning 9997 clauses out of 20039 with flag 5095000/5095000
1587.63/831.24	c cleaning 10002 clauses out of 20042 with flag 5105000/5105000
1590.46/832.78	c cleaning 9995 clauses out of 20040 with flag 5115000/5115000
1593.71/834.55	c cleaning 10000 clauses out of 20045 with flag 5125000/5125000
1596.71/836.18	c cleaning 9998 clauses out of 20045 with flag 5135000/5135000
1599.91/837.81	c cleaning 9992 clauses out of 20047 with flag 5145000/5145000
1602.74/839.37	c cleaning 10011 clauses out of 20055 with flag 5155000/5155000
1605.99/841.14	c cleaning 10004 clauses out of 20044 with flag 5165000/5165000
1609.20/842.86	c cleaning 9993 clauses out of 20041 with flag 5175001/5175001
1612.62/844.61	c cleaning 10005 clauses out of 20049 with flag 5185002/5185002
1615.62/846.24	c cleaning 10005 clauses out of 20043 with flag 5195001/5195001
1618.90/848.03	c cleaning 9998 clauses out of 20037 with flag 5205000/5205000
1621.90/849.63	c cleaning 9999 clauses out of 20039 with flag 5215000/5215000
1624.90/851.25	c cleaning 10001 clauses out of 20040 with flag 5225000/5225000
1627.89/852.87	c cleaning 9991 clauses out of 20039 with flag 5235000/5235000
1631.38/854.72	c cleaning 10006 clauses out of 20050 with flag 5245002/5245002
1634.57/856.48	c cleaning 9997 clauses out of 20042 with flag 5255000/5255000
1637.76/858.13	c cleaning 9985 clauses out of 20045 with flag 5265000/5265000
1640.75/859.79	c cleaning 10005 clauses out of 20060 with flag 5275000/5275000
1644.23/861.60	c cleaning 10004 clauses out of 20056 with flag 5285001/5285001
1647.23/863.29	c cleaning 9997 clauses out of 20053 with flag 5295002/5295002
1650.63/865.06	c cleaning 9999 clauses out of 20054 with flag 5305000/5305000
1653.83/866.76	c cleaning 9992 clauses out of 20055 with flag 5315000/5315000
1657.07/868.55	c cleaning 10008 clauses out of 20063 with flag 5325000/5325000
1660.67/870.47	c cleaning 10001 clauses out of 20055 with flag 5335000/5335000
1663.87/872.17	c cleaning 9993 clauses out of 20054 with flag 5345000/5345000
1667.08/873.85	c cleaning 10007 clauses out of 20062 with flag 5355001/5355001
1670.36/875.67	c cleaning 9989 clauses out of 20054 with flag 5365000/5365000
1673.54/877.33	c cleaning 10007 clauses out of 20066 with flag 5375001/5375001
1676.54/878.97	c cleaning 9998 clauses out of 20058 with flag 5385000/5385000
1679.72/880.68	c cleaning 10007 clauses out of 20064 with flag 5395004/5395004
1683.38/882.63	c cleaning 9993 clauses out of 20054 with flag 5405001/5405001
1686.81/884.48	c cleaning 10002 clauses out of 20061 with flag 5415001/5415001
1689.99/886.18	c cleaning 10005 clauses out of 20058 with flag 5425000/5425000
1693.61/888.01	c cleaning 9993 clauses out of 20053 with flag 5435000/5435000
1696.87/889.88	c cleaning 9997 clauses out of 20060 with flag 5445000/5445000
1700.04/891.54	c cleaning 10007 clauses out of 20063 with flag 5455000/5455000
1703.27/893.25	c cleaning 9987 clauses out of 20056 with flag 5465000/5465000
1706.46/894.97	c cleaning 10009 clauses out of 20070 with flag 5475001/5475001
1709.90/896.87	c cleaning 9997 clauses out of 20060 with flag 5485000/5485000
1713.30/898.62	c cleaning 10006 clauses out of 20065 with flag 5495002/5495002
1716.68/900.44	c cleaning 10005 clauses out of 20058 with flag 5505001/5505001
1719.90/902.19	c cleaning 10006 clauses out of 20053 with flag 5515001/5515001
1723.35/904.02	c cleaning 9998 clauses out of 20046 with flag 5525000/5525000
1726.55/905.77	c cleaning 9997 clauses out of 20048 with flag 5535000/5535000
1729.96/907.52	c cleaning 10001 clauses out of 20054 with flag 5545003/5545003
1733.13/909.26	c cleaning 10013 clauses out of 20050 with flag 5555000/5555000
1736.58/911.20	c cleaning 10003 clauses out of 20037 with flag 5565000/5565000
1740.20/913.05	c cleaning 10002 clauses out of 20035 with flag 5575001/5575001
1743.19/914.68	c cleaning 9997 clauses out of 20035 with flag 5585003/5585003
1746.20/916.23	c cleaning 9990 clauses out of 20035 with flag 5595000/5595000
1749.43/918.05	c cleaning 10004 clauses out of 20045 with flag 5605000/5605000
1752.63/919.70	c cleaning 10008 clauses out of 20041 with flag 5615000/5615000
1755.82/921.42	c cleaning 9994 clauses out of 20036 with flag 5625003/5625003
1759.00/923.10	c cleaning 9996 clauses out of 20039 with flag 5635000/5635000
1762.24/924.97	c cleaning 9999 clauses out of 20045 with flag 5645002/5645002
1765.44/926.66	c cleaning 10004 clauses out of 20044 with flag 5655000/5655000
1768.85/928.44	c cleaning 9998 clauses out of 20041 with flag 5665001/5665001
1772.03/930.12	c cleaning 9996 clauses out of 20042 with flag 5675000/5675000
1775.46/932.09	c cleaning 9995 clauses out of 20046 with flag 5685000/5685000
1779.05/933.92	c cleaning 9996 clauses out of 20051 with flag 5695000/5695000
1782.43/935.72	c cleaning 10003 clauses out of 20056 with flag 5705001/5705001
1785.83/937.51	c cleaning 10008 clauses out of 20053 with flag 5715001/5715001
1789.08/939.38	c cleaning 10001 clauses out of 20044 with flag 5725000/5725000
1792.44/941.19	c cleaning 9996 clauses out of 20043 with flag 5735000/5735000
1795.86/942.96	c cleaning 10001 clauses out of 20047 with flag 5745000/5745000
1799.01/944.64	c cleaning 10000 clauses out of 20047 with flag 5755001/5755001
1800.06/945.31	c starts		: 278
1800.06/945.31	c conflicts		: 5756808
1800.06/945.31	c decisions		: 13128932
1800.06/945.31	c propagations		: 1203142480
1800.06/945.31	c inspects		: 2832231555
1800.06/945.31	c learnt literals	: 0
1800.06/945.31	c learnt binary clauses	: 4
1800.06/945.31	c learnt ternary clauses	: 23
1800.06/945.31	c learnt clauses	: 5756808
1800.06/945.31	c ignored clauses	: 0
1800.06/945.31	c root simplifications	: 0
1800.06/945.31	c removed literals (reason simplification)	: 20586644
1800.06/945.31	c reason swapping (by a shorter reason)	: 0
1800.06/945.31	c Calls to reduceDB	: 577
1800.06/945.31	c number of reductions to clauses (during analyze)	: 0
1800.06/945.31	c number of learned constraints concerned by reduction	: 0
1800.06/945.31	c number of learning phase by resolution	: 0
1800.06/945.31	c number of learning phase by cutting planes	: 0
1800.06/945.31	c speed (assignments/second)	: 1457136.3707929126
1800.06/945.31	c non guided choices	12201
1800.06/945.32	c learnt constraints type 
1800.06/945.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11879
1800.06/945.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.06/945.32	c constraints type 
1800.06/945.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3840
1800.06/945.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 417
1800.06/945.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
1800.06/945.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.06/945.32	c constraints type 
1800.06/945.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
1800.06/945.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3840
1800.06/945.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 417
1800.06/945.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.06/945.32	s SATISFIABLE
1800.06/945.33	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 x973 x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 x1336 -x1337 x1338 x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 x1438 x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 x1472 -x1473 -x1474 -x1475 x1476 -x1477 -x1478 x1479 x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 x1544 -x1545 -x1546 -x1547 x1548 -x1549 -x1550 -x1551 x1552 -x1553 -x1554 -x1555 x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 x1588 -x1589 -x1590 -x1591 x1592 -x1593 -x1594 -x1595 x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 x1639 x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 x1652 -x1653 -x1654 -x1655 x1656 -x1657 -x1658 -x1659 x1660 -x1661 -x1662 x1663 x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 x1679 x1680 x1681 x1682 x1683 x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 x1708 -x1709 -x1710 -x1711 x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 x1720 -x1721 -x1722 x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 x1740 x1741 x1742 -x1743 x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 x1755 -x1756 -x1757 -x1758 -x1759 x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 x1770 -x1771 -x1772 -x1773 x1774 -x1775 -x1776 -x1777 x1778 -x1779 -x1780 -x1781 -x1782 x1783 x1784 -x1785 x1786 x1787 -x1788 -x1789 -x1790 x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 x1804 x1805 x1806 -x1807 x1808 x1809 x1810 -x1811 -x1812 x1813 x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 x1915 x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 x1950 -x1951 -x1952 -x1953 -x1954 x1955 -x1956 -x1957 -x1958 -x1959 -x1960 x1961 x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 x1972 -x1973 -x1974 -x1975 x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 x1998 -x1999 -x2000 -x2001 -x2002 x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 x2017 -x2018 x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 x2112 
1800.06/945.33	c objective function=21
1800.06/945.33	c Total wall clock time (in seconds): 945.218

Verifier Data

OK	21

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-3731102-1338733614/watcher-3731102-1338733614 -o /tmp/evaluation-result-3731102-1338733614/solver-3731102-1338733614 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731102-1338733614.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.70 3.03 3.40 3/198 8587
/proc/meminfo: memFree=25695264/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 339488721 95129600 927 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 23225 927 703 9 0 16769 0
[pid=8587/tid=8588] ppid=8585 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) R 8585 8587 27000 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 339488722 98635776 959 33554432000 1073741824 1073778376 140737156316864 140132208131624 219504753203 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0248981 s]
/proc/loadavg: 2.70 3.03 3.40 3/198 8587
/proc/meminfo: memFree=25695264/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 3135 0 1 0 0 0 0 0 20 0 10 0 339488721 2209931264 3834 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 539534 3842 1257 9 0 530235 0
[pid=8587/tid=8588] ppid=8585 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) R 8585 8587 27000 0 -1 4202560 1989 0 1 0 0 0 0 0 20 0 10 0 339488722 2209931264 3846 33554432000 1073741824 1073778376 140737156316864 140132208132800 140132198201666 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.147555 s]
/proc/loadavg: 2.70 3.03 3.40 3/198 8587
/proc/meminfo: memFree=25695264/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 4894 0 1 0 14 1 0 0 20 0 18 0 339488721 2764726272 7059 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 674982 7059 2176 9 0 665676 0
[pid=8587/tid=8588] ppid=8585 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) R 8585 8587 27000 0 -1 4202560 2779 0 1 0 10 1 0 0 20 0 18 0 339488722 2764726272 7059 33554432000 1073741824 1073778376 140737156316864 140132208134776 140132049024558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 2699928

[startup+0.300251 s]
/proc/loadavg: 2.70 3.03 3.40 3/198 8587
/proc/meminfo: memFree=25695264/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 6199 0 1 0 49 2 0 0 20 0 18 0 339488721 2764726272 11150 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 674982 11150 2219 9 0 665676 0
[pid=8587/tid=8588] ppid=8585 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) R 8585 8587 27000 0 -1 4202560 2791 0 1 0 25 2 0 0 20 0 18 0 339488722 2764726272 11150 33554432000 1073741824 1073778376 140737156316864 140132208134776 140132049073328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700332 s]
/proc/loadavg: 2.70 3.03 3.40 3/198 8587
/proc/meminfo: memFree=25695264/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 12224 0 1 0 107 7 0 0 20 0 20 0 339488721 3037372416 18629 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 18629 2249 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2822 0 1 0 33 3 0 0 20 0 20 0 339488722 3037372416 18629 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2966184

[startup+1.50067 s]
/proc/loadavg: 2.70 3.03 3.40 2/218 8609
/proc/meminfo: memFree=25590136/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 13115 0 1 0 150 7 0 0 20 0 22 0 339488721 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 21756 2251 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2823 0 1 0 34 3 0 0 20 0 22 0 339488722 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339488724 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8602] ppid=8585 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/8587/task/8602/stat : 8602 (java) R 8585 8587 27000 0 -1 4202560 4699 0 0 0 40 2 0 0 20 0 22 0 339488727 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132168404824 140132209967004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8603] ppid=8585 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/8587/task/8603/stat : 8603 (java) R 8585 8587 27000 0 -1 4202560 4256 0 0 0 41 1 0 0 20 0 22 0 339488727 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132048932824 140132214093979 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8604] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8604/stat : 8604 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 21756 33554432000 1073741824 1073778376 140737156316864 140132047903224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8605] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8605/stat : 8605 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 21765 33554432000 1073741824 1073778376 140737156316864 140132046850888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8608] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8608/stat : 8608 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 21765 33554432000 1073741824 1073778376 140737156316864 140132043691560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 21765 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 2966184

[startup+3.10067 s]
/proc/loadavg: 2.88 3.07 3.41 2/218 8611
/proc/meminfo: memFree=25325956/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=5.01 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 19017 0 1 0 487 14 0 0 20 0 22 0 339488721 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 100678 2284 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2823 0 1 0 34 3 0 0 20 0 22 0 339488722 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 339488724 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8602] ppid=8585 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/8587/task/8602/stat : 8602 (java) S 8585 8587 27000 0 -1 4202560 8418 0 0 0 95 2 0 0 20 0 22 0 339488727 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132168427576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8603] ppid=8585 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/8587/task/8603/stat : 8603 (java) R 8585 8587 27000 0 -1 4202560 6221 0 0 0 81 1 0 0 20 0 22 0 339488727 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132048955576 140132214949336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8604] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8604/stat : 8604 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132047903224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8605] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8605/stat : 8605 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132046850888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8608] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8608/stat : 8608 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132043691560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 100678 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 2.88 3.07 3.41 4/220 8613
/proc/meminfo: memFree=25203796/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=11.55 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 20307 0 1 0 1139 16 0 0 20 0 22 0 339488721 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 117749 2284 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2823 0 1 0 34 3 0 0 20 0 22 0 339488722 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339488723 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 22 0 339488724 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 117749 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 168946 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8616] ppid=8585 vsize=2966184 CPUtime=655.16 cores=0,2,4,6
/proc/8587/task/8616/stat : 8616 (java) R 8585 8587 27000 0 -1 4202560 591 0 0 0 65503 13 0 0 20 0 22 0 339500684 3037372416 168946 33554432000 1073741824 1073778376 140737156316864 140132044742592 140132049506516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8617] ppid=8585 vsize=2966184 CPUtime=655.21 cores=0,2,4,6
/proc/8587/task/8617/stat : 8617 (java) R 8585 8587 27000 0 -1 4202560 379 0 0 0 65509 12 0 0 20 0 22 0 339500684 3037372416 168946 33554432000 1073741824 1073778376 140737156316864 140132045794592 140132049721372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1682.78
Current children cumulated vsize (KiB) 2966184

[startup+942.301 s]
/proc/loadavg: 2.84 2.85 3.04 4/219 8626
/proc/meminfo: memFree=24976320/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=1794.62 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 39465 0 1 0 179322 140 0 0 20 0 22 0 339488721 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 169970 2286 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2914 0 1 0 36 3 0 0 20 0 22 0 339488722 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=6.7 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 287 0 0 0 665 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 278 0 0 0 676 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=6.75 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 280 0 0 0 671 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=6.73 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 295 0 0 0 668 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 290 0 0 0 661 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=6.59 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 654 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=6.79 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 675 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=6.74 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 288 0 0 0 668 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=108.55 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 129 0 0 0 10802 53 0 0 20 0 22 0 339488724 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8602] ppid=8585 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/8587/task/8602/stat : 8602 (java) S 8585 8587 27000 0 -1 4202560 23844 0 0 0 223 6 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132168427576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8603] ppid=8585 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/8587/task/8603/stat : 8603 (java) S 8585 8587 27000 0 -1 4202560 7459 0 0 0 110 2 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132048955576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8604] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8604/stat : 8604 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132047903224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8605] ppid=8585 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/8587/task/8605/stat : 8605 (java) S 8585 8587 27000 0 -1 4202560 54 0 0 0 15 20 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132046850888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8608] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8608/stat : 8608 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132043691560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8616] ppid=8585 vsize=2966184 CPUtime=704.35 cores=0,2,4,6
/proc/8587/task/8616/stat : 8616 (java) R 8585 8587 27000 0 -1 4202560 635 0 0 0 70421 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132044743488 140132049778512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8617] ppid=8585 vsize=2966184 CPUtime=704.39 cores=0,2,4,6
/proc/8587/task/8617/stat : 8617 (java) R 8585 8587 27000 0 -1 4202560 399 0 0 0 70425 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132045794592 140132049575349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+945.301 s]
/proc/loadavg: 2.85 2.85 3.04 4/219 8626
/proc/meminfo: memFree=25015008/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 39469 0 1 0 179865 141 0 0 20 0 22 0 339488721 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 169970 2286 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2915 0 1 0 36 3 0 0 20 0 22 0 339488722 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=6.74 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 287 0 0 0 669 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=6.85 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 278 0 0 0 679 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=6.79 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 280 0 0 0 675 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=6.76 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 295 0 0 0 671 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=6.66 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 290 0 0 0 662 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=6.62 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 657 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 677 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=6.78 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 288 0 0 0 672 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=109.21 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 129 0 0 0 10867 54 0 0 20 0 22 0 339488724 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8602] ppid=8585 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/8587/task/8602/stat : 8602 (java) S 8585 8587 27000 0 -1 4202560 23844 0 0 0 223 6 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132168427576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8603] ppid=8585 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/8587/task/8603/stat : 8603 (java) S 8585 8587 27000 0 -1 4202560 7459 0 0 0 110 2 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132048955576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8604] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8604/stat : 8604 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132047903224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8605] ppid=8585 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/8587/task/8605/stat : 8605 (java) S 8585 8587 27000 0 -1 4202560 54 0 0 0 15 20 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132046850888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8608] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8608/stat : 8608 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132043691560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8616] ppid=8585 vsize=2966184 CPUtime=706.62 cores=0,2,4,6
/proc/8587/task/8616/stat : 8616 (java) R 8585 8587 27000 0 -1 4202560 636 0 0 0 70648 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132044743488 140132049685037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8617] ppid=8585 vsize=2966184 CPUtime=706.67 cores=0,2,4,6
/proc/8587/task/8617/stat : 8617 (java) R 8585 8587 27000 0 -1 4202560 401 0 0 0 70653 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132045794592 140132049646219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

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

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

[startup+945.301 s]
/proc/loadavg: 2.85 2.85 3.04 4/219 8626
/proc/meminfo: memFree=25015008/32873648 swapFree=7120/7120
[pid=8587] ppid=8585 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/8587/stat : 8587 (java) S 8585 8587 27000 0 -1 4202496 39469 0 1 0 179865 141 0 0 20 0 22 0 339488721 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140737156308000 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 741546 169970 2286 9 0 732240 0
[pid=8587/tid=8588] ppid=8585 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/8587/task/8588/stat : 8588 (java) S 8585 8587 27000 0 -1 4202560 2915 0 1 0 36 3 0 0 20 0 22 0 339488722 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132208137368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8590] ppid=8585 vsize=2966184 CPUtime=6.74 cores=0,2,4,6
/proc/8587/task/8590/stat : 8590 (java) S 8585 8587 27000 0 -1 4202560 287 0 0 0 669 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132192418472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8591] ppid=8585 vsize=2966184 CPUtime=6.85 cores=0,2,4,6
/proc/8587/task/8591/stat : 8591 (java) S 8585 8587 27000 0 -1 4202560 278 0 0 0 679 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132191365928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8592] ppid=8585 vsize=2966184 CPUtime=6.79 cores=0,2,4,6
/proc/8587/task/8592/stat : 8592 (java) S 8585 8587 27000 0 -1 4202560 280 0 0 0 675 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132190313384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8593] ppid=8585 vsize=2966184 CPUtime=6.76 cores=0,2,4,6
/proc/8587/task/8593/stat : 8593 (java) S 8585 8587 27000 0 -1 4202560 295 0 0 0 671 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132189260840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8594] ppid=8585 vsize=2966184 CPUtime=6.66 cores=0,2,4,6
/proc/8587/task/8594/stat : 8594 (java) S 8585 8587 27000 0 -1 4202560 290 0 0 0 662 4 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132188207272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8595] ppid=8585 vsize=2966184 CPUtime=6.62 cores=0,2,4,6
/proc/8587/task/8595/stat : 8595 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 657 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132187154728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8596] ppid=8585 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/8587/task/8596/stat : 8596 (java) S 8585 8587 27000 0 -1 4202560 282 0 0 0 677 5 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132186102184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8597] ppid=8585 vsize=2966184 CPUtime=6.78 cores=0,2,4,6
/proc/8587/task/8597/stat : 8597 (java) S 8585 8587 27000 0 -1 4202560 288 0 0 0 672 6 0 0 20 0 22 0 339488723 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132185049640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8598] ppid=8585 vsize=2966184 CPUtime=109.21 cores=0,2,4,6
/proc/8587/task/8598/stat : 8598 (java) S 8585 8587 27000 0 -1 4202560 129 0 0 0 10867 54 0 0 20 0 22 0 339488724 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132172638824 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8599] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8599/stat : 8599 (java) S 8585 8587 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132171585144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8600] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8600/stat : 8600 (java) S 8585 8587 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339488725 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132170532488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8601] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8601/stat : 8601 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132169481232 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8602] ppid=8585 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/8587/task/8602/stat : 8602 (java) S 8585 8587 27000 0 -1 4202560 23844 0 0 0 223 6 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132168427576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8603] ppid=8585 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/8587/task/8603/stat : 8603 (java) S 8585 8587 27000 0 -1 4202560 7459 0 0 0 110 2 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132048955576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8604] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8604/stat : 8604 (java) S 8585 8587 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132047903224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8587/tid=8605] ppid=8585 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/8587/task/8605/stat : 8605 (java) S 8585 8587 27000 0 -1 4202560 54 0 0 0 15 20 0 0 20 0 22 0 339488727 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132046850888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8587/tid=8608] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8608/stat : 8608 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132043691560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8609] ppid=8585 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8587/task/8609/stat : 8609 (java) S 8585 8587 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339488762 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132042639016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8587/tid=8616] ppid=8585 vsize=2966184 CPUtime=706.62 cores=0,2,4,6
/proc/8587/task/8616/stat : 8616 (java) R 8585 8587 27000 0 -1 4202560 636 0 0 0 70648 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132044743488 140132049685037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8587/tid=8617] ppid=8585 vsize=2966184 CPUtime=706.67 cores=0,2,4,6
/proc/8587/task/8617/stat : 8617 (java) R 8585 8587 27000 0 -1 4202560 401 0 0 0 70653 14 0 0 20 0 22 0 339500684 3037372416 169970 33554432000 1073741824 1073778376 140737156316864 140132045794592 140132049646219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 945.346
CPU time (s): 1801.39
CPU user time (s): 1799.51
CPU system time (s): 1.88171
CPU usage (%): 190.553
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 1.88171
maximum resident set size= 682052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60182
involuntary context switches= 97358

runsolver used 3.60145 second user time and 8.46371 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 16:26:54
IDJOB=3731102
IDBENCH=1850
IDSOLVER=2324
FILE ID=node114/3731102-1338733614
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70104 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731102-1338733614/watcher-3731102-1338733614 -o /tmp/evaluation-result-3731102-1338733614/solver-3731102-1338733614 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731102-1338733614.opb

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

MD5SUM BENCH= 374deb5d477559ba9c51d0ad1d758624
RANDOM SEED=1297325486

node114.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		: 2666.242
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	: 5332.48
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		: 2666.242
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		: 2666.242
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	: 5451.90
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		: 2666.242
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		: 2666.242
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		: 2666.242
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		: 2666.242
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		: 2666.242
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:        25695272 kB
Buffers:         1054832 kB
Cached:          3665284 kB
SwapCached:         2244 kB
Active:          4386052 kB
Inactive:        1785948 kB
Active(anon):    1437660 kB
Inactive(anon):     9112 kB
Active(file):    2948392 kB
Inactive(file):  1776836 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       1449260 kB
Mapped:            18972 kB
Shmem:               100 kB
Slab:             865584 kB
SReclaimable:     308996 kB
SUnreclaim:       556588 kB
KernelStack:        1664 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1386496 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= 70104 MiB
End job on node114 at 2012-06-03 16:42:41