Trace number 2662485

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)57 1800.58 1066.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark9.23959
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
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 constraint98
Number of terms in the objective function 807
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 807
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 807
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662485-1276413961.opb
0.25/0.21	c reading problem ... 
1.38/0.86	c ... done. Wall clock time 0.651s.
1.38/0.86	c #vars     807
1.38/0.86	c #constraints  1711
1.38/0.86	c constraints type 
1.38/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1687
1.38/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8
1.38/0.87	c constraints type 
1.38/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
1.38/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
1.50/0.94	c And the winner is Resolution
1.68/1.88	c SATISFIABLE
1.68/1.88	c OPTIMIZING...
1.68/1.88	c Got one! Elapsed wall clock time (in seconds):1.665
1.68/1.88	o 68
2.92/2.51	c And the winner is CuttingPlanes
3.33/2.90	c Got one! Elapsed wall clock time (in seconds):2.691
3.33/2.90	o 67
3.52/3.09	c And the winner is Resolution
3.72/3.92	c Got one! Elapsed wall clock time (in seconds):3.702
3.72/3.92	o 61
5.08/4.69	c And the winner is Resolution
5.26/4.97	c Got one! Elapsed wall clock time (in seconds):4.754
5.26/4.97	o 60
5.51/5.15	c cleaning 2496 clauses out of 5001 with flag 5001/5001
7.47/6.19	c cleaning 4248 clauses out of 8505 with flag 11001/11001
9.39/7.15	c cleaning 5623 clauses out of 11256 with flag 18000/18000
11.73/8.39	c cleaning 6813 clauses out of 13634 with flag 26001/26001
14.44/9.78	c cleaning 7903 clauses out of 15820 with flag 35000/35000
17.36/11.23	c cleaning 8953 clauses out of 17917 with flag 45000/45000
20.04/12.61	c cleaning 9477 clauses out of 18964 with flag 55000/55000
22.55/13.97	c cleaning 9740 clauses out of 19488 with flag 65001/65001
25.22/15.33	c cleaning 9872 clauses out of 19747 with flag 75000/75000
27.93/16.77	c cleaning 9933 clauses out of 19875 with flag 85000/85000
30.42/18.07	c cleaning 9963 clauses out of 19943 with flag 95001/95001
33.11/19.40	c cleaning 9984 clauses out of 19979 with flag 105000/105000
35.77/20.89	c cleaning 9995 clauses out of 19995 with flag 115000/115000
37.86/21.98	c And the winner is CuttingPlanes
38.02/22.18	c Got one! Elapsed wall clock time (in seconds):21.966
38.02/22.18	o 59
38.05/22.30	c cleaning 9998 clauses out of 20000 with flag 125000/125000
40.73/23.67	c cleaning 9996 clauses out of 20002 with flag 135000/135000
43.21/24.99	c cleaning 9993 clauses out of 20007 with flag 145001/145001
46.47/26.61	c cleaning 10002 clauses out of 20013 with flag 155000/155000
49.53/28.22	c cleaning 10003 clauses out of 20011 with flag 165000/165000
53.01/30.01	c cleaning 9994 clauses out of 20008 with flag 175000/175000
56.07/31.65	c cleaning 10005 clauses out of 20015 with flag 185001/185001
59.11/33.28	c cleaning 9993 clauses out of 20009 with flag 195000/195000
62.37/34.93	c cleaning 10000 clauses out of 20018 with flag 205002/205002
65.04/36.39	c cleaning 9998 clauses out of 20016 with flag 215000/215000
67.31/37.55	c cleaning 10003 clauses out of 20019 with flag 225001/225001
69.75/38.85	c cleaning 10003 clauses out of 20015 with flag 235000/235000
72.39/40.22	c cleaning 9999 clauses out of 20012 with flag 245000/245000
75.25/41.71	c cleaning 10002 clauses out of 20014 with flag 255001/255001
77.70/43.08	c cleaning 9996 clauses out of 20012 with flag 265001/265001
81.11/44.81	c cleaning 10002 clauses out of 20016 with flag 275001/275001
84.15/46.43	c cleaning 10004 clauses out of 20013 with flag 285000/285000
86.97/47.91	c cleaning 9998 clauses out of 20009 with flag 295000/295000
89.81/49.41	c cleaning 9999 clauses out of 20014 with flag 305003/305003
92.79/51.07	c cleaning 10002 clauses out of 20014 with flag 315002/315002
95.42/52.40	c cleaning 9998 clauses out of 20011 with flag 325001/325001
97.86/53.74	c cleaning 10000 clauses out of 20014 with flag 335002/335002
100.29/55.04	c cleaning 10000 clauses out of 20013 with flag 345001/345001
103.09/56.53	c cleaning 10000 clauses out of 20012 with flag 355000/355000
105.89/58.01	c cleaning 9999 clauses out of 20014 with flag 365002/365002
108.52/59.49	c cleaning 10000 clauses out of 20014 with flag 375001/375001
111.53/61.01	c cleaning 10000 clauses out of 20013 with flag 385000/385000
114.30/62.54	c cleaning 9997 clauses out of 20013 with flag 395000/395000
117.50/64.22	c cleaning 10002 clauses out of 20017 with flag 405001/405001
121.52/66.38	c cleaning 9998 clauses out of 20014 with flag 415000/415000
124.32/67.89	c cleaning 10002 clauses out of 20017 with flag 425001/425001
126.89/69.25	c cleaning 10001 clauses out of 20016 with flag 435002/435002
129.50/70.65	c cleaning 10002 clauses out of 20015 with flag 445002/445002
132.29/72.18	c cleaning 9998 clauses out of 20011 with flag 455000/455000
135.29/73.72	c cleaning 9997 clauses out of 20014 with flag 465001/465001
138.04/75.26	c cleaning 10001 clauses out of 20016 with flag 475000/475000
140.44/76.59	c cleaning 9999 clauses out of 20015 with flag 485000/485000
143.05/77.91	c cleaning 10005 clauses out of 20017 with flag 495001/495001
145.25/79.17	c cleaning 9998 clauses out of 20011 with flag 505000/505000
147.61/80.50	c cleaning 9999 clauses out of 20013 with flag 515000/515000
150.20/81.83	c cleaning 10000 clauses out of 20015 with flag 525001/525001
152.80/83.27	c cleaning 10003 clauses out of 20014 with flag 535000/535000
155.39/84.66	c cleaning 10000 clauses out of 20012 with flag 545001/545001
158.34/86.22	c cleaning 10001 clauses out of 20011 with flag 555000/555000
161.14/87.72	c cleaning 10001 clauses out of 20015 with flag 565005/565005
163.93/89.25	c cleaning 9998 clauses out of 20009 with flag 575000/575000
166.72/90.78	c cleaning 9997 clauses out of 20012 with flag 585001/585001
169.66/92.35	c cleaning 10004 clauses out of 20014 with flag 595000/595000
172.64/93.98	c cleaning 9997 clauses out of 20010 with flag 605000/605000
175.43/95.49	c cleaning 10004 clauses out of 20014 with flag 615001/615001
178.21/96.99	c cleaning 9998 clauses out of 20011 with flag 625002/625002
181.53/98.75	c cleaning 10001 clauses out of 20011 with flag 635000/635000
184.72/100.46	c cleaning 9999 clauses out of 20010 with flag 645000/645000
187.68/102.03	c cleaning 9997 clauses out of 20011 with flag 655000/655000
190.25/103.47	c cleaning 10000 clauses out of 20014 with flag 665000/665000
192.96/104.90	c cleaning 10005 clauses out of 20015 with flag 675001/675001
195.72/106.46	c cleaning 9999 clauses out of 20009 with flag 685000/685000
198.48/107.93	c cleaning 9998 clauses out of 20011 with flag 695001/695001
201.26/109.42	c cleaning 9996 clauses out of 20012 with flag 705000/705000
204.17/111.04	c cleaning 10003 clauses out of 20016 with flag 715000/715000
206.94/112.58	c cleaning 10004 clauses out of 20015 with flag 725002/725002
209.70/114.05	c cleaning 10002 clauses out of 20011 with flag 735002/735002
212.46/115.58	c cleaning 10001 clauses out of 20007 with flag 745000/745000
215.35/117.20	c cleaning 9998 clauses out of 20007 with flag 755001/755001
218.32/118.78	c cleaning 10001 clauses out of 20009 with flag 765001/765001
221.28/120.34	c cleaning 9998 clauses out of 20009 with flag 775002/775002
224.04/121.84	c cleaning 9997 clauses out of 20009 with flag 785000/785000
226.94/123.44	c cleaning 9998 clauses out of 20012 with flag 795000/795000
229.68/124.91	c cleaning 9999 clauses out of 20014 with flag 805000/805000
232.03/126.28	c cleaning 10001 clauses out of 20015 with flag 815000/815000
234.78/127.75	c cleaning 9999 clauses out of 20014 with flag 825000/825000
237.66/129.31	c cleaning 9999 clauses out of 20016 with flag 835001/835001
240.42/130.84	c cleaning 9998 clauses out of 20016 with flag 845000/845000
243.56/132.56	c cleaning 10005 clauses out of 20019 with flag 855001/855001
246.71/134.21	c cleaning 9996 clauses out of 20013 with flag 865000/865000
249.80/135.90	c cleaning 10002 clauses out of 20017 with flag 875000/875000
252.74/137.53	c cleaning 10003 clauses out of 20015 with flag 885000/885000
255.87/139.27	c cleaning 9997 clauses out of 20012 with flag 895000/895000
259.00/140.92	c cleaning 10001 clauses out of 20015 with flag 905000/905000
262.25/142.72	c cleaning 9995 clauses out of 20014 with flag 915000/915000
264.80/144.18	c cleaning 10003 clauses out of 20019 with flag 925000/925000
267.74/145.72	c cleaning 10002 clauses out of 20016 with flag 935000/935000
270.27/147.12	c cleaning 9999 clauses out of 20015 with flag 945001/945001
272.91/148.67	c cleaning 10002 clauses out of 20016 with flag 955001/955001
275.65/150.14	c cleaning 10001 clauses out of 20013 with flag 965000/965000
278.18/151.57	c cleaning 9998 clauses out of 20012 with flag 975000/975000
280.91/153.02	c cleaning 10003 clauses out of 20017 with flag 985003/985003
283.36/154.50	c cleaning 9999 clauses out of 20012 with flag 995001/995001
285.88/155.87	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
288.41/157.28	c cleaning 10002 clauses out of 20011 with flag 1015000/1015000
291.14/158.73	c cleaning 10000 clauses out of 20009 with flag 1025000/1025000
293.96/160.31	c cleaning 9998 clauses out of 20009 with flag 1035000/1035000
296.48/161.71	c cleaning 10000 clauses out of 20011 with flag 1045000/1045000
299.02/163.16	c cleaning 9998 clauses out of 20011 with flag 1055000/1055000
301.72/164.63	c cleaning 9998 clauses out of 20014 with flag 1065001/1065001
304.34/166.11	c cleaning 9999 clauses out of 20015 with flag 1075000/1075000
306.87/167.56	c cleaning 10004 clauses out of 20017 with flag 1085001/1085001
309.76/169.13	c cleaning 10001 clauses out of 20013 with flag 1095001/1095001
312.27/170.52	c cleaning 10001 clauses out of 20011 with flag 1105000/1105000
315.10/172.13	c cleaning 10002 clauses out of 20011 with flag 1115001/1115001
317.80/173.60	c cleaning 9997 clauses out of 20009 with flag 1125001/1125001
320.51/175.14	c cleaning 9999 clauses out of 20013 with flag 1135002/1135002
323.20/176.67	c cleaning 9997 clauses out of 20012 with flag 1145000/1145000
326.00/178.25	c cleaning 10002 clauses out of 20016 with flag 1155001/1155001
328.69/179.73	c cleaning 10000 clauses out of 20013 with flag 1165000/1165000
331.59/181.30	c cleaning 10000 clauses out of 20013 with flag 1175000/1175000
334.28/182.86	c cleaning 10000 clauses out of 20014 with flag 1185001/1185001
337.28/184.53	c cleaning 10002 clauses out of 20014 with flag 1195001/1195001
340.15/186.19	c cleaning 9995 clauses out of 20012 with flag 1205001/1205001
343.03/187.77	c cleaning 9998 clauses out of 20017 with flag 1215001/1215001
345.90/189.32	c cleaning 10002 clauses out of 20019 with flag 1225001/1225001
348.68/190.91	c cleaning 10000 clauses out of 20017 with flag 1235001/1235001
351.34/192.47	c cleaning 10001 clauses out of 20017 with flag 1245001/1245001
354.21/194.08	c cleaning 10001 clauses out of 20015 with flag 1255000/1255000
357.28/195.72	c cleaning 9998 clauses out of 20014 with flag 1265000/1265000
360.64/197.61	c cleaning 9999 clauses out of 20017 with flag 1275001/1275001
363.30/199.20	c cleaning 9999 clauses out of 20017 with flag 1285000/1285000
366.57/200.93	c cleaning 9996 clauses out of 20019 with flag 1295001/1295001
369.42/202.59	c cleaning 10004 clauses out of 20023 with flag 1305001/1305001
372.38/204.23	c cleaning 9999 clauses out of 20019 with flag 1315001/1315001
375.24/205.82	c cleaning 10005 clauses out of 20021 with flag 1325002/1325002
378.49/207.62	c cleaning 9994 clauses out of 20014 with flag 1335000/1335000
381.55/209.39	c cleaning 10007 clauses out of 20021 with flag 1345001/1345001
384.88/211.25	c cleaning 10002 clauses out of 20016 with flag 1355003/1355003
387.93/212.97	c cleaning 10001 clauses out of 20011 with flag 1365000/1365000
391.56/214.90	c cleaning 10000 clauses out of 20012 with flag 1375002/1375002
395.01/216.80	c cleaning 10002 clauses out of 20010 with flag 1385000/1385000
398.13/218.63	c cleaning 9997 clauses out of 20008 with flag 1395000/1395000
400.80/220.18	c cleaning 10000 clauses out of 20011 with flag 1405000/1405000
402.66/221.66	c cleaning 9998 clauses out of 20011 with flag 1415000/1415000
406.10/223.16	c cleaning 10002 clauses out of 20014 with flag 1425001/1425001
408.86/224.74	c cleaning 9997 clauses out of 20011 with flag 1435000/1435000
411.51/226.26	c cleaning 10003 clauses out of 20015 with flag 1445001/1445001
414.35/227.85	c cleaning 10000 clauses out of 20012 with flag 1455001/1455001
417.39/229.51	c cleaning 10005 clauses out of 20011 with flag 1465000/1465000
420.13/231.15	c cleaning 9996 clauses out of 20007 with flag 1475001/1475001
422.77/232.68	c cleaning 10000 clauses out of 20011 with flag 1485001/1485001
423.42/233.15	c And the winner is Resolution
424.34/234.04	c Got one! Elapsed wall clock time (in seconds):233.831
424.34/234.04	o 58
427.02/235.45	c cleaning 9996 clauses out of 20010 with flag 1495000/1495000
431.24/237.78	c cleaning 9994 clauses out of 20014 with flag 1505000/1505000
435.54/240.11	c cleaning 10004 clauses out of 20020 with flag 1515000/1515000
439.34/242.24	c cleaning 10002 clauses out of 20016 with flag 1525000/1525000
442.95/244.24	c cleaning 10001 clauses out of 20015 with flag 1535001/1535001
446.35/246.11	c cleaning 9997 clauses out of 20013 with flag 1545000/1545000
449.65/248.09	c cleaning 10003 clauses out of 20017 with flag 1555001/1555001
452.04/249.49	c cleaning 10002 clauses out of 20014 with flag 1565001/1565001
454.66/250.95	c cleaning 9995 clauses out of 20012 with flag 1575001/1575001
457.08/252.37	c cleaning 10004 clauses out of 20017 with flag 1585001/1585001
459.76/253.94	c cleaning 10000 clauses out of 20012 with flag 1595000/1595000
462.17/255.37	c cleaning 10000 clauses out of 20013 with flag 1605001/1605001
464.81/256.83	c cleaning 9998 clauses out of 20012 with flag 1615000/1615000
467.20/258.30	c cleaning 9999 clauses out of 20014 with flag 1625000/1625000
470.08/259.92	c cleaning 9999 clauses out of 20017 with flag 1635002/1635002
472.69/261.40	c cleaning 9998 clauses out of 20017 with flag 1645001/1645001
475.29/262.94	c cleaning 9998 clauses out of 20018 with flag 1655000/1655000
478.30/264.63	c cleaning 10001 clauses out of 20020 with flag 1665000/1665000
481.16/266.39	c cleaning 10005 clauses out of 20020 with flag 1675001/1675001
484.37/268.11	c cleaning 9997 clauses out of 20014 with flag 1685000/1685000
487.17/269.78	c cleaning 10000 clauses out of 20017 with flag 1695000/1695000
488.59/270.61	c And the winner is CuttingPlanes
488.61/271.51	c Got one! Elapsed wall clock time (in seconds):271.295
488.61/271.51	o 57
490.37/272.42	c cleaning 10003 clauses out of 20017 with flag 1705000/1705000
493.86/274.48	c cleaning 10002 clauses out of 20015 with flag 1715001/1715001
497.82/276.64	c cleaning 10000 clauses out of 20012 with flag 1725000/1725000
501.60/278.74	c cleaning 9994 clauses out of 20012 with flag 1735000/1735000
505.40/280.85	c cleaning 10003 clauses out of 20018 with flag 1745000/1745000
509.06/282.96	c cleaning 10003 clauses out of 20015 with flag 1755000/1755000
512.64/284.98	c cleaning 9994 clauses out of 20012 with flag 1765000/1765000
516.20/286.99	c cleaning 9987 clauses out of 20018 with flag 1775000/1775000
520.16/289.12	c cleaning 10010 clauses out of 20031 with flag 1785000/1785000
524.39/291.58	c cleaning 10004 clauses out of 20021 with flag 1795000/1795000
528.55/293.80	c cleaning 10007 clauses out of 20019 with flag 1805002/1805002
532.50/296.07	c cleaning 9993 clauses out of 20010 with flag 1815000/1815000
536.46/298.21	c cleaning 9999 clauses out of 20017 with flag 1825000/1825000
540.27/300.46	c cleaning 10000 clauses out of 20019 with flag 1835001/1835001
544.22/302.69	c cleaning 9998 clauses out of 20019 with flag 1845001/1845001
548.57/305.00	c cleaning 10000 clauses out of 20020 with flag 1855000/1855000
552.72/307.36	c cleaning 10001 clauses out of 20020 with flag 1865000/1865000
558.32/310.43	c cleaning 10005 clauses out of 20019 with flag 1875000/1875000
562.06/312.55	c cleaning 10000 clauses out of 20014 with flag 1885000/1885000
566.00/314.75	c cleaning 9996 clauses out of 20014 with flag 1895000/1895000
569.94/316.95	c cleaning 10001 clauses out of 20018 with flag 1905000/1905000
574.35/319.47	c cleaning 9999 clauses out of 20017 with flag 1915000/1915000
578.30/321.65	c cleaning 10004 clauses out of 20018 with flag 1925000/1925000
581.64/323.51	c cleaning 10003 clauses out of 20015 with flag 1935001/1935001
584.97/325.48	c cleaning 10004 clauses out of 20014 with flag 1945003/1945003
588.95/327.70	c cleaning 10000 clauses out of 20008 with flag 1955001/1955001
592.47/329.73	c cleaning 9997 clauses out of 20007 with flag 1965000/1965000
595.41/331.49	c cleaning 9999 clauses out of 20012 with flag 1975002/1975002
598.15/333.07	c cleaning 10000 clauses out of 20012 with flag 1985001/1985001
600.94/334.78	c cleaning 10000 clauses out of 20012 with flag 1995001/1995001
603.67/336.37	c cleaning 9999 clauses out of 20011 with flag 2005000/2005000
606.45/337.96	c cleaning 9999 clauses out of 20013 with flag 2015001/2015001
608.99/339.47	c cleaning 10004 clauses out of 20015 with flag 2025002/2025002
611.76/341.14	c cleaning 9998 clauses out of 20010 with flag 2035001/2035001
614.50/342.73	c cleaning 9997 clauses out of 20011 with flag 2045000/2045000
617.02/344.25	c cleaning 10000 clauses out of 20014 with flag 2055000/2055000
619.96/346.00	c cleaning 10002 clauses out of 20015 with flag 2065001/2065001
623.31/347.99	c cleaning 10001 clauses out of 20013 with flag 2075001/2075001
626.63/349.86	c cleaning 10000 clauses out of 20012 with flag 2085001/2085001
629.56/351.57	c cleaning 9995 clauses out of 20011 with flag 2095000/2095000
632.47/353.29	c cleaning 10001 clauses out of 20016 with flag 2105000/2105000
635.82/355.21	c cleaning 10001 clauses out of 20015 with flag 2115000/2115000
638.52/356.86	c cleaning 9998 clauses out of 20014 with flag 2125000/2125000
641.64/358.67	c cleaning 9996 clauses out of 20016 with flag 2135000/2135000
644.95/360.50	c cleaning 10003 clauses out of 20021 with flag 2145001/2145001
648.11/362.50	c cleaning 9999 clauses out of 20018 with flag 2155001/2155001
651.02/364.13	c cleaning 10003 clauses out of 20018 with flag 2165000/2165000
653.74/365.76	c cleaning 10000 clauses out of 20015 with flag 2175000/2175000
656.65/367.44	c cleaning 10003 clauses out of 20015 with flag 2185000/2185000
659.79/369.39	c cleaning 9998 clauses out of 20012 with flag 2195000/2195000
663.49/371.42	c cleaning 10001 clauses out of 20016 with flag 2205002/2205002
666.38/373.18	c cleaning 9999 clauses out of 20014 with flag 2215001/2215001
669.49/374.95	c cleaning 9999 clauses out of 20014 with flag 2225000/2225000
672.42/376.76	c cleaning 10002 clauses out of 20015 with flag 2235000/2235000
675.30/378.40	c cleaning 9998 clauses out of 20014 with flag 2245001/2245001
678.05/380.08	c cleaning 10000 clauses out of 20016 with flag 2255001/2255001
680.89/381.78	c cleaning 10000 clauses out of 20018 with flag 2265003/2265003
684.00/383.61	c cleaning 9996 clauses out of 20015 with flag 2275000/2275000
686.71/385.29	c cleaning 10001 clauses out of 20019 with flag 2285000/2285000
689.62/386.95	c cleaning 10002 clauses out of 20019 with flag 2295001/2295001
692.52/388.60	c cleaning 10003 clauses out of 20017 with flag 2305001/2305001
695.66/390.54	c cleaning 10002 clauses out of 20015 with flag 2315002/2315002
698.57/392.24	c cleaning 9995 clauses out of 20011 with flag 2325000/2325000
701.44/393.97	c cleaning 10001 clauses out of 20016 with flag 2335000/2335000
704.34/395.61	c cleaning 10000 clauses out of 20015 with flag 2345000/2345000
707.47/397.55	c cleaning 10004 clauses out of 20017 with flag 2355002/2355002
710.37/399.23	c cleaning 10002 clauses out of 20012 with flag 2365001/2365001
713.06/400.89	c cleaning 10000 clauses out of 20010 with flag 2375001/2375001
716.34/402.73	c cleaning 10002 clauses out of 20011 with flag 2385002/2385002
719.63/404.77	c cleaning 9998 clauses out of 20008 with flag 2395001/2395001
722.73/406.57	c cleaning 9996 clauses out of 20010 with flag 2405001/2405001
725.97/408.40	c cleaning 10001 clauses out of 20014 with flag 2415001/2415001
729.26/410.35	c cleaning 9999 clauses out of 20012 with flag 2425000/2425000
732.93/412.58	c cleaning 10003 clauses out of 20013 with flag 2435000/2435000
736.38/414.55	c cleaning 9993 clauses out of 20010 with flag 2445000/2445000
740.03/416.62	c cleaning 9998 clauses out of 20017 with flag 2455000/2455000
743.50/418.63	c cleaning 9996 clauses out of 20019 with flag 2465000/2465000
746.95/420.75	c cleaning 10001 clauses out of 20023 with flag 2475000/2475000
750.39/422.70	c cleaning 10006 clauses out of 20026 with flag 2485004/2485004
753.83/424.71	c cleaning 9999 clauses out of 20016 with flag 2495000/2495000
757.27/426.76	c cleaning 10002 clauses out of 20019 with flag 2505002/2505002
761.15/429.00	c cleaning 10001 clauses out of 20016 with flag 2515001/2515001
764.78/431.14	c cleaning 9998 clauses out of 20014 with flag 2525000/2525000
768.03/433.04	c cleaning 10003 clauses out of 20017 with flag 2535001/2535001
771.49/435.03	c cleaning 9997 clauses out of 20013 with flag 2545000/2545000
774.97/437.12	c cleaning 9999 clauses out of 20017 with flag 2555001/2555001
778.03/438.98	c cleaning 9997 clauses out of 20017 with flag 2565000/2565000
781.28/440.83	c cleaning 10003 clauses out of 20020 with flag 2575000/2575000
784.54/442.75	c cleaning 10001 clauses out of 20017 with flag 2585000/2585000
787.60/444.69	c cleaning 10002 clauses out of 20016 with flag 2595000/2595000
790.44/446.39	c cleaning 10001 clauses out of 20015 with flag 2605001/2605001
793.10/447.99	c cleaning 9999 clauses out of 20013 with flag 2615000/2615000
795.95/449.69	c cleaning 9999 clauses out of 20015 with flag 2625001/2625001
799.03/451.54	c cleaning 9997 clauses out of 20015 with flag 2635000/2635000
801.66/453.12	c cleaning 9999 clauses out of 20018 with flag 2645000/2645000
804.31/454.76	c cleaning 10003 clauses out of 20020 with flag 2655001/2655001
807.16/456.49	c cleaning 9995 clauses out of 20017 with flag 2665001/2665001
810.22/458.38	c cleaning 10002 clauses out of 20022 with flag 2675001/2675001
813.07/460.06	c cleaning 10002 clauses out of 20019 with flag 2685000/2685000
815.91/461.73	c cleaning 9997 clauses out of 20017 with flag 2695000/2695000
818.77/463.48	c cleaning 10000 clauses out of 20021 with flag 2705001/2705001
821.78/465.37	c cleaning 10001 clauses out of 20021 with flag 2715001/2715001
824.81/467.20	c cleaning 10003 clauses out of 20019 with flag 2725000/2725000
827.85/468.96	c cleaning 9997 clauses out of 20017 with flag 2735001/2735001
830.89/470.78	c cleaning 9997 clauses out of 20019 with flag 2745000/2745000
834.53/472.93	c cleaning 10003 clauses out of 20022 with flag 2755000/2755000
837.95/474.96	c cleaning 10003 clauses out of 20020 with flag 2765001/2765001
841.19/476.83	c cleaning 9995 clauses out of 20016 with flag 2775000/2775000
844.61/478.82	c cleaning 9997 clauses out of 20021 with flag 2785000/2785000
848.05/480.94	c cleaning 10006 clauses out of 20025 with flag 2795001/2795001
851.46/482.95	c cleaning 9999 clauses out of 20018 with flag 2805000/2805000
854.89/484.95	c cleaning 10003 clauses out of 20019 with flag 2815000/2815000
858.28/486.96	c cleaning 9995 clauses out of 20017 with flag 2825001/2825001
862.07/489.23	c cleaning 9992 clauses out of 20021 with flag 2835000/2835000
865.29/491.20	c cleaning 10002 clauses out of 20029 with flag 2845000/2845000
868.69/493.18	c cleaning 10007 clauses out of 20027 with flag 2855000/2855000
872.30/495.21	c cleaning 10004 clauses out of 20020 with flag 2865000/2865000
875.93/497.43	c cleaning 9995 clauses out of 20016 with flag 2875000/2875000
879.15/499.36	c cleaning 10003 clauses out of 20021 with flag 2885000/2885000
882.18/501.14	c cleaning 10001 clauses out of 20018 with flag 2895000/2895000
885.38/503.04	c cleaning 9998 clauses out of 20018 with flag 2905001/2905001
888.62/505.08	c cleaning 10000 clauses out of 20020 with flag 2915001/2915001
892.03/507.03	c cleaning 10000 clauses out of 20019 with flag 2925000/2925000
895.24/508.94	c cleaning 10002 clauses out of 20019 with flag 2935000/2935000
899.24/511.22	c cleaning 10002 clauses out of 20017 with flag 2945000/2945000
902.65/513.30	c cleaning 10001 clauses out of 20016 with flag 2955001/2955001
906.22/515.43	c cleaning 10001 clauses out of 20015 with flag 2965001/2965001
910.00/517.66	c cleaning 10004 clauses out of 20014 with flag 2975001/2975001
912.97/519.42	c cleaning 10000 clauses out of 20010 with flag 2985001/2985001
915.94/521.32	c cleaning 9994 clauses out of 20009 with flag 2995000/2995000
918.93/523.11	c cleaning 10000 clauses out of 20015 with flag 3005000/3005000
922.29/525.19	c cleaning 9998 clauses out of 20016 with flag 3015001/3015001
926.26/527.46	c cleaning 10004 clauses out of 20018 with flag 3025001/3025001
930.40/529.91	c cleaning 10003 clauses out of 20015 with flag 3035002/3035002
933.96/532.03	c cleaning 9990 clauses out of 20010 with flag 3045000/3045000
936.93/533.81	c cleaning 10002 clauses out of 20020 with flag 3055000/3055000
939.70/535.51	c cleaning 10000 clauses out of 20018 with flag 3065000/3065000
942.86/537.56	c cleaning 10002 clauses out of 20018 with flag 3075000/3075000
945.63/539.26	c cleaning 9999 clauses out of 20016 with flag 3085000/3085000
948.39/540.95	c cleaning 10000 clauses out of 20017 with flag 3095000/3095000
951.37/542.74	c cleaning 10001 clauses out of 20018 with flag 3105001/3105001
954.56/544.75	c cleaning 10003 clauses out of 20017 with flag 3115001/3115001
958.72/547.11	c cleaning 9999 clauses out of 20014 with flag 3125001/3125001
962.92/549.54	c cleaning 9999 clauses out of 20014 with flag 3135000/3135000
967.07/551.97	c cleaning 10002 clauses out of 20016 with flag 3145001/3145001
972.04/554.83	c cleaning 9998 clauses out of 20013 with flag 3155000/3155000
975.78/557.08	c cleaning 9997 clauses out of 20015 with flag 3165000/3165000
980.31/559.64	c cleaning 10001 clauses out of 20019 with flag 3175001/3175001
984.65/562.17	c cleaning 10002 clauses out of 20017 with flag 3185000/3185000
989.18/564.83	c cleaning 9996 clauses out of 20015 with flag 3195000/3195000
993.12/567.17	c cleaning 10000 clauses out of 20020 with flag 3205001/3205001
996.68/569.25	c cleaning 10005 clauses out of 20019 with flag 3215000/3215000
1000.02/571.25	c cleaning 10002 clauses out of 20014 with flag 3225000/3225000
1003.38/573.30	c cleaning 9999 clauses out of 20012 with flag 3235000/3235000
1006.54/575.25	c cleaning 9999 clauses out of 20013 with flag 3245000/3245000
1009.90/577.24	c cleaning 10003 clauses out of 20015 with flag 3255001/3255001
1012.86/579.00	c cleaning 10002 clauses out of 20012 with flag 3265001/3265001
1016.41/581.25	c cleaning 9999 clauses out of 20010 with flag 3275001/3275001
1019.58/583.14	c cleaning 9999 clauses out of 20011 with flag 3285001/3285001
1022.74/585.01	c cleaning 9997 clauses out of 20011 with flag 3295000/3295000
1025.70/586.82	c cleaning 10002 clauses out of 20015 with flag 3305001/3305001
1029.05/588.98	c cleaning 9994 clauses out of 20012 with flag 3315000/3315000
1032.38/590.98	c cleaning 10001 clauses out of 20018 with flag 3325000/3325000
1035.51/592.84	c cleaning 10001 clauses out of 20018 with flag 3335001/3335001
1038.65/594.78	c cleaning 10002 clauses out of 20016 with flag 3345000/3345000
1042.17/596.98	c cleaning 9998 clauses out of 20014 with flag 3355000/3355000
1045.72/599.07	c cleaning 10000 clauses out of 20016 with flag 3365000/3365000
1049.45/601.27	c cleaning 10002 clauses out of 20016 with flag 3375000/3375000
1053.36/603.51	c cleaning 9998 clauses out of 20014 with flag 3385000/3385000
1057.49/606.04	c cleaning 10003 clauses out of 20019 with flag 3395003/3395003
1061.63/608.41	c cleaning 9996 clauses out of 20013 with flag 3405000/3405000
1065.18/610.59	c cleaning 10003 clauses out of 20017 with flag 3415000/3415000
1068.92/612.73	c cleaning 10000 clauses out of 20014 with flag 3425000/3425000
1072.66/615.06	c cleaning 10000 clauses out of 20015 with flag 3435001/3435001
1076.39/617.22	c cleaning 9999 clauses out of 20014 with flag 3445000/3445000
1080.33/619.57	c cleaning 10004 clauses out of 20015 with flag 3455000/3455000
1084.47/621.98	c cleaning 9995 clauses out of 20011 with flag 3465000/3465000
1088.55/624.44	c cleaning 10004 clauses out of 20020 with flag 3475004/3475004
1092.07/626.53	c cleaning 9999 clauses out of 20014 with flag 3485002/3485002
1095.76/628.75	c cleaning 10003 clauses out of 20014 with flag 3495001/3495001
1099.26/630.87	c cleaning 9988 clauses out of 20010 with flag 3505000/3505000
1103.33/633.33	c cleaning 10003 clauses out of 20022 with flag 3515000/3515000
1107.03/635.53	c cleaning 10000 clauses out of 20019 with flag 3525000/3525000
1110.73/637.78	c cleaning 9995 clauses out of 20019 with flag 3535000/3535000
1114.42/639.96	c cleaning 10002 clauses out of 20025 with flag 3545001/3545001
1118.35/642.33	c cleaning 9998 clauses out of 20022 with flag 3555000/3555000
1121.85/644.44	c cleaning 10003 clauses out of 20028 with flag 3565004/3565004
1125.74/646.71	c cleaning 10002 clauses out of 20021 with flag 3575000/3575000
1129.23/648.80	c cleaning 10007 clauses out of 20019 with flag 3585000/3585000
1132.31/650.89	c cleaning 10002 clauses out of 20013 with flag 3595001/3595001
1135.60/652.82	c cleaning 9993 clauses out of 20010 with flag 3605000/3605000
1138.68/654.78	c cleaning 9999 clauses out of 20017 with flag 3615000/3615000
1141.98/656.74	c cleaning 10001 clauses out of 20018 with flag 3625000/3625000
1145.44/658.90	c cleaning 10004 clauses out of 20017 with flag 3635000/3635000
1148.54/660.83	c cleaning 9998 clauses out of 20013 with flag 3645000/3645000
1151.63/662.75	c cleaning 9998 clauses out of 20015 with flag 3655000/3655000
1154.91/664.71	c cleaning 9994 clauses out of 20017 with flag 3665000/3665000
1158.58/667.03	c cleaning 10006 clauses out of 20023 with flag 3675000/3675000
1161.86/669.07	c cleaning 9999 clauses out of 20018 with flag 3685001/3685001
1165.14/671.06	c cleaning 9997 clauses out of 20018 with flag 3695000/3695000
1168.81/673.20	c cleaning 10003 clauses out of 20021 with flag 3705000/3705000
1172.66/675.67	c cleaning 9998 clauses out of 20018 with flag 3715000/3715000
1176.15/677.72	c cleaning 10003 clauses out of 20020 with flag 3725000/3725000
1179.43/679.76	c cleaning 10000 clauses out of 20017 with flag 3735000/3735000
1182.70/681.75	c cleaning 10002 clauses out of 20017 with flag 3745000/3745000
1186.14/683.91	c cleaning 10002 clauses out of 20016 with flag 3755001/3755001
1189.42/685.91	c cleaning 10003 clauses out of 20016 with flag 3765003/3765003
1192.47/687.88	c cleaning 9994 clauses out of 20010 with flag 3775000/3775000
1195.74/689.89	c cleaning 10004 clauses out of 20021 with flag 3785005/3785005
1199.59/692.20	c cleaning 9997 clauses out of 20012 with flag 3795000/3795000
1202.86/694.24	c cleaning 9996 clauses out of 20015 with flag 3805000/3805000
1206.32/696.39	c cleaning 9999 clauses out of 20019 with flag 3815000/3815000
1209.78/698.42	c cleaning 10004 clauses out of 20022 with flag 3825002/3825002
1213.43/700.76	c cleaning 10003 clauses out of 20018 with flag 3835002/3835002
1216.89/702.85	c cleaning 9999 clauses out of 20014 with flag 3845001/3845001
1220.34/704.95	c cleaning 10000 clauses out of 20016 with flag 3855002/3855002
1223.79/707.00	c cleaning 10003 clauses out of 20015 with flag 3865001/3865001
1227.00/709.19	c cleaning 10000 clauses out of 20011 with flag 3875000/3875000
1230.27/711.19	c cleaning 9999 clauses out of 20012 with flag 3885001/3885001
1234.11/713.44	c cleaning 9999 clauses out of 20012 with flag 3895000/3895000
1237.35/715.40	c cleaning 9995 clauses out of 20013 with flag 3905000/3905000
1240.77/717.63	c cleaning 10001 clauses out of 20019 with flag 3915001/3915001
1244.40/719.87	c cleaning 10001 clauses out of 20017 with flag 3925000/3925000
1248.24/722.11	c cleaning 9997 clauses out of 20016 with flag 3935000/3935000
1251.86/724.40	c cleaning 10001 clauses out of 20020 with flag 3945001/3945001
1256.43/727.12	c cleaning 10004 clauses out of 20019 with flag 3955001/3955001
1260.27/729.41	c cleaning 10002 clauses out of 20015 with flag 3965001/3965001
1264.31/731.83	c cleaning 9998 clauses out of 20012 with flag 3975000/3975000
1267.95/734.09	c cleaning 9999 clauses out of 20014 with flag 3985000/3985000
1272.93/737.04	c cleaning 10001 clauses out of 20015 with flag 3995000/3995000
1277.58/739.74	c cleaning 10004 clauses out of 20016 with flag 4005002/4005002
1280.20/741.42	c cleaning 0 clauses out of 5002 with flag 0/5002
1283.43/743.43	c cleaning 9997 clauses out of 20010 with flag 4015000/4015000
1288.42/746.43	c cleaning 9998 clauses out of 20014 with flag 4025001/4025001
1292.83/749.01	c cleaning 9998 clauses out of 20015 with flag 4035000/4035000
1296.65/751.32	c cleaning 10001 clauses out of 20019 with flag 4045002/4045002
1300.27/753.52	c cleaning 10003 clauses out of 20017 with flag 4055001/4055001
1304.66/756.23	c cleaning 9995 clauses out of 20013 with flag 4065000/4065000
1308.89/758.74	c cleaning 10003 clauses out of 20019 with flag 4075001/4075001
1313.13/761.21	c cleaning 9997 clauses out of 20015 with flag 4085000/4085000
1317.38/763.77	c cleaning 9998 clauses out of 20018 with flag 4095000/4095000
1321.97/766.55	c cleaning 10003 clauses out of 20021 with flag 4105001/4105001
1326.01/768.96	c cleaning 9996 clauses out of 20017 with flag 4115000/4115000
1329.85/771.29	c cleaning 10005 clauses out of 20023 with flag 4125002/4125002
1333.70/773.51	c cleaning 10000 clauses out of 20016 with flag 4135000/4135000
1337.49/775.98	c cleaning 10003 clauses out of 20020 with flag 4145004/4145004
1341.14/778.13	c cleaning 9998 clauses out of 20013 with flag 4155000/4155000
1344.38/780.16	c cleaning 10000 clauses out of 20015 with flag 4165000/4165000
1348.03/782.31	c cleaning 10000 clauses out of 20015 with flag 4175000/4175000
1352.03/784.83	c cleaning 10002 clauses out of 20015 with flag 4185000/4185000
1355.66/787.04	c cleaning 10001 clauses out of 20013 with flag 4195000/4195000
1359.86/789.54	c cleaning 10000 clauses out of 20013 with flag 4205001/4205001
1363.70/791.88	c cleaning 9996 clauses out of 20012 with flag 4215000/4215000
1368.05/794.58	c cleaning 10005 clauses out of 20020 with flag 4225004/4225004
1371.67/796.79	c cleaning 9997 clauses out of 20011 with flag 4235000/4235000
1375.49/799.03	c cleaning 10003 clauses out of 20016 with flag 4245002/4245002
1379.09/801.21	c cleaning 10000 clauses out of 20012 with flag 4255001/4255001
1383.03/803.73	c cleaning 10004 clauses out of 20011 with flag 4265000/4265000
1386.83/806.06	c cleaning 9992 clauses out of 20008 with flag 4275001/4275001
1391.23/808.67	c cleaning 10001 clauses out of 20016 with flag 4285001/4285001
1395.43/811.14	c cleaning 9999 clauses out of 20014 with flag 4295000/4295000
1399.65/813.80	c cleaning 10002 clauses out of 20015 with flag 4305000/4305000
1403.66/816.15	c cleaning 9995 clauses out of 20015 with flag 4315002/4315002
1407.66/818.53	c cleaning 10005 clauses out of 20018 with flag 4325000/4325000
1411.89/821.05	c cleaning 9993 clauses out of 20013 with flag 4335000/4335000
1416.28/823.78	c cleaning 10002 clauses out of 20020 with flag 4345000/4345000
1420.11/826.08	c cleaning 10003 clauses out of 20019 with flag 4355001/4355001
1424.51/828.67	c cleaning 10000 clauses out of 20016 with flag 4365001/4365001
1428.54/831.07	c cleaning 10002 clauses out of 20020 with flag 4375005/4375005
1432.87/833.76	c cleaning 9999 clauses out of 20013 with flag 4385000/4385000
1437.45/836.43	c cleaning 10000 clauses out of 20014 with flag 4395000/4395000
1441.28/838.78	c cleaning 9998 clauses out of 20015 with flag 4405001/4405001
1445.27/841.19	c cleaning 10005 clauses out of 20016 with flag 4415000/4415000
1449.24/843.64	c cleaning 9999 clauses out of 20012 with flag 4425001/4425001
1452.85/845.84	c cleaning 10001 clauses out of 20013 with flag 4435001/4435001
1457.25/848.46	c cleaning 9996 clauses out of 20011 with flag 4445000/4445000
1461.45/850.97	c cleaning 10002 clauses out of 20015 with flag 4455000/4455000
1464.80/853.20	c cleaning 10003 clauses out of 20015 with flag 4465002/4465002
1467.98/855.11	c cleaning 9999 clauses out of 20010 with flag 4475000/4475000
1471.37/857.20	c cleaning 9999 clauses out of 20011 with flag 4485000/4485000
1474.57/859.21	c cleaning 9999 clauses out of 20012 with flag 4495000/4495000
1477.70/861.37	c cleaning 10000 clauses out of 20014 with flag 4505001/4505001
1480.69/863.30	c cleaning 10003 clauses out of 20014 with flag 4515001/4515001
1483.70/865.20	c cleaning 9998 clauses out of 20010 with flag 4525000/4525000
1486.88/867.14	c cleaning 9999 clauses out of 20012 with flag 4535000/4535000
1490.22/869.33	c cleaning 10000 clauses out of 20015 with flag 4545002/4545002
1493.20/871.26	c cleaning 10001 clauses out of 20014 with flag 4555001/4555001
1496.39/873.27	c cleaning 9997 clauses out of 20012 with flag 4565000/4565000
1499.94/875.42	c cleaning 10002 clauses out of 20015 with flag 4575000/4575000
1503.62/877.80	c cleaning 10002 clauses out of 20013 with flag 4585000/4585000
1506.96/879.91	c cleaning 9996 clauses out of 20012 with flag 4595001/4595001
1510.30/882.09	c cleaning 10001 clauses out of 20015 with flag 4605000/4605000
1513.85/884.20	c cleaning 10007 clauses out of 20017 with flag 4615003/4615003
1517.49/886.65	c cleaning 9994 clauses out of 20007 with flag 4625000/4625000
1521.24/888.91	c cleaning 10005 clauses out of 20013 with flag 4635000/4635000
1524.98/891.24	c cleaning 9991 clauses out of 20008 with flag 4645000/4645000
1528.72/893.53	c cleaning 10003 clauses out of 20017 with flag 4655000/4655000
1532.40/896.00	c cleaning 9999 clauses out of 20015 with flag 4665001/4665001
1535.93/898.18	c cleaning 10001 clauses out of 20015 with flag 4675000/4675000
1539.66/900.47	c cleaning 9996 clauses out of 20014 with flag 4685000/4685000
1543.39/902.74	c cleaning 10000 clauses out of 20018 with flag 4695000/4695000
1547.27/905.27	c cleaning 10002 clauses out of 20019 with flag 4705001/4705001
1550.58/907.36	c cleaning 10000 clauses out of 20016 with flag 4715000/4715000
1553.91/909.46	c cleaning 10002 clauses out of 20016 with flag 4725000/4725000
1557.44/911.61	c cleaning 10001 clauses out of 20015 with flag 4735001/4735001
1561.09/914.00	c cleaning 9999 clauses out of 20013 with flag 4745000/4745000
1564.22/916.09	c cleaning 9996 clauses out of 20016 with flag 4755002/4755002
1567.95/918.32	c cleaning 10001 clauses out of 20018 with flag 4765000/4765000
1571.48/920.52	c cleaning 10000 clauses out of 20018 with flag 4775001/4775001
1575.13/923.00	c cleaning 10002 clauses out of 20018 with flag 4785001/4785001
1578.85/925.24	c cleaning 10000 clauses out of 20018 with flag 4795003/4795003
1582.18/927.39	c cleaning 10001 clauses out of 20015 with flag 4805000/4805000
1585.89/929.66	c cleaning 10000 clauses out of 20014 with flag 4815000/4815000
1589.94/932.22	c cleaning 9999 clauses out of 20014 with flag 4825000/4825000
1593.65/934.54	c cleaning 9996 clauses out of 20016 with flag 4835001/4835001
1597.36/936.84	c cleaning 10000 clauses out of 20020 with flag 4845001/4845001
1600.69/939.00	c cleaning 9996 clauses out of 20020 with flag 4855001/4855001
1604.59/941.40	c cleaning 10006 clauses out of 20023 with flag 4865000/4865000
1608.31/943.72	c cleaning 9999 clauses out of 20017 with flag 4875000/4875000
1612.03/946.02	c cleaning 10002 clauses out of 20018 with flag 4885000/4885000
1615.55/948.29	c cleaning 9997 clauses out of 20016 with flag 4895000/4895000
1619.59/950.81	c cleaning 10003 clauses out of 20020 with flag 4905001/4905001
1623.10/953.03	c cleaning 10000 clauses out of 20017 with flag 4915001/4915001
1626.60/955.30	c cleaning 10000 clauses out of 20017 with flag 4925001/4925001
1630.11/957.40	c cleaning 10001 clauses out of 20017 with flag 4935001/4935001
1633.75/959.87	c cleaning 10001 clauses out of 20015 with flag 4945000/4945000
1637.25/962.04	c cleaning 10002 clauses out of 20015 with flag 4955001/4955001
1640.76/964.29	c cleaning 10000 clauses out of 20013 with flag 4965001/4965001
1644.07/966.40	c cleaning 10000 clauses out of 20013 with flag 4975001/4975001
1648.07/968.94	c cleaning 9998 clauses out of 20012 with flag 4985000/4985000
1651.97/971.39	c cleaning 9998 clauses out of 20014 with flag 4995000/4995000
1655.85/973.75	c cleaning 10004 clauses out of 20017 with flag 5005001/5005001
1659.94/976.27	c cleaning 9998 clauses out of 20014 with flag 5015002/5015002
1664.11/978.95	c cleaning 9996 clauses out of 20014 with flag 5025000/5025000
1669.00/981.81	c cleaning 10006 clauses out of 20021 with flag 5035003/5035003
1672.87/984.22	c cleaning 9998 clauses out of 20012 with flag 5045000/5045000
1676.57/986.57	c cleaning 10001 clauses out of 20015 with flag 5055001/5055001
1680.47/989.09	c cleaning 10001 clauses out of 20014 with flag 5065001/5065001
1684.17/991.38	c cleaning 9996 clauses out of 20012 with flag 5075000/5075000
1687.27/993.37	c cleaning 10001 clauses out of 20017 with flag 5085001/5085001
1690.36/995.37	c cleaning 10005 clauses out of 20017 with flag 5095002/5095002
1693.57/997.53	c cleaning 9995 clauses out of 20010 with flag 5105000/5105000
1696.67/999.54	c cleaning 10001 clauses out of 20015 with flag 5115000/5115000
1699.78/1001.57	c cleaning 10002 clauses out of 20015 with flag 5125001/5125001
1702.85/1003.58	c cleaning 9999 clauses out of 20013 with flag 5135001/5135001
1706.25/1005.88	c cleaning 10001 clauses out of 20017 with flag 5145004/5145004
1709.74/1008.00	c cleaning 9997 clauses out of 20012 with flag 5155000/5155000
1712.82/1010.08	c cleaning 10001 clauses out of 20015 with flag 5165000/5165000
1716.50/1012.31	c cleaning 10001 clauses out of 20016 with flag 5175002/5175002
1720.11/1014.80	c cleaning 9997 clauses out of 20013 with flag 5185000/5185000
1723.57/1016.92	c cleaning 9999 clauses out of 20017 with flag 5195001/5195001
1726.63/1018.96	c cleaning 10001 clauses out of 20017 with flag 5205000/5205000
1730.10/1021.12	c cleaning 10000 clauses out of 20016 with flag 5215000/5215000
1733.67/1023.54	c cleaning 9996 clauses out of 20016 with flag 5225000/5225000
1737.30/1025.85	c cleaning 10003 clauses out of 20022 with flag 5235002/5235002
1740.74/1028.02	c cleaning 10001 clauses out of 20017 with flag 5245000/5245000
1743.97/1030.13	c cleaning 9997 clauses out of 20016 with flag 5255000/5255000
1747.51/1032.54	c cleaning 10001 clauses out of 20020 with flag 5265001/5265001
1750.76/1034.69	c cleaning 10001 clauses out of 20018 with flag 5275000/5275000
1754.20/1036.87	c cleaning 9999 clauses out of 20018 with flag 5285001/5285001
1757.64/1039.09	c cleaning 10000 clauses out of 20018 with flag 5295000/5295000
1761.37/1041.51	c cleaning 10002 clauses out of 20019 with flag 5305001/5305001
1764.61/1043.63	c cleaning 9998 clauses out of 20016 with flag 5315000/5315000
1767.85/1045.76	c cleaning 9999 clauses out of 20018 with flag 5325000/5325000
1771.27/1047.97	c cleaning 10005 clauses out of 20019 with flag 5335000/5335000
1775.23/1050.56	c cleaning 10002 clauses out of 20015 with flag 5345001/5345001
1778.67/1052.74	c cleaning 10000 clauses out of 20013 with flag 5355001/5355001
1782.14/1054.95	c cleaning 9999 clauses out of 20012 with flag 5365000/5365000
1785.58/1057.15	c cleaning 9999 clauses out of 20014 with flag 5375001/5375001
1789.39/1059.65	c cleaning 10000 clauses out of 20014 with flag 5385000/5385000
1793.05/1061.94	c cleaning 10001 clauses out of 20017 with flag 5395003/5395003
1796.91/1064.39	c cleaning 9994 clauses out of 20013 with flag 5405000/5405000
1800.17/1066.43	c starts		: 30
1800.17/1066.43	c conflicts		: 6149
1800.17/1066.43	c decisions		: 123119
1800.17/1066.43	c propagations		: 454771
1800.17/1066.43	c inspects		: 143618677
1800.17/1066.43	c learnt literals	: 0
1800.17/1066.43	c learnt binary clauses	: 0
1800.17/1066.43	c learnt ternary clauses	: 0
1800.17/1066.43	c learnt clauses	: 6149
1800.17/1066.43	c ignored clauses	: 0
1800.17/1066.43	c root simplifications	: 0
1800.17/1066.43	c removed literals (reason simplification)	: 0
1800.17/1066.43	c reason swapping (by a shorter reason)	: 0
1800.17/1066.43	c Calls to reduceDB	: 1
1800.17/1066.43	c number of reductions to clauses (during analyze)	: 0
1800.17/1066.43	c number of learned constraints concerned by reduction	: 0
1800.17/1066.43	c number of learning phase by resolution	: 0
1800.17/1066.43	c number of learning phase by cutting planes	: 0
1800.17/1066.43	c speed (assignments/second)	: 572.1145560105423
1800.17/1066.43	c non guided choices	0
1800.38/1066.54	c learnt constraints type 
1800.38/1066.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 42
1800.38/1066.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 76
1800.38/1066.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6031
1800.38/1066.54	c constraints type 
1800.38/1066.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1687
1800.38/1066.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.38/1066.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8
1800.38/1066.54	c constraints type 
1800.38/1066.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
1800.38/1066.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
1800.38/1066.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.38/1066.54	s SATISFIABLE
1800.38/1066.55	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 x636 x637 x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 x650 -x651 -x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 x701 -x702 -x703 x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 x732 -x733 x734 x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 x766 x767 x768 -x769 -x770 -x771 x772 -x773 -x774 -x775 -x776 -x777 x778 -x779 -x780 -x781 -x782 x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 x803 -x804 -x805 -x806 x807 
1800.38/1066.55	c objective function=57
1800.38/1066.55	c Total wall clock time (in seconds): 1066.332

