Trace number 2691050

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26MSAT (TO) 1800.11 1794.28

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
MD5SUM515e8ce2c7c31d2b78b34efd1db422a9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.067988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints44
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 2588
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2587
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100526
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691050-1277891644.wbo
0.11/0.10	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.07s.
0.11/0.17	c #vars     1094
0.11/0.17	c #constraints  65
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.59/0.34	c SATISFIABLE
0.59/0.34	c OPTIMIZING...
0.59/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.59/0.34	o 205
0.76/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.76/0.44	o 196
0.94/0.52	c Got one! Elapsed wall clock time (in seconds):0.423
0.94/0.52	o 181
0.94/0.59	c Got one! Elapsed wall clock time (in seconds):0.489
0.94/0.59	o 163
1.18/0.76	c Got one! Elapsed wall clock time (in seconds):0.659
1.18/0.76	o 154
1.53/1.04	c Got one! Elapsed wall clock time (in seconds):0.937
1.53/1.04	o 148
1.53/1.07	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.75/1.28	c Got one! Elapsed wall clock time (in seconds):1.177
1.75/1.28	o 142
2.05/1.55	c Got one! Elapsed wall clock time (in seconds):1.452
2.05/1.55	o 112
2.79/2.25	c cleaning 4234 clauses out of 8502 with flag 11000/11000
3.10/2.56	c Got one! Elapsed wall clock time (in seconds):2.465
3.10/2.56	o 110
4.21/3.63	c Got one! Elapsed wall clock time (in seconds):3.53
4.21/3.63	o 102
4.21/3.69	c cleaning 5632 clauses out of 11271 with flag 18003/18003
5.84/5.21	c Got one! Elapsed wall clock time (in seconds):5.109
5.84/5.21	o 99
6.44/5.86	c cleaning 6812 clauses out of 13636 with flag 26000/26000
8.56/7.95	c Got one! Elapsed wall clock time (in seconds):7.847
8.56/7.95	o 87
8.76/8.15	c cleaning 7903 clauses out of 15827 with flag 35003/35003
11.26/10.60	c cleaning 8949 clauses out of 17921 with flag 45000/45000
13.77/13.10	c cleaning 9482 clauses out of 18974 with flag 55002/55002
16.27/15.60	c cleaning 9735 clauses out of 19492 with flag 65002/65002
19.48/18.87	c cleaning 9863 clauses out of 19755 with flag 75000/75000
20.59/19.91	c Got one! Elapsed wall clock time (in seconds):19.813
20.59/19.91	o 83
21.99/21.39	c cleaning 9913 clauses out of 19892 with flag 85000/85000
25.10/24.41	c cleaning 9926 clauses out of 19981 with flag 95002/95002
27.41/26.77	c Got one! Elapsed wall clock time (in seconds):26.67
27.41/26.77	o 74
28.11/27.46	c cleaning 10024 clauses out of 20056 with flag 105003/105003
32.32/31.65	c cleaning 10009 clauses out of 20030 with flag 115001/115001
34.83/34.16	c cleaning 10005 clauses out of 20020 with flag 125000/125000
37.34/36.60	c cleaning 9976 clauses out of 20015 with flag 135000/135000
39.95/39.28	c cleaning 9988 clauses out of 20040 with flag 145001/145001
43.45/42.73	c cleaning 10009 clauses out of 20054 with flag 155003/155003
47.66/46.93	c cleaning 9993 clauses out of 20043 with flag 165001/165001
51.17/50.46	c cleaning 9974 clauses out of 20049 with flag 175000/175000
53.58/52.87	c cleaning 10012 clauses out of 20075 with flag 185000/185000
56.19/55.46	c cleaning 10013 clauses out of 20064 with flag 195001/195001
58.79/58.06	c cleaning 10002 clauses out of 20050 with flag 205000/205000
61.40/60.63	c cleaning 9998 clauses out of 20050 with flag 215002/215002
64.91/64.14	c cleaning 9998 clauses out of 20050 with flag 225000/225000
67.83/67.06	c cleaning 10005 clauses out of 20053 with flag 235001/235001
71.25/70.42	c cleaning 10000 clauses out of 20047 with flag 245000/245000
74.95/74.15	c cleaning 10001 clauses out of 20048 with flag 255001/255001
78.06/77.23	c cleaning 10008 clauses out of 20047 with flag 265001/265001
80.67/79.87	c cleaning 10002 clauses out of 20038 with flag 275000/275000
81.58/80.76	c Got one! Elapsed wall clock time (in seconds):80.666
81.58/80.76	o 71
84.18/83.35	c cleaning 10017 clauses out of 20040 with flag 285004/285004
86.89/86.09	c cleaning 9998 clauses out of 20022 with flag 295003/295003
90.01/89.11	c cleaning 9989 clauses out of 20022 with flag 305001/305001
93.42/92.54	c cleaning 9993 clauses out of 20033 with flag 315001/315001
95.73/94.84	c cleaning 10006 clauses out of 20041 with flag 325002/325002
98.75/97.88	c cleaning 10004 clauses out of 20035 with flag 335002/335002
102.35/101.40	c cleaning 10000 clauses out of 20032 with flag 345003/345003
105.26/104.35	c cleaning 10008 clauses out of 20029 with flag 355000/355000
110.37/109.40	c cleaning 10005 clauses out of 20022 with flag 365001/365001
114.19/113.23	c cleaning 9997 clauses out of 20016 with flag 375000/375000
118.10/117.11	c cleaning 9999 clauses out of 20019 with flag 385000/385000
121.61/120.69	c cleaning 9991 clauses out of 20024 with flag 395004/395004
123.93/122.96	c cleaning 10000 clauses out of 20031 with flag 405002/405002
126.64/125.63	c cleaning 10001 clauses out of 20029 with flag 415000/415000
129.67/128.62	c cleaning 9977 clauses out of 20028 with flag 425000/425000
132.46/131.46	c cleaning 10002 clauses out of 20052 with flag 435001/435001
136.39/135.32	c cleaning 9970 clauses out of 20049 with flag 445000/445000
139.39/138.35	c cleaning 10013 clauses out of 20079 with flag 455000/455000
142.91/141.86	c cleaning 10006 clauses out of 20068 with flag 465002/465002
146.42/145.35	c cleaning 10001 clauses out of 20061 with flag 475001/475001
149.34/148.27	c cleaning 10013 clauses out of 20061 with flag 485002/485002
152.95/151.84	c cleaning 10007 clauses out of 20049 with flag 495003/495003
157.46/156.34	c cleaning 10001 clauses out of 20039 with flag 505000/505000
161.37/160.23	c cleaning 10003 clauses out of 20038 with flag 515000/515000
165.38/164.25	c cleaning 10016 clauses out of 20037 with flag 525002/525002
168.80/167.62	c cleaning 9994 clauses out of 20021 with flag 535002/535002
173.41/172.22	c cleaning 9994 clauses out of 20025 with flag 545000/545000
177.92/176.78	c cleaning 9978 clauses out of 20031 with flag 555000/555000
181.94/180.74	c cleaning 10004 clauses out of 20053 with flag 565000/565000
186.06/184.82	c cleaning 10006 clauses out of 20049 with flag 575000/575000
190.67/189.48	c cleaning 10005 clauses out of 20046 with flag 585003/585003
193.60/192.32	c cleaning 9971 clauses out of 20039 with flag 595001/595001
196.31/195.08	c cleaning 10007 clauses out of 20067 with flag 605000/605000
201.22/199.96	c cleaning 10008 clauses out of 20062 with flag 615002/615002
205.24/203.95	c cleaning 10018 clauses out of 20057 with flag 625005/625005
208.26/206.95	c cleaning 9997 clauses out of 20034 with flag 635000/635000
212.68/211.38	c cleaning 9997 clauses out of 20038 with flag 645001/645001
216.40/215.01	c cleaning 10015 clauses out of 20043 with flag 655003/655003
221.12/219.73	c cleaning 10004 clauses out of 20025 with flag 665000/665000
225.23/223.80	c cleaning 10004 clauses out of 20022 with flag 675001/675001
228.94/227.52	c cleaning 9976 clauses out of 20017 with flag 685000/685000
233.06/231.69	c cleaning 9993 clauses out of 20042 with flag 695001/695001
237.27/235.86	c cleaning 9996 clauses out of 20051 with flag 705003/705003
240.99/239.51	c cleaning 9994 clauses out of 20052 with flag 715000/715000
244.10/242.62	c cleaning 10013 clauses out of 20063 with flag 725005/725005
248.31/246.89	c cleaning 10004 clauses out of 20045 with flag 735000/735000
253.03/251.53	c cleaning 9999 clauses out of 20042 with flag 745001/745001
257.65/256.14	c cleaning 10000 clauses out of 20042 with flag 755000/755000
261.86/260.35	c cleaning 9993 clauses out of 20042 with flag 765000/765000
266.47/264.91	c cleaning 10010 clauses out of 20050 with flag 775001/775001
271.19/269.65	c cleaning 10004 clauses out of 20044 with flag 785005/785005
274.42/272.87	c cleaning 9994 clauses out of 20035 with flag 795000/795000
278.23/276.69	c cleaning 9998 clauses out of 20042 with flag 805001/805001
282.34/280.71	c cleaning 9997 clauses out of 20045 with flag 815002/815002
286.45/284.87	c cleaning 10003 clauses out of 20046 with flag 825000/825000
290.45/288.82	c cleaning 10002 clauses out of 20046 with flag 835003/835003
294.37/292.75	c cleaning 9998 clauses out of 20045 with flag 845004/845004
298.17/296.56	c cleaning 10000 clauses out of 20044 with flag 855001/855001
302.79/301.19	c cleaning 10000 clauses out of 20045 with flag 865002/865002
306.69/305.06	c cleaning 10001 clauses out of 20044 with flag 875001/875001
311.50/309.83	c cleaning 10003 clauses out of 20043 with flag 885001/885001
318.32/316.67	c cleaning 9792 clauses out of 20041 with flag 895002/895002
324.94/323.21	c cleaning 9926 clauses out of 20248 with flag 905001/905001
330.98/329.20	c cleaning 10031 clauses out of 20325 with flag 915004/915004
335.30/333.55	c cleaning 10044 clauses out of 20290 with flag 925000/925000
340.22/338.41	c cleaning 10023 clauses out of 20246 with flag 935000/935000
344.23/342.45	c cleaning 10097 clauses out of 20223 with flag 945000/945000
347.64/345.86	c cleaning 10046 clauses out of 20127 with flag 955001/955001
351.35/349.56	c cleaning 10021 clauses out of 20081 with flag 965001/965001
354.56/352.71	c cleaning 10015 clauses out of 20060 with flag 975001/975001
358.18/356.40	c cleaning 10006 clauses out of 20044 with flag 985000/985000
362.58/360.79	c cleaning 10005 clauses out of 20039 with flag 995001/995001
366.59/364.73	c cleaning 10003 clauses out of 20034 with flag 1005001/1005001
370.41/368.52	c cleaning 10000 clauses out of 20030 with flag 1015000/1015000
373.81/371.99	c cleaning 10002 clauses out of 20031 with flag 1025001/1025001
377.63/375.77	c cleaning 10004 clauses out of 20030 with flag 1035002/1035002
381.74/379.81	c cleaning 10003 clauses out of 20025 with flag 1045001/1045001
385.95/384.00	c cleaning 10001 clauses out of 20021 with flag 1055000/1055000
390.96/389.00	c cleaning 9995 clauses out of 20022 with flag 1065002/1065002
395.16/393.25	c cleaning 10001 clauses out of 20026 with flag 1075001/1075001
398.67/396.77	c cleaning 10002 clauses out of 20026 with flag 1085002/1085002
403.00/401.03	c cleaning 10000 clauses out of 20022 with flag 1095000/1095000
406.81/404.88	c cleaning 10002 clauses out of 20026 with flag 1105004/1105004
410.61/408.61	c cleaning 9994 clauses out of 20020 with flag 1115000/1115000
414.42/412.48	c cleaning 10005 clauses out of 20026 with flag 1125000/1125000
418.33/416.38	c cleaning 10002 clauses out of 20024 with flag 1135003/1135003
423.04/421.03	c cleaning 10001 clauses out of 20020 with flag 1145001/1145001
427.86/425.85	c cleaning 9998 clauses out of 20018 with flag 1155000/1155000
431.86/429.86	c cleaning 10000 clauses out of 20021 with flag 1165001/1165001
435.87/433.81	c cleaning 10000 clauses out of 20021 with flag 1175001/1175001
438.79/436.79	c cleaning 9986 clauses out of 20021 with flag 1185001/1185001
442.60/440.59	c cleaning 9997 clauses out of 20037 with flag 1195003/1195003
446.90/444.87	c cleaning 9998 clauses out of 20040 with flag 1205003/1205003
450.82/448.77	c cleaning 9998 clauses out of 20039 with flag 1215000/1215000
454.32/452.22	c cleaning 9997 clauses out of 20041 with flag 1225000/1225000
458.04/455.98	c cleaning 9997 clauses out of 20046 with flag 1235002/1235002
461.45/459.30	c cleaning 9997 clauses out of 20048 with flag 1245001/1245001
464.85/462.76	c cleaning 10003 clauses out of 20052 with flag 1255002/1255002
468.96/466.83	c cleaning 9998 clauses out of 20048 with flag 1265001/1265001
472.78/470.63	c cleaning 9992 clauses out of 20051 with flag 1275002/1275002
476.78/474.69	c cleaning 10006 clauses out of 20057 with flag 1285000/1285000
480.79/478.66	c cleaning 10002 clauses out of 20052 with flag 1295001/1295001
484.49/482.37	c cleaning 9999 clauses out of 20051 with flag 1305002/1305002
488.42/486.24	c cleaning 10003 clauses out of 20051 with flag 1315001/1315001
492.62/490.43	c cleaning 10004 clauses out of 20055 with flag 1325008/1325008
495.13/492.92	c cleaning 9987 clauses out of 20045 with flag 1335002/1335002
498.04/495.87	c cleaning 9980 clauses out of 20056 with flag 1345000/1345000
502.05/499.89	c cleaning 10015 clauses out of 20080 with flag 1355004/1355004
505.67/503.42	c cleaning 10014 clauses out of 20061 with flag 1365000/1365000
508.98/506.78	c cleaning 10008 clauses out of 20047 with flag 1375000/1375000
512.80/510.53	c cleaning 10004 clauses out of 20040 with flag 1385001/1385001
516.41/514.19	c cleaning 10005 clauses out of 20035 with flag 1395000/1395000
520.43/518.12	c cleaning 10000 clauses out of 20030 with flag 1405000/1405000
524.54/522.22	c cleaning 9992 clauses out of 20031 with flag 1415001/1415001
528.25/525.94	c cleaning 10009 clauses out of 20040 with flag 1425002/1425002
532.37/530.01	c cleaning 10005 clauses out of 20030 with flag 1435001/1435001
536.18/533.82	c cleaning 10004 clauses out of 20025 with flag 1445001/1445001
539.90/537.55	c cleaning 10000 clauses out of 20020 with flag 1455000/1455000
542.80/540.46	c cleaning 9993 clauses out of 20020 with flag 1465000/1465000
546.92/544.53	c cleaning 9994 clauses out of 20028 with flag 1475001/1475001
551.53/549.11	c cleaning 10000 clauses out of 20033 with flag 1485000/1485000
555.35/552.92	c cleaning 10002 clauses out of 20033 with flag 1495000/1495000
558.97/556.54	c cleaning 10002 clauses out of 20033 with flag 1505002/1505002
562.47/560.04	c cleaning 9999 clauses out of 20030 with flag 1515001/1515001
566.27/563.89	c cleaning 9999 clauses out of 20032 with flag 1525002/1525002
570.00/567.58	c cleaning 9985 clauses out of 20032 with flag 1535001/1535001
573.71/571.25	c cleaning 9997 clauses out of 20049 with flag 1545003/1545003
577.32/574.87	c cleaning 9992 clauses out of 20052 with flag 1555003/1555003
581.42/578.93	c cleaning 9998 clauses out of 20058 with flag 1565001/1565001
584.83/582.34	c cleaning 10004 clauses out of 20063 with flag 1575004/1575004
588.94/586.48	c cleaning 10001 clauses out of 20059 with flag 1585004/1585004
592.84/590.37	c cleaning 9999 clauses out of 20057 with flag 1595003/1595003
596.76/594.23	c cleaning 10000 clauses out of 20057 with flag 1605002/1605002
601.17/598.61	c cleaning 9999 clauses out of 20055 with flag 1615000/1615000
604.49/601.90	c cleaning 10016 clauses out of 20056 with flag 1625000/1625000
608.10/605.58	c cleaning 10007 clauses out of 20044 with flag 1635004/1635004
613.12/610.57	c cleaning 10007 clauses out of 20037 with flag 1645004/1645004
617.73/615.11	c cleaning 9999 clauses out of 20029 with flag 1655003/1655003
621.75/619.16	c cleaning 9997 clauses out of 20027 with flag 1665000/1665000
625.46/622.85	c cleaning 10002 clauses out of 20030 with flag 1675000/1675000
630.16/627.52	c cleaning 10000 clauses out of 20030 with flag 1685002/1685002
634.87/632.30	c cleaning 10001 clauses out of 20028 with flag 1695000/1695000
639.07/636.46	c cleaning 9995 clauses out of 20029 with flag 1705002/1705002
644.08/641.41	c cleaning 10001 clauses out of 20032 with flag 1715000/1715000
647.78/645.14	c cleaning 10000 clauses out of 20031 with flag 1725000/1725000
652.18/649.52	c cleaning 10001 clauses out of 20031 with flag 1735000/1735000
657.40/654.76	c cleaning 10001 clauses out of 20031 with flag 1745001/1745001
663.12/660.42	c cleaning 10002 clauses out of 20031 with flag 1755002/1755002
668.54/665.88	c cleaning 9998 clauses out of 20032 with flag 1765005/1765005
671.75/669.03	c cleaning 9992 clauses out of 20032 with flag 1775003/1775003
675.46/672.79	c cleaning 9992 clauses out of 20037 with flag 1785000/1785000
678.68/675.90	c cleaning 9999 clauses out of 20046 with flag 1795001/1795001
683.18/680.44	c cleaning 9997 clauses out of 20048 with flag 1805002/1805002
686.99/684.26	c cleaning 10000 clauses out of 20050 with flag 1815001/1815001
690.89/688.15	c cleaning 10000 clauses out of 20050 with flag 1825001/1825001
694.60/691.89	c cleaning 9999 clauses out of 20050 with flag 1835001/1835001
698.10/695.31	c cleaning 10000 clauses out of 20051 with flag 1845001/1845001
701.81/699.06	c cleaning 10001 clauses out of 20050 with flag 1855000/1855000
705.52/702.80	c cleaning 10000 clauses out of 20049 with flag 1865000/1865000
709.23/706.41	c cleaning 10001 clauses out of 20049 with flag 1875000/1875000
712.94/710.13	c cleaning 9998 clauses out of 20048 with flag 1885000/1885000
717.45/714.63	c cleaning 10001 clauses out of 20054 with flag 1895004/1895004
722.06/719.21	c cleaning 10000 clauses out of 20049 with flag 1905000/1905000
725.78/722.93	c cleaning 10002 clauses out of 20052 with flag 1915003/1915003
729.70/726.81	c cleaning 9996 clauses out of 20047 with flag 1925000/1925000
733.50/730.66	c cleaning 9999 clauses out of 20051 with flag 1935000/1935000
736.90/734.08	c cleaning 10001 clauses out of 20054 with flag 1945002/1945002
740.61/737.70	c cleaning 10001 clauses out of 20052 with flag 1955001/1955001
743.81/740.95	c cleaning 10000 clauses out of 20052 with flag 1965002/1965002
747.31/744.48	c cleaning 9997 clauses out of 20050 with flag 1975000/1975000
750.71/747.86	c cleaning 10001 clauses out of 20055 with flag 1985002/1985002
753.93/751.00	c cleaning 9972 clauses out of 20055 with flag 1995003/1995003
756.25/753.35	c cleaning 10016 clauses out of 20082 with flag 2005002/2005002
759.77/756.83	c cleaning 10011 clauses out of 20065 with flag 2015001/2015001
762.88/759.99	c cleaning 9968 clauses out of 20053 with flag 2025000/2025000
766.69/763.74	c cleaning 10028 clauses out of 20089 with flag 2035004/2035004
771.90/768.99	c cleaning 10014 clauses out of 20058 with flag 2045001/2045001
775.32/772.36	c cleaning 10010 clauses out of 20043 with flag 2055000/2055000
779.03/776.06	c cleaning 10002 clauses out of 20034 with flag 2065001/2065001
783.34/780.31	c cleaning 10004 clauses out of 20032 with flag 2075001/2075001
786.45/783.47	c cleaning 9992 clauses out of 20029 with flag 2085002/2085002
790.47/787.49	c cleaning 10002 clauses out of 20035 with flag 2095000/2095000
794.49/791.47	c cleaning 10003 clauses out of 20036 with flag 2105003/2105003
798.20/795.14	c cleaning 10001 clauses out of 20031 with flag 2115001/2115001
801.71/798.66	c cleaning 9992 clauses out of 20031 with flag 2125002/2125002
806.03/802.94	c cleaning 9999 clauses out of 20037 with flag 2135000/2135000
810.13/807.07	c cleaning 9970 clauses out of 20038 with flag 2145000/2145000
813.94/810.89	c cleaning 10004 clauses out of 20069 with flag 2155001/2155001
818.06/814.94	c cleaning 10000 clauses out of 20068 with flag 2165004/2165004
822.48/819.38	c cleaning 10002 clauses out of 20066 with flag 2175002/2175002
826.89/823.78	c cleaning 9990 clauses out of 20062 with flag 2185000/2185000
830.00/826.80	c cleaning 10003 clauses out of 20073 with flag 2195001/2195001
834.01/830.83	c cleaning 9998 clauses out of 20070 with flag 2205001/2205001
837.82/834.65	c cleaning 9999 clauses out of 20071 with flag 2215000/2215000
841.23/838.06	c cleaning 10002 clauses out of 20073 with flag 2225001/2225001
844.74/841.57	c cleaning 9998 clauses out of 20071 with flag 2235001/2235001
848.64/845.49	c cleaning 10005 clauses out of 20074 with flag 2245002/2245002
852.35/849.10	c cleaning 10001 clauses out of 20067 with flag 2255000/2255000
855.95/852.71	c cleaning 9998 clauses out of 20066 with flag 2265000/2265000
859.66/856.48	c cleaning 9998 clauses out of 20068 with flag 2275000/2275000
863.57/860.30	c cleaning 10000 clauses out of 20072 with flag 2285002/2285002
866.58/863.36	c cleaning 10025 clauses out of 20074 with flag 2295004/2295004
869.90/866.66	c cleaning 10012 clauses out of 20048 with flag 2305003/2305003
873.51/870.22	c cleaning 10005 clauses out of 20036 with flag 2315003/2315003
877.83/874.55	c cleaning 10000 clauses out of 20030 with flag 2325002/2325002
881.05/877.74	c cleaning 10005 clauses out of 20033 with flag 2335005/2335005
884.84/881.50	c cleaning 9995 clauses out of 20024 with flag 2345001/2345001
888.56/885.29	c cleaning 10003 clauses out of 20032 with flag 2355004/2355004
892.36/889.01	c cleaning 10000 clauses out of 20025 with flag 2365000/2365000
896.06/892.77	c cleaning 10002 clauses out of 20027 with flag 2375002/2375002
899.88/896.59	c cleaning 10001 clauses out of 20024 with flag 2385001/2385001
903.19/899.89	c cleaning 10000 clauses out of 20023 with flag 2395001/2395001
906.79/903.45	c cleaning 9995 clauses out of 20022 with flag 2405000/2405000
910.69/907.35	c cleaning 9999 clauses out of 20027 with flag 2415000/2415000
914.30/911.00	c cleaning 10005 clauses out of 20029 with flag 2425001/2425001
918.31/914.91	c cleaning 9999 clauses out of 20024 with flag 2435001/2435001
921.22/917.82	c cleaning 9981 clauses out of 20024 with flag 2445000/2445000
924.74/921.39	c cleaning 9991 clauses out of 20046 with flag 2455003/2455003
927.85/924.40	c cleaning 9996 clauses out of 20055 with flag 2465003/2465003
930.95/927.59	c cleaning 9998 clauses out of 20059 with flag 2475003/2475003
934.36/930.96	c cleaning 9997 clauses out of 20059 with flag 2485001/2485001
937.47/934.09	c cleaning 9999 clauses out of 20061 with flag 2495000/2495000
940.88/937.47	c cleaning 9997 clauses out of 20062 with flag 2505000/2505000
944.29/940.86	c cleaning 10003 clauses out of 20065 with flag 2515000/2515000
947.90/944.46	c cleaning 10000 clauses out of 20064 with flag 2525002/2525002
951.30/947.84	c cleaning 9999 clauses out of 20062 with flag 2535000/2535000
954.61/951.14	c cleaning 10003 clauses out of 20068 with flag 2545005/2545005
957.91/954.45	c cleaning 9996 clauses out of 20060 with flag 2555000/2555000
961.32/957.85	c cleaning 10002 clauses out of 20065 with flag 2565001/2565001
964.94/961.44	c cleaning 9999 clauses out of 20066 with flag 2575004/2575004
968.05/964.58	c cleaning 10001 clauses out of 20065 with flag 2585002/2585002
971.75/968.24	c cleaning 10001 clauses out of 20068 with flag 2595006/2595006
975.07/971.58	c cleaning 9997 clauses out of 20065 with flag 2605004/2605004
978.87/975.34	c cleaning 9996 clauses out of 20065 with flag 2615001/2615001
982.37/978.90	c cleaning 9998 clauses out of 20069 with flag 2625001/2625001
985.79/982.27	c cleaning 10006 clauses out of 20071 with flag 2635001/2635001
989.29/985.74	c cleaning 10003 clauses out of 20068 with flag 2645004/2645004
992.60/989.06	c cleaning 9997 clauses out of 20061 with flag 2655000/2655000
995.61/992.03	c cleaning 10015 clauses out of 20064 with flag 2665000/2665000
999.22/995.68	c cleaning 10011 clauses out of 20049 with flag 2675000/2675000
1003.33/999.71	c cleaning 10004 clauses out of 20038 with flag 2685000/2685000
1006.84/1003.26	c cleaning 10004 clauses out of 20036 with flag 2695002/2695002
1010.35/1006.71	c cleaning 10000 clauses out of 20031 with flag 2705001/2705001
1014.07/1010.49	c cleaning 10004 clauses out of 20033 with flag 2715003/2715003
1018.18/1014.55	c cleaning 9998 clauses out of 20026 with flag 2725000/2725000
1022.10/1018.46	c cleaning 10001 clauses out of 20029 with flag 2735001/2735001
1025.61/1021.98	c cleaning 10000 clauses out of 20027 with flag 2745000/2745000
1029.80/1026.16	c cleaning 10002 clauses out of 20028 with flag 2755001/2755001
1034.02/1030.36	c cleaning 10000 clauses out of 20026 with flag 2765001/2765001
1038.04/1034.30	c cleaning 10003 clauses out of 20026 with flag 2775001/2775001
1041.94/1038.23	c cleaning 9999 clauses out of 20022 with flag 2785000/2785000
1046.34/1042.66	c cleaning 9997 clauses out of 20024 with flag 2795001/2795001
1050.45/1046.76	c cleaning 9988 clauses out of 20026 with flag 2805000/2805000
1055.17/1051.41	c cleaning 10004 clauses out of 20038 with flag 2815000/2815000
1058.97/1055.25	c cleaning 10005 clauses out of 20036 with flag 2825002/2825002
1063.09/1059.35	c cleaning 10006 clauses out of 20033 with flag 2835004/2835004
1066.08/1062.32	c cleaning 9989 clauses out of 20026 with flag 2845003/2845003
1069.38/1065.61	c cleaning 10003 clauses out of 20035 with flag 2855001/2855001
1073.39/1069.67	c cleaning 10005 clauses out of 20035 with flag 2865004/2865004
1077.40/1073.69	c cleaning 9999 clauses out of 20027 with flag 2875001/2875001
1080.90/1077.15	c cleaning 9994 clauses out of 20027 with flag 2885000/2885000
1085.02/1081.20	c cleaning 10004 clauses out of 20033 with flag 2895000/2895000
1088.42/1084.64	c cleaning 9997 clauses out of 20031 with flag 2905002/2905002
1092.13/1088.35	c cleaning 10002 clauses out of 20034 with flag 2915002/2915002
1095.63/1091.86	c cleaning 10003 clauses out of 20031 with flag 2925001/2925001
1098.84/1095.08	c cleaning 9998 clauses out of 20029 with flag 2935002/2935002
1102.95/1099.13	c cleaning 10004 clauses out of 20033 with flag 2945004/2945004
1107.26/1103.46	c cleaning 9998 clauses out of 20025 with flag 2955000/2955000
1111.38/1107.51	c cleaning 9998 clauses out of 20027 with flag 2965000/2965000
1115.08/1111.29	c cleaning 10000 clauses out of 20032 with flag 2975003/2975003
1118.48/1114.70	c cleaning 10001 clauses out of 20030 with flag 2985001/2985001
1121.49/1117.64	c cleaning 10002 clauses out of 20031 with flag 2995003/2995003
1124.29/1120.45	c cleaning 9973 clauses out of 20027 with flag 3005001/3005001
1127.61/1123.76	c cleaning 10006 clauses out of 20061 with flag 3015008/3015008
1130.62/1126.78	c cleaning 10006 clauses out of 20049 with flag 3025002/3025002
1133.35/1129.43	c cleaning 9989 clauses out of 20042 with flag 3035001/3035001
1137.06/1133.13	c cleaning 10003 clauses out of 20053 with flag 3045001/3045001
1139.88/1135.96	c cleaning 9997 clauses out of 20049 with flag 3055000/3055000
1143.50/1139.57	c cleaning 10003 clauses out of 20055 with flag 3065003/3065003
1147.21/1143.23	c cleaning 10000 clauses out of 20051 with flag 3075002/3075002
1150.03/1146.03	c cleaning 10010 clauses out of 20050 with flag 3085001/3085001
1153.13/1149.17	c cleaning 10005 clauses out of 20040 with flag 3095001/3095001
1156.35/1152.31	c cleaning 9995 clauses out of 20034 with flag 3105000/3105000
1160.37/1156.32	c cleaning 9997 clauses out of 20041 with flag 3115002/3115002
1163.19/1159.15	c cleaning 10014 clauses out of 20042 with flag 3125000/3125000
1166.62/1162.52	c cleaning 10004 clauses out of 20029 with flag 3135001/3135001
1170.13/1166.07	c cleaning 10002 clauses out of 20024 with flag 3145000/3145000
1173.93/1169.85	c cleaning 9997 clauses out of 20022 with flag 3155000/3155000
1177.84/1173.77	c cleaning 10005 clauses out of 20027 with flag 3165002/3165002
1181.45/1177.37	c cleaning 10001 clauses out of 20022 with flag 3175002/3175002
1184.87/1180.74	c cleaning 10003 clauses out of 20024 with flag 3185005/3185005
1187.97/1183.89	c cleaning 9996 clauses out of 20017 with flag 3195001/3195001
1191.98/1187.81	c cleaning 9991 clauses out of 20020 with flag 3205000/3205000
1196.19/1192.09	c cleaning 9993 clauses out of 20029 with flag 3215000/3215000
1200.61/1196.47	c cleaning 10003 clauses out of 20036 with flag 3225000/3225000
1204.92/1200.76	c cleaning 10003 clauses out of 20033 with flag 3235000/3235000
1208.53/1204.35	c cleaning 9999 clauses out of 20030 with flag 3245000/3245000
1212.84/1208.62	c cleaning 10001 clauses out of 20032 with flag 3255001/3255001
1216.66/1212.48	c cleaning 9996 clauses out of 20031 with flag 3265001/3265001
1220.47/1216.21	c cleaning 10001 clauses out of 20035 with flag 3275001/3275001
1224.78/1220.59	c cleaning 10004 clauses out of 20035 with flag 3285002/3285002
1228.79/1224.56	c cleaning 10004 clauses out of 20031 with flag 3295002/3295002
1232.72/1228.41	c cleaning 10005 clauses out of 20025 with flag 3305000/3305000
1236.13/1231.80	c cleaning 10000 clauses out of 20020 with flag 3315000/3315000
1240.33/1236.03	c cleaning 9999 clauses out of 20020 with flag 3325000/3325000
1244.15/1239.88	c cleaning 9998 clauses out of 20021 with flag 3335000/3335000
1247.85/1243.54	c cleaning 10007 clauses out of 20025 with flag 3345002/3345002
1251.85/1247.50	c cleaning 10002 clauses out of 20017 with flag 3355001/3355001
1256.47/1252.12	c cleaning 9998 clauses out of 20014 with flag 3365000/3365000
1260.29/1255.98	c cleaning 10000 clauses out of 20017 with flag 3375001/3375001
1263.90/1259.51	c cleaning 9997 clauses out of 20016 with flag 3385000/3385000
1268.31/1263.95	c cleaning 10000 clauses out of 20019 with flag 3395000/3395000
1272.21/1267.89	c cleaning 10002 clauses out of 20023 with flag 3405004/3405004
1276.62/1272.20	c cleaning 10002 clauses out of 20018 with flag 3415001/3415001
1280.94/1276.53	c cleaning 10002 clauses out of 20017 with flag 3425002/3425002
1285.07/1280.61	c cleaning 9987 clauses out of 20013 with flag 3435000/3435000
1288.68/1284.20	c cleaning 9993 clauses out of 20028 with flag 3445002/3445002
1291.79/1287.30	c cleaning 9995 clauses out of 20034 with flag 3455001/3455001
1295.91/1291.49	c cleaning 10001 clauses out of 20040 with flag 3465002/3465002
1300.23/1295.72	c cleaning 9999 clauses out of 20037 with flag 3475000/3475000
1303.75/1299.26	c cleaning 9996 clauses out of 20039 with flag 3485001/3485001
1307.07/1302.52	c cleaning 9998 clauses out of 20044 with flag 3495002/3495002
1310.08/1305.50	c cleaning 10002 clauses out of 20046 with flag 3505002/3505002
1313.60/1309.03	c cleaning 10002 clauses out of 20043 with flag 3515001/3515001
1317.31/1312.70	c cleaning 9995 clauses out of 20040 with flag 3525000/3525000
1320.83/1316.21	c cleaning 10001 clauses out of 20045 with flag 3535000/3535000
1324.23/1319.63	c cleaning 10002 clauses out of 20046 with flag 3545002/3545002
1327.74/1323.15	c cleaning 10002 clauses out of 20043 with flag 3555001/3555001
1331.66/1327.03	c cleaning 10000 clauses out of 20041 with flag 3565001/3565001
1335.37/1330.79	c cleaning 9997 clauses out of 20042 with flag 3575002/3575002
1339.48/1334.85	c cleaning 9999 clauses out of 20043 with flag 3585000/3585000
1342.91/1338.23	c cleaning 10000 clauses out of 20044 with flag 3595000/3595000
1346.11/1341.44	c cleaning 9996 clauses out of 20044 with flag 3605000/3605000
1349.42/1344.76	c cleaning 10000 clauses out of 20050 with flag 3615002/3615002
1352.82/1348.20	c cleaning 10000 clauses out of 20049 with flag 3625001/3625001
1356.53/1351.87	c cleaning 10003 clauses out of 20049 with flag 3635001/3635001
1360.13/1355.49	c cleaning 10001 clauses out of 20045 with flag 3645000/3645000
1363.53/1358.88	c cleaning 10000 clauses out of 20046 with flag 3655002/3655002
1366.65/1361.93	c cleaning 9995 clauses out of 20045 with flag 3665001/3665001
1369.57/1364.88	c cleaning 10012 clauses out of 20051 with flag 3675002/3675002
1372.77/1368.00	c cleaning 10006 clauses out of 20038 with flag 3685001/3685001
1375.77/1371.07	c cleaning 10001 clauses out of 20031 with flag 3695000/3695000
1378.70/1373.93	c cleaning 10000 clauses out of 20030 with flag 3705000/3705000
1381.60/1376.82	c cleaning 10001 clauses out of 20030 with flag 3715000/3715000
1384.41/1379.61	c cleaning 10003 clauses out of 20034 with flag 3725005/3725005
1387.42/1382.63	c cleaning 10002 clauses out of 20029 with flag 3735003/3735003
1390.11/1385.38	c cleaning 10000 clauses out of 20025 with flag 3745001/3745001
1393.03/1388.29	c cleaning 9998 clauses out of 20024 with flag 3755000/3755000
1396.02/1391.20	c cleaning 10000 clauses out of 20026 with flag 3765000/3765000
1399.13/1394.33	c cleaning 10000 clauses out of 20027 with flag 3775001/3775001
1402.44/1397.66	c cleaning 10002 clauses out of 20028 with flag 3785002/3785002
1405.75/1400.97	c cleaning 9995 clauses out of 20024 with flag 3795000/3795000
1408.67/1403.82	c cleaning 10002 clauses out of 20029 with flag 3805000/3805000
1411.47/1406.60	c cleaning 9994 clauses out of 20028 with flag 3815001/3815001
1414.49/1409.61	c cleaning 10002 clauses out of 20033 with flag 3825000/3825000
1417.38/1412.57	c cleaning 10003 clauses out of 20032 with flag 3835001/3835001
1420.69/1415.80	c cleaning 10001 clauses out of 20028 with flag 3845000/3845000
1423.61/1418.71	c cleaning 9999 clauses out of 20027 with flag 3855000/3855000
1426.91/1422.08	c cleaning 9999 clauses out of 20029 with flag 3865001/3865001
1430.03/1425.14	c cleaning 10003 clauses out of 20033 with flag 3875004/3875004
1432.83/1427.99	c cleaning 10002 clauses out of 20029 with flag 3885003/3885003
1435.84/1430.93	c cleaning 9994 clauses out of 20025 with flag 3895001/3895001
1438.86/1433.99	c cleaning 10003 clauses out of 20034 with flag 3905004/3905004
1441.86/1436.99	c cleaning 10003 clauses out of 20030 with flag 3915003/3915003
1445.16/1440.22	c cleaning 9998 clauses out of 20024 with flag 3925000/3925000
1448.07/1443.13	c cleaning 9999 clauses out of 20026 with flag 3935000/3935000
1451.06/1446.15	c cleaning 9998 clauses out of 20027 with flag 3945000/3945000
1454.06/1449.18	c cleaning 9977 clauses out of 20029 with flag 3955000/3955000
1458.77/1453.85	c cleaning 9993 clauses out of 20052 with flag 3965000/3965000
1461.58/1456.60	c cleaning 9996 clauses out of 20060 with flag 3975001/3975001
1465.99/1461.04	c cleaning 9997 clauses out of 20064 with flag 3985001/3985001
1469.41/1464.42	c cleaning 10018 clauses out of 20066 with flag 3995000/3995000
1473.02/1468.07	c cleaning 10005 clauses out of 20051 with flag 4005003/4005003
1477.32/1472.35	c cleaning 9991 clauses out of 20045 with flag 4015002/4015002
1481.43/1476.48	c cleaning 10010 clauses out of 20055 with flag 4025003/4025003
1485.67/1480.61	c cleaning 9998 clauses out of 20044 with flag 4035002/4035002
1489.27/1484.24	c cleaning 10004 clauses out of 20047 with flag 4045003/4045003
1492.78/1487.73	c cleaning 9998 clauses out of 20040 with flag 4055000/4055000
1496.09/1491.08	c cleaning 10002 clauses out of 20042 with flag 4065000/4065000
1499.70/1494.67	c cleaning 10001 clauses out of 20040 with flag 4075000/4075000
1502.70/1497.66	c cleaning 10002 clauses out of 20041 with flag 4085002/4085002
1505.90/1500.84	c cleaning 10001 clauses out of 20038 with flag 4095001/4095001
1509.11/1504.03	c cleaning 9999 clauses out of 20036 with flag 4105000/4105000
1512.52/1507.41	c cleaning 10001 clauses out of 20037 with flag 4115000/4115000
1516.12/1511.05	c cleaning 10001 clauses out of 20037 with flag 4125001/4125001
1520.32/1515.22	c cleaning 10001 clauses out of 20035 with flag 4135000/4135000
1524.23/1519.13	c cleaning 10000 clauses out of 20037 with flag 4145003/4145003
1527.93/1522.88	c cleaning 9995 clauses out of 20035 with flag 4155001/4155001
1531.64/1526.55	c cleaning 10000 clauses out of 20040 with flag 4165001/4165001
1535.34/1530.24	c cleaning 9999 clauses out of 20040 with flag 4175001/4175001
1539.14/1534.04	c cleaning 10002 clauses out of 20041 with flag 4185001/4185001
1543.34/1538.26	c cleaning 10002 clauses out of 20038 with flag 4195000/4195000
1547.16/1542.06	c cleaning 9998 clauses out of 20036 with flag 4205000/4205000
1551.67/1546.52	c cleaning 10001 clauses out of 20040 with flag 4215002/4215002
1554.99/1549.86	c cleaning 10004 clauses out of 20039 with flag 4225002/4225002
1558.79/1553.63	c cleaning 9998 clauses out of 20033 with flag 4235000/4235000
1562.82/1557.65	c cleaning 10001 clauses out of 20038 with flag 4245003/4245003
1566.31/1561.15	c cleaning 9998 clauses out of 20037 with flag 4255003/4255003
1569.73/1564.55	c cleaning 9991 clauses out of 20036 with flag 4265000/4265000
1573.43/1568.27	c cleaning 10005 clauses out of 20045 with flag 4275000/4275000
1577.04/1571.87	c cleaning 10000 clauses out of 20040 with flag 4285000/4285000
1580.85/1575.61	c cleaning 10003 clauses out of 20042 with flag 4295002/4295002
1584.45/1579.24	c cleaning 10000 clauses out of 20038 with flag 4305001/4305001
1587.96/1582.80	c cleaning 9983 clauses out of 20037 with flag 4315000/4315000
1591.37/1586.11	c cleaning 10009 clauses out of 20056 with flag 4325002/4325002
1594.86/1589.68	c cleaning 10004 clauses out of 20046 with flag 4335001/4335001
1598.57/1593.34	c cleaning 10003 clauses out of 20043 with flag 4345002/4345002
1602.19/1596.97	c cleaning 9997 clauses out of 20038 with flag 4355000/4355000
1605.89/1600.68	c cleaning 10002 clauses out of 20041 with flag 4365000/4365000
1609.90/1604.66	c cleaning 10001 clauses out of 20041 with flag 4375002/4375002
1613.30/1608.01	c cleaning 10002 clauses out of 20039 with flag 4385001/4385001
1617.01/1611.74	c cleaning 10001 clauses out of 20036 with flag 4395000/4395000
1620.62/1615.36	c cleaning 10000 clauses out of 20037 with flag 4405002/4405002
1623.84/1618.54	c cleaning 9999 clauses out of 20036 with flag 4415001/4415001
1627.54/1622.22	c cleaning 9997 clauses out of 20036 with flag 4425000/4425000
1631.35/1626.09	c cleaning 9998 clauses out of 20040 with flag 4435001/4435001
1635.15/1629.82	c cleaning 9997 clauses out of 20042 with flag 4445001/4445001
1639.06/1633.77	c cleaning 10004 clauses out of 20045 with flag 4455001/4455001
1642.86/1637.54	c cleaning 9999 clauses out of 20041 with flag 4465001/4465001
1647.27/1641.90	c cleaning 10002 clauses out of 20042 with flag 4475001/4475001
1650.77/1645.44	c cleaning 10001 clauses out of 20040 with flag 4485001/4485001
1652.87/1647.57	c cleaning 10001 clauses out of 20040 with flag 4495002/4495002
1655.30/1649.98	c cleaning 10001 clauses out of 20039 with flag 4505002/4505002
1658.20/1652.86	c cleaning 9999 clauses out of 20038 with flag 4515002/4515002
1661.82/1656.46	c cleaning 10005 clauses out of 20037 with flag 4525000/4525000
1666.34/1660.90	c cleaning 10002 clauses out of 20035 with flag 4535003/4535003
1671.07/1665.66	c cleaning 10013 clauses out of 20032 with flag 4545002/4545002
1674.19/1668.73	c cleaning 9989 clauses out of 20017 with flag 4555000/4555000
1677.60/1672.18	c cleaning 9996 clauses out of 20028 with flag 4565000/4565000
1680.91/1675.49	c cleaning 9992 clauses out of 20032 with flag 4575000/4575000
1684.13/1678.61	c cleaning 9991 clauses out of 20044 with flag 4585004/4585004
1690.04/1684.51	c cleaning 9993 clauses out of 20049 with flag 4595000/4595000
1693.95/1688.41	c cleaning 9998 clauses out of 20057 with flag 4605001/4605001
1698.15/1692.65	c cleaning 10000 clauses out of 20061 with flag 4615003/4615003
1701.17/1695.66	c cleaning 10017 clauses out of 20060 with flag 4625002/4625002
1704.38/1698.84	c cleaning 10011 clauses out of 20041 with flag 4635000/4635000
1706.79/1701.25	c cleaning 9987 clauses out of 20033 with flag 4645003/4645003
1709.91/1704.30	c cleaning 9997 clauses out of 20044 with flag 4655001/4655001
1712.32/1706.78	c cleaning 10006 clauses out of 20046 with flag 4665000/4665000
1715.93/1710.39	c cleaning 10004 clauses out of 20042 with flag 4675002/4675002
1719.24/1713.70	c cleaning 10007 clauses out of 20038 with flag 4685002/4685002
1722.85/1717.22	c cleaning 10007 clauses out of 20030 with flag 4695001/4695001
1727.66/1722.01	c cleaning 10003 clauses out of 20023 with flag 4705001/4705001
1731.59/1725.92	c cleaning 9998 clauses out of 20020 with flag 4715001/4715001
1735.79/1730.16	c cleaning 10001 clauses out of 20022 with flag 4725001/4725001
1739.90/1734.21	c cleaning 9998 clauses out of 20020 with flag 4735000/4735000
1743.10/1737.43	c cleaning 10002 clauses out of 20023 with flag 4745001/4745001
1746.61/1740.91	c cleaning 9998 clauses out of 20020 with flag 4755000/4755000
1750.32/1744.63	c cleaning 10000 clauses out of 20022 with flag 4765000/4765000
1753.82/1748.15	c cleaning 10003 clauses out of 20025 with flag 4775003/4775003
1756.63/1750.93	c cleaning 9998 clauses out of 20021 with flag 4785002/4785002
1759.94/1754.28	c cleaning 9994 clauses out of 20022 with flag 4795001/4795001
1763.24/1757.52	c cleaning 10004 clauses out of 20027 with flag 4805000/4805000
1766.65/1760.96	c cleaning 10003 clauses out of 20026 with flag 4815003/4815003
1769.76/1764.04	c cleaning 9996 clauses out of 20023 with flag 4825003/4825003
1772.96/1767.28	c cleaning 9996 clauses out of 20025 with flag 4835001/4835001
1776.17/1770.43	c cleaning 10003 clauses out of 20029 with flag 4845001/4845001
1780.08/1774.35	c cleaning 10003 clauses out of 20028 with flag 4855003/4855003
1783.08/1777.39	c cleaning 9997 clauses out of 20022 with flag 4865000/4865000
1786.38/1780.69	c cleaning 10002 clauses out of 20026 with flag 4875001/4875001
1789.49/1783.77	c cleaning 9998 clauses out of 20026 with flag 4885003/4885003
1793.10/1787.40	c cleaning 10004 clauses out of 20028 with flag 4895003/4895003
1796.20/1790.44	c cleaning 9995 clauses out of 20022 with flag 4905001/4905001
1799.31/1793.55	c cleaning 9997 clauses out of 20026 with flag 4915000/4915000
1800.02/1794.21	c starts		: 287
1800.02/1794.21	c conflicts		: 4917837
1800.02/1794.21	c decisions		: 6146484
1800.02/1794.21	c propagations		: 98918528
1800.02/1794.21	c inspects		: 6698645035
1800.02/1794.21	c learnt literals	: 0
1800.02/1794.21	c learnt binary clauses	: 0
1800.02/1794.21	c learnt ternary clauses	: 0
1800.02/1794.21	c learnt clauses	: 4917836
1800.02/1794.21	c ignored clauses	: 0
1800.02/1794.21	c root simplifications	: 0
1800.02/1794.21	c removed literals (reason simplification)	: 40270030
1800.02/1794.21	c reason swapping (by a shorter reason)	: 0
1800.02/1794.21	c Calls to reduceDB	: 493
1800.02/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.21	c number of learned constraints concerned by reduction	: 0
1800.02/1794.21	c number of learning phase by resolution	: 0
1800.02/1794.21	c number of learning phase by cutting planes	: 0
1800.02/1794.21	c speed (assignments/second)	: 57730.78680669645
1800.02/1794.21	c non guided choices	27407
1800.02/1794.22	c learnt constraints type 
1800.02/1794.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12889
1800.02/1794.22	c constraints type 
1800.02/1794.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.02/1794.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.02/1794.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/1794.22	s SATISFIABLE
1800.02/1794.22	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -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 
1800.02/1794.22	c objective function=71
1800.02/1794.22	c Total wall clock time (in seconds): 1794.124

