Trace number 2701184

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.1MSAT (TO) 1800.14 1797.06

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap94_wcsp.wbo
MD5SUMaf4377d2968a0bed7c67bde04ddb5981
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9297283
Best CPU time to get the best result obtained on this benchmark1800.14
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 63586724
Min constraint cost 1
Max constraint cost 63586724
Sum of constraints costs 80090480126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.1.v20100705
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/0.07	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2701184-1278537787.wbo
0.06/0.09	c reading problem ... 
0.30/0.29	c ... done. Wall clock time 0.196s.
0.30/0.29	c #vars     3823
0.30/0.29	c #constraints  3924
0.30/0.29	c constraints type 
0.30/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
0.30/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.30/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
0.30/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.87/0.43	c SATISFIABLE
0.87/0.43	c OPTIMIZING...
0.87/0.43	c Got one! Elapsed wall clock time (in seconds):0.341
0.87/0.43	o 9340135
1.15/0.59	c Got one! Elapsed wall clock time (in seconds):0.499
1.15/0.59	o 9297283
3.66/2.70	c cleaning 2500 clauses out of 5003 with flag 5003/5003
5.80/4.86	c cleaning 4247 clauses out of 8501 with flag 11001/11001
8.71/7.77	c cleaning 5623 clauses out of 11255 with flag 18002/18002
11.72/10.74	c cleaning 6812 clauses out of 13631 with flag 26001/26001
14.84/13.88	c cleaning 7902 clauses out of 15818 with flag 35000/35000
19.15/18.12	c cleaning 8940 clauses out of 17918 with flag 45002/45002
22.97/22.00	c cleaning 9481 clauses out of 18976 with flag 55000/55000
26.89/25.83	c cleaning 9739 clauses out of 19495 with flag 65000/65000
30.67/29.50	c cleaning 9875 clauses out of 19756 with flag 75000/75000
34.42/33.16	c cleaning 9933 clauses out of 19881 with flag 85000/85000
38.42/37.13	c cleaning 9969 clauses out of 19950 with flag 95002/95002
42.13/40.87	c cleaning 9984 clauses out of 19979 with flag 105000/105000
46.03/44.76	c cleaning 9993 clauses out of 19995 with flag 115000/115000
49.93/48.60	c cleaning 9998 clauses out of 20003 with flag 125001/125001
53.83/52.57	c cleaning 10000 clauses out of 20005 with flag 135001/135001
58.14/56.82	c cleaning 9999 clauses out of 20006 with flag 145002/145002
61.24/59.97	c cleaning 9999 clauses out of 20007 with flag 155002/155002
64.84/63.57	c cleaning 9988 clauses out of 20008 with flag 165002/165002
68.35/67.07	c cleaning 9999 clauses out of 20019 with flag 175001/175001
72.35/71.08	c cleaning 9997 clauses out of 20019 with flag 185000/185000
76.45/75.14	c cleaning 10001 clauses out of 20022 with flag 195000/195000
80.95/79.70	c cleaning 10004 clauses out of 20021 with flag 205000/205000
85.55/84.25	c cleaning 10003 clauses out of 20018 with flag 215001/215001
89.36/88.09	c cleaning 10000 clauses out of 20015 with flag 225001/225001
93.05/91.75	c cleaning 10000 clauses out of 20015 with flag 235001/235001
96.56/95.24	c cleaning 9997 clauses out of 20014 with flag 245000/245000
100.16/98.80	c cleaning 9999 clauses out of 20018 with flag 255001/255001
103.86/102.59	c cleaning 10007 clauses out of 20024 with flag 265006/265006
107.77/106.46	c cleaning 9991 clauses out of 20011 with flag 275000/275000
111.77/110.44	c cleaning 10009 clauses out of 20021 with flag 285001/285001
114.48/113.12	c cleaning 9992 clauses out of 20011 with flag 295000/295000
118.89/117.55	c cleaning 9983 clauses out of 20019 with flag 305000/305000
123.09/121.73	c cleaning 10008 clauses out of 20036 with flag 315000/315000
127.39/126.01	c cleaning 10007 clauses out of 20029 with flag 325001/325001
131.69/130.32	c cleaning 10004 clauses out of 20021 with flag 335000/335000
135.79/134.41	c cleaning 9991 clauses out of 20017 with flag 345000/345000
139.10/137.80	c cleaning 10002 clauses out of 20026 with flag 355000/355000
142.30/140.96	c cleaning 10005 clauses out of 20024 with flag 365000/365000
145.60/144.22	c cleaning 9998 clauses out of 20022 with flag 375003/375003
148.71/147.34	c cleaning 9995 clauses out of 20022 with flag 385001/385001
152.11/150.75	c cleaning 10007 clauses out of 20028 with flag 395002/395002
155.32/153.91	c cleaning 10001 clauses out of 20019 with flag 405000/405000
158.72/157.39	c cleaning 9996 clauses out of 20019 with flag 415001/415001
162.22/160.85	c cleaning 10002 clauses out of 20022 with flag 425000/425000
166.22/164.87	c cleaning 10003 clauses out of 20023 with flag 435003/435003
170.12/168.78	c cleaning 10002 clauses out of 20018 with flag 445001/445001
173.52/172.18	c cleaning 9993 clauses out of 20015 with flag 455000/455000
176.92/175.58	c cleaning 10002 clauses out of 20022 with flag 465000/465000
180.43/179.09	c cleaning 9995 clauses out of 20020 with flag 475000/475000
183.73/182.38	c cleaning 10005 clauses out of 20025 with flag 485000/485000
186.83/185.42	c cleaning 10004 clauses out of 20023 with flag 495003/495003
189.94/188.53	c cleaning 9999 clauses out of 20016 with flag 505000/505000
192.94/191.56	c cleaning 9991 clauses out of 20018 with flag 515001/515001
196.54/195.13	c cleaning 10000 clauses out of 20026 with flag 525000/525000
200.55/199.13	c cleaning 10000 clauses out of 20028 with flag 535002/535002
204.35/202.90	c cleaning 9999 clauses out of 20026 with flag 545000/545000
208.16/206.75	c cleaning 10000 clauses out of 20027 with flag 555000/555000
211.86/210.45	c cleaning 9997 clauses out of 20027 with flag 565000/565000
215.76/214.35	c cleaning 9997 clauses out of 20030 with flag 575000/575000
219.46/218.01	c cleaning 10004 clauses out of 20033 with flag 585000/585000
222.87/221.48	c cleaning 10007 clauses out of 20030 with flag 595001/595001
226.47/225.07	c cleaning 10001 clauses out of 20022 with flag 605000/605000
230.37/228.90	c cleaning 10006 clauses out of 20026 with flag 615005/615005
234.47/233.05	c cleaning 9999 clauses out of 20019 with flag 625004/625004
237.68/236.27	c cleaning 10001 clauses out of 20017 with flag 635001/635001
240.79/239.34	c cleaning 9993 clauses out of 20015 with flag 645000/645000
244.60/243.13	c cleaning 9997 clauses out of 20022 with flag 655000/655000
248.40/246.92	c cleaning 9999 clauses out of 20025 with flag 665000/665000
251.90/250.48	c cleaning 10011 clauses out of 20029 with flag 675003/675003
255.61/254.19	c cleaning 9996 clauses out of 20016 with flag 685001/685001
259.31/257.82	c cleaning 9998 clauses out of 20020 with flag 695001/695001
263.02/261.54	c cleaning 9988 clauses out of 20022 with flag 705001/705001
266.74/265.28	c cleaning 10003 clauses out of 20033 with flag 715000/715000
270.04/268.57	c cleaning 10009 clauses out of 20030 with flag 725000/725000
273.15/271.70	c cleaning 10002 clauses out of 20021 with flag 735000/735000
276.16/274.63	c cleaning 10002 clauses out of 20021 with flag 745002/745002
279.16/277.63	c cleaning 9997 clauses out of 20017 with flag 755000/755000
282.07/280.59	c cleaning 10001 clauses out of 20020 with flag 765000/765000
285.28/283.74	c cleaning 10000 clauses out of 20019 with flag 775000/775000
288.48/286.90	c cleaning 10010 clauses out of 20023 with flag 785004/785004
291.68/290.13	c cleaning 9991 clauses out of 20009 with flag 795000/795000
294.99/293.40	c cleaning 10002 clauses out of 20020 with flag 805002/805002
298.29/296.75	c cleaning 9996 clauses out of 20016 with flag 815000/815000
301.80/300.21	c cleaning 10001 clauses out of 20021 with flag 825001/825001
305.20/303.67	c cleaning 9994 clauses out of 20020 with flag 835001/835001
308.70/307.17	c cleaning 10000 clauses out of 20025 with flag 845000/845000
312.10/310.56	c cleaning 9991 clauses out of 20025 with flag 855000/855000
315.61/314.05	c cleaning 9999 clauses out of 20036 with flag 865002/865002
319.11/317.52	c cleaning 10004 clauses out of 20035 with flag 875000/875000
322.61/321.03	c cleaning 10013 clauses out of 20034 with flag 885003/885003
326.22/324.68	c cleaning 9999 clauses out of 20018 with flag 895000/895000
329.23/327.62	c cleaning 10002 clauses out of 20022 with flag 905003/905003
332.74/331.14	c cleaning 10002 clauses out of 20017 with flag 915000/915000
335.94/334.33	c cleaning 10001 clauses out of 20016 with flag 925001/925001
338.64/337.01	c cleaning 9999 clauses out of 20014 with flag 935000/935000
342.04/340.43	c cleaning 10004 clauses out of 20017 with flag 945002/945002
345.64/344.09	c cleaning 9999 clauses out of 20012 with flag 955001/955001
349.84/348.22	c cleaning 9986 clauses out of 20012 with flag 965000/965000
353.75/352.16	c cleaning 10005 clauses out of 20028 with flag 975002/975002
357.16/355.59	c cleaning 9999 clauses out of 20021 with flag 985000/985000
360.66/359.01	c cleaning 9997 clauses out of 20023 with flag 995001/995001
363.96/362.38	c cleaning 10002 clauses out of 20027 with flag 1005002/1005002
367.67/366.01	c cleaning 10003 clauses out of 20023 with flag 1015000/1015000
371.57/369.91	c cleaning 10004 clauses out of 20020 with flag 1025000/1025000
375.18/373.54	c cleaning 9986 clauses out of 20016 with flag 1035000/1035000
378.89/377.23	c cleaning 10004 clauses out of 20033 with flag 1045003/1045003
382.49/380.87	c cleaning 10000 clauses out of 20026 with flag 1055000/1055000
386.20/384.50	c cleaning 9995 clauses out of 20030 with flag 1065004/1065004
390.00/388.31	c cleaning 10004 clauses out of 20031 with flag 1075000/1075000
393.40/391.70	c cleaning 10001 clauses out of 20027 with flag 1085000/1085000
396.51/394.89	c cleaning 10006 clauses out of 20028 with flag 1095002/1095002
399.71/398.08	c cleaning 9996 clauses out of 20020 with flag 1105000/1105000
403.12/401.43	c cleaning 10004 clauses out of 20024 with flag 1115000/1115000
406.31/404.64	c cleaning 10002 clauses out of 20023 with flag 1125003/1125003
409.52/407.87	c cleaning 9989 clauses out of 20018 with flag 1135000/1135000
412.62/410.95	c cleaning 10007 clauses out of 20031 with flag 1145002/1145002
416.03/414.37	c cleaning 9997 clauses out of 20023 with flag 1155001/1155001
419.23/417.59	c cleaning 10001 clauses out of 20031 with flag 1165006/1165006
422.63/420.92	c cleaning 9991 clauses out of 20024 with flag 1175000/1175000
426.03/424.37	c cleaning 10004 clauses out of 20033 with flag 1185000/1185000
429.64/427.99	c cleaning 10010 clauses out of 20030 with flag 1195001/1195001
433.74/432.07	c cleaning 9998 clauses out of 20019 with flag 1205000/1205000
437.44/435.74	c cleaning 9995 clauses out of 20023 with flag 1215002/1215002
441.25/439.53	c cleaning 10006 clauses out of 20028 with flag 1225002/1225002
444.96/443.25	c cleaning 9999 clauses out of 20020 with flag 1235000/1235000
448.46/446.72	c cleaning 9998 clauses out of 20021 with flag 1245000/1245000
452.16/450.40	c cleaning 10000 clauses out of 20024 with flag 1255001/1255001
456.47/454.71	c cleaning 9989 clauses out of 20023 with flag 1265000/1265000
460.66/458.96	c cleaning 9997 clauses out of 20035 with flag 1275001/1275001
465.18/463.43	c cleaning 10007 clauses out of 20038 with flag 1285001/1285001
469.18/467.48	c cleaning 9997 clauses out of 20031 with flag 1295001/1295001
473.69/471.96	c cleaning 10000 clauses out of 20033 with flag 1305000/1305000
478.09/476.38	c cleaning 10007 clauses out of 20033 with flag 1315000/1315000
482.19/480.40	c cleaning 9998 clauses out of 20026 with flag 1325000/1325000
485.70/483.97	c cleaning 9999 clauses out of 20028 with flag 1335000/1335000
489.59/487.83	c cleaning 10009 clauses out of 20032 with flag 1345003/1345003
493.30/491.52	c cleaning 10006 clauses out of 20020 with flag 1355000/1355000
496.41/494.69	c cleaning 9997 clauses out of 20015 with flag 1365001/1365001
500.02/498.21	c cleaning 10002 clauses out of 20017 with flag 1375000/1375000
503.61/501.90	c cleaning 10002 clauses out of 20016 with flag 1385001/1385001
506.92/505.19	c cleaning 10002 clauses out of 20015 with flag 1395002/1395002
510.32/508.55	c cleaning 9994 clauses out of 20014 with flag 1405003/1405003
513.83/512.05	c cleaning 10001 clauses out of 20017 with flag 1415000/1415000
517.53/515.80	c cleaning 9995 clauses out of 20017 with flag 1425001/1425001
521.13/519.31	c cleaning 9998 clauses out of 20022 with flag 1435001/1435001
524.74/522.97	c cleaning 9998 clauses out of 20023 with flag 1445000/1445000
528.45/526.64	c cleaning 9998 clauses out of 20025 with flag 1455000/1455000
531.76/529.95	c cleaning 10010 clauses out of 20028 with flag 1465001/1465001
534.76/532.95	c cleaning 9997 clauses out of 20017 with flag 1475000/1475000
537.76/535.99	c cleaning 10002 clauses out of 20020 with flag 1485000/1485000
540.96/539.16	c cleaning 10000 clauses out of 20019 with flag 1495001/1495001
544.17/542.37	c cleaning 10000 clauses out of 20019 with flag 1505001/1505001
547.48/545.68	c cleaning 9998 clauses out of 20019 with flag 1515001/1515001
550.78/548.95	c cleaning 10006 clauses out of 20021 with flag 1525001/1525001
554.37/552.58	c cleaning 9995 clauses out of 20014 with flag 1535000/1535000
558.50/556.67	c cleaning 10006 clauses out of 20019 with flag 1545000/1545000
562.29/560.45	c cleaning 9994 clauses out of 20013 with flag 1555000/1555000
566.40/564.56	c cleaning 9994 clauses out of 20022 with flag 1565003/1565003
570.50/568.68	c cleaning 10001 clauses out of 20026 with flag 1575001/1575001
574.60/572.75	c cleaning 10001 clauses out of 20025 with flag 1585001/1585001
578.40/576.52	c cleaning 10003 clauses out of 20024 with flag 1595001/1595001
581.91/580.02	c cleaning 9996 clauses out of 20023 with flag 1605003/1605003
585.51/583.63	c cleaning 10004 clauses out of 20024 with flag 1615000/1615000
588.81/587.00	c cleaning 9984 clauses out of 20020 with flag 1625000/1625000
592.92/591.08	c cleaning 10001 clauses out of 20036 with flag 1635000/1635000
597.23/595.38	c cleaning 10000 clauses out of 20035 with flag 1645000/1645000
601.64/599.70	c cleaning 10007 clauses out of 20036 with flag 1655001/1655001
605.85/603.98	c cleaning 9997 clauses out of 20028 with flag 1665000/1665000
609.45/607.57	c cleaning 10013 clauses out of 20034 with flag 1675003/1675003
612.85/610.93	c cleaning 9996 clauses out of 20019 with flag 1685001/1685001
616.65/614.76	c cleaning 10002 clauses out of 20025 with flag 1695003/1695003
620.55/618.61	c cleaning 9996 clauses out of 20022 with flag 1705002/1705002
624.36/622.40	c cleaning 9991 clauses out of 20025 with flag 1715001/1715001
628.06/626.18	c cleaning 10003 clauses out of 20036 with flag 1725003/1725003
632.07/630.11	c cleaning 9994 clauses out of 20030 with flag 1735000/1735000
635.87/633.90	c cleaning 10002 clauses out of 20038 with flag 1745002/1745002
639.57/637.62	c cleaning 9998 clauses out of 20035 with flag 1755001/1755001
643.28/641.39	c cleaning 10007 clauses out of 20037 with flag 1765001/1765001
647.08/645.18	c cleaning 10009 clauses out of 20030 with flag 1775001/1775001
650.78/648.87	c cleaning 9998 clauses out of 20021 with flag 1785001/1785001
654.69/652.80	c cleaning 10003 clauses out of 20022 with flag 1795000/1795000
658.60/656.68	c cleaning 10001 clauses out of 20019 with flag 1805000/1805000
662.60/660.68	c cleaning 9982 clauses out of 20018 with flag 1815000/1815000
666.81/664.87	c cleaning 10000 clauses out of 20036 with flag 1825000/1825000
671.21/669.27	c cleaning 10004 clauses out of 20036 with flag 1835000/1835000
675.42/673.49	c cleaning 10001 clauses out of 20034 with flag 1845002/1845002
679.93/677.92	c cleaning 10009 clauses out of 20032 with flag 1855001/1855001
684.44/682.47	c cleaning 10004 clauses out of 20027 with flag 1865005/1865005
688.55/686.56	c cleaning 9998 clauses out of 20019 with flag 1875001/1875001
692.55/690.55	c cleaning 10002 clauses out of 20020 with flag 1885000/1885000
696.86/694.82	c cleaning 10000 clauses out of 20021 with flag 1895003/1895003
701.15/699.10	c cleaning 9997 clauses out of 20018 with flag 1905000/1905000
705.36/703.38	c cleaning 9996 clauses out of 20021 with flag 1915000/1915000
709.77/707.75	c cleaning 10001 clauses out of 20025 with flag 1925000/1925000
714.07/712.04	c cleaning 10003 clauses out of 20025 with flag 1935001/1935001
718.57/716.55	c cleaning 10003 clauses out of 20022 with flag 1945001/1945001
723.07/721.01	c cleaning 10000 clauses out of 20019 with flag 1955001/1955001
727.37/725.37	c cleaning 9997 clauses out of 20018 with flag 1965000/1965000
731.38/729.34	c cleaning 10003 clauses out of 20021 with flag 1975000/1975000
735.69/733.67	c cleaning 10003 clauses out of 20019 with flag 1985001/1985001
739.78/737.72	c cleaning 10002 clauses out of 20016 with flag 1995001/1995001
743.39/741.36	c cleaning 10003 clauses out of 20017 with flag 2005004/2005004
746.99/744.91	c cleaning 9998 clauses out of 20014 with flag 2015004/2015004
750.59/748.58	c cleaning 9995 clauses out of 20012 with flag 2025000/2025000
754.19/752.20	c cleaning 9999 clauses out of 20020 with flag 2035003/2035003
757.51/755.43	c cleaning 9992 clauses out of 20018 with flag 2045000/2045000
761.31/759.20	c cleaning 10007 clauses out of 20026 with flag 2055000/2055000
765.12/763.08	c cleaning 10000 clauses out of 20020 with flag 2065001/2065001
768.83/766.78	c cleaning 9997 clauses out of 20021 with flag 2075002/2075002
772.83/770.74	c cleaning 10002 clauses out of 20023 with flag 2085001/2085001
777.43/775.36	c cleaning 9999 clauses out of 20020 with flag 2095000/2095000
782.53/780.40	c cleaning 9999 clauses out of 20021 with flag 2105000/2105000
787.24/785.17	c cleaning 9996 clauses out of 20024 with flag 2115002/2115002
791.45/789.31	c cleaning 10008 clauses out of 20028 with flag 2125002/2125002
795.16/793.08	c cleaning 9993 clauses out of 20019 with flag 2135001/2135001
798.86/796.76	c cleaning 10002 clauses out of 20025 with flag 2145000/2145000
802.26/800.18	c cleaning 10003 clauses out of 20025 with flag 2155002/2155002
805.86/803.78	c cleaning 9994 clauses out of 20020 with flag 2165000/2165000
809.87/807.75	c cleaning 10004 clauses out of 20026 with flag 2175000/2175000
813.57/811.40	c cleaning 10001 clauses out of 20026 with flag 2185004/2185004
817.07/814.94	c cleaning 9997 clauses out of 20022 with flag 2195001/2195001
821.58/819.43	c cleaning 9999 clauses out of 20024 with flag 2205000/2205000
825.88/823.77	c cleaning 10003 clauses out of 20027 with flag 2215002/2215002
830.19/828.02	c cleaning 10005 clauses out of 20022 with flag 2225000/2225000
833.99/831.80	c cleaning 10000 clauses out of 20018 with flag 2235001/2235001
837.99/835.80	c cleaning 9993 clauses out of 20018 with flag 2245001/2245001
841.99/839.89	c cleaning 10004 clauses out of 20026 with flag 2255002/2255002
845.99/843.84	c cleaning 9991 clauses out of 20022 with flag 2265002/2265002
850.10/847.94	c cleaning 10004 clauses out of 20030 with flag 2275001/2275001
854.30/852.13	c cleaning 9995 clauses out of 20025 with flag 2285000/2285000
858.11/855.97	c cleaning 10012 clauses out of 20035 with flag 2295005/2295005
861.92/859.76	c cleaning 10004 clauses out of 20018 with flag 2305000/2305000
865.73/863.58	c cleaning 9995 clauses out of 20014 with flag 2315000/2315000
869.32/867.12	c cleaning 10002 clauses out of 20021 with flag 2325002/2325002
872.93/870.73	c cleaning 10003 clauses out of 20017 with flag 2335000/2335000
876.33/874.18	c cleaning 10000 clauses out of 20014 with flag 2345000/2345000
880.04/877.81	c cleaning 9996 clauses out of 20015 with flag 2355001/2355001
883.75/881.56	c cleaning 10001 clauses out of 20019 with flag 2365001/2365001
887.45/885.30	c cleaning 10000 clauses out of 20021 with flag 2375004/2375004
891.45/889.27	c cleaning 9996 clauses out of 20018 with flag 2385001/2385001
895.26/893.08	c cleaning 9992 clauses out of 20021 with flag 2395000/2395000
899.56/897.31	c cleaning 10008 clauses out of 20029 with flag 2405000/2405000
903.56/901.33	c cleaning 10004 clauses out of 20023 with flag 2415002/2415002
907.17/904.91	c cleaning 10001 clauses out of 20017 with flag 2425000/2425000
910.97/908.71	c cleaning 9995 clauses out of 20016 with flag 2435000/2435000
915.58/913.31	c cleaning 10000 clauses out of 20022 with flag 2445001/2445001
919.88/917.64	c cleaning 9996 clauses out of 20021 with flag 2455000/2455000
924.09/921.89	c cleaning 9996 clauses out of 20025 with flag 2465000/2465000
928.69/926.42	c cleaning 10005 clauses out of 20031 with flag 2475002/2475002
933.09/930.82	c cleaning 10005 clauses out of 20024 with flag 2485000/2485000
937.30/935.02	c cleaning 10000 clauses out of 20022 with flag 2495003/2495003
941.40/939.17	c cleaning 9998 clauses out of 20019 with flag 2505000/2505000
945.70/943.46	c cleaning 9998 clauses out of 20021 with flag 2515000/2515000
949.70/947.47	c cleaning 9997 clauses out of 20026 with flag 2525003/2525003
953.91/951.67	c cleaning 9989 clauses out of 20026 with flag 2535000/2535000
958.11/955.90	c cleaning 10002 clauses out of 20039 with flag 2545002/2545002
962.41/960.19	c cleaning 9997 clauses out of 20035 with flag 2555000/2555000
966.71/964.49	c cleaning 10007 clauses out of 20039 with flag 2565001/2565001
970.91/968.63	c cleaning 10005 clauses out of 20031 with flag 2575000/2575000
974.82/972.56	c cleaning 10007 clauses out of 20029 with flag 2585003/2585003
979.22/976.92	c cleaning 9999 clauses out of 20021 with flag 2595002/2595002
983.54/981.26	c cleaning 9999 clauses out of 20020 with flag 2605000/2605000
987.63/985.33	c cleaning 9993 clauses out of 20021 with flag 2615000/2615000
992.34/990.08	c cleaning 10002 clauses out of 20028 with flag 2625000/2625000
996.84/994.50	c cleaning 9998 clauses out of 20028 with flag 2635002/2635002
1001.15/998.82	c cleaning 10002 clauses out of 20028 with flag 2645000/2645000
1005.55/1003.24	c cleaning 10002 clauses out of 20028 with flag 2655002/2655002
1009.05/1006.73	c cleaning 10004 clauses out of 20026 with flag 2665002/2665002
1013.05/1010.76	c cleaning 10001 clauses out of 20021 with flag 2675001/2675001
1017.36/1015.05	c cleaning 9990 clauses out of 20019 with flag 2685000/2685000
1021.36/1019.04	c cleaning 9996 clauses out of 20029 with flag 2695000/2695000
1025.27/1022.97	c cleaning 10010 clauses out of 20033 with flag 2705000/2705000
1028.96/1026.65	c cleaning 10000 clauses out of 20025 with flag 2715002/2715002
1032.77/1030.49	c cleaning 9999 clauses out of 20026 with flag 2725003/2725003
1037.18/1034.84	c cleaning 9990 clauses out of 20024 with flag 2735000/2735000
1041.99/1039.64	c cleaning 9992 clauses out of 20034 with flag 2745000/2745000
1046.79/1044.40	c cleaning 10002 clauses out of 20042 with flag 2755000/2755000
1051.80/1049.42	c cleaning 9994 clauses out of 20041 with flag 2765001/2765001
1056.70/1054.32	c cleaning 10001 clauses out of 20046 with flag 2775000/2775000
1061.60/1059.23	c cleaning 10006 clauses out of 20045 with flag 2785000/2785000
1066.11/1063.71	c cleaning 9998 clauses out of 20040 with flag 2795001/2795001
1070.91/1068.54	c cleaning 10009 clauses out of 20042 with flag 2805001/2805001
1075.41/1073.06	c cleaning 9999 clauses out of 20034 with flag 2815002/2815002
1079.82/1077.42	c cleaning 9998 clauses out of 20035 with flag 2825002/2825002
1084.32/1081.92	c cleaning 9995 clauses out of 20035 with flag 2835000/2835000
1089.23/1086.84	c cleaning 10001 clauses out of 20041 with flag 2845001/2845001
1093.63/1091.26	c cleaning 9998 clauses out of 20039 with flag 2855000/2855000
1098.63/1096.20	c cleaning 10004 clauses out of 20042 with flag 2865001/2865001
1103.54/1101.18	c cleaning 9998 clauses out of 20037 with flag 2875000/2875000
1107.95/1105.54	c cleaning 9994 clauses out of 20039 with flag 2885000/2885000
1112.84/1110.42	c cleaning 10012 clauses out of 20045 with flag 2895000/2895000
1117.75/1115.37	c cleaning 9989 clauses out of 20033 with flag 2905000/2905000
1122.35/1119.99	c cleaning 10007 clauses out of 20044 with flag 2915000/2915000
1126.86/1124.48	c cleaning 9996 clauses out of 20037 with flag 2925000/2925000
1131.56/1129.13	c cleaning 10003 clauses out of 20041 with flag 2935000/2935000
1136.66/1134.28	c cleaning 9995 clauses out of 20038 with flag 2945000/2945000
1141.66/1139.27	c cleaning 10009 clauses out of 20043 with flag 2955000/2955000
1145.77/1143.35	c cleaning 9998 clauses out of 20034 with flag 2965000/2965000
1150.37/1147.99	c cleaning 10003 clauses out of 20037 with flag 2975001/2975001
1154.97/1152.52	c cleaning 9996 clauses out of 20034 with flag 2985001/2985001
1158.97/1156.57	c cleaning 10013 clauses out of 20037 with flag 2995000/2995000
1162.68/1160.20	c cleaning 10003 clauses out of 20025 with flag 3005001/3005001
1167.08/1164.64	c cleaning 10002 clauses out of 20023 with flag 3015002/3015002
1171.90/1169.46	c cleaning 10008 clauses out of 20019 with flag 3025000/3025000
1176.20/1173.73	c cleaning 9998 clauses out of 20015 with flag 3035004/3035004
1180.10/1177.69	c cleaning 9996 clauses out of 20013 with flag 3045000/3045000
1183.51/1181.05	c cleaning 10001 clauses out of 20017 with flag 3055000/3055000
1187.22/1184.73	c cleaning 9998 clauses out of 20016 with flag 3065000/3065000
1191.01/1188.54	c cleaning 10003 clauses out of 20018 with flag 3075000/3075000
1195.12/1192.62	c cleaning 10001 clauses out of 20015 with flag 3085000/3085000
1199.13/1196.68	c cleaning 9998 clauses out of 20014 with flag 3095000/3095000
1203.13/1200.66	c cleaning 9999 clauses out of 20016 with flag 3105000/3105000
1206.84/1204.34	c cleaning 10001 clauses out of 20020 with flag 3115003/3115003
1210.94/1208.42	c cleaning 10000 clauses out of 20016 with flag 3125000/3125000
1215.64/1213.12	c cleaning 9997 clauses out of 20016 with flag 3135000/3135000
1220.25/1217.75	c cleaning 10005 clauses out of 20019 with flag 3145000/3145000
1225.35/1222.87	c cleaning 9986 clauses out of 20015 with flag 3155001/3155001
1230.75/1228.27	c cleaning 9994 clauses out of 20029 with flag 3165001/3165001
1236.66/1234.12	c cleaning 10005 clauses out of 20035 with flag 3175001/3175001
1242.17/1239.69	c cleaning 9991 clauses out of 20029 with flag 3185000/3185000
1246.06/1243.55	c cleaning 10012 clauses out of 20040 with flag 3195002/3195002
1249.97/1247.40	c cleaning 10001 clauses out of 20028 with flag 3205002/3205002
1253.77/1251.26	c cleaning 10004 clauses out of 20027 with flag 3215002/3215002
1257.58/1255.02	c cleaning 10004 clauses out of 20023 with flag 3225002/3225002
1261.48/1258.94	c cleaning 9991 clauses out of 20017 with flag 3235000/3235000
1265.18/1262.65	c cleaning 10005 clauses out of 20027 with flag 3245001/3245001
1268.99/1266.42	c cleaning 9995 clauses out of 20021 with flag 3255000/3255000
1272.59/1270.10	c cleaning 10005 clauses out of 20026 with flag 3265000/3265000
1276.20/1273.70	c cleaning 10003 clauses out of 20022 with flag 3275001/3275001
1279.91/1277.37	c cleaning 10002 clauses out of 20018 with flag 3285000/3285000
1283.51/1280.92	c cleaning 9999 clauses out of 20016 with flag 3295000/3295000
1287.12/1284.58	c cleaning 10005 clauses out of 20020 with flag 3305003/3305003
1290.82/1288.28	c cleaning 9999 clauses out of 20015 with flag 3315003/3315003
1294.62/1292.08	c cleaning 9999 clauses out of 20013 with flag 3325000/3325000
1298.33/1295.71	c cleaning 10002 clauses out of 20017 with flag 3335003/3335003
1301.83/1299.29	c cleaning 9989 clauses out of 20012 with flag 3345000/3345000
1305.33/1302.78	c cleaning 9985 clauses out of 20023 with flag 3355000/3355000
1308.93/1306.32	c cleaning 10002 clauses out of 20038 with flag 3365000/3365000
1312.44/1309.81	c cleaning 9997 clauses out of 20036 with flag 3375000/3375000
1315.85/1313.28	c cleaning 9998 clauses out of 20039 with flag 3385000/3385000
1319.55/1316.90	c cleaning 10010 clauses out of 20041 with flag 3395000/3395000
1323.45/1320.80	c cleaning 10004 clauses out of 20031 with flag 3405000/3405000
1327.16/1324.57	c cleaning 9996 clauses out of 20027 with flag 3415000/3415000
1330.86/1328.28	c cleaning 10004 clauses out of 20031 with flag 3425000/3425000
1334.56/1331.98	c cleaning 10005 clauses out of 20028 with flag 3435001/3435001
1338.67/1336.05	c cleaning 9999 clauses out of 20022 with flag 3445000/3445000
1343.07/1340.46	c cleaning 9991 clauses out of 20023 with flag 3455000/3455000
1347.67/1345.04	c cleaning 10003 clauses out of 20032 with flag 3465000/3465000
1352.18/1349.58	c cleaning 10005 clauses out of 20029 with flag 3475000/3475000
1356.58/1353.97	c cleaning 9995 clauses out of 20026 with flag 3485002/3485002
1361.19/1358.57	c cleaning 9997 clauses out of 20029 with flag 3495000/3495000
1366.48/1363.83	c cleaning 10011 clauses out of 20033 with flag 3505001/3505001
1371.00/1368.38	c cleaning 9992 clauses out of 20021 with flag 3515000/3515000
1375.70/1373.01	c cleaning 9985 clauses out of 20029 with flag 3525000/3525000
1380.20/1377.59	c cleaning 10006 clauses out of 20045 with flag 3535001/3535001
1384.90/1382.23	c cleaning 9995 clauses out of 20040 with flag 3545002/3545002
1389.80/1387.16	c cleaning 10006 clauses out of 20043 with flag 3555000/3555000
1394.70/1392.04	c cleaning 10005 clauses out of 20037 with flag 3565000/3565000
1399.60/1396.99	c cleaning 9989 clauses out of 20033 with flag 3575001/3575001
1404.20/1401.56	c cleaning 10013 clauses out of 20043 with flag 3585000/3585000
1408.60/1405.93	c cleaning 10007 clauses out of 20032 with flag 3595002/3595002
1413.31/1410.66	c cleaning 9997 clauses out of 20023 with flag 3605000/3605000
1418.11/1415.40	c cleaning 9998 clauses out of 20026 with flag 3615000/3615000
1422.41/1419.71	c cleaning 9993 clauses out of 20030 with flag 3625002/3625002
1427.12/1424.42	c cleaning 10001 clauses out of 20035 with flag 3635000/3635000
1432.23/1429.53	c cleaning 10007 clauses out of 20034 with flag 3645000/3645000
1437.13/1434.46	c cleaning 10004 clauses out of 20028 with flag 3655001/3655001
1441.13/1438.40	c cleaning 10009 clauses out of 20027 with flag 3665004/3665004
1444.84/1442.19	c cleaning 10001 clauses out of 20015 with flag 3675001/3675001
1448.74/1446.01	c cleaning 10003 clauses out of 20015 with flag 3685002/3685002
1453.04/1450.34	c cleaning 9998 clauses out of 20011 with flag 3695001/3695001
1457.45/1454.73	c cleaning 9991 clauses out of 20012 with flag 3705000/3705000
1461.35/1458.64	c cleaning 10002 clauses out of 20021 with flag 3715000/3715000
1465.35/1462.68	c cleaning 9993 clauses out of 20020 with flag 3725001/3725001
1469.16/1466.40	c cleaning 10006 clauses out of 20027 with flag 3735001/3735001
1473.36/1470.66	c cleaning 10003 clauses out of 20020 with flag 3745000/3745000
1476.97/1474.27	c cleaning 10002 clauses out of 20017 with flag 3755000/3755000
1480.27/1477.53	c cleaning 10000 clauses out of 20017 with flag 3765002/3765002
1483.97/1481.27	c cleaning 9997 clauses out of 20016 with flag 3775001/3775001
1487.88/1485.19	c cleaning 9991 clauses out of 20018 with flag 3785000/3785000
1491.58/1488.85	c cleaning 10005 clauses out of 20027 with flag 3795000/3795000
1495.49/1492.73	c cleaning 10003 clauses out of 20023 with flag 3805001/3805001
1499.48/1496.76	c cleaning 10000 clauses out of 20019 with flag 3815000/3815000
1503.69/1500.97	c cleaning 10001 clauses out of 20019 with flag 3825000/3825000
1507.80/1505.04	c cleaning 9999 clauses out of 20021 with flag 3835003/3835003
1511.70/1508.96	c cleaning 10005 clauses out of 20020 with flag 3845001/3845001
1515.80/1513.08	c cleaning 10001 clauses out of 20015 with flag 3855001/3855001
1519.91/1517.12	c cleaning 9998 clauses out of 20014 with flag 3865001/3865001
1524.02/1521.26	c cleaning 9997 clauses out of 20016 with flag 3875001/3875001
1527.92/1525.10	c cleaning 9999 clauses out of 20020 with flag 3885002/3885002
1531.92/1529.12	c cleaning 10003 clauses out of 20020 with flag 3895001/3895001
1536.03/1533.27	c cleaning 9990 clauses out of 20017 with flag 3905001/3905001
1540.03/1537.26	c cleaning 10001 clauses out of 20026 with flag 3915000/3915000
1543.73/1540.98	c cleaning 10003 clauses out of 20025 with flag 3925000/3925000
1547.44/1544.61	c cleaning 10002 clauses out of 20024 with flag 3935002/3935002
1551.35/1548.55	c cleaning 9998 clauses out of 20022 with flag 3945002/3945002
1555.15/1552.31	c cleaning 9999 clauses out of 20022 with flag 3955000/3955000
1558.55/1555.73	c cleaning 10001 clauses out of 20024 with flag 3965001/3965001
1562.36/1559.55	c cleaning 10005 clauses out of 20027 with flag 3975005/3975005
1566.16/1563.38	c cleaning 9996 clauses out of 20017 with flag 3985000/3985000
1570.06/1567.20	c cleaning 10004 clauses out of 20021 with flag 3995000/3995000
1573.67/1570.88	c cleaning 9996 clauses out of 20018 with flag 4005001/4005001
1577.77/1574.94	c cleaning 10001 clauses out of 20021 with flag 4015000/4015000
1581.78/1578.93	c cleaning 9999 clauses out of 20021 with flag 4025001/4025001
1585.59/1582.71	c cleaning 10004 clauses out of 20022 with flag 4035001/4035001
1589.49/1586.67	c cleaning 10002 clauses out of 20018 with flag 4045001/4045001
1593.50/1590.67	c cleaning 10000 clauses out of 20019 with flag 4055004/4055004
1597.20/1594.37	c cleaning 9994 clauses out of 20017 with flag 4065002/4065002
1601.11/1598.29	c cleaning 10005 clauses out of 20022 with flag 4075001/4075001
1605.11/1602.28	c cleaning 9999 clauses out of 20016 with flag 4085000/4085000
1609.32/1606.41	c cleaning 9997 clauses out of 20017 with flag 4095000/4095000
1613.42/1610.52	c cleaning 10003 clauses out of 20021 with flag 4105001/4105001
1617.42/1614.57	c cleaning 9996 clauses out of 20019 with flag 4115002/4115002
1621.33/1618.43	c cleaning 10000 clauses out of 20021 with flag 4125000/4125000
1625.03/1622.18	c cleaning 10002 clauses out of 20021 with flag 4135000/4135000
1628.74/1625.81	c cleaning 10007 clauses out of 20020 with flag 4145001/4145001
1632.33/1629.40	c cleaning 9994 clauses out of 20012 with flag 4155000/4155000
1636.02/1633.10	c cleaning 9998 clauses out of 20020 with flag 4165002/4165002
1639.72/1636.85	c cleaning 9995 clauses out of 20021 with flag 4175001/4175001
1643.41/1640.58	c cleaning 10005 clauses out of 20025 with flag 4185000/4185000
1646.91/1644.06	c cleaning 9996 clauses out of 20020 with flag 4195000/4195000
1650.41/1647.51	c cleaning 10001 clauses out of 20024 with flag 4205000/4205000
1653.81/1650.97	c cleaning 10001 clauses out of 20025 with flag 4215002/4215002
1657.51/1654.62	c cleaning 10001 clauses out of 20022 with flag 4225000/4225000
1661.22/1658.33	c cleaning 10003 clauses out of 20025 with flag 4235004/4235004
1664.93/1662.01	c cleaning 10001 clauses out of 20018 with flag 4245000/4245000
1668.93/1666.06	c cleaning 9999 clauses out of 20020 with flag 4255003/4255003
1672.64/1669.77	c cleaning 10002 clauses out of 20019 with flag 4265001/4265001
1676.24/1673.37	c cleaning 9997 clauses out of 20018 with flag 4275002/4275002
1679.94/1677.02	c cleaning 9997 clauses out of 20019 with flag 4285000/4285000
1683.65/1680.71	c cleaning 10002 clauses out of 20025 with flag 4295003/4295003
1687.24/1684.38	c cleaning 10002 clauses out of 20020 with flag 4305000/4305000
1690.65/1687.73	c cleaning 10000 clauses out of 20019 with flag 4315001/4315001
1693.85/1690.96	c cleaning 10001 clauses out of 20018 with flag 4325000/4325000
1697.15/1694.28	c cleaning 10003 clauses out of 20020 with flag 4335003/4335003
1700.95/1698.04	c cleaning 9995 clauses out of 20014 with flag 4345000/4345000
1704.76/1701.83	c cleaning 9995 clauses out of 20020 with flag 4355001/4355001
1708.27/1705.38	c cleaning 10004 clauses out of 20024 with flag 4365000/4365000
1712.07/1709.14	c cleaning 10000 clauses out of 20020 with flag 4375000/4375000
1715.58/1712.64	c cleaning 10006 clauses out of 20023 with flag 4385003/4385003
1719.77/1716.81	c cleaning 9999 clauses out of 20015 with flag 4395001/4395001
1723.67/1720.77	c cleaning 9998 clauses out of 20015 with flag 4405000/4405000
1727.57/1724.67	c cleaning 9998 clauses out of 20018 with flag 4415001/4415001
1731.37/1728.48	c cleaning 9999 clauses out of 20019 with flag 4425000/4425000
1735.28/1732.31	c cleaning 10002 clauses out of 20020 with flag 4435000/4435000
1739.28/1736.36	c cleaning 10000 clauses out of 20021 with flag 4445003/4445003
1743.29/1740.31	c cleaning 9997 clauses out of 20019 with flag 4455001/4455001
1747.30/1744.37	c cleaning 9994 clauses out of 20021 with flag 4465000/4465000
1751.20/1748.25	c cleaning 10006 clauses out of 20034 with flag 4475007/4475007
1755.10/1752.14	c cleaning 10005 clauses out of 20021 with flag 4485000/4485000
1758.91/1755.90	c cleaning 9993 clauses out of 20016 with flag 4495000/4495000
1762.91/1759.94	c cleaning 9998 clauses out of 20023 with flag 4505000/4505000
1766.71/1763.72	c cleaning 10001 clauses out of 20026 with flag 4515001/4515001
1770.51/1767.55	c cleaning 10005 clauses out of 20027 with flag 4525003/4525003
1774.32/1771.36	c cleaning 10000 clauses out of 20021 with flag 4535002/4535002
1778.33/1775.36	c cleaning 9999 clauses out of 20020 with flag 4545001/4545001
1782.43/1779.49	c cleaning 10008 clauses out of 20020 with flag 4555000/4555000
1786.84/1783.83	c cleaning 9987 clauses out of 20013 with flag 4565001/4565001
1791.04/1788.03	c cleaning 10000 clauses out of 20025 with flag 4575000/4575000
1794.65/1791.61	c cleaning 9995 clauses out of 20025 with flag 4585000/4585000
1798.55/1795.56	c cleaning 10003 clauses out of 20032 with flag 4595002/4595002
1800.07/1797.01	c starts		: 271
1800.07/1797.01	c conflicts		: 4599025
1800.07/1797.01	c decisions		: 11361210
1800.07/1797.01	c propagations		: 1324756428
1800.07/1797.01	c inspects		: 2233231874
1800.07/1797.01	c learnt literals	: 0
1800.07/1797.01	c learnt binary clauses	: 3
1800.07/1797.01	c learnt ternary clauses	: 29
1800.07/1797.01	c learnt clauses	: 4599025
1800.07/1797.01	c ignored clauses	: 0
1800.07/1797.01	c root simplifications	: 0
1800.07/1797.01	c removed literals (reason simplification)	: 16816662
1800.07/1797.01	c reason swapping (by a shorter reason)	: 0
1800.07/1797.01	c Calls to reduceDB	: 461
1800.07/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.01	c number of learned constraints concerned by reduction	: 0
1800.07/1797.01	c number of learning phase by resolution	: 0
1800.07/1797.01	c number of learning phase by cutting planes	: 0
1800.07/1797.01	c speed (assignments/second)	: 737445.38310511
1800.07/1797.01	c non guided choices	31
1800.07/1797.02	c learnt constraints type 
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14071
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.07/1797.02	c constraints type 
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1300
1800.07/1797.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1323
1800.07/1797.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.02	s SATISFIABLE
1800.07/1797.02	v x1 -x2 -x3 x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 -x21 x22 x23 -x24 -x25 x26 x27 -x28 x29 -x30 x31 -x32 -x33 x34 -x35 x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 -x47 x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 
1800.07/1797.02	c objective function=9297283
1800.07/1797.02	c Total wall clock time (in seconds): 1796.93