Verifier Data

OK	57

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662485-1276413961/watcher-2662485-1276413961 -o /tmp/evaluation-result-2662485-1276413961/solver-2662485-1276413961 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662485-1276413961.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.09 1.08 1.01 3/106 22664
/proc/meminfo: memFree=1704784/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1832 CPUtime=0
/proc/22664/stat : 22664 (java6) S 22662 22664 21767 0 -1 4194304 246 0 0 0 0 0 0 0 23 0 1 0 16999801 1875968 148 1992294400 134512640 134550932 4290895488 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/22664/statm: 458 148 111 10 0 63 0

[startup+0.0933361 s]
/proc/loadavg: 1.09 1.08 1.01 3/106 22664
/proc/meminfo: memFree=1704784/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1521796 CPUtime=0.07
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 3864 0 1 0 5 2 0 0 18 0 7 0 16999801 1558319104 3304 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 380449 3304 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10113 s]
/proc/loadavg: 1.09 1.08 1.01 3/106 22664
/proc/meminfo: memFree=1704784/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1524180 CPUtime=0.08
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 16999801 1560760320 3394 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30055 s]
/proc/loadavg: 1.09 1.08 1.01 3/106 22664
/proc/meminfo: memFree=1704784/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1526136 CPUtime=0.36
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 5347 0 1 0 33 3 0 0 18 0 12 0 16999801 1562763264 4783 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 381534 4784 1361 10 0 378837 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526136

