Trace number 2663244

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)74 1801.61 1088.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.b.opb
MD5SUMd95d18eb9f9494c32273975c1bc570ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.6509
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved YES
Number of variables756
Total number of constraints1853
Number of constraints which are clauses1853
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
Number of terms in the objective function 756
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 756
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 756
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2663244-1276595472.opb
0.23/0.22	c reading problem ... 
1.20/0.77	c ... done. Wall clock time 0.547s.
1.20/0.77	c #vars     756
1.20/0.77	c #constraints  1536
1.20/0.77	c constraints type 
1.20/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1510
1.20/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11
1.20/0.77	c constraints type 
1.20/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11
1.20/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1510
1.26/0.84	c And the winner is Resolution
1.37/1.78	c SATISFIABLE
1.37/1.78	c OPTIMIZING...
1.37/1.78	c Got one! Elapsed wall clock time (in seconds):1.56
1.37/1.78	o 89
1.61/1.98	c And the winner is Resolution
1.89/2.80	c Got one! Elapsed wall clock time (in seconds):2.581
1.89/2.80	o 88
2.27/3.01	c And the winner is Resolution
2.31/3.84	c Got one! Elapsed wall clock time (in seconds):3.618
2.31/3.84	o 86
2.83/4.12	c And the winner is Resolution
3.23/4.89	c Got one! Elapsed wall clock time (in seconds):4.667
3.23/4.89	o 84
3.85/5.30	c And the winner is Resolution
4.07/5.90	c Got one! Elapsed wall clock time (in seconds):5.681
4.07/5.90	o 83
4.07/5.99	c And the winner is Resolution
4.25/6.91	c Got one! Elapsed wall clock time (in seconds):6.692
4.25/6.91	o 80
4.82/7.23	c cleaning 2495 clauses out of 5000 with flag 5000/5000
6.57/8.14	c cleaning 4250 clauses out of 8506 with flag 11001/11001
8.32/9.08	c cleaning 5623 clauses out of 11255 with flag 18000/18000
9.47/9.66	c And the winner is Resolution
9.61/9.92	c Got one! Elapsed wall clock time (in seconds):9.703
9.61/9.92	o 79
10.95/10.65	c cleaning 6813 clauses out of 13633 with flag 26001/26001
12.88/11.69	c cleaning 7903 clauses out of 15819 with flag 35000/35000
15.40/12.95	c cleaning 8952 clauses out of 17917 with flag 45001/45001
18.14/14.36	c cleaning 9478 clauses out of 18964 with flag 55000/55000
20.26/15.47	c cleaning 9740 clauses out of 19486 with flag 65000/65000
22.55/16.69	c cleaning 9870 clauses out of 19748 with flag 75002/75002
24.87/17.87	c cleaning 9932 clauses out of 19876 with flag 85000/85000
27.18/19.06	c cleaning 9969 clauses out of 19945 with flag 95001/95001
29.70/20.37	c cleaning 9984 clauses out of 19977 with flag 105002/105002
32.39/21.73	c cleaning 9991 clauses out of 19992 with flag 115001/115001
34.90/23.06	c cleaning 9997 clauses out of 20000 with flag 125000/125000
37.59/24.46	c cleaning 9997 clauses out of 20004 with flag 135001/135001
40.48/25.93	c cleaning 9999 clauses out of 20006 with flag 145000/145000
43.36/27.47	c cleaning 9995 clauses out of 20007 with flag 155000/155000
46.24/28.95	c cleaning 9998 clauses out of 20012 with flag 165000/165000
48.74/30.25	c cleaning 10003 clauses out of 20014 with flag 175000/175000
51.23/31.53	c cleaning 9999 clauses out of 20013 with flag 185002/185002
53.68/32.88	c cleaning 9999 clauses out of 20012 with flag 195000/195000
56.57/34.37	c cleaning 9998 clauses out of 20014 with flag 205001/205001
59.25/35.76	c cleaning 10002 clauses out of 20015 with flag 215000/215000
62.34/37.35	c cleaning 10002 clauses out of 20013 with flag 225000/225000
64.78/38.65	c cleaning 9998 clauses out of 20011 with flag 235000/235000
67.05/39.80	c cleaning 9999 clauses out of 20015 with flag 245002/245002
69.32/41.01	c cleaning 9999 clauses out of 20016 with flag 255002/255002
69.60/41.30	c And the winner is CuttingPlanes
69.79/42.14	c Got one! Elapsed wall clock time (in seconds):41.916
69.79/42.14	o 78
71.70/43.13	c cleaning 10006 clauses out of 20016 with flag 265001/265001
74.13/44.46	c cleaning 10000 clauses out of 20010 with flag 275001/275001
77.00/45.90	c cleaning 9999 clauses out of 20009 with flag 285000/285000
79.46/47.28	c cleaning 10002 clauses out of 20012 with flag 295002/295002
81.92/48.50	c cleaning 10003 clauses out of 20009 with flag 305001/305001
84.36/49.85	c cleaning 9995 clauses out of 20008 with flag 315003/315003
87.20/51.32	c cleaning 9991 clauses out of 20010 with flag 325000/325000
90.25/52.99	c cleaning 10001 clauses out of 20020 with flag 335001/335001
93.10/54.45	c cleaning 10003 clauses out of 20019 with flag 345001/345001
95.33/55.63	c cleaning 9999 clauses out of 20015 with flag 355000/355000
97.36/56.78	c cleaning 10001 clauses out of 20016 with flag 365000/365000
99.61/57.99	c cleaning 10001 clauses out of 20015 with flag 375000/375000
101.86/59.17	c cleaning 9996 clauses out of 20014 with flag 385000/385000
104.28/60.44	c cleaning 10002 clauses out of 20019 with flag 395001/395001
106.89/61.80	c cleaning 9999 clauses out of 20016 with flag 405000/405000
109.50/63.25	c cleaning 10003 clauses out of 20017 with flag 415000/415000
111.92/64.51	c cleaning 10002 clauses out of 20015 with flag 425001/425001
114.50/65.98	c cleaning 10004 clauses out of 20015 with flag 435003/435003
117.70/67.63	c cleaning 9998 clauses out of 20008 with flag 445000/445000
120.13/68.96	c cleaning 9997 clauses out of 20010 with flag 455000/455000
122.54/70.29	c cleaning 9999 clauses out of 20015 with flag 465002/465002
125.52/71.86	c cleaning 10002 clauses out of 20015 with flag 475001/475001
128.53/73.47	c cleaning 10000 clauses out of 20013 with flag 485001/485001
131.94/75.21	c cleaning 9999 clauses out of 20012 with flag 495000/495000
134.76/76.74	c cleaning 9996 clauses out of 20014 with flag 505001/505001
137.51/78.26	c cleaning 10005 clauses out of 20017 with flag 515000/515000
139.91/79.55	c cleaning 9999 clauses out of 20012 with flag 525000/525000
142.12/80.79	c cleaning 10002 clauses out of 20013 with flag 535000/535000
144.52/82.01	c cleaning 10002 clauses out of 20011 with flag 545000/545000
146.87/83.35	c cleaning 9996 clauses out of 20009 with flag 555000/555000
149.27/84.63	c cleaning 10000 clauses out of 20013 with flag 565000/565000
151.66/85.95	c cleaning 10003 clauses out of 20013 with flag 575000/575000
154.04/87.25	c cleaning 10003 clauses out of 20010 with flag 585000/585000
156.77/88.74	c cleaning 9998 clauses out of 20007 with flag 595000/595000
159.35/90.20	c cleaning 9996 clauses out of 20009 with flag 605000/605000
162.11/91.62	c cleaning 10001 clauses out of 20015 with flag 615002/615002
164.49/92.95	c cleaning 10001 clauses out of 20014 with flag 625002/625002
168.18/94.91	c cleaning 10001 clauses out of 20011 with flag 635000/635000
169.15/95.52	c And the winner is CuttingPlanes
169.19/96.24	c Got one! Elapsed wall clock time (in seconds):96.018
169.19/96.24	o 77
170.71/97.09	c cleaning 9998 clauses out of 20010 with flag 645000/645000
173.86/98.76	c cleaning 9993 clauses out of 20012 with flag 655000/655000
177.02/100.41	c cleaning 10004 clauses out of 20020 with flag 665001/665001
179.51/101.86	c cleaning 9997 clauses out of 20016 with flag 675001/675001
182.07/103.29	c cleaning 10004 clauses out of 20018 with flag 685000/685000
184.62/104.69	c cleaning 9999 clauses out of 20014 with flag 695000/695000
187.37/106.15	c cleaning 9997 clauses out of 20015 with flag 705000/705000
190.06/107.67	c cleaning 10001 clauses out of 20020 with flag 715002/715002
193.02/109.25	c cleaning 10001 clauses out of 20018 with flag 725001/725001
195.97/110.82	c cleaning 9998 clauses out of 20016 with flag 735000/735000
198.91/112.42	c cleaning 10002 clauses out of 20018 with flag 745000/745000
201.97/114.17	c cleaning 9999 clauses out of 20017 with flag 755001/755001
204.91/115.74	c cleaning 10003 clauses out of 20017 with flag 765000/765000
208.24/117.50	c cleaning 10000 clauses out of 20014 with flag 775000/775000
210.59/118.89	c cleaning 9999 clauses out of 20014 with flag 785000/785000
213.24/120.35	c cleaning 10000 clauses out of 20015 with flag 795000/795000
215.96/121.81	c cleaning 10000 clauses out of 20015 with flag 805000/805000
218.67/123.31	c cleaning 10003 clauses out of 20015 with flag 815000/815000
221.20/124.77	c cleaning 9996 clauses out of 20013 with flag 825001/825001
224.04/126.36	c cleaning 10003 clauses out of 20016 with flag 835000/835000
226.96/127.92	c cleaning 10001 clauses out of 20014 with flag 845001/845001
229.68/129.40	c cleaning 9999 clauses out of 20013 with flag 855001/855001
232.01/130.79	c cleaning 9999 clauses out of 20014 with flag 865001/865001
234.64/132.20	c cleaning 9994 clauses out of 20015 with flag 875001/875001
237.35/133.71	c cleaning 10007 clauses out of 20020 with flag 885000/885000
239.88/135.19	c cleaning 10002 clauses out of 20014 with flag 895001/895001
242.58/136.63	c cleaning 10003 clauses out of 20012 with flag 905001/905001
246.01/138.52	c cleaning 10001 clauses out of 20009 with flag 915001/915001
248.70/140.00	c cleaning 9995 clauses out of 20007 with flag 925000/925000
251.60/141.62	c cleaning 10000 clauses out of 20012 with flag 935000/935000
254.50/143.25	c cleaning 9999 clauses out of 20012 with flag 945000/945000
257.32/144.82	c cleaning 10001 clauses out of 20013 with flag 955000/955000
260.03/146.31	c cleaning 10003 clauses out of 20014 with flag 965002/965002
262.52/147.71	c cleaning 9999 clauses out of 20010 with flag 975001/975001
264.82/149.01	c cleaning 10001 clauses out of 20011 with flag 985001/985001
267.22/150.40	c cleaning 10000 clauses out of 20009 with flag 995000/995000
269.73/151.83	c cleaning 10001 clauses out of 20010 with flag 1005001/1005001
272.20/153.29	c cleaning 9995 clauses out of 20008 with flag 1015000/1015000
275.08/154.87	c cleaning 9999 clauses out of 20013 with flag 1025000/1025000
277.87/156.44	c cleaning 10001 clauses out of 20014 with flag 1035000/1035000
280.55/157.97	c cleaning 9999 clauses out of 20014 with flag 1045001/1045001
281.44/158.56	c And the winner is CuttingPlanes
281.55/158.76	c Got one! Elapsed wall clock time (in seconds):158.537
281.55/158.76	o 76
283.21/159.69	c cleaning 10004 clauses out of 20016 with flag 1055002/1055002
286.48/161.43	c cleaning 9997 clauses out of 20010 with flag 1065000/1065000
289.45/163.15	c cleaning 9996 clauses out of 20013 with flag 1075000/1075000
292.50/164.85	c cleaning 9999 clauses out of 20017 with flag 1085000/1085000
295.56/166.50	c cleaning 10001 clauses out of 20019 with flag 1095001/1095001
298.83/168.37	c cleaning 10000 clauses out of 20017 with flag 1105000/1105000
302.17/170.23	c cleaning 10002 clauses out of 20017 with flag 1115000/1115000
305.60/172.12	c cleaning 10001 clauses out of 20016 with flag 1125001/1125001
308.84/173.96	c cleaning 9999 clauses out of 20014 with flag 1135000/1135000
312.28/175.84	c cleaning 9996 clauses out of 20016 with flag 1145001/1145001
315.01/177.45	c cleaning 10003 clauses out of 20020 with flag 1155001/1155001
317.67/178.95	c cleaning 10000 clauses out of 20016 with flag 1165000/1165000
320.33/180.41	c cleaning 10003 clauses out of 20017 with flag 1175001/1175001
322.55/181.77	c cleaning 9998 clauses out of 20013 with flag 1185000/1185000
325.28/183.33	c cleaning 9997 clauses out of 20015 with flag 1195000/1195000
327.73/184.78	c cleaning 9999 clauses out of 20018 with flag 1205000/1205000
330.35/186.26	c cleaning 9999 clauses out of 20019 with flag 1215000/1215000
332.98/187.71	c cleaning 10000 clauses out of 20020 with flag 1225000/1225000
335.90/189.41	c cleaning 10000 clauses out of 20020 with flag 1235000/1235000
338.52/190.99	c cleaning 10001 clauses out of 20020 with flag 1245000/1245000
341.55/192.66	c cleaning 10005 clauses out of 20019 with flag 1255000/1255000
344.37/194.27	c cleaning 10002 clauses out of 20015 with flag 1265001/1265001
347.09/195.85	c cleaning 9997 clauses out of 20012 with flag 1275000/1275000
349.90/197.41	c cleaning 10001 clauses out of 20015 with flag 1285000/1285000
352.52/198.96	c cleaning 10002 clauses out of 20015 with flag 1295001/1295001
355.33/200.52	c cleaning 10001 clauses out of 20013 with flag 1305001/1305001
358.44/202.39	c cleaning 10000 clauses out of 20012 with flag 1315001/1315001
361.44/204.05	c cleaning 9998 clauses out of 20012 with flag 1325001/1325001
364.05/205.53	c cleaning 10001 clauses out of 20014 with flag 1335001/1335001
367.46/207.42	c cleaning 10000 clauses out of 20012 with flag 1345000/1345000
370.36/209.19	c cleaning 10000 clauses out of 20013 with flag 1355001/1355001
372.76/210.59	c cleaning 9998 clauses out of 20014 with flag 1365002/1365002
375.37/212.05	c cleaning 9997 clauses out of 20014 with flag 1375000/1375000
377.98/213.54	c cleaning 9998 clauses out of 20018 with flag 1385001/1385001
381.26/215.44	c cleaning 10002 clauses out of 20020 with flag 1395001/1395001
384.27/217.14	c cleaning 9999 clauses out of 20017 with flag 1405000/1405000
387.26/218.89	c cleaning 10000 clauses out of 20018 with flag 1415000/1415000
390.44/220.60	c cleaning 10003 clauses out of 20018 with flag 1425000/1425000
393.32/222.38	c cleaning 10002 clauses out of 20015 with flag 1435000/1435000
396.30/224.02	c cleaning 10001 clauses out of 20013 with flag 1445000/1445000
399.29/225.70	c cleaning 10000 clauses out of 20015 with flag 1455003/1455003
402.27/227.40	c cleaning 9997 clauses out of 20012 with flag 1465000/1465000
405.34/229.27	c cleaning 9996 clauses out of 20016 with flag 1475001/1475001
408.53/231.04	c cleaning 9998 clauses out of 20019 with flag 1485000/1485000
411.87/232.93	c cleaning 10004 clauses out of 20021 with flag 1495000/1495000
415.84/235.12	c cleaning 10004 clauses out of 20017 with flag 1505000/1505000
419.29/237.17	c cleaning 10000 clauses out of 20013 with flag 1515000/1515000
423.06/239.23	c cleaning 9999 clauses out of 20013 with flag 1525000/1525000
427.20/241.50	c cleaning 9995 clauses out of 20016 with flag 1535002/1535002
430.37/243.32	c cleaning 9998 clauses out of 20020 with flag 1545001/1545001
433.82/245.32	c cleaning 10003 clauses out of 20021 with flag 1555000/1555000
437.36/247.30	c cleaning 9999 clauses out of 20018 with flag 1565000/1565000
440.72/249.23	c cleaning 10003 clauses out of 20023 with flag 1575004/1575004
444.08/251.15	c cleaning 9999 clauses out of 20016 with flag 1585000/1585000
446.91/252.83	c cleaning 10003 clauses out of 20019 with flag 1595002/1595002
449.49/254.34	c cleaning 10002 clauses out of 20014 with flag 1605000/1605000
452.25/255.94	c cleaning 10000 clauses out of 20012 with flag 1615000/1615000
454.83/257.49	c cleaning 9994 clauses out of 20012 with flag 1625000/1625000
457.64/259.11	c cleaning 10004 clauses out of 20019 with flag 1635001/1635001
460.21/260.63	c cleaning 10000 clauses out of 20015 with flag 1645001/1645001
462.75/262.11	c cleaning 10001 clauses out of 20015 with flag 1655001/1655001
465.11/263.60	c cleaning 10000 clauses out of 20015 with flag 1665002/1665002
467.94/265.22	c cleaning 10000 clauses out of 20013 with flag 1675000/1675000
470.49/266.77	c cleaning 9999 clauses out of 20014 with flag 1685001/1685001
473.06/268.28	c cleaning 9999 clauses out of 20015 with flag 1695001/1695001
475.82/269.82	c cleaning 9999 clauses out of 20015 with flag 1705000/1705000
478.45/271.50	c cleaning 10001 clauses out of 20017 with flag 1715001/1715001
481.42/273.14	c cleaning 10002 clauses out of 20017 with flag 1725002/1725002
483.94/274.70	c cleaning 10001 clauses out of 20013 with flag 1735000/1735000
486.90/276.33	c cleaning 9998 clauses out of 20012 with flag 1745000/1745000
490.12/278.27	c cleaning 10000 clauses out of 20014 with flag 1755000/1755000
493.64/280.24	c cleaning 10001 clauses out of 20015 with flag 1765001/1765001
496.79/282.08	c cleaning 9998 clauses out of 20013 with flag 1775000/1775000
500.31/284.09	c cleaning 9995 clauses out of 20015 with flag 1785000/1785000
503.92/286.17	c cleaning 10002 clauses out of 20020 with flag 1795000/1795000
507.46/288.18	c cleaning 10002 clauses out of 20019 with flag 1805001/1805001
511.19/290.20	c cleaning 10000 clauses out of 20019 with flag 1815003/1815003
514.52/292.16	c cleaning 9998 clauses out of 20016 with flag 1825000/1825000
517.92/294.19	c cleaning 10001 clauses out of 20019 with flag 1835001/1835001
521.44/296.12	c cleaning 9997 clauses out of 20017 with flag 1845000/1845000
524.78/298.05	c cleaning 10006 clauses out of 20021 with flag 1855001/1855001
528.10/299.90	c cleaning 9997 clauses out of 20014 with flag 1865000/1865000
531.50/301.99	c cleaning 9998 clauses out of 20017 with flag 1875000/1875000
535.02/303.93	c cleaning 10001 clauses out of 20020 with flag 1885001/1885001
538.35/305.87	c cleaning 9997 clauses out of 20018 with flag 1895000/1895000
541.46/307.68	c cleaning 10003 clauses out of 20021 with flag 1905000/1905000
545.47/309.92	c cleaning 10000 clauses out of 20019 with flag 1915001/1915001
549.17/312.02	c cleaning 9994 clauses out of 20018 with flag 1925000/1925000
552.50/313.98	c cleaning 10003 clauses out of 20025 with flag 1935001/1935001
555.63/315.74	c cleaning 9997 clauses out of 20021 with flag 1945000/1945000
558.79/317.66	c cleaning 10004 clauses out of 20025 with flag 1955001/1955001
561.71/319.34	c cleaning 10005 clauses out of 20020 with flag 1965000/1965000
565.05/321.24	c cleaning 10000 clauses out of 20016 with flag 1975001/1975001
568.15/323.05	c cleaning 10004 clauses out of 20018 with flag 1985003/1985003
571.72/325.13	c cleaning 10002 clauses out of 20012 with flag 1995001/1995001
574.64/326.82	c cleaning 9996 clauses out of 20009 with flag 2005000/2005000
577.76/328.61	c cleaning 10000 clauses out of 20013 with flag 2015000/2015000
580.87/330.45	c cleaning 10004 clauses out of 20013 with flag 2025000/2025000
584.63/332.61	c cleaning 9998 clauses out of 20009 with flag 2035000/2035000
587.32/334.28	c cleaning 10002 clauses out of 20011 with flag 2045000/2045000
588.43/335.00	c And the winner is CuttingPlanes
588.43/335.79	c Got one! Elapsed wall clock time (in seconds):335.571
588.43/335.79	o 75
590.43/336.85	c cleaning 9995 clauses out of 20009 with flag 2055000/2055000
593.92/338.81	c cleaning 9999 clauses out of 20014 with flag 2065000/2065000
597.26/340.84	c cleaning 10003 clauses out of 20016 with flag 2075001/2075001
600.55/342.72	c cleaning 10001 clauses out of 20013 with flag 2085001/2085001
603.82/344.60	c cleaning 9998 clauses out of 20011 with flag 2095000/2095000
607.28/346.65	c cleaning 9999 clauses out of 20014 with flag 2105001/2105001
611.00/348.86	c cleaning 10003 clauses out of 20014 with flag 2115000/2115000
614.08/350.69	c cleaning 10000 clauses out of 20012 with flag 2125001/2125001
617.36/352.52	c cleaning 9999 clauses out of 20011 with flag 2135000/2135000
620.43/354.33	c cleaning 9997 clauses out of 20014 with flag 2145002/2145002
623.57/356.25	c cleaning 9998 clauses out of 20015 with flag 2155000/2155000
626.64/358.03	c cleaning 10002 clauses out of 20017 with flag 2165000/2165000
629.52/359.78	c cleaning 10001 clauses out of 20016 with flag 2175001/2175001
632.57/361.56	c cleaning 10003 clauses out of 20014 with flag 2185000/2185000
635.49/363.33	c cleaning 0 clauses out of 5000 with flag 0/5000
636.55/364.12	c cleaning 9990 clauses out of 20011 with flag 2195000/2195000
639.59/365.94	c cleaning 9997 clauses out of 20021 with flag 2205000/2205000
642.44/367.64	c cleaning 10006 clauses out of 20024 with flag 2215000/2215000
645.40/369.46	c cleaning 10002 clauses out of 20018 with flag 2225000/2225000
648.46/371.23	c cleaning 10002 clauses out of 20017 with flag 2235001/2235001
651.33/372.96	c cleaning 9998 clauses out of 20014 with flag 2245000/2245000
654.38/374.78	c cleaning 10002 clauses out of 20016 with flag 2255000/2255000
657.48/376.66	c cleaning 10000 clauses out of 20014 with flag 2265000/2265000
660.34/378.34	c cleaning 9999 clauses out of 20014 with flag 2275000/2275000
663.19/380.07	c cleaning 10001 clauses out of 20015 with flag 2285000/2285000
666.07/381.79	c cleaning 9997 clauses out of 20014 with flag 2295000/2295000
669.36/383.74	c cleaning 9999 clauses out of 20018 with flag 2305001/2305001
672.41/385.55	c cleaning 10001 clauses out of 20018 with flag 2315000/2315000
675.44/387.37	c cleaning 10003 clauses out of 20018 with flag 2325001/2325001
678.48/389.15	c cleaning 9999 clauses out of 20014 with flag 2335000/2335000
681.56/391.09	c cleaning 10000 clauses out of 20015 with flag 2345000/2345000
684.59/392.88	c cleaning 10000 clauses out of 20016 with flag 2355001/2355001
687.83/394.75	c cleaning 10003 clauses out of 20015 with flag 2365000/2365000
691.05/396.68	c cleaning 9998 clauses out of 20012 with flag 2375000/2375000
694.92/398.99	c cleaning 9997 clauses out of 20015 with flag 2385001/2385001
698.55/401.08	c cleaning 9999 clauses out of 20020 with flag 2395003/2395003
701.99/403.08	c cleaning 9998 clauses out of 20018 with flag 2405000/2405000
705.80/405.20	c cleaning 10007 clauses out of 20021 with flag 2415001/2415001
709.25/407.31	c cleaning 9996 clauses out of 20013 with flag 2425000/2425000
712.48/409.24	c cleaning 10002 clauses out of 20017 with flag 2435000/2435000
715.69/411.16	c cleaning 10000 clauses out of 20015 with flag 2445000/2445000
718.90/413.08	c cleaning 9995 clauses out of 20015 with flag 2455000/2455000
722.93/415.49	c cleaning 9999 clauses out of 20020 with flag 2465000/2465000
726.55/417.55	c cleaning 10005 clauses out of 20023 with flag 2475002/2475002
729.77/419.49	c cleaning 10004 clauses out of 20017 with flag 2485001/2485001
733.17/421.45	c cleaning 9997 clauses out of 20012 with flag 2495000/2495000
737.02/423.71	c cleaning 10000 clauses out of 20016 with flag 2505001/2505001
740.43/425.74	c cleaning 10002 clauses out of 20016 with flag 2515001/2515001
743.83/427.77	c cleaning 10001 clauses out of 20014 with flag 2525001/2525001
747.63/429.91	c cleaning 10001 clauses out of 20013 with flag 2535001/2535001
751.27/432.19	c cleaning 9996 clauses out of 20011 with flag 2545000/2545000
754.87/434.23	c cleaning 9997 clauses out of 20015 with flag 2555000/2555000
758.26/436.22	c cleaning 10000 clauses out of 20019 with flag 2565001/2565001
761.86/438.39	c cleaning 10004 clauses out of 20018 with flag 2575000/2575000
765.51/440.53	c cleaning 9999 clauses out of 20014 with flag 2585000/2585000
768.34/442.27	c cleaning 10002 clauses out of 20016 with flag 2595001/2595001
771.32/444.00	c cleaning 10000 clauses out of 20013 with flag 2605000/2605000
774.11/445.79	c cleaning 9998 clauses out of 20014 with flag 2615001/2615001
777.14/447.71	c cleaning 10002 clauses out of 20016 with flag 2625001/2625001
780.13/449.49	c cleaning 9999 clauses out of 20013 with flag 2635000/2635000
783.12/451.26	c cleaning 10002 clauses out of 20015 with flag 2645001/2645001
785.91/452.98	c cleaning 10000 clauses out of 20012 with flag 2655000/2655000
789.11/454.94	c cleaning 9996 clauses out of 20013 with flag 2665001/2665001
791.91/456.69	c cleaning 9999 clauses out of 20016 with flag 2675000/2675000
795.10/458.51	c cleaning 9999 clauses out of 20018 with flag 2685001/2685001
798.08/460.36	c cleaning 10000 clauses out of 20018 with flag 2695000/2695000
801.28/462.36	c cleaning 10000 clauses out of 20018 with flag 2705000/2705000
804.27/464.20	c cleaning 9999 clauses out of 20018 with flag 2715000/2715000
807.63/466.12	c cleaning 10000 clauses out of 20019 with flag 2725000/2725000
810.60/467.93	c cleaning 10006 clauses out of 20019 with flag 2735000/2735000
813.80/469.97	c cleaning 9997 clauses out of 20014 with flag 2745001/2745001
816.77/471.76	c cleaning 9998 clauses out of 20018 with flag 2755002/2755002
819.95/473.68	c cleaning 10003 clauses out of 20018 with flag 2765000/2765000
823.12/475.51	c cleaning 9998 clauses out of 20015 with flag 2775000/2775000
826.32/477.56	c cleaning 10000 clauses out of 20018 with flag 2785001/2785001
829.48/479.41	c cleaning 10000 clauses out of 20017 with flag 2795000/2795000
832.44/481.25	c cleaning 9996 clauses out of 20017 with flag 2805000/2805000
835.41/483.08	c cleaning 10010 clauses out of 20024 with flag 2815003/2815003
838.81/485.15	c cleaning 9997 clauses out of 20011 with flag 2825000/2825000
841.95/487.07	c cleaning 9995 clauses out of 20014 with flag 2835000/2835000
845.11/488.90	c cleaning 10002 clauses out of 20022 with flag 2845003/2845003
848.27/490.82	c cleaning 9999 clauses out of 20018 with flag 2855001/2855001
851.46/492.88	c cleaning 10005 clauses out of 20019 with flag 2865001/2865001
854.61/494.78	c cleaning 9998 clauses out of 20013 with flag 2875000/2875000
857.97/496.71	c cleaning 10000 clauses out of 20015 with flag 2885000/2885000
861.12/498.63	c cleaning 9998 clauses out of 20015 with flag 2895000/2895000
864.53/500.71	c cleaning 10003 clauses out of 20018 with flag 2905001/2905001
867.48/502.57	c cleaning 10002 clauses out of 20014 with flag 2915000/2915000
871.24/504.78	c cleaning 10001 clauses out of 20012 with flag 2925000/2925000
874.58/506.80	c cleaning 9999 clauses out of 20011 with flag 2935000/2935000
878.54/509.17	c cleaning 10000 clauses out of 20013 with flag 2945001/2945001
881.69/511.01	c cleaning 9997 clauses out of 20012 with flag 2955000/2955000
884.84/512.96	c cleaning 10001 clauses out of 20015 with flag 2965000/2965000
887.99/514.89	c cleaning 10002 clauses out of 20015 with flag 2975001/2975001
892.32/517.41	c cleaning 9999 clauses out of 20012 with flag 2985000/2985000
896.25/519.74	c cleaning 10000 clauses out of 20013 with flag 2995000/2995000
899.78/521.83	c cleaning 9997 clauses out of 20013 with flag 3005000/3005000
903.09/523.85	c cleaning 10000 clauses out of 20016 with flag 3015000/3015000
906.44/525.99	c cleaning 10003 clauses out of 20018 with flag 3025002/3025002
909.56/527.84	c cleaning 10001 clauses out of 20015 with flag 3035002/3035002
912.69/529.74	c cleaning 10001 clauses out of 20012 with flag 3045000/3045000
915.80/531.66	c cleaning 9995 clauses out of 20012 with flag 3055001/3055001
918.94/533.70	c cleaning 10000 clauses out of 20016 with flag 3065000/3065000
922.30/535.65	c cleaning 10001 clauses out of 20016 with flag 3075000/3075000
925.37/537.58	c cleaning 10001 clauses out of 20015 with flag 3085000/3085000
928.68/539.59	c cleaning 10000 clauses out of 20015 with flag 3095001/3095001
932.41/541.84	c cleaning 10001 clauses out of 20015 with flag 3105001/3105001
935.52/543.72	c cleaning 10000 clauses out of 20014 with flag 3115001/3115001
938.84/545.74	c cleaning 10001 clauses out of 20013 with flag 3125000/3125000
942.35/547.89	c cleaning 9999 clauses out of 20013 with flag 3135001/3135001
946.25/550.21	c cleaning 10001 clauses out of 20014 with flag 3145001/3145001
949.74/552.34	c cleaning 9995 clauses out of 20012 with flag 3155000/3155000
953.42/554.58	c cleaning 10003 clauses out of 20017 with flag 3165000/3165000
957.11/556.76	c cleaning 9998 clauses out of 20014 with flag 3175000/3175000
960.80/559.02	c cleaning 10000 clauses out of 20016 with flag 3185000/3185000
964.49/561.22	c cleaning 10003 clauses out of 20017 with flag 3195001/3195001
967.98/563.39	c cleaning 10000 clauses out of 20014 with flag 3205001/3205001
971.67/565.50	c cleaning 10001 clauses out of 20013 with flag 3215000/3215000
975.18/567.78	c cleaning 9998 clauses out of 20012 with flag 3225000/3225000
978.87/569.97	c cleaning 9993 clauses out of 20014 with flag 3235000/3235000
982.95/572.36	c cleaning 10001 clauses out of 20021 with flag 3245000/3245000
987.28/574.82	c cleaning 10003 clauses out of 20020 with flag 3255000/3255000
991.13/577.30	c cleaning 9996 clauses out of 20017 with flag 3265000/3265000
994.61/579.34	c cleaning 9999 clauses out of 20021 with flag 3275000/3275000
997.91/581.31	c cleaning 10003 clauses out of 20022 with flag 3285000/3285000
1001.59/583.57	c cleaning 10002 clauses out of 20019 with flag 3295000/3295000
1005.69/586.06	c cleaning 10003 clauses out of 20018 with flag 3305001/3305001
1009.16/588.18	c cleaning 10002 clauses out of 20014 with flag 3315000/3315000
1012.24/590.07	c cleaning 9999 clauses out of 20012 with flag 3325000/3325000
1015.49/592.04	c cleaning 9993 clauses out of 20013 with flag 3335000/3335000
1019.18/594.30	c cleaning 10005 clauses out of 20021 with flag 3345001/3345001
1023.23/596.79	c cleaning 9996 clauses out of 20015 with flag 3355000/3355000
1026.51/598.74	c cleaning 9999 clauses out of 20019 with flag 3365000/3365000
1029.59/600.68	c cleaning 10005 clauses out of 20021 with flag 3375001/3375001
1032.86/602.80	c cleaning 10003 clauses out of 20015 with flag 3385000/3385000
1036.10/604.72	c cleaning 9997 clauses out of 20012 with flag 3395000/3395000
1039.17/606.69	c cleaning 10000 clauses out of 20015 with flag 3405000/3405000
1042.43/608.62	c cleaning 9998 clauses out of 20015 with flag 3415000/3415000
1045.68/610.77	c cleaning 10004 clauses out of 20018 with flag 3425001/3425001
1048.97/612.72	c cleaning 10002 clauses out of 20014 with flag 3435001/3435001
1052.01/614.67	c cleaning 9997 clauses out of 20011 with flag 3445000/3445000
1055.27/616.66	c cleaning 10001 clauses out of 20015 with flag 3455001/3455001
1058.72/618.89	c cleaning 10000 clauses out of 20014 with flag 3465001/3465001
1061.97/620.87	c cleaning 10002 clauses out of 20014 with flag 3475001/3475001
1065.23/622.82	c cleaning 9996 clauses out of 20011 with flag 3485000/3485000
1068.48/624.85	c cleaning 10000 clauses out of 20016 with flag 3495001/3495001
1072.10/627.11	c cleaning 10003 clauses out of 20017 with flag 3505002/3505002
1075.34/629.20	c cleaning 9999 clauses out of 20013 with flag 3515001/3515001
1078.98/631.40	c cleaning 9999 clauses out of 20014 with flag 3525001/3525001
1082.40/633.45	c cleaning 10002 clauses out of 20014 with flag 3535000/3535000
1086.09/635.74	c cleaning 10000 clauses out of 20013 with flag 3545001/3545001
1089.50/637.84	c cleaning 9994 clauses out of 20013 with flag 3555001/3555001
1093.12/640.05	c cleaning 10006 clauses out of 20018 with flag 3565000/3565000
1096.55/642.17	c cleaning 10000 clauses out of 20013 with flag 3575001/3575001
1100.60/644.64	c cleaning 9997 clauses out of 20012 with flag 3585000/3585000
1104.81/647.14	c cleaning 10003 clauses out of 20016 with flag 3595001/3595001
1108.63/649.47	c cleaning 9996 clauses out of 20012 with flag 3605000/3605000
1113.25/652.20	c cleaning 10004 clauses out of 20016 with flag 3615000/3615000
1118.63/655.34	c cleaning 9997 clauses out of 20012 with flag 3625000/3625000
1125.60/659.26	c cleaning 9999 clauses out of 20016 with flag 3635001/3635001
1132.59/663.17	c cleaning 10001 clauses out of 20017 with flag 3645001/3645001
1136.78/665.67	c cleaning 9998 clauses out of 20016 with flag 3655001/3655001
1140.75/668.18	c cleaning 10003 clauses out of 20018 with flag 3665001/3665001
1144.54/670.45	c cleaning 9999 clauses out of 20017 with flag 3675003/3675003
1149.34/673.28	c cleaning 10000 clauses out of 20017 with flag 3685002/3685002
1153.09/675.52	c cleaning 9998 clauses out of 20015 with flag 3695000/3695000
1157.66/678.38	c cleaning 9999 clauses out of 20017 with flag 3705000/3705000
1161.84/680.88	c cleaning 9997 clauses out of 20018 with flag 3715000/3715000
1165.64/683.11	c cleaning 10001 clauses out of 20021 with flag 3725000/3725000
1169.79/685.67	c cleaning 10004 clauses out of 20020 with flag 3735000/3735000
1175.13/688.80	c cleaning 10005 clauses out of 20017 with flag 3745001/3745001
1179.31/691.36	c cleaning 9995 clauses out of 20011 with flag 3755000/3755000
1184.47/694.37	c cleaning 9995 clauses out of 20016 with flag 3765000/3765000
1189.05/697.06	c cleaning 10005 clauses out of 20025 with flag 3775004/3775004
1193.40/699.78	c cleaning 9999 clauses out of 20017 with flag 3785001/3785001
1197.17/702.04	c cleaning 9995 clauses out of 20017 with flag 3795000/3795000
1200.55/704.12	c cleaning 10008 clauses out of 20023 with flag 3805001/3805001
1203.74/706.16	c cleaning 9994 clauses out of 20014 with flag 3815000/3815000
1207.30/708.44	c cleaning 10001 clauses out of 20020 with flag 3825000/3825000
1210.66/710.52	c cleaning 9999 clauses out of 20020 with flag 3835001/3835001
1214.03/712.67	c cleaning 10000 clauses out of 20022 with flag 3845002/3845002
1218.02/715.03	c cleaning 10000 clauses out of 20020 with flag 3855000/3855000
1221.55/717.37	c cleaning 9998 clauses out of 20021 with flag 3865001/3865001
1225.92/720.00	c cleaning 10001 clauses out of 20023 with flag 3875001/3875001
1229.68/722.26	c cleaning 10002 clauses out of 20021 with flag 3885000/3885000
1233.45/724.57	c cleaning 9999 clauses out of 20019 with flag 3895000/3895000
1238.78/727.70	c cleaning 9997 clauses out of 20020 with flag 3905000/3905000
1242.54/730.02	c cleaning 10005 clauses out of 20024 with flag 3915001/3915001
1245.91/732.12	c cleaning 9997 clauses out of 20019 with flag 3925001/3925001
1248.88/734.08	c cleaning 10003 clauses out of 20021 with flag 3935000/3935000
1252.42/736.32	c cleaning 10000 clauses out of 20019 with flag 3945001/3945001
1255.58/738.38	c cleaning 9998 clauses out of 20019 with flag 3955001/3955001
1258.94/740.45	c cleaning 9996 clauses out of 20020 with flag 3965000/3965000
1262.32/742.53	c cleaning 10003 clauses out of 20024 with flag 3975000/3975000
1265.84/744.88	c cleaning 10006 clauses out of 20021 with flag 3985000/3985000
1269.21/746.97	c cleaning 9997 clauses out of 20016 with flag 3995001/3995001
1272.53/749.07	c cleaning 10001 clauses out of 20018 with flag 4005000/4005000
1276.08/751.27	c cleaning 10000 clauses out of 20017 with flag 4015000/4015000
1279.79/753.67	c cleaning 10003 clauses out of 20017 with flag 4025000/4025000
1283.33/755.83	c cleaning 9997 clauses out of 20014 with flag 4035000/4035000
1286.86/758.01	c cleaning 9998 clauses out of 20017 with flag 4045000/4045000
1290.21/760.15	c cleaning 10004 clauses out of 20019 with flag 4055000/4055000
1293.55/762.40	c cleaning 10002 clauses out of 20016 with flag 4065001/4065001
1297.09/764.54	c cleaning 10003 clauses out of 20014 with flag 4075001/4075001
1300.43/766.67	c cleaning 9996 clauses out of 20013 with flag 4085003/4085003
1303.96/768.87	c cleaning 9996 clauses out of 20014 with flag 4095000/4095000
1307.48/771.14	c cleaning 10004 clauses out of 20021 with flag 4105003/4105003
1310.81/773.23	c cleaning 9996 clauses out of 20014 with flag 4115000/4115000
1314.14/775.30	c cleaning 10000 clauses out of 20019 with flag 4125001/4125001
1317.47/777.47	c cleaning 10004 clauses out of 20019 with flag 4135001/4135001
1321.18/779.85	c cleaning 9996 clauses out of 20014 with flag 4145000/4145000
1324.50/781.96	c cleaning 10001 clauses out of 20018 with flag 4155000/4155000
1327.83/784.09	c cleaning 10001 clauses out of 20018 with flag 4165001/4165001
1331.16/786.14	c cleaning 9999 clauses out of 20016 with flag 4175000/4175000
1334.64/788.47	c cleaning 10001 clauses out of 20018 with flag 4185001/4185001
1337.96/790.52	c cleaning 9996 clauses out of 20016 with flag 4195000/4195000
1341.48/792.70	c cleaning 9996 clauses out of 20020 with flag 4205000/4205000
1344.79/794.82	c cleaning 10002 clauses out of 20024 with flag 4215000/4215000
1348.45/797.27	c cleaning 10004 clauses out of 20022 with flag 4225000/4225000
1351.96/799.40	c cleaning 10002 clauses out of 20019 with flag 4235001/4235001
1355.28/801.58	c cleaning 9994 clauses out of 20016 with flag 4245000/4245000
1358.79/803.79	c cleaning 9997 clauses out of 20022 with flag 4255000/4255000
1362.71/806.22	c cleaning 10007 clauses out of 20027 with flag 4265002/4265002
1366.00/808.35	c cleaning 10003 clauses out of 20020 with flag 4275002/4275002
1369.50/810.58	c cleaning 9998 clauses out of 20017 with flag 4285002/4285002
1373.00/812.77	c cleaning 9999 clauses out of 20017 with flag 4295000/4295000
1376.55/815.10	c cleaning 9999 clauses out of 20018 with flag 4305000/4305000
1380.03/817.25	c cleaning 10004 clauses out of 20019 with flag 4315000/4315000
1383.31/819.39	c cleaning 10002 clauses out of 20015 with flag 4325000/4325000
1387.01/821.64	c cleaning 9997 clauses out of 20014 with flag 4335001/4335001
1390.64/824.00	c cleaning 9994 clauses out of 20016 with flag 4345000/4345000
1394.14/826.30	c cleaning 10002 clauses out of 20022 with flag 4355000/4355000
1397.64/828.43	c cleaning 10003 clauses out of 20020 with flag 4365000/4365000
1400.95/830.59	c cleaning 10000 clauses out of 20017 with flag 4375000/4375000
1404.59/832.98	c cleaning 9998 clauses out of 20019 with flag 4385002/4385002
1408.06/835.12	c cleaning 10001 clauses out of 20019 with flag 4395000/4395000
1411.54/837.30	c cleaning 10004 clauses out of 20019 with flag 4405001/4405001
1415.03/839.54	c cleaning 10002 clauses out of 20016 with flag 4415002/4415002
1418.90/842.08	c cleaning 10002 clauses out of 20013 with flag 4425001/4425001
1423.19/844.65	c cleaning 10000 clauses out of 20011 with flag 4435001/4435001
1426.88/846.93	c cleaning 9998 clauses out of 20013 with flag 4445003/4445003
1430.14/849.05	c cleaning 9996 clauses out of 20012 with flag 4455000/4455000
1433.60/851.39	c cleaning 10005 clauses out of 20016 with flag 4465000/4465000
1437.09/853.58	c cleaning 9996 clauses out of 20011 with flag 4475000/4475000
1441.34/856.10	c cleaning 10000 clauses out of 20015 with flag 4485000/4485000
1445.43/858.68	c cleaning 9998 clauses out of 20016 with flag 4495001/4495001
1449.06/861.07	c cleaning 10000 clauses out of 20017 with flag 4505000/4505000
1452.33/863.17	c cleaning 10000 clauses out of 20018 with flag 4515001/4515001
1455.80/865.31	c cleaning 10003 clauses out of 20017 with flag 4525000/4525000
1459.09/867.47	c cleaning 10003 clauses out of 20015 with flag 4535001/4535001
1462.92/869.95	c cleaning 9998 clauses out of 20012 with flag 4545001/4545001
1466.80/872.35	c cleaning 9992 clauses out of 20013 with flag 4555000/4555000
1470.43/874.67	c cleaning 10003 clauses out of 20022 with flag 4565001/4565001
1473.90/876.87	c cleaning 10004 clauses out of 20019 with flag 4575001/4575001
1477.91/879.48	c cleaning 9998 clauses out of 20014 with flag 4585000/4585000
1481.79/881.81	c cleaning 9996 clauses out of 20016 with flag 4595000/4595000
1485.26/884.09	c cleaning 10003 clauses out of 20020 with flag 4605000/4605000
1488.72/886.28	c cleaning 10005 clauses out of 20018 with flag 4615001/4615001
1492.33/888.63	c cleaning 9998 clauses out of 20014 with flag 4625002/4625002
1495.79/890.90	c cleaning 10000 clauses out of 20014 with flag 4635000/4635000
1499.23/893.09	c cleaning 10001 clauses out of 20015 with flag 4645001/4645001
1502.68/895.28	c cleaning 9997 clauses out of 20015 with flag 4655002/4655002
1506.28/897.70	c cleaning 10000 clauses out of 20016 with flag 4665000/4665000
1509.92/899.90	c cleaning 10002 clauses out of 20016 with flag 4675000/4675000
1513.38/902.11	c cleaning 10000 clauses out of 20015 with flag 4685001/4685001
1516.64/904.29	c cleaning 10001 clauses out of 20015 with flag 4695001/4695001
1519.65/906.37	c And the winner is Resolution
1520.42/907.50	c Got one! Elapsed wall clock time (in seconds):907.278
1520.42/907.50	o 74
1520.81/907.76	c cleaning 10002 clauses out of 20013 with flag 4705000/4705000
1524.66/910.10	c cleaning 9993 clauses out of 20011 with flag 4715000/4715000
1528.50/912.58	c cleaning 9999 clauses out of 20018 with flag 4725000/4725000
1532.55/915.07	c cleaning 10004 clauses out of 20019 with flag 4735000/4735000
1536.93/917.88	c cleaning 10002 clauses out of 20015 with flag 4745000/4745000
1541.37/920.55	c cleaning 10001 clauses out of 20017 with flag 4755004/4755004
1545.60/923.14	c cleaning 9998 clauses out of 20012 with flag 4765000/4765000
1549.84/925.70	c cleaning 10003 clauses out of 20015 with flag 4775001/4775001
1554.01/928.46	c cleaning 9996 clauses out of 20012 with flag 4785001/4785001
1558.03/930.94	c cleaning 9996 clauses out of 20015 with flag 4795000/4795000
1562.23/933.51	c cleaning 10007 clauses out of 20020 with flag 4805001/4805001
1565.27/935.56	c cleaning 9998 clauses out of 20012 with flag 4815000/4815000
1568.84/937.93	c cleaning 10004 clauses out of 20015 with flag 4825001/4825001
1572.07/940.06	c cleaning 9999 clauses out of 20010 with flag 4835000/4835000
1575.49/942.27	c cleaning 10002 clauses out of 20012 with flag 4845001/4845001
1578.72/944.32	c cleaning 9998 clauses out of 20010 with flag 4855001/4855001
1582.29/946.70	c cleaning 10001 clauses out of 20012 with flag 4865001/4865001
1585.32/948.80	c cleaning 9995 clauses out of 20010 with flag 4875000/4875000
1588.75/950.95	c cleaning 10002 clauses out of 20016 with flag 4885001/4885001
1591.99/953.05	c cleaning 9998 clauses out of 20014 with flag 4895001/4895001
1595.60/955.41	c cleaning 10000 clauses out of 20015 with flag 4905000/4905000
1598.62/957.46	c cleaning 9996 clauses out of 20016 with flag 4915001/4915001
1601.64/959.48	c cleaning 9997 clauses out of 20019 with flag 4925000/4925000
1605.06/961.63	c cleaning 10005 clauses out of 20022 with flag 4935000/4935000
1608.83/964.13	c cleaning 10004 clauses out of 20017 with flag 4945000/4945000
1612.06/966.27	c cleaning 9999 clauses out of 20014 with flag 4955001/4955001
1616.47/968.94	c cleaning 10000 clauses out of 20014 with flag 4965000/4965000
1621.28/971.89	c cleaning 10001 clauses out of 20014 with flag 4975000/4975000
1626.19/974.95	c cleaning 10002 clauses out of 20013 with flag 4985000/4985000
1629.99/977.31	c cleaning 9999 clauses out of 20011 with flag 4995000/4995000
1634.98/980.40	c cleaning 10000 clauses out of 20013 with flag 5005001/5005001
1639.55/983.15	c cleaning 9996 clauses out of 20012 with flag 5015000/5015000
1644.69/986.31	c cleaning 9998 clauses out of 20016 with flag 5025000/5025000
1648.68/988.81	c cleaning 10000 clauses out of 20018 with flag 5035000/5035000
1652.05/991.02	c cleaning 10003 clauses out of 20018 with flag 5045000/5045000
1655.42/993.22	c cleaning 10003 clauses out of 20016 with flag 5055001/5055001
1659.51/995.92	c cleaning 9996 clauses out of 20012 with flag 5065000/5065000
1662.88/998.13	c cleaning 10001 clauses out of 20016 with flag 5075000/5075000
1666.05/1000.29	c cleaning 9997 clauses out of 20015 with flag 5085000/5085000
1669.43/1002.49	c cleaning 9999 clauses out of 20018 with flag 5095000/5095000
1673.36/1005.07	c cleaning 10002 clauses out of 20020 with flag 5105001/5105001
1677.73/1007.72	c cleaning 10000 clauses out of 20017 with flag 5115000/5115000
1681.50/1010.20	c cleaning 9999 clauses out of 20017 with flag 5125000/5125000
1685.87/1012.85	c cleaning 9997 clauses out of 20020 with flag 5135002/5135002
1690.39/1015.73	c cleaning 10004 clauses out of 20021 with flag 5145000/5145000
1694.56/1018.37	c cleaning 9999 clauses out of 20018 with flag 5155001/5155001
1698.52/1020.81	c cleaning 10003 clauses out of 20019 with flag 5165001/5165001
1702.07/1023.14	c cleaning 10002 clauses out of 20016 with flag 5175001/5175001
1705.76/1025.63	c cleaning 10000 clauses out of 20013 with flag 5185000/5185000
1709.31/1027.95	c cleaning 9997 clauses out of 20016 with flag 5195003/5195003
1712.68/1030.17	c cleaning 10003 clauses out of 20018 with flag 5205002/5205002
1716.03/1032.39	c cleaning 10000 clauses out of 20014 with flag 5215001/5215001
1719.92/1034.99	c cleaning 10002 clauses out of 20014 with flag 5225001/5225001
1723.67/1037.38	c cleaning 9999 clauses out of 20011 with flag 5235000/5235000
1727.39/1039.77	c cleaning 9997 clauses out of 20012 with flag 5245000/5245000
1731.14/1042.12	c cleaning 9996 clauses out of 20015 with flag 5255000/5255000
1735.00/1044.79	c cleaning 9999 clauses out of 20019 with flag 5265000/5265000
1738.95/1047.23	c cleaning 10003 clauses out of 20021 with flag 5275001/5275001
1742.48/1049.52	c cleaning 10003 clauses out of 20018 with flag 5285001/5285001
1746.01/1051.87	c cleaning 10001 clauses out of 20014 with flag 5295000/5295000
1750.29/1054.64	c cleaning 9995 clauses out of 20014 with flag 5305001/5305001
1754.03/1057.03	c cleaning 10002 clauses out of 20018 with flag 5315000/5315000
1757.58/1059.33	c cleaning 10005 clauses out of 20017 with flag 5325001/5325001
1761.29/1061.75	c cleaning 10000 clauses out of 20013 with flag 5335002/5335002
1765.54/1064.52	c cleaning 9999 clauses out of 20011 with flag 5345000/5345000
1769.45/1067.08	c cleaning 9994 clauses out of 20012 with flag 5355000/5355000
1772.95/1069.36	c cleaning 9998 clauses out of 20019 with flag 5365001/5365001
1776.25/1071.60	c cleaning 10004 clauses out of 20022 with flag 5375002/5375002
1779.90/1074.06	c cleaning 9997 clauses out of 20016 with flag 5385000/5385000
1783.21/1076.27	c cleaning 10000 clauses out of 20019 with flag 5395000/5395000
1786.73/1078.56	c cleaning 10001 clauses out of 20019 with flag 5405000/5405000
1790.63/1081.00	c cleaning 10001 clauses out of 20018 with flag 5415000/5415000
1794.72/1083.72	c cleaning 9999 clauses out of 20018 with flag 5425001/5425001
1798.42/1086.17	c cleaning 9998 clauses out of 20018 with flag 5435000/5435000
1801.11/1088.07	c starts		: 282
1801.11/1088.07	c conflicts		: 5441547
1801.11/1088.07	c decisions		: 10393047
1801.11/1088.07	c propagations		: 101142270
1801.11/1088.07	c inspects		: 811558696
1801.11/1088.07	c learnt literals	: 0
1801.11/1088.07	c learnt binary clauses	: 0
1801.11/1088.07	c learnt ternary clauses	: 6
1801.11/1088.07	c learnt clauses	: 5441547
1801.11/1088.07	c ignored clauses	: 0
1801.11/1088.07	c root simplifications	: 0
1801.11/1088.07	c removed literals (reason simplification)	: 3465271
1801.11/1088.07	c reason swapping (by a shorter reason)	: 0
1801.11/1088.07	c Calls to reduceDB	: 545
1801.11/1088.07	c number of reductions to clauses (during analyze)	: 0
1801.11/1088.07	c number of learned constraints concerned by reduction	: 0
1801.11/1088.07	c number of learning phase by resolution	: 0
1801.11/1088.07	c number of learning phase by cutting planes	: 0
1801.11/1088.07	c speed (assignments/second)	: 560146.4356128575
1801.11/1088.07	c non guided choices	31397
1801.50/1088.21	c learnt constraints type 
1801.50/1088.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17531
1801.50/1088.21	c constraints type 
1801.50/1088.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1510
1801.50/1088.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1801.50/1088.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11
1801.50/1088.21	c constraints type 
1801.50/1088.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11
1801.50/1088.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1510
1801.50/1088.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1801.50/1088.21	s SATISFIABLE
1801.50/1088.21	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 
1801.50/1088.21	c objective function=74
1801.50/1088.21	c Total wall clock time (in seconds): 1087.986

