Trace number 2658754

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 Resolution 2.2.0 2010-05-26SAT (TO)48830 1800.24 1798.04

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
MD5SUMa588ec671da067d931709859b503c557
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46073
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1945
Total number of constraints3355
Number of constraints which are clauses3355
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 constraint55
Number of terms in the objective function 1036
Biggest coefficient in the objective function 2072
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1671510
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1671510
Number of bits of the biggest sum of numbers21
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.v20100526
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.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-2658754-1276645775.opb
0.21/0.23	c reading problem ... 
0.96/0.70	c ... done. Wall clock time 0.475s.
0.96/0.70	c #vars     1945
0.96/0.70	c #constraints  3355
0.96/0.70	c constraints type 
0.96/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 920
0.96/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2431
1.12/0.84	c SATISFIABLE
1.12/0.84	c OPTIMIZING...
1.12/0.84	c Got one! Elapsed wall clock time (in seconds):0.616
1.12/0.84	o 60200
1.29/0.97	c Got one! Elapsed wall clock time (in seconds):0.748
1.29/0.97	o 58956
1.46/1.08	c Got one! Elapsed wall clock time (in seconds):0.858
1.46/1.08	o 58898
1.67/1.16	c Got one! Elapsed wall clock time (in seconds):0.936
1.67/1.16	o 57654
1.85/1.22	c Got one! Elapsed wall clock time (in seconds):0.992
1.85/1.22	o 57596
1.85/1.26	c Got one! Elapsed wall clock time (in seconds):1.03
1.85/1.26	o 56352
2.04/1.31	c Got one! Elapsed wall clock time (in seconds):1.087
2.04/1.31	o 56308
2.04/1.35	c Got one! Elapsed wall clock time (in seconds):1.125
2.04/1.35	o 56294
2.04/1.38	c Got one! Elapsed wall clock time (in seconds):1.153
2.04/1.38	o 55050
2.24/1.44	c Got one! Elapsed wall clock time (in seconds):1.21
2.24/1.44	o 53986
3.04/1.86	c Got one! Elapsed wall clock time (in seconds):1.639
3.04/1.86	o 53916
3.44/2.09	c Got one! Elapsed wall clock time (in seconds):1.86
3.44/2.09	o 52900
4.10/2.61	c Got one! Elapsed wall clock time (in seconds):2.388
4.10/2.61	o 52194
4.61/3.18	c cleaning 2494 clauses out of 5001 with flag 5001/5001
4.94/3.47	c Got one! Elapsed wall clock time (in seconds):3.247
4.94/3.47	o 51720
5.24/3.71	c Got one! Elapsed wall clock time (in seconds):3.488
5.24/3.71	o 50561
6.28/4.75	c cleaning 4248 clauses out of 8506 with flag 11000/11000
8.28/6.76	c cleaning 5627 clauses out of 11259 with flag 18001/18001
8.79/7.23	c Got one! Elapsed wall clock time (in seconds):7.008
8.79/7.23	o 50464
10.29/8.73	c cleaning 6812 clauses out of 13631 with flag 26000/26000
13.02/11.44	c cleaning 7898 clauses out of 15819 with flag 35000/35000
16.12/14.55	c cleaning 8958 clauses out of 17922 with flag 45001/45001
18.13/16.52	c Got one! Elapsed wall clock time (in seconds):16.291
18.13/16.52	o 49264
18.82/17.27	c cleaning 9464 clauses out of 18963 with flag 55000/55000
21.92/20.31	c cleaning 9732 clauses out of 19499 with flag 65000/65000
24.63/23.07	c cleaning 9877 clauses out of 19768 with flag 75001/75001
27.53/25.99	c cleaning 9937 clauses out of 19890 with flag 85000/85000
30.43/28.80	c cleaning 9971 clauses out of 19953 with flag 95000/95000
33.13/31.51	c cleaning 9983 clauses out of 19982 with flag 105000/105000
35.74/34.15	c cleaning 9990 clauses out of 19999 with flag 115000/115000
38.64/37.07	c cleaning 9998 clauses out of 20010 with flag 125001/125001
41.64/40.07	c cleaning 9998 clauses out of 20011 with flag 135000/135000
44.45/42.89	c cleaning 9997 clauses out of 20013 with flag 145000/145000
47.34/45.76	c cleaning 9982 clauses out of 20019 with flag 155003/155003
50.85/49.20	c cleaning 10007 clauses out of 20035 with flag 165001/165001
54.15/52.50	c cleaning 10010 clauses out of 20027 with flag 175000/175000
56.75/55.17	c cleaning 9999 clauses out of 20017 with flag 185000/185000
59.75/58.14	c cleaning 10000 clauses out of 20018 with flag 195000/195000
62.66/61.09	c cleaning 9990 clauses out of 20019 with flag 205001/205001
65.56/63.99	c cleaning 10008 clauses out of 20028 with flag 215000/215000
67.67/66.08	c cleaning 10006 clauses out of 20020 with flag 225000/225000
70.16/68.55	c cleaning 9990 clauses out of 20014 with flag 235000/235000
73.46/71.88	c cleaning 10009 clauses out of 20029 with flag 245005/245005
76.96/75.32	c cleaning 9997 clauses out of 20015 with flag 255000/255000
80.16/78.52	c cleaning 10003 clauses out of 20018 with flag 265000/265000
83.36/81.76	c cleaning 9996 clauses out of 20016 with flag 275001/275001
85.96/84.32	c cleaning 10005 clauses out of 20019 with flag 285000/285000
89.06/87.47	c cleaning 9998 clauses out of 20014 with flag 295000/295000
92.07/90.49	c cleaning 9993 clauses out of 20016 with flag 305000/305000
95.07/93.45	c cleaning 10005 clauses out of 20023 with flag 315000/315000
97.67/96.05	c cleaning 10004 clauses out of 20019 with flag 325001/325001
100.17/98.54	c cleaning 9999 clauses out of 20014 with flag 335000/335000
102.68/101.07	c cleaning 9998 clauses out of 20015 with flag 345000/345000
105.58/103.93	c cleaning 10003 clauses out of 20017 with flag 355000/355000
108.58/106.97	c cleaning 9999 clauses out of 20014 with flag 365000/365000
111.69/110.04	c cleaning 9996 clauses out of 20015 with flag 375000/375000
114.78/113.11	c cleaning 10000 clauses out of 20020 with flag 385001/385001
117.88/116.26	c cleaning 10009 clauses out of 20019 with flag 395000/395000
120.58/118.99	c cleaning 9995 clauses out of 20010 with flag 405000/405000
123.59/121.97	c cleaning 10000 clauses out of 20016 with flag 415001/415001
126.49/124.82	c cleaning 9995 clauses out of 20015 with flag 425000/425000
129.59/127.94	c cleaning 10007 clauses out of 20021 with flag 435001/435001
130.30/128.63	c Got one! Elapsed wall clock time (in seconds):128.409
130.30/128.63	o 49063
131.39/129.79	c cleaning 9999 clauses out of 20013 with flag 445000/445000
132.99/131.38	c cleaning 10001 clauses out of 20015 with flag 455001/455001
135.10/133.44	c cleaning 10003 clauses out of 20014 with flag 465001/465001
137.60/135.94	c cleaning 9999 clauses out of 20011 with flag 475001/475001
140.10/138.43	c cleaning 10000 clauses out of 20011 with flag 485000/485000
142.90/141.29	c cleaning 10001 clauses out of 20012 with flag 495001/495001
145.61/143.93	c cleaning 9986 clauses out of 20010 with flag 505000/505000
148.41/146.78	c cleaning 10005 clauses out of 20025 with flag 515001/515001
151.41/149.75	c cleaning 10005 clauses out of 20020 with flag 525001/525001
153.81/152.14	c cleaning 10001 clauses out of 20014 with flag 535000/535000
156.01/154.38	c cleaning 9999 clauses out of 20013 with flag 545000/545000
158.31/156.69	c cleaning 9999 clauses out of 20015 with flag 555001/555001
160.74/159.06	c cleaning 10000 clauses out of 20016 with flag 565001/565001
163.15/161.41	c cleaning 10000 clauses out of 20015 with flag 575000/575000
165.45/163.73	c cleaning 10001 clauses out of 20016 with flag 585001/585001
167.76/166.06	c cleaning 9999 clauses out of 20015 with flag 595001/595001
170.55/168.87	c cleaning 10003 clauses out of 20017 with flag 605002/605002
173.46/171.78	c cleaning 10003 clauses out of 20013 with flag 615001/615001
176.35/174.68	c cleaning 9996 clauses out of 20009 with flag 625000/625000
179.15/177.40	c cleaning 10001 clauses out of 20013 with flag 635000/635000
182.26/180.54	c cleaning 9992 clauses out of 20012 with flag 645000/645000
185.25/183.58	c cleaning 10005 clauses out of 20020 with flag 655000/655000
187.25/185.51	c cleaning 10000 clauses out of 20015 with flag 665000/665000
189.45/187.70	c cleaning 9995 clauses out of 20015 with flag 675000/675000
191.36/189.67	c cleaning 10004 clauses out of 20021 with flag 685001/685001
193.95/192.27	c cleaning 9997 clauses out of 20016 with flag 695000/695000
196.55/194.81	c cleaning 10002 clauses out of 20019 with flag 705000/705000
199.36/197.68	c cleaning 9999 clauses out of 20018 with flag 715001/715001
202.26/200.54	c cleaning 9995 clauses out of 20018 with flag 725000/725000
204.95/203.22	c cleaning 10000 clauses out of 20023 with flag 735000/735000
207.55/205.90	c cleaning 10004 clauses out of 20024 with flag 745001/745001
210.26/208.56	c cleaning 10005 clauses out of 20020 with flag 755001/755001
213.26/211.57	c cleaning 10004 clauses out of 20015 with flag 765001/765001
216.36/214.69	c cleaning 9997 clauses out of 20013 with flag 775003/775003
219.36/217.69	c cleaning 9999 clauses out of 20013 with flag 785000/785000
222.16/220.48	c cleaning 10002 clauses out of 20014 with flag 795000/795000
225.17/223.47	c cleaning 10000 clauses out of 20013 with flag 805001/805001
228.27/226.51	c cleaning 9999 clauses out of 20012 with flag 815000/815000
231.36/229.62	c cleaning 9999 clauses out of 20013 with flag 825000/825000
234.17/232.45	c cleaning 10003 clauses out of 20014 with flag 835000/835000
237.56/235.80	c cleaning 10002 clauses out of 20011 with flag 845000/845000
240.76/239.02	c cleaning 9994 clauses out of 20010 with flag 855001/855001
243.97/242.22	c cleaning 9998 clauses out of 20017 with flag 865002/865002
247.07/245.39	c cleaning 9997 clauses out of 20017 with flag 875000/875000
250.27/248.51	c cleaning 9998 clauses out of 20020 with flag 885000/885000
251.87/250.19	c Got one! Elapsed wall clock time (in seconds):249.96
251.87/250.19	o 48956
253.27/251.55	c cleaning 10008 clauses out of 20023 with flag 895001/895001
256.27/254.54	c cleaning 9999 clauses out of 20016 with flag 905002/905002
258.97/257.21	c cleaning 10002 clauses out of 20015 with flag 915000/915000
262.17/260.47	c cleaning 9993 clauses out of 20013 with flag 925000/925000
265.07/263.30	c cleaning 10002 clauses out of 20020 with flag 935000/935000
267.07/265.39	c cleaning 10001 clauses out of 20019 with flag 945001/945001
269.97/268.22	c cleaning 9997 clauses out of 20017 with flag 955000/955000
273.49/271.72	c cleaning 10008 clauses out of 20021 with flag 965001/965001
276.79/275.03	c cleaning 9999 clauses out of 20015 with flag 975003/975003
279.18/277.43	c cleaning 9998 clauses out of 20013 with flag 985000/985000
281.29/279.50	c cleaning 9995 clauses out of 20015 with flag 995000/995000
283.29/281.58	c cleaning 10006 clauses out of 20020 with flag 1005000/1005000
285.50/283.72	c cleaning 10000 clauses out of 20015 with flag 1015001/1015001
287.70/285.97	c cleaning 10001 clauses out of 20014 with flag 1025000/1025000
290.89/289.17	c cleaning 10001 clauses out of 20014 with flag 1035001/1035001
294.19/292.49	c cleaning 10000 clauses out of 20012 with flag 1045000/1045000
297.39/295.60	c cleaning 9998 clauses out of 20012 with flag 1055000/1055000
300.49/298.75	c cleaning 10001 clauses out of 20014 with flag 1065000/1065000
303.69/301.92	c cleaning 9997 clauses out of 20013 with flag 1075000/1075000
306.89/305.11	c cleaning 10003 clauses out of 20016 with flag 1085000/1085000
309.39/307.62	c cleaning 10003 clauses out of 20015 with flag 1095002/1095002
311.90/310.11	c cleaning 9999 clauses out of 20010 with flag 1105000/1105000
314.40/312.66	c cleaning 9999 clauses out of 20011 with flag 1115000/1115000
317.00/315.29	c cleaning 9996 clauses out of 20013 with flag 1125001/1125001
319.70/317.93	c cleaning 9989 clauses out of 20016 with flag 1135000/1135000
322.50/320.72	c cleaning 10003 clauses out of 20027 with flag 1145000/1145000
325.30/323.50	c cleaning 10007 clauses out of 20024 with flag 1155000/1155000
327.91/326.19	c cleaning 10004 clauses out of 20020 with flag 1165003/1165003
330.81/329.03	c cleaning 9998 clauses out of 20014 with flag 1175001/1175001
333.62/331.88	c cleaning 10000 clauses out of 20015 with flag 1185000/1185000
336.62/334.85	c cleaning 9995 clauses out of 20015 with flag 1195000/1195000
339.72/337.93	c cleaning 9999 clauses out of 20020 with flag 1205000/1205000
342.83/341.07	c cleaning 10003 clauses out of 20021 with flag 1215000/1215000
345.82/344.00	c cleaning 9997 clauses out of 20018 with flag 1225000/1225000
348.72/346.91	c cleaning 10000 clauses out of 20021 with flag 1235000/1235000
351.63/349.88	c cleaning 10004 clauses out of 20021 with flag 1245000/1245000
354.53/352.80	c cleaning 10000 clauses out of 20018 with flag 1255001/1255001
357.52/355.77	c cleaning 9995 clauses out of 20017 with flag 1265000/1265000
360.43/358.62	c cleaning 10003 clauses out of 20022 with flag 1275000/1275000
363.42/361.61	c cleaning 10002 clauses out of 20019 with flag 1285000/1285000
366.32/364.55	c cleaning 10001 clauses out of 20017 with flag 1295000/1295000
369.32/367.51	c cleaning 9999 clauses out of 20017 with flag 1305001/1305001
372.22/370.45	c cleaning 9996 clauses out of 20017 with flag 1315000/1315000
375.22/373.46	c cleaning 9997 clauses out of 20021 with flag 1325000/1325000
378.12/376.30	c cleaning 10000 clauses out of 20024 with flag 1335000/1335000
380.93/379.14	c cleaning 10005 clauses out of 20024 with flag 1345000/1345000
384.33/382.56	c cleaning 10006 clauses out of 20019 with flag 1355000/1355000
387.23/385.45	c cleaning 10003 clauses out of 20013 with flag 1365000/1365000
390.23/388.45	c cleaning 10001 clauses out of 20010 with flag 1375000/1375000
393.13/391.39	c cleaning 10000 clauses out of 20011 with flag 1385002/1385002
395.83/394.00	c cleaning 10000 clauses out of 20009 with flag 1395000/1395000
397.85/396.04	c cleaning 10001 clauses out of 20010 with flag 1405001/1405001
399.95/398.19	c cleaning 10000 clauses out of 20008 with flag 1415000/1415000
402.44/400.62	c cleaning 9995 clauses out of 20009 with flag 1425001/1425001
405.44/403.65	c cleaning 9998 clauses out of 20013 with flag 1435000/1435000
408.54/406.78	c cleaning 9999 clauses out of 20015 with flag 1445000/1445000
411.84/410.04	c cleaning 9999 clauses out of 20017 with flag 1455001/1455001
415.03/413.24	c cleaning 9997 clauses out of 20017 with flag 1465000/1465000
417.03/415.22	c cleaning 10000 clauses out of 20020 with flag 1475000/1475000
419.04/417.26	c cleaning 10004 clauses out of 20020 with flag 1485000/1485000
421.04/419.23	c cleaning 10002 clauses out of 20017 with flag 1495001/1495001
423.05/421.24	c cleaning 10001 clauses out of 20015 with flag 1505001/1505001
425.05/423.25	c cleaning 10000 clauses out of 20014 with flag 1515001/1515001
427.15/425.37	c cleaning 9994 clauses out of 20013 with flag 1525000/1525000
429.76/427.93	c cleaning 9998 clauses out of 20019 with flag 1535000/1535000
433.15/431.36	c cleaning 10005 clauses out of 20021 with flag 1545000/1545000
436.26/434.50	c cleaning 9994 clauses out of 20016 with flag 1555000/1555000
439.45/437.64	c cleaning 9998 clauses out of 20022 with flag 1565000/1565000
442.65/440.88	c cleaning 10006 clauses out of 20027 with flag 1575003/1575003
445.95/444.16	c cleaning 9999 clauses out of 20019 with flag 1585001/1585001
449.25/447.41	c cleaning 9999 clauses out of 20019 with flag 1595000/1595000
452.15/450.35	c cleaning 9999 clauses out of 20020 with flag 1605000/1605000
455.25/453.47	c cleaning 9998 clauses out of 20021 with flag 1615000/1615000
458.15/456.39	c cleaning 10007 clauses out of 20023 with flag 1625000/1625000
460.95/459.18	c cleaning 10000 clauses out of 20016 with flag 1635000/1635000
464.05/462.24	c cleaning 9992 clauses out of 20016 with flag 1645000/1645000
467.06/465.29	c cleaning 10001 clauses out of 20025 with flag 1655001/1655001
470.06/468.28	c cleaning 10006 clauses out of 20024 with flag 1665001/1665001
473.16/471.30	c cleaning 9995 clauses out of 20017 with flag 1675000/1675000
476.26/474.44	c cleaning 10008 clauses out of 20023 with flag 1685001/1685001
479.46/477.62	c cleaning 10004 clauses out of 20014 with flag 1695000/1695000
482.47/480.65	c cleaning 9996 clauses out of 20013 with flag 1705003/1705003
485.46/483.69	c cleaning 9993 clauses out of 20014 with flag 1715000/1715000
488.27/486.42	c cleaning 9997 clauses out of 20021 with flag 1725000/1725000
491.16/489.31	c cleaning 10002 clauses out of 20026 with flag 1735002/1735002
494.06/492.22	c cleaning 10004 clauses out of 20023 with flag 1745001/1745001
497.06/495.24	c cleaning 10000 clauses out of 20019 with flag 1755001/1755001
500.17/498.34	c cleaning 9996 clauses out of 20018 with flag 1765000/1765000
503.37/501.51	c cleaning 10004 clauses out of 20022 with flag 1775000/1775000
505.96/504.19	c cleaning 10000 clauses out of 20018 with flag 1785000/1785000
508.77/506.91	c cleaning 10005 clauses out of 20018 with flag 1795000/1795000
511.48/509.63	c cleaning 10000 clauses out of 20014 with flag 1805001/1805001
514.08/512.29	c cleaning 10000 clauses out of 20013 with flag 1815000/1815000
516.98/515.18	c cleaning 9995 clauses out of 20013 with flag 1825000/1825000
519.79/517.92	c cleaning 10002 clauses out of 20019 with flag 1835001/1835001
522.49/520.69	c cleaning 9998 clauses out of 20016 with flag 1845000/1845000
525.29/523.47	c cleaning 10001 clauses out of 20018 with flag 1855000/1855000
528.19/526.34	c cleaning 10004 clauses out of 20017 with flag 1865000/1865000
531.40/529.54	c cleaning 9999 clauses out of 20013 with flag 1875000/1875000
534.80/532.90	c cleaning 9991 clauses out of 20014 with flag 1885000/1885000
537.99/536.12	c cleaning 10000 clauses out of 20023 with flag 1895000/1895000
540.80/538.94	c cleaning 10005 clauses out of 20024 with flag 1905001/1905001
543.80/541.99	c cleaning 9995 clauses out of 20018 with flag 1915000/1915000
547.20/545.35	c cleaning 10004 clauses out of 20024 with flag 1925001/1925001
550.20/548.33	c cleaning 9998 clauses out of 20020 with flag 1935001/1935001
553.30/551.41	c cleaning 10005 clauses out of 20021 with flag 1945000/1945000
556.31/554.46	c cleaning 9996 clauses out of 20016 with flag 1955000/1955000
559.51/557.66	c cleaning 10002 clauses out of 20020 with flag 1965000/1965000
562.60/560.74	c cleaning 9999 clauses out of 20018 with flag 1975000/1975000
565.61/563.70	c cleaning 10001 clauses out of 20019 with flag 1985000/1985000
568.71/566.85	c cleaning 10002 clauses out of 20018 with flag 1995000/1995000
571.41/569.53	c cleaning 10004 clauses out of 20018 with flag 2005002/2005002
574.51/572.69	c cleaning 10001 clauses out of 20012 with flag 2015000/2015000
577.81/575.93	c cleaning 10003 clauses out of 20011 with flag 2025000/2025000
580.51/578.62	c cleaning 9997 clauses out of 20008 with flag 2035000/2035000
583.50/581.61	c cleaning 9994 clauses out of 20012 with flag 2045001/2045001
586.61/584.79	c cleaning 10000 clauses out of 20018 with flag 2055001/2055001
589.60/587.78	c cleaning 10003 clauses out of 20018 with flag 2065001/2065001
592.62/590.71	c cleaning 9999 clauses out of 20014 with flag 2075000/2075000
595.41/593.52	c cleaning 9997 clauses out of 20015 with flag 2085000/2085000
597.61/595.74	c cleaning 10003 clauses out of 20018 with flag 2095000/2095000
599.91/598.09	c cleaning 9999 clauses out of 20015 with flag 2105000/2105000
602.31/600.40	c cleaning 9999 clauses out of 20019 with flag 2115003/2115003
604.62/602.71	c cleaning 10002 clauses out of 20018 with flag 2125001/2125001
607.01/605.17	c cleaning 10004 clauses out of 20017 with flag 2135002/2135002
609.71/607.80	c cleaning 9997 clauses out of 20013 with flag 2145002/2145002
612.33/610.43	c cleaning 10000 clauses out of 20014 with flag 2155000/2155000
615.03/613.13	c cleaning 9990 clauses out of 20014 with flag 2165000/2165000
617.73/615.81	c cleaning 10008 clauses out of 20024 with flag 2175000/2175000
620.43/618.56	c cleaning 9997 clauses out of 20016 with flag 2185000/2185000
623.13/621.20	c cleaning 10002 clauses out of 20020 with flag 2195001/2195001
625.13/623.23	c cleaning 10004 clauses out of 20017 with flag 2205000/2205000
627.34/625.48	c cleaning 9997 clauses out of 20013 with flag 2215000/2215000
629.84/627.93	c cleaning 10000 clauses out of 20016 with flag 2225000/2225000
632.34/630.49	c cleaning 10002 clauses out of 20016 with flag 2235000/2235000
634.94/633.04	c cleaning 9997 clauses out of 20014 with flag 2245000/2245000
637.44/635.51	c cleaning 10001 clauses out of 20017 with flag 2255000/2255000
639.85/637.94	c cleaning 9996 clauses out of 20016 with flag 2265000/2265000
642.44/640.59	c cleaning 10006 clauses out of 20021 with flag 2275001/2275001
645.35/643.41	c cleaning 9999 clauses out of 20016 with flag 2285002/2285002
648.04/646.10	c cleaning 10001 clauses out of 20015 with flag 2295000/2295000
650.25/648.33	c cleaning 10001 clauses out of 20014 with flag 2305000/2305000
652.45/650.50	c cleaning 9994 clauses out of 20013 with flag 2315000/2315000
654.74/652.89	c cleaning 9997 clauses out of 20020 with flag 2325001/2325001
657.14/655.26	c cleaning 10001 clauses out of 20022 with flag 2335000/2335000
659.54/657.65	c cleaning 9998 clauses out of 20022 with flag 2345001/2345001
661.95/660.05	c cleaning 10005 clauses out of 20023 with flag 2355000/2355000
664.34/662.42	c cleaning 9998 clauses out of 20018 with flag 2365000/2365000
666.74/664.86	c cleaning 10005 clauses out of 20021 with flag 2375001/2375001
669.05/667.18	c cleaning 9995 clauses out of 20015 with flag 2385000/2385000
671.44/669.52	c cleaning 10001 clauses out of 20020 with flag 2395000/2395000
673.83/671.96	c cleaning 9995 clauses out of 20019 with flag 2405000/2405000
676.33/674.42	c cleaning 10004 clauses out of 20024 with flag 2415000/2415000
678.83/676.93	c cleaning 9998 clauses out of 20021 with flag 2425001/2425001
681.34/679.48	c cleaning 10003 clauses out of 20023 with flag 2435001/2435001
683.85/682.00	c cleaning 10001 clauses out of 20019 with flag 2445000/2445000
687.25/685.32	c cleaning 9998 clauses out of 20018 with flag 2455000/2455000
690.83/688.94	c cleaning 10004 clauses out of 20020 with flag 2465000/2465000
694.13/692.29	c cleaning 9998 clauses out of 20017 with flag 2475001/2475001
697.53/695.68	c cleaning 10000 clauses out of 20018 with flag 2485000/2485000
700.84/698.95	c cleaning 10001 clauses out of 20018 with flag 2495000/2495000
704.14/702.28	c cleaning 9992 clauses out of 20017 with flag 2505000/2505000
707.44/705.52	c cleaning 10006 clauses out of 20025 with flag 2515000/2515000
710.74/708.81	c cleaning 10000 clauses out of 20019 with flag 2525000/2525000
714.24/712.32	c cleaning 9999 clauses out of 20019 with flag 2535000/2535000
717.64/715.72	c cleaning 10000 clauses out of 20020 with flag 2545000/2545000
720.94/719.04	c cleaning 10003 clauses out of 20020 with flag 2555000/2555000
724.25/722.32	c cleaning 10002 clauses out of 20018 with flag 2565001/2565001
727.65/725.76	c cleaning 9982 clauses out of 20016 with flag 2575001/2575001
730.95/729.09	c cleaning 9998 clauses out of 20033 with flag 2585000/2585000
734.35/732.47	c cleaning 10010 clauses out of 20035 with flag 2595000/2595000
737.96/736.04	c cleaning 10001 clauses out of 20026 with flag 2605001/2605001
741.56/739.69	c cleaning 10004 clauses out of 20024 with flag 2615000/2615000
744.46/742.58	c cleaning 10001 clauses out of 20020 with flag 2625000/2625000
747.46/745.59	c cleaning 9997 clauses out of 20020 with flag 2635001/2635001
750.97/749.05	c cleaning 9998 clauses out of 20022 with flag 2645000/2645000
754.46/752.56	c cleaning 10000 clauses out of 20024 with flag 2655000/2655000
757.96/756.07	c cleaning 10007 clauses out of 20024 with flag 2665000/2665000
761.87/759.99	c cleaning 10002 clauses out of 20018 with flag 2675001/2675001
765.38/763.47	c cleaning 10003 clauses out of 20016 with flag 2685001/2685001
768.26/766.35	c cleaning 10002 clauses out of 20013 with flag 2695001/2695001
771.48/769.56	c cleaning 9999 clauses out of 20011 with flag 2705001/2705001
774.78/772.82	c cleaning 9991 clauses out of 20011 with flag 2715000/2715000
778.08/776.12	c cleaning 10001 clauses out of 20020 with flag 2725000/2725000
781.38/779.46	c cleaning 10001 clauses out of 20020 with flag 2735001/2735001
784.58/782.63	c cleaning 9994 clauses out of 20018 with flag 2745000/2745000
787.58/785.68	c cleaning 10006 clauses out of 20025 with flag 2755001/2755001
790.78/788.85	c cleaning 10000 clauses out of 20021 with flag 2765003/2765003
793.90/791.91	c cleaning 9993 clauses out of 20018 with flag 2775000/2775000
796.99/795.00	c cleaning 10002 clauses out of 20025 with flag 2785000/2785000
800.09/798.16	c cleaning 10003 clauses out of 20026 with flag 2795003/2795003
803.29/801.34	c cleaning 9997 clauses out of 20020 with flag 2805000/2805000
806.39/804.46	c cleaning 10000 clauses out of 20024 with flag 2815001/2815001
809.59/807.66	c cleaning 9997 clauses out of 20023 with flag 2825000/2825000
812.70/810.77	c cleaning 10004 clauses out of 20026 with flag 2835000/2835000
816.00/814.01	c cleaning 10002 clauses out of 20024 with flag 2845002/2845002
819.09/817.19	c cleaning 10001 clauses out of 20021 with flag 2855001/2855001
822.69/820.70	c cleaning 9996 clauses out of 20019 with flag 2865000/2865000
826.29/824.35	c cleaning 9992 clauses out of 20023 with flag 2875000/2875000
829.69/827.77	c cleaning 10003 clauses out of 20031 with flag 2885000/2885000
833.29/831.39	c cleaning 10009 clauses out of 20029 with flag 2895001/2895001
836.80/834.83	c cleaning 9995 clauses out of 20019 with flag 2905000/2905000
840.09/838.11	c cleaning 9988 clauses out of 20024 with flag 2915000/2915000
843.40/841.43	c cleaning 10002 clauses out of 20036 with flag 2925000/2925000
846.70/844.78	c cleaning 10007 clauses out of 20034 with flag 2935000/2935000
850.10/848.11	c cleaning 9984 clauses out of 20027 with flag 2945000/2945000
853.49/851.50	c cleaning 10010 clauses out of 20043 with flag 2955000/2955000
856.89/854.98	c cleaning 10005 clauses out of 20033 with flag 2965000/2965000
860.50/858.54	c cleaning 10004 clauses out of 20028 with flag 2975000/2975000
863.99/862.01	c cleaning 10003 clauses out of 20025 with flag 2985001/2985001
867.19/865.29	c cleaning 9984 clauses out of 20023 with flag 2995002/2995002
870.09/868.13	c cleaning 10007 clauses out of 20037 with flag 3005000/3005000
873.09/871.13	c cleaning 10006 clauses out of 20030 with flag 3015000/3015000
875.69/873.75	c cleaning 9992 clauses out of 20024 with flag 3025000/3025000
879.49/877.55	c cleaning 10015 clauses out of 20033 with flag 3035001/3035001
881.90/879.95	c cleaning 9998 clauses out of 20017 with flag 3045000/3045000
884.49/882.56	c cleaning 10005 clauses out of 20020 with flag 3055001/3055001
887.59/885.69	c cleaning 10002 clauses out of 20016 with flag 3065002/3065002
890.70/888.79	c cleaning 10001 clauses out of 20014 with flag 3075002/3075002
893.90/891.94	c cleaning 10004 clauses out of 20011 with flag 3085000/3085000
897.59/895.65	c cleaning 10000 clauses out of 20007 with flag 3095000/3095000
901.10/899.17	c cleaning 9991 clauses out of 20008 with flag 3105001/3105001
904.59/902.60	c cleaning 10003 clauses out of 20016 with flag 3115000/3115000
908.00/906.09	c cleaning 10001 clauses out of 20013 with flag 3125000/3125000
911.00/909.04	c cleaning 10003 clauses out of 20015 with flag 3135003/3135003
914.10/912.17	c cleaning 9997 clauses out of 20009 with flag 3145000/3145000
916.90/914.99	c cleaning 9996 clauses out of 20012 with flag 3155000/3155000
919.91/917.99	c cleaning 9987 clauses out of 20016 with flag 3165000/3165000
923.00/921.00	c cleaning 10004 clauses out of 20029 with flag 3175000/3175000
926.00/924.06	c cleaning 10003 clauses out of 20026 with flag 3185001/3185001
928.79/926.85	c cleaning 10007 clauses out of 20023 with flag 3195001/3195001
931.69/929.71	c cleaning 10000 clauses out of 20015 with flag 3205000/3205000
934.49/932.55	c cleaning 9990 clauses out of 20015 with flag 3215000/3215000
937.69/935.71	c cleaning 10007 clauses out of 20027 with flag 3225002/3225002
940.59/938.68	c cleaning 10003 clauses out of 20018 with flag 3235000/3235000
943.80/941.86	c cleaning 10001 clauses out of 20016 with flag 3245001/3245001
947.20/945.24	c cleaning 10001 clauses out of 20014 with flag 3255000/3255000
950.40/948.49	c cleaning 9998 clauses out of 20014 with flag 3265001/3265001
953.70/951.75	c cleaning 9991 clauses out of 20017 with flag 3275002/3275002
956.99/955.01	c cleaning 9997 clauses out of 20024 with flag 3285000/3285000
959.90/957.92	c cleaning 10007 clauses out of 20028 with flag 3295001/3295001
962.30/960.39	c cleaning 10004 clauses out of 20021 with flag 3305001/3305001
964.79/962.82	c cleaning 10005 clauses out of 20016 with flag 3315000/3315000
967.19/965.22	c cleaning 9998 clauses out of 20012 with flag 3325001/3325001
969.80/967.80	c cleaning 10001 clauses out of 20014 with flag 3335001/3335001
972.30/970.38	c cleaning 9995 clauses out of 20012 with flag 3345000/3345000
974.90/972.93	c cleaning 9998 clauses out of 20018 with flag 3355001/3355001
977.40/975.45	c cleaning 9997 clauses out of 20019 with flag 3365000/3365000
980.00/978.02	c cleaning 9997 clauses out of 20022 with flag 3375000/3375000
982.60/980.68	c cleaning 10004 clauses out of 20026 with flag 3385001/3385001
985.20/983.27	c cleaning 10001 clauses out of 20023 with flag 3395002/3395002
987.69/985.79	c cleaning 10001 clauses out of 20021 with flag 3405001/3405001
990.29/988.30	c cleaning 9996 clauses out of 20019 with flag 3415000/3415000
992.79/990.84	c cleaning 10002 clauses out of 20024 with flag 3425001/3425001
995.49/993.56	c cleaning 9999 clauses out of 20022 with flag 3435001/3435001
998.51/996.57	c cleaning 10007 clauses out of 20023 with flag 3445001/3445001
1001.91/999.96	c cleaning 9997 clauses out of 20015 with flag 3455000/3455000
1005.31/1003.37	c cleaning 9997 clauses out of 20018 with flag 3465000/3465000
1008.52/1006.55	c cleaning 9987 clauses out of 20021 with flag 3475000/3475000
1011.61/1009.68	c cleaning 10011 clauses out of 20034 with flag 3485000/3485000
1015.02/1013.04	c cleaning 10004 clauses out of 20023 with flag 3495000/3495000
1018.51/1016.56	c cleaning 10007 clauses out of 20021 with flag 3505002/3505002
1021.81/1019.84	c cleaning 9979 clauses out of 20012 with flag 3515000/3515000
1025.11/1023.14	c cleaning 9998 clauses out of 20033 with flag 3525000/3525000
1028.32/1026.39	c cleaning 9998 clauses out of 20035 with flag 3535000/3535000
1031.62/1029.62	c cleaning 10007 clauses out of 20037 with flag 3545000/3545000
1035.01/1033.00	c cleaning 10007 clauses out of 20031 with flag 3555001/3555001
1038.12/1036.20	c cleaning 9998 clauses out of 20023 with flag 3565000/3565000
1041.42/1039.44	c cleaning 10000 clauses out of 20025 with flag 3575000/3575000
1044.62/1042.69	c cleaning 9996 clauses out of 20025 with flag 3585000/3585000
1047.82/1045.88	c cleaning 10009 clauses out of 20029 with flag 3595000/3595000
1051.02/1049.05	c cleaning 9991 clauses out of 20020 with flag 3605000/3605000
1054.22/1052.30	c cleaning 10002 clauses out of 20029 with flag 3615000/3615000
1057.52/1055.57	c cleaning 10007 clauses out of 20029 with flag 3625002/3625002
1060.62/1058.70	c cleaning 10004 clauses out of 20020 with flag 3635000/3635000
1063.72/1061.77	c cleaning 9994 clauses out of 20016 with flag 3645000/3645000
1067.01/1065.02	c cleaning 10008 clauses out of 20026 with flag 3655004/3655004
1069.92/1068.00	c cleaning 10003 clauses out of 20015 with flag 3665001/3665001
1072.42/1070.47	c cleaning 9997 clauses out of 20011 with flag 3675000/3675000
1074.82/1072.85	c cleaning 9999 clauses out of 20014 with flag 3685000/3685000
1077.22/1075.22	c cleaning 10000 clauses out of 20016 with flag 3695001/3695001
1079.72/1077.78	c cleaning 10001 clauses out of 20015 with flag 3705000/3705000
1082.22/1080.21	c cleaning 9999 clauses out of 20015 with flag 3715001/3715001
1084.72/1082.78	c cleaning 9994 clauses out of 20015 with flag 3725000/3725000
1087.42/1085.45	c cleaning 10005 clauses out of 20022 with flag 3735001/3735001
1089.82/1087.87	c cleaning 9998 clauses out of 20017 with flag 3745001/3745001
1092.32/1090.30	c cleaning 9998 clauses out of 20020 with flag 3755002/3755002
1094.82/1092.82	c cleaning 10001 clauses out of 20021 with flag 3765001/3765001
1097.32/1095.30	c cleaning 9999 clauses out of 20020 with flag 3775001/3775001
1099.83/1097.84	c cleaning 9997 clauses out of 20020 with flag 3785000/3785000
1102.22/1100.25	c cleaning 10004 clauses out of 20023 with flag 3795000/3795000
1104.62/1102.69	c cleaning 10002 clauses out of 20019 with flag 3805000/3805000
1107.02/1105.09	c cleaning 9998 clauses out of 20019 with flag 3815002/3815002
1109.42/1107.43	c cleaning 10005 clauses out of 20020 with flag 3825001/3825001
1111.72/1109.71	c cleaning 10001 clauses out of 20014 with flag 3835000/3835000
1114.02/1112.05	c cleaning 10001 clauses out of 20014 with flag 3845001/3845001
1116.32/1114.32	c cleaning 10001 clauses out of 20013 with flag 3855001/3855001
1118.42/1116.49	c cleaning 9993 clauses out of 20011 with flag 3865000/3865000
1120.72/1118.73	c cleaning 10000 clauses out of 20019 with flag 3875001/3875001
1122.92/1120.94	c cleaning 9999 clauses out of 20018 with flag 3885000/3885000
1125.12/1123.20	c cleaning 10000 clauses out of 20019 with flag 3895000/3895000
1127.61/1125.69	c cleaning 9998 clauses out of 20020 with flag 3905001/3905001
1130.21/1128.21	c cleaning 10000 clauses out of 20021 with flag 3915000/3915000
1132.51/1130.56	c cleaning 9999 clauses out of 20021 with flag 3925000/3925000
1134.81/1132.84	c cleaning 10001 clauses out of 20023 with flag 3935001/3935001
1137.22/1135.23	c cleaning 10000 clauses out of 20021 with flag 3945000/3945000
1139.70/1137.77	c cleaning 10002 clauses out of 20023 with flag 3955002/3955002
1142.20/1140.28	c cleaning 9999 clauses out of 20019 with flag 3965000/3965000
1144.81/1142.81	c cleaning 10003 clauses out of 20020 with flag 3975000/3975000
1147.10/1145.11	c cleaning 10001 clauses out of 20018 with flag 3985001/3985001
1149.39/1147.42	c cleaning 9999 clauses out of 20016 with flag 3995000/3995000
1152.69/1150.70	c cleaning 10001 clauses out of 20018 with flag 4005001/4005001
1155.90/1153.94	c cleaning 10001 clauses out of 20018 with flag 4015002/4015002
1158.90/1156.94	c cleaning 10001 clauses out of 20016 with flag 4025001/4025001
1162.00/1160.07	c cleaning 9993 clauses out of 20014 with flag 4035000/4035000
1165.10/1163.18	c cleaning 10003 clauses out of 20021 with flag 4045000/4045000
1168.20/1166.29	c cleaning 9985 clauses out of 20018 with flag 4055000/4055000
1171.40/1169.47	c cleaning 10011 clauses out of 20034 with flag 4065001/4065001
1174.90/1172.91	c cleaning 10002 clauses out of 20022 with flag 4075000/4075000
1178.00/1176.05	c cleaning 10004 clauses out of 20021 with flag 4085001/4085001
1181.11/1179.20	c cleaning 10000 clauses out of 20016 with flag 4095000/4095000
1184.30/1182.38	c cleaning 9989 clauses out of 20016 with flag 4105000/4105000
1187.81/1185.82	c cleaning 9996 clauses out of 20027 with flag 4115000/4115000
1191.11/1189.14	c cleaning 10005 clauses out of 20032 with flag 4125001/4125001
1194.50/1192.57	c cleaning 10004 clauses out of 20026 with flag 4135000/4135000
1197.70/1195.78	c cleaning 10000 clauses out of 20022 with flag 4145000/4145000
1201.19/1199.29	c cleaning 9998 clauses out of 20022 with flag 4155000/4155000
1204.60/1202.67	c cleaning 10007 clauses out of 20024 with flag 4165000/4165000
1208.10/1206.19	c cleaning 10002 clauses out of 20018 with flag 4175001/4175001
1211.40/1209.42	c cleaning 9999 clauses out of 20015 with flag 4185000/4185000
1214.60/1212.62	c cleaning 9995 clauses out of 20016 with flag 4195000/4195000
1217.80/1215.80	c cleaning 9998 clauses out of 20021 with flag 4205000/4205000
1221.10/1219.19	c cleaning 10001 clauses out of 20023 with flag 4215000/4215000
1224.50/1222.54	c cleaning 10003 clauses out of 20023 with flag 4225001/4225001
1227.90/1225.96	c cleaning 9995 clauses out of 20020 with flag 4235001/4235001
1231.40/1229.44	c cleaning 10004 clauses out of 20026 with flag 4245002/4245002
1234.90/1232.97	c cleaning 9999 clauses out of 20020 with flag 4255000/4255000
1238.31/1236.39	c cleaning 10000 clauses out of 20021 with flag 4265000/4265000
1241.80/1239.86	c cleaning 9993 clauses out of 20022 with flag 4275001/4275001
1245.30/1243.39	c cleaning 10006 clauses out of 20028 with flag 4285000/4285000
1249.10/1247.16	c cleaning 9975 clauses out of 20022 with flag 4295000/4295000
1252.80/1250.82	c cleaning 10017 clauses out of 20047 with flag 4305000/4305000
1256.11/1254.15	c cleaning 10005 clauses out of 20031 with flag 4315001/4315001
1259.31/1257.35	c cleaning 10008 clauses out of 20027 with flag 4325002/4325002
1262.40/1260.50	c cleaning 10001 clauses out of 20017 with flag 4335000/4335000
1265.81/1263.89	c cleaning 9994 clauses out of 20016 with flag 4345000/4345000
1269.31/1267.35	c cleaning 10004 clauses out of 20023 with flag 4355001/4355001
1272.71/1270.80	c cleaning 9999 clauses out of 20018 with flag 4365000/4365000
1276.31/1274.30	c cleaning 10004 clauses out of 20020 with flag 4375001/4375001
1280.01/1278.06	c cleaning 9989 clauses out of 20015 with flag 4385000/4385000
1283.71/1281.79	c cleaning 9996 clauses out of 20027 with flag 4395001/4395001
1287.51/1285.57	c cleaning 9998 clauses out of 20030 with flag 4405000/4405000
1291.11/1289.16	c cleaning 10003 clauses out of 20032 with flag 4415000/4415000
1295.01/1293.02	c cleaning 10004 clauses out of 20029 with flag 4425000/4425000
1298.61/1296.68	c cleaning 10000 clauses out of 20026 with flag 4435001/4435001
1302.50/1300.52	c cleaning 9999 clauses out of 20025 with flag 4445000/4445000
1306.30/1304.38	c cleaning 10006 clauses out of 20026 with flag 4455000/4455000
1310.20/1308.24	c cleaning 9984 clauses out of 20020 with flag 4465000/4465000
1314.00/1312.09	c cleaning 9999 clauses out of 20036 with flag 4475000/4475000
1317.61/1315.66	c cleaning 10011 clauses out of 20037 with flag 4485000/4485000
1321.00/1319.00	c cleaning 10009 clauses out of 20027 with flag 4495001/4495001
1324.21/1322.21	c cleaning 10006 clauses out of 20018 with flag 4505001/4505001
1326.70/1324.70	c cleaning 9996 clauses out of 20011 with flag 4515000/4515000
1326.92/1324.97	c Got one! Elapsed wall clock time (in seconds):1324.749
1326.92/1324.97	o 48952
1328.41/1326.44	c cleaning 10005 clauses out of 20015 with flag 4525000/4525000
1330.82/1328.81	c cleaning 9995 clauses out of 20010 with flag 4535000/4535000
1333.91/1331.93	c cleaning 9999 clauses out of 20015 with flag 4545000/4545000
1337.32/1335.33	c cleaning 9999 clauses out of 20016 with flag 4555000/4555000
1339.52/1337.54	c cleaning 10001 clauses out of 20018 with flag 4565001/4565001
1341.52/1339.53	c cleaning 10002 clauses out of 20016 with flag 4575000/4575000
1343.52/1341.51	c cleaning 10003 clauses out of 20015 with flag 4585001/4585001
1346.92/1344.94	c cleaning 9997 clauses out of 20012 with flag 4595001/4595001
1350.72/1348.79	c cleaning 10001 clauses out of 20014 with flag 4605000/4605000
1354.52/1352.54	c cleaning 9984 clauses out of 20013 with flag 4615000/4615000
1358.42/1356.40	c cleaning 10007 clauses out of 20029 with flag 4625000/4625000
1361.32/1359.33	c cleaning 10006 clauses out of 20022 with flag 4635000/4635000
1363.22/1361.20	c cleaning 10006 clauses out of 20017 with flag 4645001/4645001
1365.02/1363.04	c cleaning 9994 clauses out of 20010 with flag 4655000/4655000
1366.92/1364.97	c cleaning 10001 clauses out of 20016 with flag 4665000/4665000
1369.02/1367.00	c cleaning 10002 clauses out of 20015 with flag 4675000/4675000
1371.02/1369.07	c cleaning 10002 clauses out of 20013 with flag 4685000/4685000
1373.12/1371.19	c cleaning 10001 clauses out of 20011 with flag 4695000/4695000
1376.72/1374.78	c cleaning 10001 clauses out of 20011 with flag 4705001/4705001
1380.72/1378.78	c cleaning 9995 clauses out of 20014 with flag 4715005/4715005
1384.73/1382.74	c cleaning 9986 clauses out of 20014 with flag 4725000/4725000
1388.72/1386.76	c cleaning 9964 clauses out of 20028 with flag 4735000/4735000
1392.63/1390.60	c cleaning 10024 clauses out of 20064 with flag 4745000/4745000
1396.74/1394.76	c cleaning 10008 clauses out of 20041 with flag 4755001/4755001
1400.74/1398.76	c cleaning 9985 clauses out of 20032 with flag 4765000/4765000
1404.94/1402.98	c cleaning 10013 clauses out of 20047 with flag 4775000/4775000
1409.24/1407.26	c cleaning 9994 clauses out of 20034 with flag 4785000/4785000
1413.44/1411.46	c cleaning 10013 clauses out of 20040 with flag 4795000/4795000
1415.74/1413.80	c cleaning 10008 clauses out of 20027 with flag 4805000/4805000
1418.33/1416.31	c cleaning 10002 clauses out of 20020 with flag 4815001/4815001
1420.64/1418.69	c cleaning 10001 clauses out of 20018 with flag 4825001/4825001
1423.14/1421.13	c cleaning 10002 clauses out of 20017 with flag 4835001/4835001
1425.45/1423.46	c cleaning 9996 clauses out of 20014 with flag 4845000/4845000
1427.73/1425.76	c cleaning 9997 clauses out of 20018 with flag 4855000/4855000
1430.03/1428.04	c cleaning 10002 clauses out of 20021 with flag 4865000/4865000
1432.33/1430.36	c cleaning 9998 clauses out of 20019 with flag 4875000/4875000
1434.63/1432.63	c cleaning 10002 clauses out of 20021 with flag 4885000/4885000
1436.93/1434.90	c cleaning 10005 clauses out of 20021 with flag 4895002/4895002
1439.23/1437.24	c cleaning 9996 clauses out of 20014 with flag 4905000/4905000
1441.44/1439.44	c cleaning 9997 clauses out of 20019 with flag 4915001/4915001
1443.64/1441.64	c cleaning 9995 clauses out of 20022 with flag 4925001/4925001
1445.95/1443.92	c cleaning 10006 clauses out of 20026 with flag 4935000/4935000
1447.65/1445.63	c Got one! Elapsed wall clock time (in seconds):1445.4
1447.65/1445.63	o 48830
1448.05/1446.06	c cleaning 10003 clauses out of 20020 with flag 4945000/4945000
1449.75/1447.71	c cleaning 10000 clauses out of 20017 with flag 4955000/4955000
1451.45/1449.43	c cleaning 10001 clauses out of 20018 with flag 4965001/4965001
1453.06/1451.05	c cleaning 9998 clauses out of 20016 with flag 4975000/4975000
1454.76/1452.72	c cleaning 10000 clauses out of 20019 with flag 4985001/4985001
1456.35/1454.36	c cleaning 9999 clauses out of 20018 with flag 4995000/4995000
1458.15/1456.10	c cleaning 10000 clauses out of 20020 with flag 5005001/5005001
1459.75/1457.79	c cleaning 9999 clauses out of 20019 with flag 5015000/5015000
1461.35/1459.38	c cleaning 10001 clauses out of 20020 with flag 5025000/5025000
1463.05/1461.08	c cleaning 10004 clauses out of 20020 with flag 5035001/5035001
1464.85/1462.90	c cleaning 9998 clauses out of 20016 with flag 5045001/5045001
1466.65/1464.66	c cleaning 10001 clauses out of 20017 with flag 5055000/5055000
1468.36/1466.33	c cleaning 9996 clauses out of 20016 with flag 5065000/5065000
1470.05/1468.07	c cleaning 10005 clauses out of 20020 with flag 5075000/5075000
1471.75/1469.76	c cleaning 9995 clauses out of 20015 with flag 5085000/5085000
1473.55/1471.51	c cleaning 10003 clauses out of 20020 with flag 5095000/5095000
1475.35/1473.37	c cleaning 10002 clauses out of 20018 with flag 5105001/5105001
1477.15/1475.13	c cleaning 10002 clauses out of 20015 with flag 5115000/5115000
1478.85/1476.87	c cleaning 9998 clauses out of 20014 with flag 5125001/5125001
1480.65/1478.67	c cleaning 10000 clauses out of 20016 with flag 5135001/5135001
1482.45/1480.43	c cleaning 9998 clauses out of 20016 with flag 5145001/5145001
1484.16/1482.16	c cleaning 10002 clauses out of 20018 with flag 5155001/5155001
1486.05/1484.01	c cleaning 10005 clauses out of 20016 with flag 5165001/5165001
1488.55/1486.54	c cleaning 10000 clauses out of 20011 with flag 5175001/5175001
1491.15/1489.16	c cleaning 10000 clauses out of 20011 with flag 5185001/5185001
1493.85/1491.84	c cleaning 9995 clauses out of 20010 with flag 5195000/5195000
1496.45/1494.44	c cleaning 10004 clauses out of 20015 with flag 5205000/5205000
1499.25/1497.20	c cleaning 9998 clauses out of 20012 with flag 5215001/5215001
1501.85/1499.83	c cleaning 9996 clauses out of 20014 with flag 5225001/5225001
1504.45/1502.45	c cleaning 9997 clauses out of 20017 with flag 5235000/5235000
1507.15/1505.12	c cleaning 10001 clauses out of 20020 with flag 5245000/5245000
1509.75/1507.76	c cleaning 10003 clauses out of 20019 with flag 5255000/5255000
1512.45/1510.44	c cleaning 10002 clauses out of 20016 with flag 5265000/5265000
1515.15/1513.18	c cleaning 9995 clauses out of 20015 with flag 5275001/5275001
1517.85/1515.88	c cleaning 10002 clauses out of 20020 with flag 5285001/5285001
1520.54/1518.55	c cleaning 9997 clauses out of 20017 with flag 5295000/5295000
1523.25/1521.23	c cleaning 9998 clauses out of 20020 with flag 5305000/5305000
1525.94/1523.91	c cleaning 10007 clauses out of 20023 with flag 5315001/5315001
1528.64/1526.61	c cleaning 10000 clauses out of 20016 with flag 5325001/5325001
1531.24/1529.29	c cleaning 9998 clauses out of 20015 with flag 5335000/5335000
1533.95/1531.99	c cleaning 10001 clauses out of 20017 with flag 5345000/5345000
1536.64/1534.67	c cleaning 10002 clauses out of 20017 with flag 5355001/5355001
1539.34/1537.33	c cleaning 9997 clauses out of 20015 with flag 5365001/5365001
1542.05/1540.03	c cleaning 9994 clauses out of 20017 with flag 5375000/5375000
1544.74/1542.77	c cleaning 9998 clauses out of 20024 with flag 5385001/5385001
1547.45/1545.48	c cleaning 10005 clauses out of 20025 with flag 5395000/5395000
1550.24/1548.21	c cleaning 9999 clauses out of 20020 with flag 5405000/5405000
1553.05/1551.01	c cleaning 10001 clauses out of 20021 with flag 5415000/5415000
1555.74/1553.79	c cleaning 10000 clauses out of 20021 with flag 5425001/5425001
1558.54/1556.57	c cleaning 10000 clauses out of 20021 with flag 5435001/5435001
1561.43/1559.46	c cleaning 10006 clauses out of 20020 with flag 5445000/5445000
1564.13/1562.18	c cleaning 9996 clauses out of 20014 with flag 5455000/5455000
1566.93/1564.91	c cleaning 9996 clauses out of 20018 with flag 5465000/5465000
1569.63/1567.70	c cleaning 10002 clauses out of 20022 with flag 5475000/5475000
1572.23/1570.28	c cleaning 9994 clauses out of 20020 with flag 5485000/5485000
1574.83/1572.88	c cleaning 10005 clauses out of 20026 with flag 5495000/5495000
1578.03/1576.04	c cleaning 10003 clauses out of 20023 with flag 5505002/5505002
1581.32/1579.38	c cleaning 10000 clauses out of 20019 with flag 5515001/5515001
1585.13/1583.13	c cleaning 9994 clauses out of 20018 with flag 5525000/5525000
1589.04/1587.06	c cleaning 10003 clauses out of 20024 with flag 5535000/5535000
1592.84/1590.83	c cleaning 10006 clauses out of 20022 with flag 5545001/5545001
1596.44/1594.45	c cleaning 9995 clauses out of 20015 with flag 5555000/5555000
1599.74/1597.77	c cleaning 10000 clauses out of 20020 with flag 5565000/5565000
1603.24/1601.29	c cleaning 10001 clauses out of 20020 with flag 5575000/5575000
1606.74/1604.80	c cleaning 10003 clauses out of 20019 with flag 5585000/5585000
1610.15/1608.18	c cleaning 9993 clauses out of 20018 with flag 5595002/5595002
1613.55/1611.56	c cleaning 10005 clauses out of 20024 with flag 5605001/5605001
1617.04/1615.02	c cleaning 10002 clauses out of 20018 with flag 5615000/5615000
1620.44/1618.50	c cleaning 9999 clauses out of 20016 with flag 5625000/5625000
1623.95/1621.92	c cleaning 10000 clauses out of 20017 with flag 5635000/5635000
1627.64/1625.65	c cleaning 9999 clauses out of 20017 with flag 5645000/5645000
1631.05/1629.04	c cleaning 9998 clauses out of 20018 with flag 5655000/5655000
1634.55/1632.59	c cleaning 10003 clauses out of 20021 with flag 5665001/5665001
1638.14/1636.11	c cleaning 9999 clauses out of 20017 with flag 5675000/5675000
1641.84/1639.80	c cleaning 10000 clauses out of 20018 with flag 5685000/5685000
1645.54/1643.57	c cleaning 10000 clauses out of 20018 with flag 5695000/5695000
1649.04/1647.02	c cleaning 9999 clauses out of 20018 with flag 5705000/5705000
1652.45/1650.40	c cleaning 10000 clauses out of 20019 with flag 5715000/5715000
1655.65/1653.65	c cleaning 9996 clauses out of 20020 with flag 5725001/5725001
1659.15/1657.14	c cleaning 10005 clauses out of 20024 with flag 5735001/5735001
1662.85/1660.85	c cleaning 9998 clauses out of 20018 with flag 5745000/5745000
1666.54/1664.51	c cleaning 10004 clauses out of 20021 with flag 5755001/5755001
1670.15/1668.19	c cleaning 9998 clauses out of 20016 with flag 5765000/5765000
1673.55/1671.51	c cleaning 10000 clauses out of 20018 with flag 5775000/5775000
1676.85/1674.85	c cleaning 9996 clauses out of 20018 with flag 5785000/5785000
1680.35/1678.30	c cleaning 10003 clauses out of 20023 with flag 5795001/5795001
1683.75/1681.75	c cleaning 10003 clauses out of 20019 with flag 5805000/5805000
1687.05/1685.00	c cleaning 9985 clauses out of 20016 with flag 5815000/5815000
1690.35/1688.37	c cleaning 10002 clauses out of 20033 with flag 5825002/5825002
1694.05/1692.07	c cleaning 10004 clauses out of 20030 with flag 5835001/5835001
1697.65/1695.65	c cleaning 10001 clauses out of 20025 with flag 5845000/5845000
1701.26/1699.21	c cleaning 10003 clauses out of 20025 with flag 5855001/5855001
1704.77/1702.73	c cleaning 9994 clauses out of 20021 with flag 5865000/5865000
1707.95/1705.98	c cleaning 10002 clauses out of 20027 with flag 5875000/5875000
1711.36/1709.32	c cleaning 10006 clauses out of 20025 with flag 5885000/5885000
1714.66/1712.62	c cleaning 9983 clauses out of 20019 with flag 5895000/5895000
1718.06/1716.05	c cleaning 10003 clauses out of 20036 with flag 5905000/5905000
1721.36/1719.37	c cleaning 9995 clauses out of 20033 with flag 5915000/5915000
1724.76/1722.80	c cleaning 10009 clauses out of 20038 with flag 5925000/5925000
1728.26/1726.21	c cleaning 9995 clauses out of 20029 with flag 5935000/5935000
1731.56/1729.59	c cleaning 10005 clauses out of 20034 with flag 5945000/5945000
1735.07/1733.06	c cleaning 10001 clauses out of 20029 with flag 5955000/5955000
1738.57/1736.50	c cleaning 10003 clauses out of 20028 with flag 5965000/5965000
1742.27/1740.24	c cleaning 9995 clauses out of 20025 with flag 5975000/5975000
1745.87/1743.88	c cleaning 10002 clauses out of 20031 with flag 5985001/5985001
1749.47/1747.40	c cleaning 10010 clauses out of 20028 with flag 5995000/5995000
1751.17/1749.15	c cleaning 10002 clauses out of 20018 with flag 6005000/6005000
1752.97/1750.99	c cleaning 10003 clauses out of 20017 with flag 6015001/6015001
1754.78/1752.75	c cleaning 9998 clauses out of 20013 with flag 6025000/6025000
1756.68/1754.64	c cleaning 9996 clauses out of 20016 with flag 6035001/6035001
1758.58/1756.53	c cleaning 9999 clauses out of 20019 with flag 6045000/6045000
1760.48/1758.43	c cleaning 10000 clauses out of 20020 with flag 6055000/6055000
1762.28/1760.26	c cleaning 10007 clauses out of 20021 with flag 6065001/6065001
1764.29/1762.27	c cleaning 9995 clauses out of 20013 with flag 6075000/6075000
1766.18/1764.17	c cleaning 9995 clauses out of 20018 with flag 6085000/6085000
1768.28/1766.21	c cleaning 10002 clauses out of 20024 with flag 6095001/6095001
1770.29/1768.23	c cleaning 9998 clauses out of 20021 with flag 6105000/6105000
1772.39/1770.34	c cleaning 10008 clauses out of 20023 with flag 6115000/6115000
1774.30/1772.27	c cleaning 10003 clauses out of 20016 with flag 6125001/6125001
1776.30/1774.28	c cleaning 9997 clauses out of 20013 with flag 6135001/6135001
1778.19/1776.16	c cleaning 10000 clauses out of 20016 with flag 6145001/6145001
1780.09/1778.07	c cleaning 9998 clauses out of 20016 with flag 6155001/6155001
1782.20/1780.19	c cleaning 10003 clauses out of 20020 with flag 6165003/6165003
1784.20/1782.14	c cleaning 9998 clauses out of 20014 with flag 6175000/6175000
1786.20/1784.20	c cleaning 9997 clauses out of 20016 with flag 6185000/6185000
1788.41/1786.36	c cleaning 10000 clauses out of 20020 with flag 6195001/6195001
1790.60/1788.51	c cleaning 9994 clauses out of 20020 with flag 6205001/6205001
1792.60/1790.57	c cleaning 10003 clauses out of 20025 with flag 6215000/6215000
1794.61/1792.56	c cleaning 10004 clauses out of 20022 with flag 6225000/6225000
1796.80/1794.72	c cleaning 9998 clauses out of 20019 with flag 6235001/6235001
1798.70/1796.64	c cleaning 10001 clauses out of 20021 with flag 6245001/6245001
1800.01/1797.92	c starts		: 297
1800.01/1797.92	c conflicts		: 6251930
1800.01/1797.92	c decisions		: 25431431
1800.01/1797.92	c propagations		: 2743736133
1800.01/1797.92	c inspects		: 2994487337
1800.01/1797.92	c learnt literals	: 0
1800.01/1797.92	c learnt binary clauses	: 0
1800.01/1797.92	c learnt ternary clauses	: 0
1800.01/1797.92	c learnt clauses	: 6251930
1800.01/1797.92	c ignored clauses	: 0
1800.01/1797.92	c root simplifications	: 0
1800.01/1797.92	c removed literals (reason simplification)	: 4422871
1800.01/1797.92	c reason swapping (by a shorter reason)	: 0
1800.01/1797.92	c Calls to reduceDB	: 626
1800.01/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.92	c number of learned constraints concerned by reduction	: 0
1800.01/1797.92	c number of learning phase by resolution	: 0
1800.01/1797.92	c number of learning phase by cutting planes	: 0
1800.01/1797.92	c speed (assignments/second)	: 7788288.569076613
1800.01/1797.92	c non guided choices	51278
1800.01/1797.97	c learnt constraints type 
1800.01/1797.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17203
1800.01/1797.97	c constraints type 
1800.01/1797.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 920
1800.01/1797.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2431
1800.01/1797.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1797.97	s SATISFIABLE
1800.01/1798.00	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 x1009 x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 x1526 x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 x1608 -x1609 -x1610 -x1611 -x1612 -x1613 x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 x1699 x1700 -x1701 -x1702 -x1703 -x1704 -x1705 x1706 x1707 x1708 x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 x1877 -x1878 -x1879 x1880 -x1881 -x1882 -x1883 -x1884 -x1885 x1886 -x1887 -x1888 -x1889 -x1890 x1891 -x1892 -x1893 -x1894 -x1895 x1896 -x1897 -x1898 -x1899 -x1900 -x1901 x1902 x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 x1910 x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 x1938 -x1939 -x1940 x1941 x1942 x1943 x1944 -x1945 
1800.01/1798.00	c objective function=48830
1800.01/1798.00	c Total wall clock time (in seconds): 1797.775