[startup+0.811714 s]
/proc/loadavg: 1.09 1.08 1.01 3/106 22664
/proc/meminfo: memFree=1704784/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1528328 CPUtime=1.38
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 9379 0 1 0 133 5 0 0 18 0 12 0 16999801 1565007872 8552 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 382082 8553 1402 10 0 379385 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1528328

[startup+1.50228 s]
/proc/loadavg: 1.09 1.08 1.01 1/120 22680
/proc/meminfo: memFree=1668464/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1530380 CPUtime=1.68
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 11195 0 1 0 162 6 0 0 18 0 14 0 16999801 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 382595 10311 1411 10 0 379898 0
[pid=22664/tid=22666] ppid=22662 vsize=1530380 CPUtime=0.81
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8031 0 1 0 77 4 0 0 19 0 14 0 16999803 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 16999804 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 16999804 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22669/stat : 22669 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 16999806 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 16999806 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 16999806 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 16999811 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1530380 CPUtime=0.18
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 681 0 0 0 18 0 0 0 23 0 14 0 16999811 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1530380 CPUtime=0.52
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 981 0 0 0 52 0 0 0 17 0 14 0 16999811 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 16999811 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 16999811 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16999894 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1530380 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 16999893 1567109120 10311 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1530380

[startup+3.10248 s]
/proc/loadavg: 1.00 1.06 1.00 6/122 22682
/proc/meminfo: memFree=1661380/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1541892 CPUtime=3.7
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 18555 0 1 0 360 10 0 0 18 0 15 0 16999801 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 385473 15085 1427 10 0 382776 0
[pid=22664/tid=22666] ppid=22662 vsize=1541892 CPUtime=0.83
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8192 0 1 0 79 4 0 0 19 0 15 0 16999803 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 15 0 16999804 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 16999804 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22669/stat : 22669 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 15 0 16999806 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 15 0 16999806 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 15 0 16999806 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 16999811 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1541892 CPUtime=1.22
/proc/22664/task/22673/stat : 22673 (java) R 22662 22664 21767 0 -1 4202560 5259 0 0 0 120 2 0 0 17 0 15 0 16999811 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 104164019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1541892 CPUtime=1.02
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 1929 0 0 0 102 0 0 0 15 0 15 0 16999811 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 16999811 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 16999811 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 16999894 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1541892 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 16999893 1578897408 15085 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1541892