Verifier Data

OK	71

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691050-1277891644/watcher-2691050-1277891644 -o /tmp/evaluation-result-2691050-1277891644/solver-2691050-1277891644 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691050-1277891644.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.09 3/196 13974
/proc/meminfo: memFree=31005148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=444 CPUtime=0
/proc/13974/stat : 13974 (java) R 13972 13974 12496 0 -1 4194304 303 0 0 0 0 0 0 0 25 0 1 0 130459940 454656 49 4089446400 134512640 134550932 4290892000 18446744073709551615 7377492 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13974/statm: 111 49 38 10 0 25 0

[startup+0.0720751 s]
/proc/loadavg: 2.00 2.00 2.09 3/196 13974
/proc/meminfo: memFree=31005148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1528720 CPUtime=0.05
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 4277 0 1 0 4 1 0 0 25 0 18 0 130459940 1565409280 3712 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 382180 3712 1091 10 0 379482 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528720

[startup+0.100628 s]
/proc/loadavg: 2.00 2.00 2.09 3/196 13974
/proc/meminfo: memFree=31005148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1529832 CPUtime=0.11
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 5196 0 1 0 10 1 0 0 25 0 18 0 130459940 1566547968 4629 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 382458 4629 1346 10 0 379760 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529832

[startup+0.300643 s]
/proc/loadavg: 2.00 2.00 2.09 3/196 13974
/proc/meminfo: memFree=31005148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533752 CPUtime=0.59
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 6966 0 1 0 57 2 0 0 25 0 19 0 130459940 1570562048 6104 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383438 6104 1416 10 0 380740 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533752