Verifier Data

OK	48830

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658754-1276645775/watcher-2658754-1276645775 -o /tmp/evaluation-result-2658754-1276645775/solver-2658754-1276645775 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658754-1276645775.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: 2.09 2.48 1.95 3/106 12158
/proc/meminfo: memFree=1807584/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=248 CPUtime=0
/proc/12158/stat : 12158 (java6) R 12156 12158 12133 0 -1 4194304 109 0 0 0 0 0 0 0 16 0 1 0 5869866 253952 29 1992294400 134512640 134550932 4287393392 18446744073709551615 12501588 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12158/statm: 62 29 21 10 0 23 0

[startup+0.0282251 s]
/proc/loadavg: 2.09 2.48 1.95 3/106 12158
/proc/meminfo: memFree=1807584/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1517068 CPUtime=0.01
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 2143 0 1 0 0 1 0 0 15 0 2 0 5869866 1553477632 1587 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 379267 1599 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100223 s]
/proc/loadavg: 2.09 2.48 1.95 3/106 12158
/proc/meminfo: memFree=1807584/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1524024 CPUtime=0.08
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 3937 0 1 0 6 2 0 0 15 0 12 0 5869866 1560600576 3376 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 381006 3376 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300218 s]
/proc/loadavg: 2.09 2.48 1.95 3/106 12158
/proc/meminfo: memFree=1807584/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1526196 CPUtime=0.34
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 5360 0 1 0 30 4 0 0 15 0 12 0 5869866 1562824704 4797 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 381549 4797 1359 10 0 378851 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526196