[startup+6.30185 s]
/proc/loadavg: 1.00 1.06 1.00 3/122 22688
/proc/meminfo: memFree=1606064/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1541008 CPUtime=7.81
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 40303 0 1 0 762 19 0 0 18 0 16 0 16999801 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 385252 36571 1447 10 0 382555 0
[pid=22664/tid=22666] ppid=22662 vsize=1541008 CPUtime=0.84
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8334 0 1 0 80 4 0 0 18 0 16 0 16999803 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1541008 CPUtime=0.01
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 904 0 0 0 1 0 0 0 18 0 16 0 16999804 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1541008 CPUtime=0.01
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 952 0 0 0 1 0 0 0 18 0 16 0 16999804 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1541008 CPUtime=0.08
/proc/22664/task/22669/stat : 22669 (java) S 22662 22664 21767 0 -1 4202560 1610 0 0 0 7 1 0 0 16 0 16 0 16999806 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1541008 CPUtime=1.94
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5308 0 0 0 192 2 0 0 15 0 16 0 16999811 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1541008 CPUtime=1.47
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 2036 0 0 0 146 1 0 0 15 0 16 0 16999811 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 16999811 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1541008 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22687] ppid=22662 vsize=1541008 CPUtime=1
/proc/22664/task/22687/stat : 22687 (java) R 22662 22664 21767 0 -1 4202560 497 0 0 0 100 0 0 0 20 0 16 0 17000298 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4110358134 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22664/tid=22688] ppid=22662 vsize=1541008 CPUtime=0.99
/proc/22664/task/22688/stat : 22688 (java) R 22662 22664 21767 0 -1 4202560 14694 0 0 0 94 5 0 0 22 0 16 0 17000298 1577992192 36571 1992294400 134512640 134550932 4289433744 18446744073709551615 4110462628 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1541008