[startup+0.700576 s]
/proc/loadavg: 2.00 2.00 2.09 3/196 13974
/proc/meminfo: memFree=31005148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533752 CPUtime=1.18
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 8117 0 1 0 116 2 0 0 25 0 19 0 130459940 1570562048 7069 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383438 7069 1423 10 0 380740 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533752

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.09 3/215 13993
/proc/meminfo: memFree=30980148/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533752 CPUtime=2.05
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 10342 0 1 0 203 2 0 0 25 0 19 0 130459940 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383438 9278 1439 10 0 380740 0
[pid=13974/tid=13976] ppid=13972 vsize=1533752 CPUtime=1.46
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 5765 0 1 0 145 1 0 0 18 0 19 0 130459941 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4109875700 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 311 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 388 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 739 0 0 0 0 0 0 0 17 0 19 0 130459943 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1533752 CPUtime=0.23
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 606 0 0 0 23 0 0 0 15 0 19 0 130459945 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1533752 CPUtime=0.32
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1379 0 0 0 32 0 0 0 15 0 19 0 130459945 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 130459945 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1570562048 9278 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1533752

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 2.09 3/215 13993
/proc/meminfo: memFree=30973204/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533752 CPUtime=3.69
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 12663 0 1 0 367 2 0 0 25 0 19 0 130459940 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383438 11593 1440 10 0 380740 0
[pid=13974/tid=13976] ppid=13972 vsize=1533752 CPUtime=3.05
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 5767 0 1 0 304 1 0 0 19 0 19 0 130459941 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4109918371 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 568 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 426 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 528 0 0 0 0 0 0 0 18 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 329 0 0 0 0 0 0 0 16 0 19 0 130459942 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1533752 CPUtime=0.02
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 1344 0 0 0 2 0 0 0 15 0 19 0 130459943 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1533752 CPUtime=0.26
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 613 0 0 0 26 0 0 0 15 0 19 0 130459945 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1533752 CPUtime=0.34
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1383 0 0 0 34 0 0 0 15 0 19 0 130459945 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 130459945 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1533752 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1570562048 11593 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1533752