Verifier Data

OK	74

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663244-1276595472/watcher-2663244-1276595472 -o /tmp/evaluation-result-2663244-1276595472/solver-2663244-1276595472 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663244-1276595472.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 10824
/proc/meminfo: memFree=1443384/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=4 CPUtime=0
/proc/10824/stat : 10824 (java6) R 10822 10824 2312 0 -1 4194304 256 0 0 0 0 0 0 0 25 0 1 0 840984 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10824/statm: 1 1 0 0 0 1 0

[startup+0.056668 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 10824
/proc/meminfo: memFree=1443384/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1521664 CPUtime=0.04
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 3588 0 1 0 2 2 0 0 25 0 7 0 840984 1558183936 3028 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 380416 3029 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101622 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 10824
/proc/meminfo: memFree=1443384/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1524180 CPUtime=0.08
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 3971 0 1 0 6 2 0 0 25 0 12 0 840984 1560760320 3409 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 381045 3409 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301651 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 10824
/proc/meminfo: memFree=1443384/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1526960 CPUtime=0.35
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 5479 0 1 0 32 3 0 0 25 0 12 0 840984 1563607040 4915 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 381740 4915 1361 10 0 379043 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526960

[startup+0.768402 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 10824
/proc/meminfo: memFree=1443384/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1530300 CPUtime=1.2
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 9042 0 1 0 115 5 0 0 25 0 12 0 840984 1567027200 8235 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 382575 8235 1410 10 0 379878 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1530300

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 1/119 10840
/proc/meminfo: memFree=1413948/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1531596 CPUtime=1.37
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 9509 0 1 0 132 5 0 0 25 0 14 0 840984 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 382899 8665 1411 10 0 380202 0
[pid=10824/tid=10826] ppid=10822 vsize=1531596 CPUtime=0.6
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6195 0 1 0 57 3 0 0 25 0 14 0 840985 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 840986 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840987 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 840988 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 840989 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 840989 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840993 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1531596 CPUtime=0.23
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 797 0 0 0 23 0 0 0 25 0 14 0 840993 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1531596 CPUtime=0.39
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 1046 0 0 0 39 0 0 0 15 0 14 0 840993 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 840993 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 840993 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 841066 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1531596 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 841066 1568354304 8665 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1531596

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 1/119 10842
/proc/meminfo: memFree=1410476/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1531440 CPUtime=2.31
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 11654 0 1 0 226 5 0 0 25 0 14 0 840984 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 382860 9972 1424 10 0 380163 0
[pid=10824/tid=10826] ppid=10822 vsize=1531440 CPUtime=0.62
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6344 0 1 0 59 3 0 0 19 0 14 0 840985 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 840986 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840987 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 840988 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 840989 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 840989 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840993 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1531440 CPUtime=0.6
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 1309 0 0 0 60 0 0 0 15 0 14 0 840993 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1531440 CPUtime=0.7
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 1633 0 0 0 70 0 0 0 15 0 14 0 840993 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 840993 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 840993 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 841066 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1531440 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 841066 1568194560 9972 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1531440
heavy processes:

[startup+6.30232 s]
/proc/loadavg: 1.08 1.02 1.01 1/119 10848
/proc/meminfo: memFree=1391504/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1537608 CPUtime=4.25
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 18976 0 1 0 417 8 0 0 25 0 14 0 840984 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 384402 14816 1433 10 0 381705 0
[pid=10824/tid=10826] ppid=10822 vsize=1537608 CPUtime=0.63
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6546 0 1 0 60 3 0 0 19 0 14 0 840985 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 840986 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840987 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 840988 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 840989 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 840989 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 840993 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1537608 CPUtime=1.52
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5027 0 0 0 151 1 0 0 16 0 14 0 840993 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1537608 CPUtime=1.04
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 1961 0 0 0 103 1 0 0 15 0 14 0 840993 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 840993 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 840993 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 841066 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 841066 1574510592 14816 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1537608
heavy processes:

[startup+12.7021 s]
/proc/loadavg: 1.16 1.03 1.01 4/121 10854
/proc/meminfo: memFree=1276912/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1537608 CPUtime=15.01
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 51079 0 1 0 1481 20 0 0 25 0 16 0 840984 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 384402 46903 1447 10 0 381705 0
[pid=10824/tid=10826] ppid=10822 vsize=1537608 CPUtime=0.64
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6612 0 1 0 61 3 0 0 18 0 16 0 840985 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1537608 CPUtime=0.07
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 2071 0 0 0 7 0 0 0 16 0 16 0 840986 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1537608 CPUtime=0.08
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 2213 0 0 0 7 1 0 0 15 0 16 0 840987 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1537608 CPUtime=0.21
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 2296 0 0 0 20 1 0 0 15 0 16 0 840988 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 840989 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 840989 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 840993 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1537608 CPUtime=1.86
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5052 0 0 0 185 1 0 0 15 0 16 0 840993 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1537608 CPUtime=1.47
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 1990 0 0 0 146 1 0 0 16 0 16 0 840993 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 840993 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 840993 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 841066 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1537608 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 841066 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10853] ppid=10822 vsize=1537608 CPUtime=2.48
/proc/10824/task/10853/stat : 10853 (java) R 10822 10824 2312 0 -1 4202560 51 0 0 0 248 0 0 0 25 0 16 0 841977 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4109920143 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10824/tid=10854] ppid=10822 vsize=1537608 CPUtime=2.57
/proc/10824/task/10854/stat : 10854 (java) R 10822 10824 2312 0 -1 4202560 4230 0 0 0 256 1 0 0 25 0 16 0 841977 1574510592 46903 1992294400 134512640 134550932 4292057776 18446744073709551615 4110366027 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 1537608

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