[startup+0.700207 s]
/proc/loadavg: 2.09 2.48 1.95 3/106 12158
/proc/meminfo: memFree=1807584/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1527992 CPUtime=0.96
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 7343 0 1 0 92 4 0 0 15 0 12 0 5869866 1564663808 6678 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 381998 6681 1407 10 0 379300 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1527992

[startup+1.50119 s]
/proc/loadavg: 2.09 2.48 1.95 4/119 12171
/proc/meminfo: memFree=1783300/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531368 CPUtime=2.44
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 12770 0 1 0 238 6 0 0 15 0 13 0 5869866 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382842 11034 1429 10 0 380144 0
[pid=12158/tid=12160] ppid=12156 vsize=1531368 CPUtime=1.26
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 8738 0 1 0 122 4 0 0 25 0 13 0 5869868 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 105790593 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 5869869 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5869869 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5869871 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 5869872 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 5869872 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531368 CPUtime=0.31
/proc/12158/task/12167/stat : 12167 (java) R 12156 12158 12133 0 -1 4202560 367 0 0 0 31 0 0 0 19 0 13 0 5869876 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 104163954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531368 CPUtime=0.85
/proc/12158/task/12168/stat : 12168 (java) R 12156 12158 12133 0 -1 4202560 2595 0 0 0 84 1 0 0 16 0 13 0 5869876 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 105749691 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5869876 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568120832 11034 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1531368