[startup+6.30146 s]
/proc/loadavg: 2.00 2.00 2.09 3/215 13993
/proc/meminfo: memFree=30957668/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533376 CPUtime=6.96
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 15014 0 1 0 693 3 0 0 25 0 19 0 130459940 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383344 13852 1442 10 0 380646 0
[pid=13974/tid=13976] ppid=13972 vsize=1533376 CPUtime=6.2
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 5813 0 1 0 619 1 0 0 25 0 19 0 130459941 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4109891396 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 573 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 597 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1533376 CPUtime=0.04
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 1933 0 0 0 4 0 0 0 15 0 19 0 130459943 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1533376 CPUtime=0.31
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 19 0 130459945 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1533376 CPUtime=0.35
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1384 0 0 0 35 0 0 0 15 0 19 0 130459945 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 130459945 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1570177024 13852 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 1533376

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.09 3/215 13993
/proc/meminfo: memFree=30945440/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1533376 CPUtime=13.36
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 17112 0 1 0 1333 3 0 0 25 0 19 0 130459940 1570177024 15939 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 383344 15939 1442 10 0 380646 0
[pid=13974/tid=13976] ppid=13972 vsize=1533376 CPUtime=12.56
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 6046 0 1 0 1255 1 0 0 25 0 19 0 130459941 1570177024 15939 4089446400 134512640 134550932 4290892000 18446744073709551615 4109996483 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1533376 CPUtime=0
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 489 0 0 0 0 0 0 0 15 0 19 0 130459942 1570177024 15939 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0

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

