Trace number 3492240

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 Resolution 2011-06-08MSAT (TO) 1800.12 1797.55

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.04/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.28	c See www.sat4j.org for details.
0.04/0.29	c version 2.3.1.v20110525
0.04/0.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.29	c java.vm.version	19.1-b02
0.04/0.29	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.29	c sun.arch.data.model	64
0.04/0.29	c java.version		1.6.0_24
0.04/0.29	c os.name		Linux
0.04/0.29	c os.version		2.6.18-164.el5
0.04/0.29	c os.arch		amd64
0.04/0.29	c Free memory 		9996466904
0.04/0.29	c Max memory 		10048897024
0.04/0.29	c Total memory 		10048897024
0.04/0.29	c Number of processors 	8
0.11/0.32	c Pseudo Boolean Optimization
0.11/0.32	c --- Begin Solver configuration ---
0.11/0.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.32	c Learn all clauses as in MiniSAT
0.11/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.32	c Expensive reason simplification
0.11/0.32	c Armin Biere (Picosat) restarts strategy
0.11/0.32	c Glucose learned constraints deletion strategy
0.11/0.32	c timeout=2147483s
0.11/0.32	c DB Simplification allowed=false
0.11/0.32	c --- End Solver configuration ---
0.11/0.32	c solving HOME/instance-3492240-1307908879.wbo
0.11/0.32	c reading problem ... 
0.11/0.40	c ... done. Wall clock time 0.081s.
0.11/0.40	c #vars     1094
0.11/0.40	c #constraints  65
0.11/0.40	c constraints type 
0.11/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.11/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.11/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.27/0.51	c SATISFIABLE
0.27/0.51	c OPTIMIZING...
0.27/0.51	c Got one! Elapsed wall clock time (in seconds):0.182
0.27/0.51	o 41
0.55/0.58	c Got one! Elapsed wall clock time (in seconds):0.261
0.55/0.58	o 34
0.67/0.66	c Got one! Elapsed wall clock time (in seconds):0.343
0.67/0.66	o 33
0.78/0.77	c Got one! Elapsed wall clock time (in seconds):0.451
0.78/0.77	o 28
0.90/0.89	c Got one! Elapsed wall clock time (in seconds):0.56
0.90/0.89	o 19
1.14/1.08	c Got one! Elapsed wall clock time (in seconds):0.764
1.14/1.08	o 9
2.26/2.11	c cleaning 4254 clauses out of 8518 with flag 5001/8518
3.29/3.13	c cleaning 5120 clauses out of 10265 with flag 11002/14519
4.90/4.76	c cleaning 6072 clauses out of 12146 with flag 18003/21520
6.77/6.53	c cleaning 7022 clauses out of 14072 with flag 26001/29518
9.00/8.78	c cleaning 8010 clauses out of 16049 with flag 35000/38517
11.10/10.83	c cleaning 8993 clauses out of 18043 with flag 45004/48521
13.41/13.15	c cleaning 9495 clauses out of 19046 with flag 55000/58517
15.50/15.28	c cleaning 9753 clauses out of 19551 with flag 65000/68517
17.21/16.98	c cleaning 9872 clauses out of 19798 with flag 75000/78517
19.71/19.49	c cleaning 9935 clauses out of 19927 with flag 85001/88518
22.92/22.62	c cleaning 9982 clauses out of 19993 with flag 95002/98519
26.02/25.79	c cleaning 9988 clauses out of 20009 with flag 105000/108517
29.13/28.82	c cleaning 9988 clauses out of 20022 with flag 115001/118518
31.73/31.44	c cleaning 9995 clauses out of 20034 with flag 125001/128518
35.64/35.33	c cleaning 10007 clauses out of 20039 with flag 135001/138518
38.54/38.27	c cleaning 9986 clauses out of 20034 with flag 145003/148520
41.84/41.56	c cleaning 9963 clauses out of 20045 with flag 155000/158517
46.65/46.35	c cleaning 9982 clauses out of 20082 with flag 165000/168517
49.35/49.08	c cleaning 10027 clauses out of 20108 with flag 175008/178525
52.15/51.86	c cleaning 10020 clauses out of 20074 with flag 185001/188518
55.37/55.06	c cleaning 10007 clauses out of 20054 with flag 195001/198518
59.07/58.71	c cleaning 10005 clauses out of 20046 with flag 205000/208517
61.98/61.61	c cleaning 9999 clauses out of 20044 with flag 215003/218520
65.48/65.13	c cleaning 10001 clauses out of 20043 with flag 225001/228518
68.18/67.85	c cleaning 10005 clauses out of 20042 with flag 235001/238518
71.68/71.39	c cleaning 9981 clauses out of 20037 with flag 245001/248518
74.89/74.52	c cleaning 9990 clauses out of 20055 with flag 255000/258517
77.19/76.82	c cleaning 10018 clauses out of 20065 with flag 265000/268517
79.79/79.49	c cleaning 10007 clauses out of 20048 with flag 275001/278518
82.70/82.35	c cleaning 9967 clauses out of 20040 with flag 285000/288517
85.80/85.45	c cleaning 9983 clauses out of 20073 with flag 295000/298517
90.01/89.61	c cleaning 9985 clauses out of 20091 with flag 305001/308518
93.41/93.06	c cleaning 10048 clauses out of 20109 with flag 315004/318521
97.12/96.77	c cleaning 10021 clauses out of 20060 with flag 325003/328520
100.61/100.24	c cleaning 10010 clauses out of 20037 with flag 335001/338518
103.92/103.59	c cleaning 9997 clauses out of 20027 with flag 345001/348518
107.42/107.02	c cleaning 9994 clauses out of 20029 with flag 355000/358517
110.52/110.19	c cleaning 9983 clauses out of 20035 with flag 365000/368517
114.02/113.62	c cleaning 10007 clauses out of 20053 with flag 375001/378518
117.53/117.12	c cleaning 10004 clauses out of 20046 with flag 385001/388518
120.13/119.80	c cleaning 10002 clauses out of 20041 with flag 395000/398517
122.93/122.54	c cleaning 10004 clauses out of 20039 with flag 405000/408517
126.34/125.93	c cleaning 10008 clauses out of 20036 with flag 415001/418518
130.15/129.76	c cleaning 10003 clauses out of 20029 with flag 425002/428519
133.34/132.99	c cleaning 9994 clauses out of 20024 with flag 435000/438517
137.15/136.74	c cleaning 9997 clauses out of 20034 with flag 445004/448521
140.06/139.65	c cleaning 9996 clauses out of 20034 with flag 455001/458518
143.26/142.88	c cleaning 9982 clauses out of 20038 with flag 465001/468518
146.36/145.95	c cleaning 9998 clauses out of 20056 with flag 475001/478518
149.88/149.42	c cleaning 9999 clauses out of 20057 with flag 485000/488517
153.99/153.51	c cleaning 10001 clauses out of 20059 with flag 495001/498518
157.59/157.13	c cleaning 9992 clauses out of 20059 with flag 505002/508519
161.29/160.83	c cleaning 10003 clauses out of 20071 with flag 515006/518523
164.20/163.79	c cleaning 10016 clauses out of 20062 with flag 525000/528517
167.31/166.86	c cleaning 10012 clauses out of 20049 with flag 535003/538520
170.51/170.03	c cleaning 10007 clauses out of 20039 with flag 545005/548522
173.92/173.48	c cleaning 9992 clauses out of 20029 with flag 555002/558519
177.42/176.95	c cleaning 10005 clauses out of 20035 with flag 565000/568517
180.73/180.27	c cleaning 10002 clauses out of 20031 with flag 575001/578518
184.63/184.18	c cleaning 10002 clauses out of 20028 with flag 585000/588517
186.94/186.40	c cleaning 9997 clauses out of 20026 with flag 595000/598517
189.35/188.86	c cleaning 10012 clauses out of 20029 with flag 605000/608517
191.45/190.99	c cleaning 9988 clauses out of 20017 with flag 615000/618517
194.46/193.96	c cleaning 10008 clauses out of 20029 with flag 625000/628517
197.79/197.30	c cleaning 10004 clauses out of 20024 with flag 635003/638520
200.80/200.20	c cleaning 9972 clauses out of 20017 with flag 645000/648517
204.01/203.45	c cleaning 10008 clauses out of 20045 with flag 655000/658517
207.51/206.96	c cleaning 10000 clauses out of 20039 with flag 665002/668519
210.41/209.82	c cleaning 10007 clauses out of 20040 with flag 675003/678520
213.72/213.12	c cleaning 10002 clauses out of 20031 with flag 685001/688518
217.03/216.41	c cleaning 10000 clauses out of 20030 with flag 695002/698519
220.53/219.99	c cleaning 9996 clauses out of 20028 with flag 705000/708517
224.24/223.69	c cleaning 10003 clauses out of 20033 with flag 715001/718518
227.64/227.00	c cleaning 10008 clauses out of 20031 with flag 725002/728519
231.05/230.47	c cleaning 10000 clauses out of 20022 with flag 735001/738518
234.75/234.14	c cleaning 10000 clauses out of 20023 with flag 745002/748519
238.46/237.84	c cleaning 10003 clauses out of 20023 with flag 755002/758519
242.26/241.60	c cleaning 10000 clauses out of 20018 with flag 765000/768517
246.07/245.41	c cleaning 9999 clauses out of 20019 with flag 775001/778518
248.77/248.19	c cleaning 10008 clauses out of 20022 with flag 785003/788520
250.88/250.27	c cleaning 10002 clauses out of 20013 with flag 795002/798519
253.09/252.49	c cleaning 10001 clauses out of 20010 with flag 805001/808518
255.30/254.61	c cleaning 9995 clauses out of 20009 with flag 815001/818518
257.40/256.72	c cleaning 10001 clauses out of 20014 with flag 825001/828518
259.51/258.86	c cleaning 10001 clauses out of 20013 with flag 835001/838518
261.61/260.94	c cleaning 9988 clauses out of 20014 with flag 845003/848520
263.82/263.12	c cleaning 10003 clauses out of 20023 with flag 855000/858517
265.72/265.03	c cleaning 10007 clauses out of 20021 with flag 865001/868518
267.73/267.06	c cleaning 10002 clauses out of 20013 with flag 875000/878517
269.54/268.82	c cleaning 9914 clauses out of 20011 with flag 885000/888517
272.14/271.46	c cleaning 9990 clauses out of 20101 with flag 895004/898521
274.85/274.14	c cleaning 10014 clauses out of 20107 with flag 905000/908517
278.26/277.57	c cleaning 10007 clauses out of 20093 with flag 915000/918517
281.47/280.79	c cleaning 10005 clauses out of 20086 with flag 925000/928517
284.38/283.67	c cleaning 9949 clauses out of 20081 with flag 935000/938517
287.48/286.73	c cleaning 10006 clauses out of 20132 with flag 945000/948517
290.99/290.23	c cleaning 10005 clauses out of 20127 with flag 955001/958518
294.19/293.46	c cleaning 10003 clauses out of 20124 with flag 965003/968520
297.29/296.52	c cleaning 10048 clauses out of 20122 with flag 975004/978521
300.59/299.86	c cleaning 10021 clauses out of 20070 with flag 985000/988517
304.10/303.33	c cleaning 10007 clauses out of 20051 with flag 995002/998519
307.50/306.78	c cleaning 10005 clauses out of 20042 with flag 1005000/1008517
310.71/309.90	c cleaning 9999 clauses out of 20038 with flag 1015001/1018518
314.41/313.68	c cleaning 9999 clauses out of 20041 with flag 1025003/1028520
318.22/317.46	c cleaning 9998 clauses out of 20039 with flag 1035000/1038517
322.03/321.29	c cleaning 9999 clauses out of 20041 with flag 1045000/1048517
326.33/325.56	c cleaning 10001 clauses out of 20043 with flag 1055001/1058518
330.33/329.56	c cleaning 10000 clauses out of 20045 with flag 1065004/1068521
334.34/333.59	c cleaning 9998 clauses out of 20041 with flag 1075000/1078517
336.24/335.47	c cleaning 9993 clauses out of 20045 with flag 1085002/1088519
339.14/338.37	c cleaning 9995 clauses out of 20053 with flag 1095003/1098520
342.45/341.67	c cleaning 10001 clauses out of 20057 with flag 1105002/1108519
345.25/344.43	c cleaning 9977 clauses out of 20060 with flag 1115006/1118523
348.46/347.63	c cleaning 10004 clauses out of 20080 with flag 1125003/1128520
351.66/350.82	c cleaning 9994 clauses out of 20074 with flag 1135001/1138518
354.97/354.20	c cleaning 9990 clauses out of 20084 with flag 1145005/1148522
359.57/358.72	c cleaning 10005 clauses out of 20089 with flag 1155000/1158517
362.88/362.01	c cleaning 9986 clauses out of 20087 with flag 1165003/1168520
365.68/364.85	c cleaning 10011 clauses out of 20099 with flag 1175001/1178518
369.59/368.75	c cleaning 10003 clauses out of 20089 with flag 1185002/1188519
373.09/372.25	c cleaning 10002 clauses out of 20085 with flag 1195001/1198518
376.80/375.96	c cleaning 9997 clauses out of 20083 with flag 1205001/1208518
380.90/380.08	c cleaning 10003 clauses out of 20086 with flag 1215001/1218518
385.21/384.31	c cleaning 9996 clauses out of 20083 with flag 1225001/1228518
389.23/388.39	c cleaning 9997 clauses out of 20086 with flag 1235000/1238517
393.03/392.11	c cleaning 10001 clauses out of 20090 with flag 1245001/1248518
396.93/396.03	c cleaning 10003 clauses out of 20091 with flag 1255003/1258520
400.84/399.92	c cleaning 10001 clauses out of 20086 with flag 1265001/1268518
404.74/403.80	c cleaning 9998 clauses out of 20084 with flag 1275000/1278517
408.84/407.99	c cleaning 10000 clauses out of 20087 with flag 1285001/1288518
413.15/412.21	c cleaning 9999 clauses out of 20086 with flag 1295000/1298517
416.95/416.09	c cleaning 10000 clauses out of 20091 with flag 1305004/1308521
420.96/420.06	c cleaning 10000 clauses out of 20088 with flag 1315001/1318518
424.56/423.61	c cleaning 10012 clauses out of 20087 with flag 1325000/1328517
427.26/426.31	c cleaning 10018 clauses out of 20078 with flag 1335003/1338520
429.57/428.63	c cleaning 10026 clauses out of 20058 with flag 1345001/1348518
431.97/431.08	c cleaning 9995 clauses out of 20032 with flag 1355001/1358518
434.88/433.97	c cleaning 10005 clauses out of 20039 with flag 1365003/1368520
438.58/437.69	c cleaning 9995 clauses out of 20031 with flag 1375000/1378517
441.39/440.45	c cleaning 9975 clauses out of 20036 with flag 1385000/1388517
444.39/443.47	c cleaning 10011 clauses out of 20062 with flag 1395001/1398518
448.19/447.21	c cleaning 10009 clauses out of 20050 with flag 1405000/1408517
451.00/450.00	c cleaning 9975 clauses out of 20044 with flag 1415003/1418520
454.40/453.48	c cleaning 9988 clauses out of 20067 with flag 1425001/1428518
457.81/456.87	c cleaning 9993 clauses out of 20079 with flag 1435001/1438518
461.41/460.48	c cleaning 9995 clauses out of 20085 with flag 1445000/1448517
465.02/464.01	c cleaning 10031 clauses out of 20090 with flag 1455000/1458517
468.43/467.45	c cleaning 10017 clauses out of 20062 with flag 1465003/1468520
472.03/471.07	c cleaning 10010 clauses out of 20042 with flag 1475000/1478517
475.54/474.52	c cleaning 10004 clauses out of 20032 with flag 1485000/1488517
479.04/478.06	c cleaning 9996 clauses out of 20033 with flag 1495005/1498522
482.65/481.68	c cleaning 10004 clauses out of 20033 with flag 1505001/1508518
486.16/485.16	c cleaning 10002 clauses out of 20028 with flag 1515000/1518517
489.06/488.08	c cleaning 9988 clauses out of 20028 with flag 1525002/1528519
492.67/491.64	c cleaning 10003 clauses out of 20041 with flag 1535003/1538520
496.08/495.10	c cleaning 9998 clauses out of 20038 with flag 1545003/1548520
499.78/498.73	c cleaning 10000 clauses out of 20039 with flag 1555002/1558519
503.28/502.26	c cleaning 10000 clauses out of 20038 with flag 1565001/1568518
506.69/505.68	c cleaning 9998 clauses out of 20038 with flag 1575001/1578518
510.29/509.22	c cleaning 10002 clauses out of 20041 with flag 1585002/1588519
513.49/512.45	c cleaning 10002 clauses out of 20041 with flag 1595004/1598521
516.70/515.67	c cleaning 9996 clauses out of 20036 with flag 1605001/1608518
520.40/519.34	c cleaning 10001 clauses out of 20039 with flag 1615000/1618517
523.10/522.06	c cleaning 10006 clauses out of 20039 with flag 1625001/1628518
526.51/525.44	c cleaning 9995 clauses out of 20032 with flag 1635000/1638517
529.61/528.59	c cleaning 9988 clauses out of 20037 with flag 1645000/1648517
532.82/531.77	c cleaning 10005 clauses out of 20049 with flag 1655000/1658517
536.42/535.37	c cleaning 10007 clauses out of 20047 with flag 1665003/1668520
539.64/538.53	c cleaning 9995 clauses out of 20039 with flag 1675002/1678519
542.94/541.86	c cleaning 9990 clauses out of 20044 with flag 1685002/1688519
546.65/545.58	c cleaning 10011 clauses out of 20053 with flag 1695001/1698518
550.25/549.13	c cleaning 10002 clauses out of 20043 with flag 1705002/1708519
553.66/552.53	c cleaning 10004 clauses out of 20039 with flag 1715000/1718517
556.96/555.84	c cleaning 9998 clauses out of 20037 with flag 1725002/1728519
560.55/559.41	c cleaning 10005 clauses out of 20043 with flag 1735006/1738523
564.26/563.14	c cleaning 9997 clauses out of 20034 with flag 1745002/1748519
567.67/566.50	c cleaning 10001 clauses out of 20035 with flag 1755000/1758517
571.06/569.97	c cleaning 9998 clauses out of 20034 with flag 1765000/1768517
574.06/572.93	c cleaning 10001 clauses out of 20039 with flag 1775003/1778520
576.97/575.81	c cleaning 10001 clauses out of 20037 with flag 1785002/1788519
580.07/578.92	c cleaning 9999 clauses out of 20034 with flag 1795000/1798517
583.48/582.30	c cleaning 10001 clauses out of 20037 with flag 1805002/1808519
587.08/585.91	c cleaning 9997 clauses out of 20037 with flag 1815003/1818520
590.58/589.49	c cleaning 10000 clauses out of 20042 with flag 1825005/1828522
594.19/593.00	c cleaning 9997 clauses out of 20040 with flag 1835003/1838520
597.79/596.69	c cleaning 10001 clauses out of 20040 with flag 1845000/1848517
601.49/600.33	c cleaning 10003 clauses out of 20041 with flag 1855002/1858519
605.20/604.03	c cleaning 9988 clauses out of 20039 with flag 1865003/1868520
609.00/607.87	c cleaning 10005 clauses out of 20049 with flag 1875001/1878518
612.61/611.46	c cleaning 10006 clauses out of 20047 with flag 1885004/1888521
616.62/615.48	c cleaning 9999 clauses out of 20038 with flag 1895001/1898518
619.83/618.64	c cleaning 9997 clauses out of 20041 with flag 1905003/1908520
623.23/622.06	c cleaning 10002 clauses out of 20042 with flag 1915001/1918518
627.53/626.36	c cleaning 9997 clauses out of 20039 with flag 1925000/1928517
632.14/630.99	c cleaning 10004 clauses out of 20043 with flag 1935001/1938518
636.14/634.97	c cleaning 9998 clauses out of 20038 with flag 1945000/1948517
639.75/638.55	c cleaning 9998 clauses out of 20041 with flag 1955001/1958518
643.25/642.07	c cleaning 10001 clauses out of 20043 with flag 1965001/1968518
646.86/645.68	c cleaning 10002 clauses out of 20041 with flag 1975000/1978517
650.46/649.21	c cleaning 9998 clauses out of 20039 with flag 1985000/1988517
652.76/651.51	c cleaning 10003 clauses out of 20044 with flag 1995003/1998520
654.87/653.65	c cleaning 10007 clauses out of 20039 with flag 2005001/2008518
657.98/656.73	c cleaning 9997 clauses out of 20034 with flag 2015003/2018520
661.39/660.11	c cleaning 9996 clauses out of 20035 with flag 2025001/2028518
664.50/663.22	c cleaning 9985 clauses out of 20038 with flag 2035000/2038517
668.00/666.74	c cleaning 9995 clauses out of 20053 with flag 2045000/2048517
671.30/670.04	c cleaning 10015 clauses out of 20058 with flag 2055000/2058517
674.81/673.50	c cleaning 10012 clauses out of 20043 with flag 2065000/2068517
678.32/677.01	c cleaning 10008 clauses out of 20031 with flag 2075000/2078517
682.02/680.76	c cleaning 9996 clauses out of 20023 with flag 2085000/2088517
685.23/683.95	c cleaning 9996 clauses out of 20029 with flag 2095002/2098519
688.84/687.59	c cleaning 9998 clauses out of 20034 with flag 2105003/2108520
692.34/691.07	c cleaning 10000 clauses out of 20036 with flag 2115003/2118520
695.24/693.96	c cleaning 10001 clauses out of 20036 with flag 2125003/2128520
698.65/697.36	c cleaning 9998 clauses out of 20034 with flag 2135002/2138519
701.85/700.53	c cleaning 10003 clauses out of 20038 with flag 2145004/2148521
704.85/703.53	c cleaning 9993 clauses out of 20031 with flag 2155000/2158517
708.26/706.97	c cleaning 9998 clauses out of 20038 with flag 2165000/2168517
711.56/710.27	c cleaning 10002 clauses out of 20042 with flag 2175002/2178519
714.56/713.26	c cleaning 10007 clauses out of 20038 with flag 2185000/2188517
717.67/716.35	c cleaning 10002 clauses out of 20031 with flag 2195000/2198517
721.07/719.74	c cleaning 9999 clauses out of 20030 with flag 2205001/2208518
724.08/722.76	c cleaning 10002 clauses out of 20031 with flag 2215001/2218518
727.29/725.94	c cleaning 10001 clauses out of 20028 with flag 2225000/2228517
731.28/729.96	c cleaning 10003 clauses out of 20030 with flag 2235003/2238520
734.89/733.50	c cleaning 9999 clauses out of 20025 with flag 2245001/2248518
738.10/736.74	c cleaning 9992 clauses out of 20025 with flag 2255000/2258517
741.40/740.09	c cleaning 10005 clauses out of 20033 with flag 2265000/2268517
745.20/743.81	c cleaning 10005 clauses out of 20029 with flag 2275001/2278518
748.31/746.92	c cleaning 9984 clauses out of 20024 with flag 2285001/2288518
752.01/750.65	c cleaning 9996 clauses out of 20040 with flag 2295001/2298518
755.71/754.30	c cleaning 9993 clauses out of 20044 with flag 2305001/2308518
759.82/758.42	c cleaning 10000 clauses out of 20051 with flag 2315001/2318518
763.53/762.17	c cleaning 10000 clauses out of 20054 with flag 2325004/2328521
767.04/765.67	c cleaning 10001 clauses out of 20053 with flag 2335003/2338520
770.83/769.42	c cleaning 10001 clauses out of 20050 with flag 2345001/2348518
774.64/773.27	c cleaning 10000 clauses out of 20049 with flag 2355001/2358518
778.14/776.78	c cleaning 9997 clauses out of 20048 with flag 2365000/2368517
781.95/780.57	c cleaning 10000 clauses out of 20052 with flag 2375001/2378518
785.86/784.47	c cleaning 9997 clauses out of 20053 with flag 2385002/2388519
789.46/788.01	c cleaning 9999 clauses out of 20057 with flag 2395003/2398520
793.26/791.84	c cleaning 9998 clauses out of 20055 with flag 2405000/2408517
796.96/795.50	c cleaning 10000 clauses out of 20058 with flag 2415001/2418518
800.87/799.47	c cleaning 10002 clauses out of 20057 with flag 2425000/2428517
803.77/802.35	c cleaning 10024 clauses out of 20057 with flag 2435002/2438519
805.78/804.31	c cleaning 9999 clauses out of 20032 with flag 2445001/2448518
809.18/807.74	c cleaning 10000 clauses out of 20033 with flag 2455001/2458518
812.99/811.56	c cleaning 10000 clauses out of 20034 with flag 2465002/2468519
816.50/815.09	c cleaning 10004 clauses out of 20042 with flag 2475010/2478527
820.00/818.57	c cleaning 9997 clauses out of 20029 with flag 2485001/2488518
824.00/822.52	c cleaning 9992 clauses out of 20032 with flag 2495001/2498518
827.81/826.30	c cleaning 10004 clauses out of 20041 with flag 2505002/2508519
832.02/830.56	c cleaning 10003 clauses out of 20041 with flag 2515006/2518523
835.62/834.13	c cleaning 9993 clauses out of 20032 with flag 2525000/2528517
839.62/838.18	c cleaning 10002 clauses out of 20039 with flag 2535000/2538517
843.42/841.90	c cleaning 10001 clauses out of 20038 with flag 2545001/2548518
847.12/845.64	c cleaning 10001 clauses out of 20039 with flag 2555003/2558520
850.43/848.95	c cleaning 10001 clauses out of 20038 with flag 2565003/2568520
853.83/852.35	c cleaning 10001 clauses out of 20038 with flag 2575004/2578521
857.43/855.98	c cleaning 9991 clauses out of 20034 with flag 2585001/2588518
861.43/859.91	c cleaning 10004 clauses out of 20042 with flag 2595000/2598517
865.04/863.57	c cleaning 10005 clauses out of 20045 with flag 2605007/2608524
869.54/868.00	c cleaning 9990 clauses out of 20034 with flag 2615001/2618518
873.24/871.72	c cleaning 10006 clauses out of 20045 with flag 2625002/2628519
876.74/875.22	c cleaning 10001 clauses out of 20039 with flag 2635002/2638519
880.74/879.21	c cleaning 9994 clauses out of 20036 with flag 2645000/2648517
883.65/882.15	c cleaning 9998 clauses out of 20043 with flag 2655001/2658518
887.06/885.55	c cleaning 10001 clauses out of 20049 with flag 2665005/2668522
890.95/889.45	c cleaning 10000 clauses out of 20046 with flag 2675003/2678520
894.66/893.11	c cleaning 9978 clauses out of 20043 with flag 2685000/2688517
898.46/896.95	c cleaning 10011 clauses out of 20067 with flag 2695002/2698519
901.78/900.28	c cleaning 10003 clauses out of 20055 with flag 2705001/2708518
905.38/903.82	c cleaning 10003 clauses out of 20053 with flag 2715002/2718519
908.88/907.34	c cleaning 10002 clauses out of 20050 with flag 2725002/2728519
912.58/911.05	c cleaning 10003 clauses out of 20050 with flag 2735004/2738521
916.39/914.85	c cleaning 9999 clauses out of 20045 with flag 2745002/2748519
920.49/918.93	c cleaning 10001 clauses out of 20047 with flag 2755003/2758520
923.79/922.29	c cleaning 9997 clauses out of 20043 with flag 2765000/2768517
927.29/925.75	c cleaning 10000 clauses out of 20047 with flag 2775001/2778518
930.70/929.15	c cleaning 9999 clauses out of 20048 with flag 2785002/2788519
934.20/932.68	c cleaning 10002 clauses out of 20051 with flag 2795004/2798521
937.90/936.30	c cleaning 10000 clauses out of 20046 with flag 2805001/2808518
941.50/939.93	c cleaning 10000 clauses out of 20046 with flag 2815001/2818518
945.51/943.94	c cleaning 10001 clauses out of 20048 with flag 2825003/2828520
949.61/948.00	c cleaning 10001 clauses out of 20046 with flag 2835002/2838519
953.21/951.64	c cleaning 10000 clauses out of 20046 with flag 2845003/2848520
956.81/955.26	c cleaning 9996 clauses out of 20044 with flag 2855001/2858518
960.52/958.98	c cleaning 9999 clauses out of 20047 with flag 2865000/2868517
964.13/962.52	c cleaning 10001 clauses out of 20050 with flag 2875002/2878519
967.63/966.01	c cleaning 9999 clauses out of 20051 with flag 2885004/2888521
971.33/969.70	c cleaning 9996 clauses out of 20048 with flag 2895000/2898517
974.93/973.36	c cleaning 10006 clauses out of 20054 with flag 2905002/2908519
978.53/976.93	c cleaning 10001 clauses out of 20048 with flag 2915002/2918519
982.53/980.98	c cleaning 10002 clauses out of 20045 with flag 2925000/2928517
986.44/984.84	c cleaning 10000 clauses out of 20045 with flag 2935002/2938519
990.55/988.92	c cleaning 10002 clauses out of 20043 with flag 2945000/2948517
994.95/993.30	c cleaning 9995 clauses out of 20042 with flag 2955001/2958518
999.14/997.53	c cleaning 10000 clauses out of 20047 with flag 2965001/2968518
1002.45/1000.81	c cleaning 9994 clauses out of 20046 with flag 2975000/2978517
1005.85/1004.22	c cleaning 10025 clauses out of 20055 with flag 2985003/2988520
1008.35/1006.73	c cleaning 9994 clauses out of 20027 with flag 2995000/2998517
1011.85/1010.26	c cleaning 10000 clauses out of 20034 with flag 3005001/3008518
1014.67/1013.03	c cleaning 9995 clauses out of 20034 with flag 3015001/3018518
1017.56/1015.95	c cleaning 9956 clauses out of 20038 with flag 3025000/3028517
1021.17/1019.52	c cleaning 9982 clauses out of 20084 with flag 3035002/3038519
1024.08/1022.42	c cleaning 10047 clauses out of 20101 with flag 3045001/3048518
1025.69/1024.01	c cleaning 10004 clauses out of 20053 with flag 3055000/3058517
1028.89/1027.28	c cleaning 10011 clauses out of 20049 with flag 3065000/3068517
1031.69/1030.04	c cleaning 9992 clauses out of 20039 with flag 3075001/3078518
1034.90/1033.25	c cleaning 9994 clauses out of 20046 with flag 3085000/3088517
1038.41/1036.71	c cleaning 9999 clauses out of 20054 with flag 3095002/3098519
1041.92/1040.25	c cleaning 10003 clauses out of 20057 with flag 3105004/3108521
1044.93/1043.26	c cleaning 10001 clauses out of 20051 with flag 3115001/3118518
1047.63/1045.93	c cleaning 10019 clauses out of 20052 with flag 3125003/3128520
1050.94/1049.29	c cleaning 10000 clauses out of 20033 with flag 3135003/3138520
1054.35/1052.62	c cleaning 10004 clauses out of 20030 with flag 3145000/3148517
1057.95/1056.20	c cleaning 10004 clauses out of 20027 with flag 3155001/3158518
1061.55/1059.86	c cleaning 10005 clauses out of 20025 with flag 3165003/3168520
1065.05/1063.38	c cleaning 10002 clauses out of 20017 with flag 3175000/3178517
1067.76/1066.06	c cleaning 9981 clauses out of 20016 with flag 3185001/3188518
1070.66/1068.91	c cleaning 9990 clauses out of 20036 with flag 3195002/3198519
1073.86/1072.14	c cleaning 9996 clauses out of 20046 with flag 3205002/3208519
1076.96/1075.20	c cleaning 9998 clauses out of 20050 with flag 3215002/3218519
1080.26/1078.51	c cleaning 9999 clauses out of 20051 with flag 3225001/3228518
1083.66/1081.91	c cleaning 10002 clauses out of 20054 with flag 3235003/3238520
1086.97/1085.25	c cleaning 9997 clauses out of 20049 with flag 3245000/3248517
1090.17/1088.43	c cleaning 9998 clauses out of 20054 with flag 3255002/3258519
1093.27/1091.58	c cleaning 10002 clauses out of 20057 with flag 3265003/3268520
1096.87/1095.19	c cleaning 9995 clauses out of 20052 with flag 3275000/3278517
1099.87/1098.13	c cleaning 10010 clauses out of 20058 with flag 3285001/3288518
1103.37/1101.66	c cleaning 10007 clauses out of 20050 with flag 3295003/3298520
1106.68/1104.97	c cleaning 10000 clauses out of 20042 with flag 3305002/3308519
1109.88/1108.15	c cleaning 9997 clauses out of 20040 with flag 3315000/3318517
1113.79/1112.08	c cleaning 10000 clauses out of 20044 with flag 3325001/3328518
1117.79/1116.01	c cleaning 10001 clauses out of 20043 with flag 3335000/3338517
1121.19/1119.45	c cleaning 10003 clauses out of 20046 with flag 3345004/3348521
1125.09/1123.38	c cleaning 10001 clauses out of 20039 with flag 3355000/3358517
1128.69/1126.92	c cleaning 10000 clauses out of 20038 with flag 3365000/3368517
1132.89/1131.19	c cleaning 10000 clauses out of 20038 with flag 3375000/3378517
1136.40/1134.63	c cleaning 9998 clauses out of 20038 with flag 3385000/3388517
1139.90/1138.13	c cleaning 10001 clauses out of 20046 with flag 3395006/3398523
1143.30/1141.59	c cleaning 9998 clauses out of 20039 with flag 3405000/3408517
1147.61/1145.81	c cleaning 9996 clauses out of 20043 with flag 3415002/3418519
1151.02/1149.27	c cleaning 9998 clauses out of 20045 with flag 3425000/3428517
1153.92/1152.18	c cleaning 9995 clauses out of 20048 with flag 3435001/3438518
1157.42/1155.67	c cleaning 10003 clauses out of 20052 with flag 3445000/3448517
1161.03/1159.28	c cleaning 10002 clauses out of 20049 with flag 3455000/3458517
1164.63/1162.88	c cleaning 9999 clauses out of 20049 with flag 3465002/3468519
1168.44/1166.61	c cleaning 10002 clauses out of 20049 with flag 3475001/3478518
1171.85/1170.07	c cleaning 9999 clauses out of 20046 with flag 3485000/3488517
1175.25/1173.44	c cleaning 10001 clauses out of 20051 with flag 3495004/3498521
1179.05/1177.22	c cleaning 10001 clauses out of 20047 with flag 3505001/3508518
1182.65/1180.83	c cleaning 10002 clauses out of 20047 with flag 3515002/3518519
1186.46/1184.62	c cleaning 10000 clauses out of 20046 with flag 3525003/3528520
1190.26/1188.40	c cleaning 9999 clauses out of 20045 with flag 3535002/3538519
1193.76/1191.93	c cleaning 10000 clauses out of 20045 with flag 3545001/3548518
1197.47/1195.67	c cleaning 9998 clauses out of 20044 with flag 3555000/3558517
1201.37/1199.52	c cleaning 9993 clauses out of 20046 with flag 3565000/3568517
1205.18/1203.36	c cleaning 10006 clauses out of 20055 with flag 3575002/3578519
1209.08/1207.25	c cleaning 9998 clauses out of 20047 with flag 3585000/3588517
1212.78/1210.96	c cleaning 10001 clauses out of 20049 with flag 3595000/3598517
1217.09/1215.22	c cleaning 10000 clauses out of 20049 with flag 3605001/3608518
1220.99/1219.16	c cleaning 10001 clauses out of 20049 with flag 3615001/3618518
1225.00/1223.15	c cleaning 10002 clauses out of 20049 with flag 3625002/3628519
1228.90/1227.07	c cleaning 10000 clauses out of 20048 with flag 3635003/3638520
1233.00/1231.14	c cleaning 9996 clauses out of 20045 with flag 3645000/3648517
1235.90/1234.05	c cleaning 10007 clauses out of 20049 with flag 3655000/3658517
1239.61/1237.70	c cleaning 10008 clauses out of 20045 with flag 3665003/3668520
1242.91/1241.03	c cleaning 10002 clauses out of 20041 with flag 3675007/3678524
1246.62/1244.78	c cleaning 9996 clauses out of 20034 with flag 3685002/3688519
1249.83/1247.97	c cleaning 10002 clauses out of 20038 with flag 3695002/3698519
1253.33/1251.50	c cleaning 10002 clauses out of 20037 with flag 3705003/3708520
1256.43/1254.59	c cleaning 9999 clauses out of 20032 with flag 3715000/3718517
1259.94/1258.02	c cleaning 10000 clauses out of 20034 with flag 3725001/3728518
1263.44/1261.59	c cleaning 10001 clauses out of 20033 with flag 3735000/3738517
1267.04/1265.19	c cleaning 9999 clauses out of 20034 with flag 3745002/3748519
1270.34/1268.46	c cleaning 9994 clauses out of 20033 with flag 3755000/3758517
1273.85/1271.94	c cleaning 10003 clauses out of 20040 with flag 3765001/3768518
1277.15/1275.20	c cleaning 9994 clauses out of 20036 with flag 3775000/3778517
1280.75/1278.80	c cleaning 10001 clauses out of 20042 with flag 3785000/3788517
1284.05/1282.11	c cleaning 10003 clauses out of 20044 with flag 3795003/3798520
1287.25/1285.39	c cleaning 10000 clauses out of 20038 with flag 3805000/3808517
1291.06/1289.15	c cleaning 10002 clauses out of 20040 with flag 3815002/3818519
1294.26/1292.31	c cleaning 9998 clauses out of 20036 with flag 3825000/3828517
1297.47/1295.59	c cleaning 10004 clauses out of 20039 with flag 3835001/3838518
1301.08/1299.15	c cleaning 10000 clauses out of 20036 with flag 3845002/3848519
1304.37/1302.49	c cleaning 10001 clauses out of 20037 with flag 3855003/3858520
1307.78/1305.88	c cleaning 9999 clauses out of 20037 with flag 3865004/3868521
1310.99/1309.05	c cleaning 9999 clauses out of 20034 with flag 3875000/3878517
1314.19/1312.27	c cleaning 9991 clauses out of 20036 with flag 3885001/3888518
1317.49/1315.55	c cleaning 10003 clauses out of 20044 with flag 3895000/3898517
1320.59/1318.60	c cleaning 10006 clauses out of 20045 with flag 3905004/3908521
1323.80/1321.81	c cleaning 9993 clauses out of 20035 with flag 3915000/3918517
1327.10/1325.15	c cleaning 10004 clauses out of 20042 with flag 3925000/3928517
1330.90/1328.90	c cleaning 10006 clauses out of 20045 with flag 3935007/3938524
1333.90/1331.92	c cleaning 9996 clauses out of 20032 with flag 3945000/3948517
1336.91/1334.99	c cleaning 10003 clauses out of 20039 with flag 3955003/3958520
1340.11/1338.13	c cleaning 9998 clauses out of 20035 with flag 3965002/3968519
1344.51/1342.60	c cleaning 9999 clauses out of 20036 with flag 3975001/3978518
1347.52/1345.52	c cleaning 10005 clauses out of 20039 with flag 3985003/3988520
1350.53/1348.54	c cleaning 9991 clauses out of 20031 with flag 3995000/3998517
1353.72/1351.76	c cleaning 10003 clauses out of 20040 with flag 4005000/4008517
1356.92/1354.95	c cleaning 10008 clauses out of 20041 with flag 4015004/4018521
1359.73/1357.78	c cleaning 10002 clauses out of 20030 with flag 4025001/4028518
1363.14/1361.14	c cleaning 9999 clauses out of 20032 with flag 4035005/4038522
1365.85/1363.88	c cleaning 9999 clauses out of 20029 with flag 4045001/4048518
1368.95/1366.97	c cleaning 9997 clauses out of 20029 with flag 4055000/4058517
1372.06/1370.08	c cleaning 10004 clauses out of 20035 with flag 4065003/4068520
1374.96/1372.93	c cleaning 9997 clauses out of 20028 with flag 4075000/4078517
1377.87/1375.80	c cleaning 10003 clauses out of 20033 with flag 4085002/4088519
1380.67/1378.66	c cleaning 9982 clauses out of 20029 with flag 4095001/4098518
1383.87/1381.82	c cleaning 9987 clauses out of 20047 with flag 4105001/4108518
1387.68/1385.61	c cleaning 10017 clauses out of 20061 with flag 4115002/4118519
1390.68/1388.67	c cleaning 10006 clauses out of 20044 with flag 4125002/4128519
1393.49/1391.42	c cleaning 10002 clauses out of 20036 with flag 4135000/4138517
1396.28/1394.22	c cleaning 10005 clauses out of 20037 with flag 4145003/4148520
1399.39/1397.33	c cleaning 10001 clauses out of 20031 with flag 4155002/4158519
1402.69/1400.61	c cleaning 9995 clauses out of 20028 with flag 4165000/4168517
1405.79/1403.76	c cleaning 10000 clauses out of 20033 with flag 4175000/4178517
1408.79/1406.70	c cleaning 9999 clauses out of 20033 with flag 4185000/4188517
1411.70/1409.68	c cleaning 10002 clauses out of 20036 with flag 4195002/4198519
1414.90/1412.84	c cleaning 9996 clauses out of 20032 with flag 4205000/4208517
1418.00/1415.97	c cleaning 10001 clauses out of 20040 with flag 4215004/4218521
1421.21/1419.20	c cleaning 9994 clauses out of 20035 with flag 4225000/4228517
1423.92/1421.81	c cleaning 10007 clauses out of 20041 with flag 4235000/4238517
1426.63/1424.55	c cleaning 9998 clauses out of 20034 with flag 4245000/4248517
1429.52/1427.41	c cleaning 10004 clauses out of 20038 with flag 4255002/4258519
1432.83/1430.70	c cleaning 10002 clauses out of 20033 with flag 4265001/4268518
1435.53/1433.49	c cleaning 9988 clauses out of 20030 with flag 4275000/4278517
1438.43/1436.38	c cleaning 10008 clauses out of 20042 with flag 4285000/4288517
1441.33/1439.29	c cleaning 10003 clauses out of 20036 with flag 4295002/4298519
1444.14/1442.10	c cleaning 9998 clauses out of 20032 with flag 4305001/4308518
1447.14/1445.06	c cleaning 9984 clauses out of 20033 with flag 4315000/4318517
1450.24/1448.16	c cleaning 10010 clauses out of 20051 with flag 4325002/4328519
1452.95/1450.87	c cleaning 9994 clauses out of 20042 with flag 4335003/4338520
1455.54/1453.48	c cleaning 10006 clauses out of 20046 with flag 4345001/4348518
1458.45/1456.38	c cleaning 10005 clauses out of 20043 with flag 4355004/4358521
1461.15/1459.02	c cleaning 9994 clauses out of 20035 with flag 4365001/4368518
1463.75/1461.68	c cleaning 10001 clauses out of 20041 with flag 4375001/4378518
1466.56/1464.43	c cleaning 10002 clauses out of 20040 with flag 4385001/4388518
1468.96/1466.89	c cleaning 10004 clauses out of 20041 with flag 4395004/4398521
1472.16/1470.00	c cleaning 9994 clauses out of 20033 with flag 4405000/4408517
1475.27/1473.12	c cleaning 10005 clauses out of 20040 with flag 4415001/4418518
1478.67/1476.55	c cleaning 9997 clauses out of 20034 with flag 4425000/4428517
1482.17/1480.05	c cleaning 10002 clauses out of 20038 with flag 4435001/4438518
1485.38/1483.26	c cleaning 10002 clauses out of 20036 with flag 4445001/4448518
1488.39/1486.20	c cleaning 9975 clauses out of 20036 with flag 4455003/4458520
1491.90/1489.75	c cleaning 10012 clauses out of 20059 with flag 4465001/4468518
1495.00/1492.86	c cleaning 10009 clauses out of 20047 with flag 4475001/4478518
1497.71/1495.57	c cleaning 10003 clauses out of 20038 with flag 4485001/4488518
1500.01/1497.84	c cleaning 10010 clauses out of 20037 with flag 4495003/4498520
1502.33/1500.11	c cleaning 9997 clauses out of 20026 with flag 4505002/4508519
1505.13/1502.95	c cleaning 10005 clauses out of 20027 with flag 4515000/4518517
1507.94/1505.71	c cleaning 10003 clauses out of 20025 with flag 4525003/4528520
1511.55/1509.31	c cleaning 9994 clauses out of 20020 with flag 4535001/4538518
1514.06/1511.82	c cleaning 10004 clauses out of 20026 with flag 4545001/4548518
1516.97/1514.72	c cleaning 10001 clauses out of 20022 with flag 4555001/4558518
1519.87/1517.63	c cleaning 9996 clauses out of 20021 with flag 4565001/4568518
1522.67/1520.49	c cleaning 9990 clauses out of 20024 with flag 4575000/4578517
1525.58/1523.35	c cleaning 10004 clauses out of 20036 with flag 4585002/4588519
1528.88/1526.69	c cleaning 9982 clauses out of 20030 with flag 4595000/4598517
1531.89/1529.63	c cleaning 10013 clauses out of 20049 with flag 4605001/4608518
1534.50/1532.27	c cleaning 9995 clauses out of 20038 with flag 4615003/4618520
1537.39/1535.14	c cleaning 9996 clauses out of 20049 with flag 4625009/4628526
1540.40/1538.17	c cleaning 9997 clauses out of 20046 with flag 4635002/4638519
1543.30/1541.05	c cleaning 10000 clauses out of 20049 with flag 4645002/4648519
1546.50/1544.28	c cleaning 10000 clauses out of 20048 with flag 4655001/4658518
1549.40/1547.14	c cleaning 10000 clauses out of 20050 with flag 4665003/4668520
1552.50/1550.24	c cleaning 10000 clauses out of 20047 with flag 4675000/4678517
1555.00/1552.78	c cleaning 10009 clauses out of 20047 with flag 4685000/4688517
1558.31/1556.01	c cleaning 10006 clauses out of 20039 with flag 4695001/4698518
1561.51/1559.27	c cleaning 10000 clauses out of 20036 with flag 4705004/4708521
1564.61/1562.38	c cleaning 10002 clauses out of 20032 with flag 4715000/4718517
1567.92/1565.62	c cleaning 10003 clauses out of 20032 with flag 4725002/4728519
1571.02/1568.72	c cleaning 9999 clauses out of 20027 with flag 4735000/4738517
1574.23/1571.92	c cleaning 9999 clauses out of 20030 with flag 4745002/4748519
1577.13/1574.86	c cleaning 9994 clauses out of 20030 with flag 4755001/4758518
1580.24/1577.95	c cleaning 10003 clauses out of 20035 with flag 4765000/4768517
1583.44/1581.16	c cleaning 9993 clauses out of 20032 with flag 4775000/4778517
1586.35/1584.01	c cleaning 10005 clauses out of 20041 with flag 4785002/4788519
1589.66/1587.32	c cleaning 10004 clauses out of 20037 with flag 4795003/4798520
1593.06/1590.76	c cleaning 10001 clauses out of 20032 with flag 4805002/4808519
1596.17/1593.81	c cleaning 9999 clauses out of 20030 with flag 4815001/4818518
1599.27/1596.99	c cleaning 9998 clauses out of 20031 with flag 4825001/4828518
1602.78/1600.43	c cleaning 9995 clauses out of 20032 with flag 4835000/4838517
1606.18/1603.81	c cleaning 9999 clauses out of 20037 with flag 4845000/4848517
1609.69/1607.30	c cleaning 10005 clauses out of 20039 with flag 4855001/4858518
1613.29/1610.98	c cleaning 10002 clauses out of 20036 with flag 4865003/4868520
1616.69/1614.39	c cleaning 9993 clauses out of 20031 with flag 4875000/4878517
1620.19/1617.84	c cleaning 9997 clauses out of 20038 with flag 4885000/4888517
1623.60/1621.29	c cleaning 10005 clauses out of 20042 with flag 4895001/4898518
1627.30/1624.91	c cleaning 10005 clauses out of 20043 with flag 4905007/4908524
1630.91/1628.51	c cleaning 10001 clauses out of 20033 with flag 4915002/4918519
1634.21/1631.90	c cleaning 10000 clauses out of 20030 with flag 4925000/4928517
1637.32/1634.95	c cleaning 10000 clauses out of 20033 with flag 4935003/4938520
1640.52/1638.12	c cleaning 10003 clauses out of 20036 with flag 4945006/4948523
1644.02/1641.67	c cleaning 10000 clauses out of 20029 with flag 4955002/4958519
1647.43/1645.09	c cleaning 9992 clauses out of 20027 with flag 4965000/4968517
1650.83/1648.44	c cleaning 9993 clauses out of 20036 with flag 4975001/4978518
1653.93/1651.58	c cleaning 10004 clauses out of 20042 with flag 4985000/4988517
1657.44/1655.08	c cleaning 10002 clauses out of 20040 with flag 4995002/4998519
1660.94/1658.52	c cleaning 10003 clauses out of 20038 with flag 5005002/5008519
1664.34/1661.90	c cleaning 9996 clauses out of 20033 with flag 5015000/5018517
1667.64/1665.22	c cleaning 10002 clauses out of 20040 with flag 5025003/5028520
1670.94/1668.53	c cleaning 10003 clauses out of 20037 with flag 5035002/5038519
1674.14/1671.74	c cleaning 9997 clauses out of 20035 with flag 5045003/5048520
1677.74/1675.31	c cleaning 9999 clauses out of 20035 with flag 5055000/5058517
1681.05/1678.61	c cleaning 10002 clauses out of 20036 with flag 5065000/5068517
1684.44/1682.09	c cleaning 10000 clauses out of 20034 with flag 5075000/5078517
1687.86/1685.42	c cleaning 10001 clauses out of 20035 with flag 5085001/5088518
1691.36/1688.97	c cleaning 10000 clauses out of 20034 with flag 5095001/5098518
1694.77/1692.35	c cleaning 10001 clauses out of 20034 with flag 5105001/5108518
1698.36/1695.92	c cleaning 9998 clauses out of 20032 with flag 5115000/5118517
1701.77/1699.36	c cleaning 10003 clauses out of 20041 with flag 5125007/5128524
1705.07/1702.68	c cleaning 9996 clauses out of 20032 with flag 5135001/5138518
1708.58/1706.18	c cleaning 9994 clauses out of 20035 with flag 5145000/5148517
1711.17/1708.77	c cleaning 10012 clauses out of 20046 with flag 5155005/5158522
1714.28/1711.80	c cleaning 10002 clauses out of 20030 with flag 5165001/5168518
1717.18/1714.71	c cleaning 9998 clauses out of 20028 with flag 5175001/5178518
1720.18/1717.79	c cleaning 10003 clauses out of 20031 with flag 5185002/5188519
1723.18/1720.75	c cleaning 9999 clauses out of 20026 with flag 5195000/5198517
1726.28/1723.82	c cleaning 10000 clauses out of 20028 with flag 5205001/5208518
1729.19/1726.71	c cleaning 10001 clauses out of 20028 with flag 5215001/5218518
1732.19/1729.70	c cleaning 9997 clauses out of 20028 with flag 5225002/5228519
1735.10/1732.64	c cleaning 10004 clauses out of 20032 with flag 5235003/5238520
1738.00/1735.54	c cleaning 10000 clauses out of 20025 with flag 5245000/5248517
1741.21/1738.72	c cleaning 10000 clauses out of 20026 with flag 5255001/5258518
1744.41/1741.91	c cleaning 9997 clauses out of 20026 with flag 5265001/5268518
1747.81/1745.35	c cleaning 9999 clauses out of 20028 with flag 5275000/5278517
1751.21/1748.70	c cleaning 9996 clauses out of 20031 with flag 5285002/5288519
1754.52/1752.05	c cleaning 10005 clauses out of 20035 with flag 5295002/5298519
1757.82/1755.33	c cleaning 9999 clauses out of 20029 with flag 5305001/5308518
1761.12/1758.61	c cleaning 10002 clauses out of 20033 with flag 5315004/5318521
1764.63/1762.15	c cleaning 9999 clauses out of 20028 with flag 5325001/5328518
1768.14/1765.63	c cleaning 10002 clauses out of 20030 with flag 5335002/5338519
1771.25/1768.77	c cleaning 9999 clauses out of 20026 with flag 5345000/5348517
1774.14/1771.66	c cleaning 10000 clauses out of 20030 with flag 5355003/5358520
1777.04/1774.51	c cleaning 9996 clauses out of 20027 with flag 5365000/5368517
1780.15/1777.66	c cleaning 10003 clauses out of 20031 with flag 5375000/5378517
1783.35/1780.84	c cleaning 10000 clauses out of 20029 with flag 5385001/5388518
1786.75/1784.23	c cleaning 10000 clauses out of 20031 with flag 5395003/5398520
1790.06/1787.53	c cleaning 9999 clauses out of 20030 with flag 5405002/5408519
1793.56/1791.03	c cleaning 10001 clauses out of 20029 with flag 5415000/5418517
1796.67/1794.13	c cleaning 10001 clauses out of 20030 with flag 5425002/5428519
1799.87/1797.32	c cleaning 10000 clauses out of 20028 with flag 5435001/5438518
1800.07/1797.51	c starts		: 280
1800.07/1797.51	c conflicts		: 5439309
1800.07/1797.51	c decisions		: 6669092
1800.07/1797.51	c propagations		: 136170220
1800.07/1797.51	c inspects		: 8619287770
1800.07/1797.51	c shortcuts		: 0
1800.07/1797.51	c learnt literals	: 0
1800.07/1797.51	c learnt binary clauses	: 0
1800.07/1797.51	c learnt ternary clauses	: 0
1800.07/1797.51	c learnt constraints	: 5439308
1800.07/1797.51	c ignored constraints	: 0
1800.07/1797.51	c root simplifications	: 0
1800.07/1797.51	c removed literals (reason simplification)	: 23161273
1800.07/1797.51	c reason swapping (by a shorter reason)	: 0
1800.07/1797.51	c Calls to reduceDB	: 545
1800.07/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.51	c number of learned constraints concerned by reduction	: 0
1800.07/1797.51	c number of learning phase by resolution	: 0
1800.07/1797.51	c number of learning phase by cutting planes	: 0
1800.07/1797.51	c speed (assignments/second)	: 75800.5019959041
1800.07/1797.51	c non guided choices	24440
1800.07/1797.52	c learnt constraints type 
1800.07/1797.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10846
1800.07/1797.52	c constraints type 
1800.07/1797.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.07/1797.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.07/1797.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
1800.07/1797.52	s SATISFIABLE
1800.07/1797.52	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 
1800.07/1797.52	c objective function=9
1800.07/1797.52	c Total wall clock time (in seconds): 1797.204

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492240-1307908879/watcher-3492240-1307908879 -o /tmp/evaluation-result-3492240-1307908879/solver-3492240-1307908879 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492240-1307908879.wbo 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.01 2/173 20406
/proc/meminfo: memFree=32502736/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=3528 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (java) D 20404 20406 18875 0 -1 4194304 90 0 1 0 0 0 0 0 23 0 1 0 902485767 3612672 45 33554432000 1073741824 1073778376 140735247688736 18446744073709551615 255372381094 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/20406/statm: 882 45 35 9 0 27 0