Verifier Data

OK	9297283

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701184-1278537787/watcher-2701184-1278537787 -o /tmp/evaluation-result-2701184-1278537787/solver-2701184-1278537787 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701184-1278537787.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: 1.92 1.98 1.91 3/178 20438
/proc/meminfo: memFree=28988140/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=13684 CPUtime=0
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 1172 0 0 0 0 0 0 0 18 0 2 0 21992296 14012416 620 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 3421 625 301 10 0 1206 0
[pid=20438/tid=20439] ppid=20436 vsize=13684 CPUtime=0
/proc/20438/task/20439/stat : 20439 (java) S 20436 20438 19007 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 21992296 14012416 631 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16784584 4587280163120611327 0 0 -1 5 0 0 0

[startup+0.063595 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 20438
/proc/meminfo: memFree=28988140/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1528556 CPUtime=0.06
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 4254 0 1 0 5 1 0 0 18 0 18 0 21992296 1565241344 3693 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 382139 3695 1089 10 0 379442 0
[pid=20438/tid=20439] ppid=20436 vsize=1528556 CPUtime=0.05
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 3171 0 1 0 5 0 0 0 25 0 18 0 21992296 1565241344 3695 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528556

[startup+0.100591 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 20438
/proc/meminfo: memFree=28988140/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1529848 CPUtime=0.12
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 5263 0 1 0 11 1 0 0 18 0 18 0 21992296 1566564352 4694 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 382462 4695 1347 10 0 379765 0
[pid=20438/tid=20439] ppid=20436 vsize=1529848 CPUtime=0.09
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 3596 0 1 0 8 1 0 0 25 0 18 0 21992296 1566564352 4695 4089446400 134512640 134550932 4288471920 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529848

[startup+0.300553 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 20438
/proc/meminfo: memFree=28988140/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1535428 CPUtime=0.57
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 8692 0 1 0 55 2 0 0 18 0 18 0 21992296 1572278272 7679 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 383857 7679 1409 10 0 381160 0
[pid=20438/tid=20439] ppid=20436 vsize=1535428 CPUtime=0.29
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 5327 0 1 0 28 1 0 0 25 0 18 0 21992296 1572278272 7679 4089446400 134512640 134550932 4288471920 18446744073709551615 4109536116 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1535428

[startup+0.700531 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 20438
/proc/meminfo: memFree=28988140/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1537256 CPUtime=1.61
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 11997 0 1 0 159 2 0 0 18 0 19 0 21992296 1574150144 10617 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 384314 10617 1430 10 0 381617 0
[pid=20438/tid=20439] ppid=20436 vsize=1537256 CPUtime=0.68
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 7750 0 1 0 67 1 0 0 25 0 19 0 21992296 1574150144 10617 4089446400 134512640 134550932 4288471920 18446744073709551615 4110047321 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 1537256

[startup+1.50133 s]
/proc/loadavg: 1.92 1.98 1.91 3/197 20457
/proc/meminfo: memFree=28951044/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1537256 CPUtime=2.44
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 12493 0 1 0 242 2 0 0 18 0 19 0 21992296 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 384314 11112 1430 10 0 381617 0
[pid=20438/tid=20439] ppid=20436 vsize=1537256 CPUtime=1.48
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 8241 0 1 0 147 1 0 0 25 0 19 0 21992296 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4110231660 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 21992298 1574150144 11112 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21992298 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 21992298 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1537256 CPUtime=0.52
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 1367 0 0 0 52 0 0 0 20 0 19 0 21992300 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1537256 CPUtime=0.42
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1812 0 0 0 42 0 0 0 22 0 19 0 21992300 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21992300 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1574150144 11113 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1537256

[startup+3.10104 s]
/proc/loadavg: 2.01 2.00 1.92 3/197 20457
/proc/meminfo: memFree=28947944/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1537256 CPUtime=4.07
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 14364 0 1 0 405 2 0 0 18 0 19 0 21992296 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 384314 12978 1444 10 0 381617 0
[pid=20438/tid=20439] ppid=20436 vsize=1537256 CPUtime=3.07
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 8983 0 1 0 306 1 0 0 25 0 19 0 21992296 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4110109036 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 177 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 217 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 21992297 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1537256 CPUtime=0.01
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 560 0 0 0 1 0 0 0 16 0 19 0 21992298 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1537256 CPUtime=0.53
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 1371 0 0 0 53 0 0 0 15 0 19 0 21992300 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1537256 CPUtime=0.43
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1816 0 0 0 43 0 0 0 17 0 19 0 21992300 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21992300 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1537256 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1574150144 12978 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1537256

[startup+6.30145 s]
/proc/loadavg: 2.01 2.00 1.92 3/197 20457
/proc/meminfo: memFree=28941700/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1534696 CPUtime=7.3
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 14844 0 1 0 728 2 0 0 18 0 19 0 21992296 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 383674 13017 1444 10 0 380977 0
[pid=20438/tid=20439] ppid=20436 vsize=1534696 CPUtime=6.25
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 8985 0 1 0 624 1 0 0 25 0 19 0 21992296 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4110085016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 222 0 0 0 0 0 0 0 18 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21992297 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1534696 CPUtime=0.02
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 690 0 0 0 2 0 0 0 15 0 19 0 21992298 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1534696 CPUtime=0.55
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 1373 0 0 0 55 0 0 0 16 0 19 0 21992300 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1534696 CPUtime=0.45
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1820 0 0 0 45 0 0 0 16 0 19 0 21992300 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21992300 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1534696 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1571528704 13017 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1534696


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

[pid=20438/tid=20446] ppid=20436 vsize=1534800 CPUtime=0.27
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 272 0 0 0 24 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1534800 CPUtime=0.29
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 269 0 0 0 26 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1534800 CPUtime=0.22
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 26 0 0 0 20 2 0 0 16 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1534800 CPUtime=6.9
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 3056 0 0 0 684 6 0 0 15 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 6 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1534800 CPUtime=0.85
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 4298 0 0 0 85 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1534800 CPUtime=0.46
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1821 0 0 0 46 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.23
Current children cumulated vsize (KiB) 1534800

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/197 20580
/proc/meminfo: memFree=28464676/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1534800 CPUtime=1725.27
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 21356 0 1 0 172487 40 0 0 18 0 19 0 21992296 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 383700 16030 1444 10 0 381003 0
[pid=20438/tid=20439] ppid=20436 vsize=1534800 CPUtime=1714.47
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 9427 0 1 0 171443 4 0 0 25 0 19 0 21992296 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4110109036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 178 0 0 0 27 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1534800 CPUtime=0.28
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 228 0 0 0 26 2 0 0 16 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1534800 CPUtime=0.27
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 149 0 0 0 24 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1534800 CPUtime=0.25
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 249 0 0 0 21 4 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1534800 CPUtime=0.27
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 215 0 0 0 25 2 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1534800 CPUtime=0.28
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 272 0 0 0 25 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 269 0 0 0 27 3 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1534800 CPUtime=0.23
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 26 0 0 0 21 2 0 0 15 0 19 0 21992297 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1534800 CPUtime=7.17
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 3060 0 0 0 711 6 0 0 15 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 6 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1534800 CPUtime=0.85
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 4298 0 0 0 85 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1534800 CPUtime=0.46
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1821 0 0 0 46 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 21992300 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1571635200 16030 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.27
Current children cumulated vsize (KiB) 1534800

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/197 20582
/proc/meminfo: memFree=28458660/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1534800 CPUtime=1785.34
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 21388 0 1 0 178493 41 0 0 18 0 19 0 21992296 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 383700 16043 1444 10 0 381003 0
[pid=20438/tid=20439] ppid=20436 vsize=1534800 CPUtime=1774.19
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 9442 0 1 0 177415 4 0 0 25 0 19 0 21992296 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4110162264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 178 0 0 0 27 3 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 228 0 0 0 28 2 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1534800 CPUtime=0.29
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 149 0 0 0 26 3 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1534800 CPUtime=0.26
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 249 0 0 0 22 4 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1534800 CPUtime=0.28
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 215 0 0 0 26 2 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1534800 CPUtime=0.28
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 272 0 0 0 25 3 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 269 0 0 0 27 3 0 0 15 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1534800 CPUtime=0.25
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 26 0 0 0 22 3 0 0 16 0 19 0 21992297 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1534800 CPUtime=7.43
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 3075 0 0 0 737 6 0 0 15 0 19 0 21992298 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 6 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1534800 CPUtime=0.85
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 4298 0 0 0 85 0 0 0 15 0 19 0 21992300 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1534800 CPUtime=0.46
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1821 0 0 0 46 0 0 0 15 0 19 0 21992300 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 21992300 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1571635200 16043 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.34
Current children cumulated vsize (KiB) 1534800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.01 2.00 1.94 3/197 20582
/proc/meminfo: memFree=28458284/32950928 swapFree=67111528/67111528
[pid=20438] ppid=20436 vsize=1534800 CPUtime=1800.07
/proc/20438/stat : 20438 (java) S 20436 20438 19007 0 -1 4202496 21400 0 1 0 179965 42 0 0 18 0 19 0 21992296 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20438/statm: 383700 16047 1444 10 0 381003 0
[pid=20438/tid=20439] ppid=20436 vsize=1534800 CPUtime=1788.82
/proc/20438/task/20439/stat : 20439 (java) R 20436 20438 19007 0 -1 4202560 9446 0 1 0 178878 4 0 0 25 0 19 0 21992296 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4109543044 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20438/tid=20441] ppid=20436 vsize=1534800 CPUtime=0.31
/proc/20438/task/20441/stat : 20441 (java) S 20436 20438 19007 0 -1 4202560 178 0 0 0 28 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
[pid=20438/tid=20442] ppid=20436 vsize=1534800 CPUtime=0.3
/proc/20438/task/20442/stat : 20442 (java) S 20436 20438 19007 0 -1 4202560 228 0 0 0 28 2 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20443] ppid=20436 vsize=1534800 CPUtime=0.29
/proc/20438/task/20443/stat : 20443 (java) S 20436 20438 19007 0 -1 4202560 149 0 0 0 26 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20444] ppid=20436 vsize=1534800 CPUtime=0.26
/proc/20438/task/20444/stat : 20444 (java) S 20436 20438 19007 0 -1 4202560 249 0 0 0 22 4 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20445] ppid=20436 vsize=1534800 CPUtime=0.29
/proc/20438/task/20445/stat : 20445 (java) S 20436 20438 19007 0 -1 4202560 215 0 0 0 26 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 2 0 0 0
[pid=20438/tid=20446] ppid=20436 vsize=1534800 CPUtime=0.28
/proc/20438/task/20446/stat : 20446 (java) S 20436 20438 19007 0 -1 4202560 272 0 0 0 25 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20447] ppid=20436 vsize=1534800 CPUtime=0.31
/proc/20438/task/20447/stat : 20447 (java) S 20436 20438 19007 0 -1 4202560 269 0 0 0 28 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20448] ppid=20436 vsize=1534800 CPUtime=0.25
/proc/20438/task/20448/stat : 20448 (java) S 20436 20438 19007 0 -1 4202560 26 0 0 0 22 3 0 0 15 0 19 0 21992297 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 4 0 0 0
[pid=20438/tid=20449] ppid=20436 vsize=1534800 CPUtime=7.5
/proc/20438/task/20449/stat : 20449 (java) S 20436 20438 19007 0 -1 4202560 3081 0 0 0 744 6 0 0 15 0 19 0 21992298 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 0 0 16800975 18446604471160621824 0 0 -1 6 0 0 0
[pid=20438/tid=20450] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20450/stat : 20450 (java) S 20436 20438 19007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20451] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20451/stat : 20451 (java) S 20436 20438 19007 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21992298 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20452] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20452/stat : 20452 (java) S 20436 20438 19007 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20453] ppid=20436 vsize=1534800 CPUtime=0.85
/proc/20438/task/20453/stat : 20453 (java) S 20436 20438 19007 0 -1 4202560 4298 0 0 0 85 0 0 0 15 0 19 0 21992300 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20454] ppid=20436 vsize=1534800 CPUtime=0.46
/proc/20438/task/20454/stat : 20454 (java) S 20436 20438 19007 0 -1 4202560 1821 0 0 0 46 0 0 0 15 0 19 0 21992300 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 5 0 0 0
[pid=20438/tid=20455] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20455/stat : 20455 (java) S 20436 20438 19007 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21992300 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 3 0 0 0
[pid=20438/tid=20456] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20456/stat : 20456 (java) S 20436 20438 19007 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 21992300 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 1 0 0 0
[pid=20438/tid=20457] ppid=20436 vsize=1534800 CPUtime=0
/proc/20438/task/20457/stat : 20457 (java) S 20436 20438 19007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21992334 1571635200 16047 4089446400 134512640 134550932 4288471920 18446744073709551615 4294960144 0 4 0 16800975 18446604471160621824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1534800

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): 1797.06
CPU time (s): 1800.14
CPU user time (s): 1799.71
CPU system time (s): 0.425935
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 1543068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.425935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21422
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= 49635
involuntary context switches= 137128

runsolver used 3.32649 second user time and 6.26005 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-07 23:23:07
IDJOB=2701184
IDBENCH=79537
IDSOLVER=1211
FILE ID=node116/2701184-1278537787
PBS_JOBID= 11239246
Free space on /tmp= 73464 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap94_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701184-1278537787/watcher-2701184-1278537787 -o /tmp/evaluation-result-2701184-1278537787/solver-2701184-1278537787 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701184-1278537787.wbo

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

MD5SUM BENCH= af4377d2968a0bed7c67bde04ddb5981
RANDOM SEED=1541052703

node116.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.858
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.71
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.858
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.83
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.858
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.75
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.858
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.83
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.858
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.73
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.858
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.858
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.75
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.858
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:     32950928 kB
MemFree:      28988660 kB
Buffers:        143056 kB
Cached:        3373684 kB
SwapCached:          0 kB
Active:        1466176 kB
Inactive:      2343728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28988660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             720 kB
Writeback:           0 kB
AnonPages:      293496 kB
Mapped:          15272 kB
Slab:            87716 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   441988 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= 73460 MiB
End job on node116 at 2010-07-07 23:53:06