[startup+12.7015 s]
/proc/loadavg: 1.16 1.09 1.01 3/122 22688
/proc/meminfo: memFree=1532048/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1544080 CPUtime=20.17
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 48522 0 1 0 1993 24 0 0 18 0 16 0 16999801 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 386020 44746 1447 10 0 383323 0
[pid=22664/tid=22666] ppid=22662 vsize=1544080 CPUtime=0.84
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8334 0 1 0 80 4 0 0 18 0 16 0 16999803 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1544080 CPUtime=0.11
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 1445 0 0 0 11 0 0 0 16 0 16 0 16999804 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1544080 CPUtime=0.1
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 1320 0 0 0 10 0 0 0 16 0 16 0 16999804 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1544080 CPUtime=0.41
/proc/22664/task/22669/stat : 22669 (java) R 22662 22664 21767 0 -1 4202560 4456 0 0 0 39 2 0 0 15 0 16 0 16999806 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 3179271 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1544080 CPUtime=2.01
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5326 0 0 0 199 2 0 0 15 0 16 0 16999811 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1544080 CPUtime=1.85
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 2787 0 0 0 184 1 0 0 15 0 16 0 16999811 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 16999811 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22687] ppid=22662 vsize=1544080 CPUtime=6.57
/proc/22664/task/22687/stat : 22687 (java) S 22662 22664 21767 0 -1 4202560 506 0 0 0 657 0 0 0 25 0 16 0 17000298 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22688] ppid=22662 vsize=1544080 CPUtime=6.8
/proc/22664/task/22688/stat : 22688 (java) S 22662 22664 21767 0 -1 4202560 18380 0 0 0 673 7 0 0 25 0 16 0 17000298 1581137920 44746 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0

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