[pid=13974/tid=13982] ppid=13972 vsize=1536448 CPUtime=0.74
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 941 0 0 0 68 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1536448 CPUtime=0.75
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 889 0 0 0 69 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1536448 CPUtime=0.84
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 1064 0 0 0 78 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1536448 CPUtime=11.34
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 11712 0 0 0 1123 11 0 0 15 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1536448 CPUtime=0.31
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1536448 CPUtime=0.37
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1451 0 0 0 37 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.77
Current children cumulated vsize (KiB) 1536448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.03 3/197 14131
/proc/meminfo: memFree=30718648/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1536448 CPUtime=1727.98
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 32455 0 1 0 172726 72 0 0 25 0 19 0 130459940 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 384112 30546 1442 10 0 381414 0
[pid=13974/tid=13976] ppid=13972 vsize=1536448 CPUtime=1708.79
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 9294 0 1 0 170875 4 0 0 25 0 19 0 130459941 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4109892108 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1536448 CPUtime=0.82
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 925 0 0 0 76 6 0 0 16 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1536448 CPUtime=0.78
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 919 0 0 0 73 5 0 0 16 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1536448 CPUtime=0.78
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 1540 0 0 0 72 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1536448 CPUtime=0.87
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 767 0 0 0 80 7 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1536448 CPUtime=0.87
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 1159 0 0 0 79 8 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1536448 CPUtime=0.77
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 941 0 0 0 71 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1536448 CPUtime=0.78
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 889 0 0 0 72 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1536448 CPUtime=0.88
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 1064 0 0 0 81 7 0 0 16 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1536448 CPUtime=11.83
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 11716 0 0 0 1171 12 0 0 15 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1536448 CPUtime=0.31
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1536448 CPUtime=0.37
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1451 0 0 0 37 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.98
Current children cumulated vsize (KiB) 1536448