Current children cumulated vsize (KiB) 1534180

[startup+1062.3 s]
/proc/loadavg: 1.99 2.19 1.95 3/121 10901
/proc/meminfo: memFree=1006344/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1534180 CPUtime=1761.97
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 123248 0 1 0 176048 149 0 0 25 0 16 0 840984 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 383545 109708 1451 10 0 380848 0
[pid=10824/tid=10826] ppid=10822 vsize=1534180 CPUtime=0.69
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6699 0 1 0 65 4 0 0 15 0 16 0 840985 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1534180 CPUtime=22.52
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 29427 0 0 0 2201 51 0 0 16 0 16 0 840986 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1534180 CPUtime=22.48
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 27290 0 0 0 2201 47 0 0 16 0 16 0 840987 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1534180 CPUtime=332.89
/proc/10824/task/10829/stat : 10829 (java) R 10822 10824 2312 0 -1 4202560 18473 0 0 0 33273 16 0 0 16 0 16 0 840988 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 106157727 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 840989 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 840989 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 840993 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1534180 CPUtime=2.38
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5988 0 0 0 236 2 0 0 15 0 16 0 840993 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1534180 CPUtime=2.1
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 3524 0 0 0 208 2 0 0 15 0 16 0 840993 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 840993 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 16 0 840993 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 841066 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 841066 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10896] ppid=10822 vsize=1534180 CPUtime=84.84
/proc/10824/task/10896/stat : 10896 (java) S 10822 10824 2312 0 -1 4202560 44 0 0 0 8484 0 0 0 19 0 16 0 931735 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10897] ppid=10822 vsize=1534180 CPUtime=84.58
/proc/10824/task/10897/stat : 10897 (java) S 10822 10824 2312 0 -1 4202560 10 0 0 0 8458 0 0 0 19 0 16 0 931735 1571000320 109708 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1761.97
Current children cumulated vsize (KiB) 1534180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1087.5 s]
/proc/loadavg: 2.03 2.18 1.95 3/121 10901
/proc/meminfo: memFree=1002872/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1534180 CPUtime=1800.13
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 124107 0 1 0 179863 150 0 0 25 0 16 0 840984 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 383545 110553 1451 10 0 380848 0
[pid=10824/tid=10826] ppid=10822 vsize=1534180 CPUtime=0.69
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6699 0 1 0 65 4 0 0 15 0 16 0 840985 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1534180 CPUtime=22.86
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 29427 0 0 0 2235 51 0 0 16 0 16 0 840986 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1534180 CPUtime=22.81
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 27290 0 0 0 2234 47 0 0 15 0 16 0 840987 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1534180 CPUtime=344.89
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 19320 0 0 0 34472 17 0 0 17 0 16 0 840988 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 840989 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 840989 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 840993 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1534180 CPUtime=2.38
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5988 0 0 0 236 2 0 0 15 0 16 0 840993 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1534180 CPUtime=2.1
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 3524 0 0 0 208 2 0 0 15 0 16 0 840993 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 840993 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 16 0 840993 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 841066 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1534180 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 841066 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10896] ppid=10822 vsize=1534180 CPUtime=97.7
/proc/10824/task/10896/stat : 10896 (java) R 10822 10824 2312 0 -1 4202560 54 0 0 0 9769 1 0 0 18 0 16 0 931735 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4109828345 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10824/tid=10897] ppid=10822 vsize=1534180 CPUtime=97.22
/proc/10824/task/10897/stat : 10897 (java) R 10822 10824 2312 0 -1 4202560 10 0 0 0 9722 0 0 0 18 0 16 0 931735 1571000320 110553 1992294400 134512640 134550932 4292057776 18446744073709551615 4109955437 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1534180

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

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