[startup+3.10114 s]
/proc/loadavg: 2.09 2.48 1.95 2/119 12171
/proc/meminfo: memFree=1764948/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531368 CPUtime=4.61
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 14547 0 1 0 454 7 0 0 15 0 13 0 5869866 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382842 12810 1431 10 0 380144 0
[pid=12158/tid=12160] ppid=12156 vsize=1531368 CPUtime=2.85
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 10470 0 1 0 281 4 0 0 25 0 13 0 5869868 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4109615990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 5869869 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5869869 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5869871 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 5869872 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 5869872 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531368 CPUtime=0.37
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 372 0 0 0 37 0 0 0 15 0 13 0 5869876 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531368 CPUtime=1.36
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2635 0 0 0 135 1 0 0 17 0 13 0 5869876 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5869876 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568120832 12810 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1531368

[startup+6.30105 s]
/proc/loadavg: 2.00 2.45 1.95 2/119 12171
/proc/meminfo: memFree=1755648/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531368 CPUtime=7.88
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 15978 0 1 0 780 8 0 0 15 0 13 0 5869866 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382842 14233 1445 10 0 380144 0
[pid=12158/tid=12160] ppid=12156 vsize=1531368 CPUtime=5.98
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 10493 0 1 0 593 5 0 0 25 0 13 0 5869868 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4109617728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531368 CPUtime=0.01
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 451 0 0 0 1 0 0 0 15 0 13 0 5869869 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 369 0 0 0 0 0 0 0 18 0 13 0 5869869 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531368 CPUtime=0.05
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 13 0 5869871 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531368 CPUtime=0.41
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 377 0 0 0 41 0 0 0 16 0 13 0 5869876 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531368 CPUtime=1.39
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2641 0 0 0 138 1 0 0 16 0 13 0 5869876 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5869876 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531368 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568120832 14233 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 1531368