/proc/22664/statm: 386020 113565 1451 10 0 383323 0
[pid=22664/tid=22666] ppid=22662 vsize=1544080 CPUtime=0.87
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8390 0 1 0 83 4 0 0 15 0 16 0 16999803 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1544080 CPUtime=17.87
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 31711 0 0 0 1738 49 0 0 16 0 16 0 16999804 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1544080 CPUtime=17.92
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 31180 0 0 0 1746 46 0 0 15 0 16 0 16999804 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1544080 CPUtime=258.44
/proc/22664/task/22669/stat : 22669 (java) R 22662 22664 21767 0 -1 4202560 16085 0 0 0 25823 21 0 0 25 0 16 0 16999806 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1544080 CPUtime=2.12
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5337 0 0 0 210 2 0 0 16 0 16 0 16999811 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1544080 CPUtime=2.32
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 3677 0 0 0 231 1 0 0 15 0 16 0 16999811 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 16999811 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22699] ppid=22662 vsize=1544080 CPUtime=439.12
/proc/22664/task/22699/stat : 22699 (java) R 22662 22664 21767 0 -1 4202560 394 0 0 0 43908 4 0 0 15 0 16 0 17026953 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4110074124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22664/tid=22700] ppid=22662 vsize=1544080 CPUtime=435.21
/proc/22664/task/22700/stat : 22700 (java) R 22662 22664 21767 0 -1 4202560 151 0 0 0 43516 5 0 0 15 0 16 0 17026953 1581137920 113565 1992294400 134512640 134550932 4289433744 18446744073709551615 4110168454 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.54
Current children cumulated vsize (KiB) 1544080