[startup+1782.3 s]
/proc/loadavg: 2.03 2.07 2.03 3/197 14133
/proc/meminfo: memFree=30499248/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1536448 CPUtime=1788.09
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 32476 0 1 0 178734 75 0 0 25 0 19 0 130459940 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 384112 30546 1442 10 0 381414 0
[pid=13974/tid=13976] ppid=13972 vsize=1536448 CPUtime=1768.28
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 9311 0 1 0 176824 4 0 0 25 0 19 0 130459941 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4109892263 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1536448 CPUtime=0.83
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 925 0 0 0 77 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 919 0 0 0 75 5 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 1540 0 0 0 74 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1536448 CPUtime=0.89
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 767 0 0 0 81 8 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1536448 CPUtime=0.9
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 1159 0 0 0 82 8 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1536448 CPUtime=0.79
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 941 0 0 0 73 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 889 0 0 0 74 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1536448 CPUtime=0.9
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 1064 0 0 0 83 7 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1536448 CPUtime=12.3
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 11718 0 0 0 1218 12 0 0 15 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1536448 CPUtime=0.31
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1536448 CPUtime=0.37
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1451 0 0 0 37 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.09
Current children cumulated vsize (KiB) 1536448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 14133
/proc/meminfo: memFree=30459680/32951124 swapFree=67111528/67111528
[pid=13974] ppid=13972 vsize=1536448 CPUtime=1800.02
/proc/13974/stat : 13974 (java) S 13972 13974 12496 0 -1 4202496 32484 0 1 0 179927 75 0 0 25 0 19 0 130459940 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 384112 30546 1442 10 0 381414 0
[pid=13974/tid=13976] ppid=13972 vsize=1536448 CPUtime=1780.06
/proc/13974/task/13976/stat : 13976 (java) R 13972 13974 12496 0 -1 4202560 9315 0 1 0 178002 4 0 0 25 0 19 0 130459941 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4109978558 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13974/tid=13977] ppid=13972 vsize=1536448 CPUtime=0.83
/proc/13974/task/13977/stat : 13977 (java) S 13972 13974 12496 0 -1 4202560 925 0 0 0 77 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13978] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13978/stat : 13978 (java) S 13972 13974 12496 0 -1 4202560 919 0 0 0 75 5 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13979] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13979/stat : 13979 (java) S 13972 13974 12496 0 -1 4202560 1540 0 0 0 74 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13980] ppid=13972 vsize=1536448 CPUtime=0.9
/proc/13974/task/13980/stat : 13980 (java) S 13972 13974 12496 0 -1 4202560 767 0 0 0 82 8 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13981] ppid=13972 vsize=1536448 CPUtime=0.9
/proc/13974/task/13981/stat : 13981 (java) S 13972 13974 12496 0 -1 4202560 1159 0 0 0 82 8 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13982] ppid=13972 vsize=1536448 CPUtime=0.79
/proc/13974/task/13982/stat : 13982 (java) S 13972 13974 12496 0 -1 4202560 941 0 0 0 73 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13983] ppid=13972 vsize=1536448 CPUtime=0.8
/proc/13974/task/13983/stat : 13983 (java) S 13972 13974 12496 0 -1 4202560 889 0 0 0 74 6 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13984] ppid=13972 vsize=1536448 CPUtime=0.91
/proc/13974/task/13984/stat : 13984 (java) S 13972 13974 12496 0 -1 4202560 1064 0 0 0 84 7 0 0 15 0 19 0 130459942 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
[pid=13974/tid=13985] ppid=13972 vsize=1536448 CPUtime=12.41
/proc/13974/task/13985/stat : 13985 (java) S 13972 13974 12496 0 -1 4202560 11720 0 0 0 1229 12 0 0 15 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 0 0 16800975 18446604471130248512 0 0 -1 2 0 0 0
[pid=13974/tid=13986] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13986/stat : 13986 (java) S 13972 13974 12496 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13987] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13987/stat : 13987 (java) S 13972 13974 12496 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 130459943 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 0 0 0 0
[pid=13974/tid=13988] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13988/stat : 13988 (java) S 13972 13974 12496 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 6 0 0 0
[pid=13974/tid=13989] ppid=13972 vsize=1536448 CPUtime=0.31
/proc/13974/task/13989/stat : 13989 (java) S 13972 13974 12496 0 -1 4202560 625 0 0 0 31 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13990] ppid=13972 vsize=1536448 CPUtime=0.37
/proc/13974/task/13990/stat : 13990 (java) S 13972 13974 12496 0 -1 4202560 1451 0 0 0 37 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 5 0 0 0
[pid=13974/tid=13991] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13991/stat : 13991 (java) S 13972 13974 12496 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 4 0 0 0
[pid=13974/tid=13992] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13992/stat : 13992 (java) S 13972 13974 12496 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 130459945 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 3 0 0 0
[pid=13974/tid=13993] ppid=13972 vsize=1536448 CPUtime=0
/proc/13974/task/13993/stat : 13993 (java) S 13972 13974 12496 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 130459958 1573322752 30546 4089446400 134512640 134550932 4290892000 18446744073709551615 4294960144 0 4 0 16800975 18446604471130248512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1536448

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

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

Child status: 143
Real time (s): 1794.28
CPU time (s): 1800.11
CPU user time (s): 1799.35
CPU system time (s): 0.765883
CPU usage (%): 100.325
Max. virtual memory (cumulated for all children) (KiB): 1536448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.765883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32506
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= 51363
involuntary context switches= 254442

runsolver used 3.34449 second user time and 6.48401 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 11:54:05
IDJOB=2691050
IDBENCH=78704
IDSOLVER=1202
FILE ID=node139/2691050-1277891644
PBS_JOBID= 11197075
Free space on /tmp= 74124 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691050-1277891644/watcher-2691050-1277891644 -o /tmp/evaluation-result-2691050-1277891644/solver-2691050-1277891644 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691050-1277891644.wbo

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

MD5SUM BENCH= 515e8ce2c7c31d2b78b34efd1db422a9
RANDOM SEED=1324064546

node139.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31005536 kB
Buffers:        176976 kB
Cached:        1457460 kB
SwapCached:          0 kB
Active:         820704 kB
Inactive:       980620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31005536 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:      166452 kB
Mapped:          20272 kB
Slab:            81940 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node139 at 2010-06-30 12:24:01