[startup+12.7009 s]
/proc/loadavg: 1.92 2.43 1.94 2/119 12171
/proc/meminfo: memFree=1753416/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531236 CPUtime=14.32
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 16494 0 1 0 1424 8 0 0 15 0 13 0 5869866 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382809 14666 1445 10 0 380111 0
[pid=12158/tid=12160] ppid=12156 vsize=1531236 CPUtime=12.23
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 10494 0 1 0 1218 5 0 0 25 0 13 0 5869868 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4109617731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531236 CPUtime=0.03
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 615 0 0 0 3 0 0 0 16 0 13 0 5869869 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 372 0 0 0 0 0 0 0 18 0 13 0 5869869 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531236 CPUtime=0.13
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 850 0 0 0 13 0 0 0 15 0 13 0 5869871 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531236 CPUtime=0.47
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 454 0 0 0 47 0 0 0 15 0 13 0 5869876 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531236 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 13 0 5869876 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5869876 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531236 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1567985664 14666 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 1531236

[startup+25.5021 s]
/proc/loadavg: 1.72 2.36 1.93 2/119 12171
/proc/meminfo: memFree=1752052/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531236 CPUtime=27.13
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 16915 0 1 0 2704 9 0 0 15 0 13 0 5869866 1567985664 15082 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382809 15082 1445 10 0 380111 0
[pid=12158/tid=12160] ppid=12156 vsize=1531236 CPUtime=24.88
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 10498 0 1 0 2483 5 0 0 25 0 13 0 5869868 1567985664 15082 1992294400 134512640 134550932 4293592992 18446744073709551615 4109617747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531236 CPUtime=0.04
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 667 0 0 0 4 0 0 0 16 0 13 0 5869869 1567985664 15082 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531236 CPUtime=0.02
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 408 0 0 0 2 0 0 0 15 0 13 0 5869869 1567985664 15082 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531236 CPUtime=0.26

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