[startup+0.0429329 s]
/proc/loadavg: 1.97 2.03 2.01 2/173 20406
/proc/meminfo: memFree=32502736/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (java) D 20404 20406 18875 0 -1 4202496 924 0 37 0 0 0 0 0 23 0 1 0 902485767 23580672 704 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 47187824871984 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 2
/proc/20406/statm: 5757 704 521 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100905 s]
/proc/loadavg: 1.97 2.03 2.01 2/173 20406
/proc/meminfo: memFree=32502736/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 1122 0 57 0 0 0 0 0 23 0 2 0 902485767 29065216 906 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 7096 906 688 9 0 381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28384

[startup+0.300868 s]
/proc/loadavg: 1.97 2.03 2.01 2/173 20406
/proc/meminfo: memFree=32502736/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10540136 CPUtime=0.11 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 12830 0 111 0 9 2 0 0 23 0 18 0 902485767 10793099264 12635 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635034 12637 2093 9 0 2625768 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540136

[startup+0.700793 s]
/proc/loadavg: 1.97 2.03 2.01 2/173 20406
/proc/meminfo: memFree=32502736/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543012 CPUtime=0.78 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 15669 0 111 0 75 3 0 0 23 0 19 0 902485767 10796044288 14786 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635753 14786 2217 9 0 2626487 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 10543012