[startup+1002.3 s]
/proc/loadavg: 2.22 2.35 1.99 3/122 22720
/proc/meminfo: memFree=1242756/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1544080 CPUtime=1700.66
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 127351 0 1 0 169902 164 0 0 18 0 16 0 16999801 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 386020 115859 1451 10 0 383323 0
[pid=22664/tid=22666] ppid=22662 vsize=1544080 CPUtime=0.87
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8407 0 1 0 83 4 0 0 15 0 16 0 16999803 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1544080 CPUtime=19.04
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 32435 0 0 0 1854 50 0 0 15 0 16 0 16999804 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1544080 CPUtime=19.12
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 31784 0 0 0 1863 49 0 0 16 0 16 0 16999804 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1544080 CPUtime=282.53
/proc/22664/task/22669/stat : 22669 (java) R 22662 22664 21767 0 -1 4202560 17201 0 0 0 28232 21 0 0 16 0 16 0 16999806 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1544080 CPUtime=2.12
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5337 0 0 0 210 2 0 0 16 0 16 0 16999811 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1544080 CPUtime=2.32
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 3677 0 0 0 231 1 0 0 15 0 16 0 16999811 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 16999811 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22699] ppid=22662 vsize=1544080 CPUtime=473.45
/proc/22664/task/22699/stat : 22699 (java) S 22662 22664 21767 0 -1 4202560 414 0 0 0 47340 5 0 0 17 0 16 0 17026953 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22700] ppid=22662 vsize=1544080 CPUtime=469.52
/proc/22664/task/22700/stat : 22700 (java) S 22662 22664 21767 0 -1 4202560 156 0 0 0 46947 5 0 0 19 0 16 0 17026953 1581137920 115859 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1700.66
Current children cumulated vsize (KiB) 1544080