[pid=12158] ppid=12156 vsize=1531300 CPUtime=1664.35
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 20499 0 1 0 166382 53 0 0 15 0 13 0 5869866 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382825 17722 1445 10 0 380127 0
[pid=12158/tid=12160] ppid=12156 vsize=1531300 CPUtime=1636.87
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 11067 0 1 0 163663 24 0 0 25 0 13 0 5869868 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4109662855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531300 CPUtime=2.03
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 833 0 0 0 192 11 0 0 15 0 13 0 5869869 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531300 CPUtime=1.7
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 562 0 0 0 164 6 0 0 15 0 13 0 5869869 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531300 CPUtime=21.77
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 3581 0 0 0 2170 7 0 0 15 0 13 0 5869871 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531300 CPUtime=0.5
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 651 0 0 0 50 0 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531300 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.35
Current children cumulated vsize (KiB) 1531300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/119 12226
/proc/meminfo: memFree=1738040/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531300 CPUtime=1724.36
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 20524 0 1 0 172382 54 0 0 15 0 13 0 5869866 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382825 17722 1445 10 0 380127 0
[pid=12158/tid=12160] ppid=12156 vsize=1531300 CPUtime=1696.11
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 11084 0 1 0 169586 25 0 0 25 0 13 0 5869868 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4109663407 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531300 CPUtime=2.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 833 0 0 0 197 11 0 0 16 0 13 0 5869869 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531300 CPUtime=1.77
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 562 0 0 0 170 7 0 0 15 0 13 0 5869869 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531300 CPUtime=22.44
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 3585 0 0 0 2237 7 0 0 15 0 13 0 5869871 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531300 CPUtime=0.5
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 651 0 0 0 50 0 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531300 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 5869876 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568051200 17722 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.36
Current children cumulated vsize (KiB) 1531300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 12228
/proc/meminfo: memFree=1737668/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531300 CPUtime=1784.4
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 20597 0 1 0 178382 58 0 0 15 0 13 0 5869866 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382825 17765 1445 10 0 380127 0
[pid=12158/tid=12160] ppid=12156 vsize=1531300 CPUtime=1754.95
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 11110 0 1 0 175468 27 0 0 25 0 13 0 5869868 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4109529412 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531300 CPUtime=2.16
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 833 0 0 0 204 12 0 0 16 0 13 0 5869869 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531300 CPUtime=1.84
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 562 0 0 0 177 7 0 0 15 0 13 0 5869869 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531300 CPUtime=23.48
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 3630 0 0 0 2341 7 0 0 16 0 13 0 5869871 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531300 CPUtime=0.5
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 651 0 0 0 50 0 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531300 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 1531300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 12228
/proc/meminfo: memFree=1737668/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1531300 CPUtime=1800.01
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 20608 0 1 0 179942 59 0 0 15 0 13 0 5869866 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 382825 17765 1445 10 0 380127 0
[pid=12158/tid=12160] ppid=12156 vsize=1531300 CPUtime=1770.24
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 11117 0 1 0 176996 28 0 0 25 0 13 0 5869868 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4109537862 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1531300 CPUtime=2.17
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 833 0 0 0 205 12 0 0 16 0 13 0 5869869 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1531300 CPUtime=1.85
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 562 0 0 0 178 7 0 0 15 0 13 0 5869869 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1531300 CPUtime=23.77
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 3632 0 0 0 2370 7 0 0 15 0 13 0 5869871 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5869872 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1531300 CPUtime=0.5
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 651 0 0 0 50 0 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1531300 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 5869876 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1531300 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5869945 1568051200 17765 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1531300

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

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