[startup+1087.8 s]
/proc/loadavg: 2.03 2.18 1.95 5/123 10903
/proc/meminfo: memFree=1002856/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1534504 CPUtime=1800.72
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 124111 0 1 0 179922 150 0 0 18 0 17 0 840984 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 383626 110557 1451 10 0 380929 0
[pid=10824/tid=10826] ppid=10822 vsize=1534504 CPUtime=0.69
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6699 0 1 0 65 4 0 0 15 0 17 0 840985 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1534504 CPUtime=22.86
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 29427 0 0 0 2235 51 0 0 16 0 17 0 840986 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1534504 CPUtime=22.81
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 27290 0 0 0 2234 47 0 0 15 0 17 0 840987 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1534504 CPUtime=344.89
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 19320 0 0 0 34472 17 0 0 17 0 17 0 840988 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 840989 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 840989 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 840993 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1534504 CPUtime=2.38
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5988 0 0 0 236 2 0 0 15 0 17 0 840993 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1534504 CPUtime=2.1
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 3524 0 0 0 208 2 0 0 15 0 17 0 840993 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 840993 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) R 10822 10824 2312 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 17 0 840993 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 841066 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 841066 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10896] ppid=10822 vsize=1534504 CPUtime=98
/proc/10824/task/10896/stat : 10896 (java) R 10822 10824 2312 0 -1 4202560 54 0 0 0 9799 1 0 0 18 0 17 0 931735 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4109868315 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10824/tid=10897] ppid=10822 vsize=1534504 CPUtime=97.51
/proc/10824/task/10897/stat : 10897 (java) R 10822 10824 2312 0 -1 4202560 10 0 0 0 9751 0 0 0 18 0 17 0 931735 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 4109955291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10824/tid=10903] ppid=10822 vsize=1534504 CPUtime=0
/proc/10824/task/10903/stat : 10903 (java) R 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 17 0 949760 1571332096 110557 1992294400 134512640 134550932 4292057776 18446744073709551615 6069480 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 1534504