[startup+1.50068 s]
/proc/loadavg: 1.97 2.03 2.01 4/215 20455
/proc/meminfo: memFree=32383104/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543012 CPUtime=1.63 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 17017 0 111 0 160 3 0 0 23 0 19 0 902485767 10796044288 16069 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635753 16070 2223 9 0 2626487 0
[pid=20406/tid=20421] ppid=20404 vsize=10543012 CPUtime=1.28 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 13508 0 54 0 126 2 0 0 20 0 19 0 902485777 10796044288 16070 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 47187824569171 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 16070 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16070 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16070 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16071 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485781 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902485784 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 902485786 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 902485786 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543012 CPUtime=0.16 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1337 0 0 0 16 0 0 0 15 0 19 0 902485791 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543012 CPUtime=0.16 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 1067 0 1 0 16 0 0 0 15 0 19 0 902485792 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485792 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796044288 16072 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10543012

[startup+3.10139 s]
/proc/loadavg: 1.98 2.03 2.01 4/215 20455
/proc/meminfo: memFree=32373304/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543012 CPUtime=3.29 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 20320 0 111 0 326 3 0 0 23 0 19 0 902485767 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635753 19368 2249 9 0 2626487 0
[pid=20406/tid=20421] ppid=20404 vsize=10543012 CPUtime=2.86 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 14301 0 54 0 284 2 0 0 25 0 19 0 902485777 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 46912505562783 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 1148 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 105 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902485781 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543012 CPUtime=0.01 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 1242 0 0 0 1 0 0 0 17 0 19 0 902485784 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543012 CPUtime=0.2 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1347 0 0 0 20 0 0 0 15 0 19 0 902485791 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543012 CPUtime=0.19 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 1074 0 1 0 19 0 0 0 15 0 19 0 902485792 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485792 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543012 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796044288 19368 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 10543012