[startup+1062.3 s]
/proc/loadavg: 2.29 2.32 2.00 2/122 22722
/proc/meminfo: memFree=1234820/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1544080 CPUtime=1793.51
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 129445 0 1 0 179180 171 0 0 18 0 16 0 16999801 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 386020 117818 1451 10 0 383323 0
[pid=22664/tid=22666] ppid=22662 vsize=1544080 CPUtime=0.88
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8425 0 1 0 83 5 0 0 15 0 16 0 16999803 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1544080 CPUtime=20.07
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 32981 0 0 0 1956 51 0 0 16 0 16 0 16999804 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1544080 CPUtime=20.14
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 32491 0 0 0 1962 52 0 0 16 0 16 0 16999804 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1544080 CPUtime=309.06
/proc/22664/task/22669/stat : 22669 (java) R 22662 22664 21767 0 -1 4202560 18003 0 0 0 30884 22 0 0 16 0 16 0 16999806 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1544080 CPUtime=2.12
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5337 0 0 0 210 2 0 0 16 0 16 0 16999811 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1544080 CPUtime=2.32
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 3677 0 0 0 231 1 0 0 15 0 16 0 16999811 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 16999811 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22699] ppid=22662 vsize=1544080 CPUtime=505.6
/proc/22664/task/22699/stat : 22699 (java) S 22662 22664 21767 0 -1 4202560 425 0 0 0 50554 6 0 0 16 0 16 0 17026953 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22700] ppid=22662 vsize=1544080 CPUtime=501.61
/proc/22664/task/22700/stat : 22700 (java) S 22662 22664 21767 0 -1 4202560 162 0 0 0 50156 5 0 0 19 0 16 0 17026953 1581137920 117818 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (KiB) 1544080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1066.4 s]
/proc/loadavg: 2.29 2.32 2.00 5/122 22722
/proc/meminfo: memFree=1232464/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=1544080 CPUtime=1800.17
/proc/22664/stat : 22664 (java) S 22662 22664 21767 0 -1 4202496 130075 0 1 0 179845 172 0 0 18 0 16 0 16999801 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 386020 118389 1451 10 0 383323 0
[pid=22664/tid=22666] ppid=22662 vsize=1544080 CPUtime=0.88
/proc/22664/task/22666/stat : 22666 (java) S 22662 22664 21767 0 -1 4202560 8427 0 1 0 83 5 0 0 15 0 16 0 16999803 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22667] ppid=22662 vsize=1544080 CPUtime=20.18
/proc/22664/task/22667/stat : 22667 (java) S 22662 22664 21767 0 -1 4202560 33253 0 0 0 1966 52 0 0 16 0 16 0 16999804 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22668] ppid=22662 vsize=1544080 CPUtime=20.24
/proc/22664/task/22668/stat : 22668 (java) S 22662 22664 21767 0 -1 4202560 32677 0 0 0 1971 53 0 0 15 0 16 0 16999804 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22669] ppid=22662 vsize=1544080 CPUtime=310.56
/proc/22664/task/22669/stat : 22669 (java) S 22662 22664 21767 0 -1 4202560 18170 0 0 0 31034 22 0 0 15 0 16 0 16999806 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 0 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22670] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22670/stat : 22670 (java) S 22662 22664 21767 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22671] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22671/stat : 22671 (java) S 22662 22664 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16999806 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22672] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22672/stat : 22672 (java) S 22662 22664 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22673] ppid=22662 vsize=1544080 CPUtime=2.12
/proc/22664/task/22673/stat : 22673 (java) S 22662 22664 21767 0 -1 4202560 5337 0 0 0 210 2 0 0 16 0 16 0 16999811 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22674] ppid=22662 vsize=1544080 CPUtime=2.32
/proc/22664/task/22674/stat : 22674 (java) S 22662 22664 21767 0 -1 4202560 3677 0 0 0 231 1 0 0 15 0 16 0 16999811 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22675] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22675/stat : 22675 (java) S 22662 22664 21767 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 16999811 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22676] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22676/stat : 22676 (java) S 22662 22664 21767 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 16999811 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22679] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22679/stat : 22679 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 16999894 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 0 0 0 0
[pid=22664/tid=22680] ppid=22662 vsize=1544080 CPUtime=0
/proc/22664/task/22680/stat : 22680 (java) S 22662 22664 21767 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 16999893 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4294960144 0 4 0 16800975 18446604437825851520 0 0 -1 1 0 0 0
[pid=22664/tid=22699] ppid=22662 vsize=1544080 CPUtime=508.06
/proc/22664/task/22699/stat : 22699 (java) R 22662 22664 21767 0 -1 4202560 428 0 0 0 50800 6 0 0 16 0 16 0 17026953 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4110211667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22664/tid=22700] ppid=22662 vsize=1544080 CPUtime=504.13
/proc/22664/task/22700/stat : 22700 (java) R 22662 22664 21767 0 -1 4202560 162 0 0 0 50408 5 0 0 19 0 16 0 17026953 1581137920 118389 1992294400 134512640 134550932 4289433744 18446744073709551615 4110204495 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1544080

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

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

[startup+1066.6 s]
/proc/loadavg: 2.29 2.32 2.00 5/122 22722
/proc/meminfo: memFree=1232464/2059040 swapFree=4158992/4192956
[pid=22664] ppid=22662 vsize=0 CPUtime=1800.54
/proc/22664/stat : 22664 (java) Z 22662 22664 21767 0 -1 4203548 130096 0 1 0 179881 173 0 0 16 0 2 0 16999801 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 0 0 0 0 0 0 0
[pid=22664/tid=22700] ppid=22662 vsize=0 CPUtime=504.29
/proc/22664/task/22700/stat : 22700 (java) R 22662 22664 21767 0 -1 4203588 162 0 0 0 50423 6 0 0 19 0 2 0 17026953 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1066.64
CPU time (s): 1800.58
CPU user time (s): 1798.81
CPU system time (s): 1.76973
CPU usage (%): 168.808
Max. virtual memory (cumulated for all children) (KiB): 1547152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.76973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130096
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= 34919
involuntary context switches= 46413

runsolver used 4.91325 second user time and 10.2004 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-13 09:26:01
IDJOB=2662485
IDBENCH=2052
IDSOLVER=1166
FILE ID=node006/2662485-1276413961
PBS_JOBID= 11173276
Free space on /tmp= 62472 MiB

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

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

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=171115584

node006.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.204
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.40
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.204
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	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1705056 kB
Buffers:         98912 kB
Cached:         158244 kB
SwapCached:       2232 kB
Active:         131268 kB
Inactive:       154208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1705056 kB
SwapTotal:     4192956 kB
SwapFree:      4158992 kB
Dirty:             624 kB
Writeback:           0 kB
AnonPages:       26140 kB
Mapped:          14012 kB
Slab:            46556 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181412 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= 62472 MiB
End job on node006 at 2010-06-13 09:43:50