[startup+1798.02 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 12228
/proc/meminfo: memFree=1737668/2059040 swapFree=4141376/4192956
[pid=12158] ppid=12156 vsize=1532084 CPUtime=1800.2
/proc/12158/stat : 12158 (java) S 12156 12158 12133 0 -1 4202496 20639 0 1 0 179961 59 0 0 15 0 14 0 5869866 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 383021 17796 1448 10 0 380323 0
[pid=12158/tid=12160] ppid=12156 vsize=1532084 CPUtime=1770.35
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 12133 0 -1 4202560 11117 0 1 0 177007 28 0 0 25 0 14 0 5869868 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4109482760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1532084 CPUtime=2.17
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 12133 0 -1 4202560 833 0 0 0 205 12 0 0 16 0 14 0 5869869 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1532084 CPUtime=1.85
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 12133 0 -1 4202560 562 0 0 0 178 7 0 0 15 0 14 0 5869869 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1532084 CPUtime=23.77
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 12133 0 -1 4202560 3632 0 0 0 2370 7 0 0 15 0 14 0 5869871 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 0 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 12133 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 5869872 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 12133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5869872 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 12133 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 5869876 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1532084 CPUtime=0.55
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 12133 0 -1 4202560 661 0 0 0 55 0 0 0 15 0 14 0 5869876 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1532084 CPUtime=1.4
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 12133 0 -1 4202560 2642 0 0 0 139 1 0 0 15 0 14 0 5869876 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 12133 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 5869876 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 12133 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 5869876 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1532084 CPUtime=0
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 12133 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5869945 1568854016 17796 1992294400 134512640 134550932 4293592992 18446744073709551615 4294960144 0 4 0 16800975 18446604437833197632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1532084

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.24
CPU user time (s): 1799.63
CPU system time (s): 0.602908
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 1532244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20640
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= 43675
involuntary context switches= 22419

runsolver used 3.75043 second user time and 9.55355 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 01:49:35
IDJOB=2658754
IDBENCH=25050
IDSOLVER=1164
FILE ID=node043/2658754-1276645775
PBS_JOBID= 11172441
Free space on /tmp= 62296 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658754-1276645775/watcher-2658754-1276645775 -o /tmp/evaluation-result-2658754-1276645775/solver-2658754-1276645775 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658754-1276645775.opb

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

MD5SUM BENCH= a588ec671da067d931709859b503c557
RANDOM SEED=1567753952

node043.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.241
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.48
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.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1808104 kB
Buffers:         64620 kB
Cached:         107788 kB
SwapCached:       6168 kB
Active:          94560 kB
Inactive:        91848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1808104 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:             564 kB
Writeback:           0 kB
AnonPages:       11692 kB
Mapped:          13548 kB
Slab:            42708 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182272 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= 62296 MiB
End job on node043 at 2010-06-16 02:19:35