[startup+6.30077 s]
/proc/loadavg: 1.98 2.03 2.01 3/215 20455
/proc/meminfo: memFree=32344396/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10542660 CPUtime=6.57 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 24817 0 111 0 653 4 0 0 23 0 19 0 902485767 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635665 21984 2250 9 0 2626399 0
[pid=20406/tid=20421] ppid=20404 vsize=10542660 CPUtime=6.02 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 14305 0 54 0 600 2 0 0 25 0 19 0 902485777 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 46912505590966 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 1435 0 0 0 0 0 0 0 16 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 612 0 0 0 0 0 0 0 15 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 805 0 0 0 0 0 0 0 16 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 322 0 0 0 0 0 0 0 18 0 19 0 902485781 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10542660 CPUtime=0.04 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 2248 0 0 0 4 0 0 0 15 0 19 0 902485784 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10542660 CPUtime=0.21 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902485791 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10542660 CPUtime=0.24 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 2623 0 1 0 24 0 0 0 15 0 19 0 902485792 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902485792 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10542660 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10795683840 21984 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 10542660

[startup+12.7006 s]

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

[pid=20406/tid=20434] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 325 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543048 CPUtime=0.46 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 1662 0 0 0 46 0 0 0 15 0 19 0 902485781 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543048 CPUtime=0.42 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1000 0 0 0 42 0 0 0 15 0 19 0 902485781 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543048 CPUtime=14.85 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 10775 0 0 0 1478 7 0 0 15 0 19 0 902485784 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543048 CPUtime=0.21 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902485791 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543048 CPUtime=0.29 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 3103 0 1 0 29 0 0 0 15 0 19 0 902485792 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 902485792 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796081152 35391 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.78
Current children cumulated vsize (KiB) 10543048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 20562
/proc/meminfo: memFree=31910384/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543048 CPUtime=1784.85 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 39374 0 111 0 178466 19 0 0 23 0 19 0 902485767 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635762 35410 2251 9 0 2626496 0
[pid=20406/tid=20421] ppid=20404 vsize=10543048 CPUtime=1764.92 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 15399 0 54 0 176487 5 0 0 25 0 19 0 902485777 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 46912505567484 0 4 0 16800975 0 0 0 -1 2 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 2633 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 846 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 243 0 0 0 49 0 0 0 16 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 597 0 0 0 50 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 240 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 326 0 0 0 50 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543048 CPUtime=0.47 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 1662 0 0 0 46 1 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543048 CPUtime=0.43 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1000 0 0 0 43 0 0 0 15 0 19 0 902485781 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543048 CPUtime=15.45 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 10777 0 0 0 1537 8 0 0 15 0 19 0 902485784 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543048 CPUtime=0.21 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902485791 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543048 CPUtime=0.29 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 3103 0 1 0 29 0 0 0 15 0 19 0 902485792 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902485792 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796081152 35410 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 10543048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 20562
/proc/meminfo: memFree=31910236/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543048 CPUtime=1800.07 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 39399 0 111 0 179988 19 0 0 23 0 19 0 902485767 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635762 35426 2251 9 0 2626496 0
[pid=20406/tid=20421] ppid=20404 vsize=10543048 CPUtime=1779.96 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 15404 0 54 0 177991 5 0 0 25 0 19 0 902485777 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 46912505567525 0 4 0 16800975 0 0 0 -1 2 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 2642 0 0 0 50 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 846 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 243 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 597 0 0 0 50 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 240 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 326 0 0 0 50 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543048 CPUtime=0.48 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 1662 0 0 0 47 1 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543048 CPUtime=0.44 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1007 0 0 0 44 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543048 CPUtime=15.6 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 10779 0 0 0 1552 8 0 0 15 0 19 0 902485784 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543048 CPUtime=0.21 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902485791 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543048 CPUtime=0.29 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 3103 0 1 0 29 0 0 0 15 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10543048

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

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

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 20562
/proc/meminfo: memFree=31910236/32951124 swapFree=67072804/67111528
[pid=20406] ppid=20404 vsize=10543048 CPUtime=1800.07 cores=0,2,4,6
/proc/20406/stat : 20406 (java) S 20404 20406 18875 0 -1 4202496 39399 0 111 0 179988 19 0 0 23 0 19 0 902485767 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/20406/statm: 2635762 35426 2251 9 0 2626496 0
[pid=20406/tid=20421] ppid=20404 vsize=10543048 CPUtime=1779.96 cores=0,2,4,6
/proc/20406/task/20421/stat : 20421 (java) R 20404 20406 18875 0 -1 4202560 15404 0 54 0 177991 5 0 0 25 0 19 0 902485777 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 46912505567525 0 4 0 16800975 0 0 0 -1 2 0 0 8
[pid=20406/tid=20424] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20424/stat : 20424 (java) S 20404 20406 18875 0 -1 4202560 2642 0 0 0 50 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20426] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20426/stat : 20426 (java) S 20404 20406 18875 0 -1 4202560 846 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20428] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20428/stat : 20428 (java) S 20404 20406 18875 0 -1 4202560 243 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20430] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20430/stat : 20430 (java) S 20404 20406 18875 0 -1 4202560 597 0 0 0 50 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20432] ppid=20404 vsize=10543048 CPUtime=0.49 cores=0,2,4,6
/proc/20406/task/20432/stat : 20432 (java) S 20404 20406 18875 0 -1 4202560 240 0 0 0 49 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20434] ppid=20404 vsize=10543048 CPUtime=0.5 cores=0,2,4,6
/proc/20406/task/20434/stat : 20434 (java) S 20404 20406 18875 0 -1 4202560 326 0 0 0 50 0 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20436] ppid=20404 vsize=10543048 CPUtime=0.48 cores=0,2,4,6
/proc/20406/task/20436/stat : 20436 (java) S 20404 20406 18875 0 -1 4202560 1662 0 0 0 47 1 0 0 15 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20437] ppid=20404 vsize=10543048 CPUtime=0.44 cores=0,2,4,6
/proc/20406/task/20437/stat : 20437 (java) S 20404 20406 18875 0 -1 4202560 1007 0 0 0 44 0 0 0 16 0 19 0 902485781 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
[pid=20406/tid=20438] ppid=20404 vsize=10543048 CPUtime=15.6 cores=0,2,4,6
/proc/20406/task/20438/stat : 20438 (java) S 20404 20406 18875 0 -1 4202560 10779 0 0 0 1552 8 0 0 15 0 19 0 902485784 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 0 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20440] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20440/stat : 20440 (java) S 20404 20406 18875 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20442] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20442/stat : 20442 (java) S 20404 20406 18875 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902485786 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20444] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20444/stat : 20444 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902485791 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389125041 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20446] ppid=20404 vsize=10543048 CPUtime=0.21 cores=0,2,4,6
/proc/20406/task/20446/stat : 20446 (java) S 20404 20406 18875 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902485791 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20448] ppid=20404 vsize=10543048 CPUtime=0.29 cores=0,2,4,6
/proc/20406/task/20448/stat : 20448 (java) S 20404 20406 18875 0 -1 4202560 3103 0 1 0 29 0 0 0 15 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 4 0 0 0
[pid=20406/tid=20450] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20450/stat : 20450 (java) S 20404 20406 18875 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117337 0 4 0 16800975 18446604453827446848 0 0 -1 2 0 0 0
[pid=20406/tid=20452] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20452/stat : 20452 (java) S 20404 20406 18875 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902485792 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 0 0 0 0
[pid=20406/tid=20455] ppid=20404 vsize=10543048 CPUtime=0 cores=0,2,4,6
/proc/20406/task/20455/stat : 20455 (java) S 20404 20406 18875 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902485808 10796081152 35426 33554432000 1073741824 1073778376 140735631334368 18446744073709551615 255389117952 0 4 0 16800975 18446604453827446848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10543048

Child status: 143
Real time (s): 1797.55
CPU time (s): 1800.12
CPU user time (s): 1799.92
CPU system time (s): 0.201969
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 10546928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39455
page faults= 111
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51794
involuntary context switches= 30938

runsolver used 3.34049 second user time and 6.50201 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 22:01:19
IDJOB=3492240
IDBENCH=78704
IDSOLVER=1982
FILE ID=node135/3492240-1307908879
RUNJOBID= node135-1307908879-20390
PBS_JOBID= 13559571
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492240-1307908879/watcher-3492240-1307908879 -o /tmp/evaluation-result-3492240-1307908879/solver-3492240-1307908879 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492240-1307908879.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 515e8ce2c7c31d2b78b34efd1db422a9
RANDOM SEED=1682056373

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32503032 kB
Buffers:        119420 kB
Cached:         117724 kB
SwapCached:       6348 kB
Active:         166312 kB
Inactive:        95024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32503032 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:             612 kB
Writeback:          36 kB
AnonPages:       23044 kB
Mapped:          10056 kB
Slab:           122444 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node135 at 2011-06-12 22:31:19