[startup+1088.2 s]
/proc/loadavg: 2.03 2.18 1.95 5/123 10903
/proc/meminfo: memFree=1002856/2059040 swapFree=4192956/4192956
[pid=10824] ppid=10822 vsize=1534828 CPUtime=1801.5
/proc/10824/stat : 10824 (java) S 10822 10824 2312 0 -1 4202496 124125 0 1 0 180000 150 0 0 18 0 18 0 840984 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10824/statm: 383707 110571 1453 10 0 381010 0
[pid=10824/tid=10826] ppid=10822 vsize=1534828 CPUtime=0.69
/proc/10824/task/10826/stat : 10826 (java) S 10822 10824 2312 0 -1 4202560 6699 0 1 0 65 4 0 0 15 0 18 0 840985 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10827] ppid=10822 vsize=1534828 CPUtime=22.86
/proc/10824/task/10827/stat : 10827 (java) S 10822 10824 2312 0 -1 4202560 29427 0 0 0 2235 51 0 0 16 0 18 0 840986 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10828] ppid=10822 vsize=1534828 CPUtime=22.81
/proc/10824/task/10828/stat : 10828 (java) S 10822 10824 2312 0 -1 4202560 27290 0 0 0 2234 47 0 0 15 0 18 0 840987 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10829] ppid=10822 vsize=1534828 CPUtime=344.89
/proc/10824/task/10829/stat : 10829 (java) S 10822 10824 2312 0 -1 4202560 19320 0 0 0 34472 17 0 0 17 0 18 0 840988 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10830] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10830/stat : 10830 (java) S 10822 10824 2312 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 840989 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10831] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10831/stat : 10831 (java) S 10822 10824 2312 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 840989 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10832] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10832/stat : 10832 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 840993 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10833] ppid=10822 vsize=1534828 CPUtime=2.38
/proc/10824/task/10833/stat : 10833 (java) S 10822 10824 2312 0 -1 4202560 5988 0 0 0 236 2 0 0 16 0 18 0 840993 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10834] ppid=10822 vsize=1534828 CPUtime=2.1
/proc/10824/task/10834/stat : 10834 (java) S 10822 10824 2312 0 -1 4202560 3526 0 0 0 208 2 0 0 15 0 18 0 840993 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10835] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10835/stat : 10835 (java) S 10822 10824 2312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 840993 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10836] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10836/stat : 10836 (java) S 10822 10824 2312 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 18 0 840993 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10839] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10839/stat : 10839 (java) S 10822 10824 2312 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 841066 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=10824/tid=10840] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10840/stat : 10840 (java) S 10822 10824 2312 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 841066 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=10824/tid=10896] ppid=10822 vsize=1534828 CPUtime=98.38
/proc/10824/task/10896/stat : 10896 (java) R 10822 10824 2312 0 -1 4202560 54 0 0 0 9837 1 0 0 19 0 18 0 931735 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4109920137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10824/tid=10897] ppid=10822 vsize=1534828 CPUtime=97.87
/proc/10824/task/10897/stat : 10897 (java) R 10822 10824 2312 0 -1 4202560 10 0 0 0 9787 0 0 0 19 0 18 0 931735 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4109975476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10824/tid=10903] ppid=10822 vsize=1534828 CPUtime=0
/proc/10824/task/10903/stat : 10903 (java) S 10822 10824 2312 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 18 0 949760 1571663872 110571 1992294400 134512640 134550932 4292057776 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 1534828

Child status: 143
Real time (s): 1088.27
CPU time (s): 1801.61
CPU user time (s): 1800.06
CPU system time (s): 1.54277
CPU usage (%): 165.548
Max. virtual memory (cumulated for all children) (KiB): 1541048

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

runsolver used 6.592 second user time and 7.76382 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-15 11:51:12
IDJOB=2663244
IDBENCH=2880
IDSOLVER=1166
FILE ID=node085/2663244-1276595472
PBS_JOBID= 11173549
Free space on /tmp= 121872 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C880.b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663244-1276595472/watcher-2663244-1276595472 -o /tmp/evaluation-result-2663244-1276595472/solver-2663244-1276595472 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663244-1276595472.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d95d18eb9f9494c32273975c1bc570ba
RANDOM SEED=262060314

node085.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1443904 kB
Buffers:         44624 kB
Cached:         431040 kB
SwapCached:          0 kB
Active:         206360 kB
Inactive:       328716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1443904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       59356 kB
Mapped:          15400 kB
Slab:            58336 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121868 MiB
End job on node085 at 2010-06-15 12:09:21