Trace number 2659760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT (TO)2653 1800.17 1798.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.110982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2659760-1276484058.opb
0.24/0.21	c reading problem ... 
0.56/0.46	c ... done. Wall clock time 0.256s.
0.56/0.46	c #vars     907
0.56/0.46	c #constraints  666
0.56/0.46	c constraints type 
0.56/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260
0.56/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 275
0.56/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126
0.69/0.54	c SATISFIABLE
0.69/0.54	c OPTIMIZING...
0.69/0.54	c Got one! Elapsed wall clock time (in seconds):0.338
0.69/0.54	o 2653
3.08/2.13	c cleaning 2496 clauses out of 5001 with flag 5001/5001
4.35/3.38	c cleaning 4249 clauses out of 8505 with flag 11001/11001
5.85/4.87	c cleaning 5628 clauses out of 11256 with flag 18001/18001
7.68/6.65	c cleaning 6813 clauses out of 13628 with flag 26001/26001
9.92/8.85	c cleaning 7907 clauses out of 15815 with flag 35001/35001
12.22/11.20	c cleaning 8948 clauses out of 17908 with flag 45001/45001
14.73/13.65	c cleaning 9475 clauses out of 18960 with flag 55001/55001
17.14/16.01	c cleaning 9737 clauses out of 19485 with flag 65001/65001
20.55/19.46	c cleaning 9874 clauses out of 19748 with flag 75001/75001
22.85/21.73	c cleaning 9934 clauses out of 19874 with flag 85001/85001
25.56/24.41	c cleaning 9964 clauses out of 19940 with flag 95001/95001
28.36/27.27	c cleaning 9985 clauses out of 19976 with flag 105001/105001
32.07/30.99	c cleaning 9994 clauses out of 19991 with flag 115001/115001
34.69/33.57	c cleaning 9997 clauses out of 19997 with flag 125001/125001
37.69/36.53	c cleaning 9996 clauses out of 20000 with flag 135001/135001
40.60/39.46	c cleaning 9992 clauses out of 20004 with flag 145001/145001
43.73/42.56	c cleaning 10000 clauses out of 20012 with flag 155001/155001
47.82/46.68	c cleaning 10000 clauses out of 20012 with flag 165001/165001
51.03/49.86	c cleaning 10001 clauses out of 20011 with flag 175000/175000
53.44/52.24	c cleaning 9998 clauses out of 20010 with flag 185000/185000
56.45/55.22	c cleaning 9999 clauses out of 20012 with flag 195000/195000
59.35/58.16	c cleaning 10001 clauses out of 20013 with flag 205000/205000
62.36/61.13	c cleaning 10002 clauses out of 20013 with flag 215001/215001
66.26/65.00	c cleaning 10002 clauses out of 20011 with flag 225001/225001
69.07/67.80	c cleaning 9996 clauses out of 20009 with flag 235001/235001
71.47/70.22	c cleaning 9999 clauses out of 20013 with flag 245001/245001
73.79/72.55	c cleaning 9996 clauses out of 20014 with flag 255001/255001
76.29/75.01	c cleaning 10008 clauses out of 20018 with flag 265001/265001
78.69/77.45	c cleaning 10005 clauses out of 20010 with flag 275001/275001
82.30/81.03	c cleaning 9999 clauses out of 20005 with flag 285001/285001
86.20/84.96	c cleaning 9998 clauses out of 20006 with flag 295001/295001
89.32/88.07	c cleaning 9995 clauses out of 20008 with flag 305001/305001
93.52/92.28	c cleaning 10001 clauses out of 20013 with flag 315001/315001
96.12/94.83	c cleaning 10004 clauses out of 20012 with flag 325001/325001
100.23/98.94	c cleaning 10002 clauses out of 20008 with flag 335001/335001
105.53/104.23	c cleaning 10001 clauses out of 20006 with flag 345001/345001
108.54/107.27	c cleaning 10000 clauses out of 20004 with flag 355000/355000
111.95/110.69	c cleaning 9997 clauses out of 20004 with flag 365000/365000
116.36/115.06	c cleaning 9986 clauses out of 20007 with flag 375000/375000
119.57/118.29	c cleaning 10004 clauses out of 20021 with flag 385000/385000
122.39/121.06	c cleaning 10002 clauses out of 20017 with flag 395000/395000
124.88/123.50	c cleaning 10001 clauses out of 20015 with flag 405000/405000
127.49/126.17	c cleaning 9998 clauses out of 20014 with flag 415000/415000
130.99/129.63	c cleaning 10003 clauses out of 20016 with flag 425000/425000
133.60/132.22	c cleaning 10006 clauses out of 20013 with flag 435000/435000
137.40/136.05	c cleaning 10002 clauses out of 20007 with flag 445000/445000
140.11/138.78	c cleaning 9997 clauses out of 20005 with flag 455000/455000
142.61/141.23	c cleaning 10000 clauses out of 20008 with flag 465000/465000
144.72/143.37	c cleaning 9995 clauses out of 20008 with flag 475000/475000
147.03/145.60	c cleaning 9999 clauses out of 20013 with flag 485000/485000
149.53/148.12	c cleaning 9997 clauses out of 20014 with flag 495000/495000
152.04/150.64	c cleaning 9999 clauses out of 20017 with flag 505000/505000
154.64/153.29	c cleaning 9999 clauses out of 20018 with flag 515000/515000
157.14/155.72	c cleaning 10010 clauses out of 20019 with flag 525000/525000
160.35/158.99	c cleaning 10004 clauses out of 20009 with flag 535000/535000
164.06/162.65	c cleaning 10003 clauses out of 20005 with flag 545000/545000
168.06/166.68	c cleaning 9998 clauses out of 20002 with flag 555000/555000
171.99/170.58	c cleaning 10002 clauses out of 20004 with flag 565000/565000
175.88/174.44	c cleaning 9999 clauses out of 20002 with flag 575000/575000
179.69/178.23	c cleaning 10002 clauses out of 20003 with flag 585000/585000
182.38/180.93	c cleaning 9997 clauses out of 20002 with flag 595001/595001
185.20/183.73	c cleaning 9998 clauses out of 20005 with flag 605001/605001
187.89/186.46	c cleaning 9998 clauses out of 20007 with flag 615001/615001
191.99/190.52	c cleaning 9998 clauses out of 20009 with flag 625001/625001
195.11/193.67	c cleaning 10000 clauses out of 20010 with flag 635000/635000
199.70/198.22	c cleaning 10000 clauses out of 20010 with flag 645000/645000
202.31/200.86	c cleaning 9983 clauses out of 20010 with flag 655000/655000
205.11/203.70	c cleaning 9995 clauses out of 20027 with flag 665000/665000
207.82/206.37	c cleaning 10013 clauses out of 20032 with flag 675000/675000
210.02/208.54	c cleaning 10003 clauses out of 20019 with flag 685000/685000
212.12/210.61	c cleaning 10003 clauses out of 20016 with flag 695000/695000
214.23/212.70	c cleaning 10002 clauses out of 20013 with flag 705000/705000
216.23/214.75	c cleaning 10000 clauses out of 20011 with flag 715000/715000
218.75/217.23	c cleaning 10000 clauses out of 20011 with flag 725000/725000
222.86/221.35	c cleaning 9999 clauses out of 20011 with flag 735000/735000
227.07/225.57	c cleaning 9999 clauses out of 20012 with flag 745000/745000
231.77/230.28	c cleaning 10002 clauses out of 20013 with flag 755000/755000
235.48/233.98	c cleaning 9998 clauses out of 20011 with flag 765000/765000
239.87/238.34	c cleaning 10000 clauses out of 20013 with flag 775000/775000
243.48/241.96	c cleaning 10003 clauses out of 20013 with flag 785000/785000
247.17/245.62	c cleaning 9999 clauses out of 20010 with flag 795000/795000
250.98/249.41	c cleaning 10000 clauses out of 20011 with flag 805000/805000
254.88/253.37	c cleaning 9998 clauses out of 20011 with flag 815000/815000
258.98/257.43	c cleaning 9999 clauses out of 20013 with flag 825000/825000
262.88/261.33	c cleaning 10001 clauses out of 20014 with flag 835000/835000
266.48/264.94	c cleaning 9998 clauses out of 20013 with flag 845000/845000
270.49/268.91	c cleaning 10001 clauses out of 20015 with flag 855000/855000
274.29/272.77	c cleaning 10002 clauses out of 20014 with flag 865000/865000
278.38/276.85	c cleaning 10000 clauses out of 20012 with flag 875000/875000
281.59/280.01	c cleaning 10003 clauses out of 20012 with flag 885000/885000
283.70/282.14	c cleaning 10002 clauses out of 20009 with flag 895000/895000
286.40/284.81	c cleaning 9999 clauses out of 20007 with flag 905000/905000
289.20/287.63	c cleaning 9998 clauses out of 20008 with flag 915000/915000
292.10/290.52	c cleaning 10001 clauses out of 20010 with flag 925000/925000
295.80/294.25	c cleaning 10000 clauses out of 20009 with flag 935000/935000
298.40/296.89	c cleaning 9998 clauses out of 20009 with flag 945000/945000
301.20/299.69	c cleaning 10003 clauses out of 20011 with flag 955000/955000
303.30/301.72	c cleaning 9998 clauses out of 20008 with flag 965000/965000
305.62/304.00	c cleaning 10000 clauses out of 20010 with flag 975000/975000
309.13/307.52	c cleaning 9998 clauses out of 20010 with flag 985000/985000
313.23/311.62	c cleaning 10001 clauses out of 20012 with flag 995000/995000
317.23/315.65	c cleaning 10004 clauses out of 20011 with flag 1005000/1005000
320.73/319.14	c cleaning 9999 clauses out of 20007 with flag 1015000/1015000
324.64/323.09	c cleaning 9996 clauses out of 20008 with flag 1025000/1025000
329.14/327.53	c cleaning 10000 clauses out of 20012 with flag 1035000/1035000
333.14/331.51	c cleaning 9999 clauses out of 20012 with flag 1045000/1045000
337.24/335.65	c cleaning 10002 clauses out of 20013 with flag 1055000/1055000
341.45/339.82	c cleaning 9997 clauses out of 20011 with flag 1065000/1065000
345.43/343.89	c cleaning 10001 clauses out of 20014 with flag 1075000/1075000
348.64/347.07	c cleaning 10001 clauses out of 20013 with flag 1085000/1085000
352.15/350.53	c cleaning 9998 clauses out of 20012 with flag 1095000/1095000
355.86/354.25	c cleaning 10001 clauses out of 20014 with flag 1105000/1105000
359.86/358.28	c cleaning 9998 clauses out of 20013 with flag 1115000/1115000
364.36/362.72	c cleaning 10002 clauses out of 20015 with flag 1125000/1125000
368.16/366.51	c cleaning 9998 clauses out of 20013 with flag 1135000/1135000
371.96/370.39	c cleaning 9997 clauses out of 20015 with flag 1145000/1145000
376.06/374.41	c cleaning 10001 clauses out of 20018 with flag 1155000/1155000
379.96/378.36	c cleaning 10003 clauses out of 20017 with flag 1165000/1165000
384.25/382.62	c cleaning 10000 clauses out of 20014 with flag 1175000/1175000
386.95/385.38	c cleaning 10000 clauses out of 20014 with flag 1185000/1185000
390.64/389.01	c cleaning 9999 clauses out of 20014 with flag 1195000/1195000
394.85/393.22	c cleaning 10000 clauses out of 20015 with flag 1205000/1205000
398.35/396.70	c cleaning 9995 clauses out of 20015 with flag 1215000/1215000
401.84/400.22	c cleaning 10005 clauses out of 20020 with flag 1225000/1225000
405.83/404.20	c cleaning 10001 clauses out of 20015 with flag 1235000/1235000
409.43/407.81	c cleaning 9999 clauses out of 20014 with flag 1245000/1245000
413.03/411.45	c cleaning 10001 clauses out of 20015 with flag 1255000/1255000
417.02/415.41	c cleaning 10001 clauses out of 20014 with flag 1265000/1265000
420.73/419.18	c cleaning 9998 clauses out of 20013 with flag 1275000/1275000
425.13/423.58	c cleaning 10001 clauses out of 20015 with flag 1285000/1285000
429.03/427.49	c cleaning 9998 clauses out of 20014 with flag 1295000/1295000
432.52/430.96	c cleaning 9999 clauses out of 20016 with flag 1305000/1305000
436.13/434.54	c cleaning 10002 clauses out of 20017 with flag 1315000/1315000
439.52/437.98	c cleaning 9999 clauses out of 20015 with flag 1325000/1325000
441.64/440.09	c cleaning 10003 clauses out of 20017 with flag 1335001/1335001
444.33/442.70	c cleaning 10003 clauses out of 20014 with flag 1345001/1345001
446.94/445.40	c cleaning 10002 clauses out of 20011 with flag 1355001/1355001
449.43/447.88	c cleaning 10001 clauses out of 20009 with flag 1365001/1365001
453.53/451.90	c cleaning 9999 clauses out of 20008 with flag 1375001/1375001
456.84/455.28	c cleaning 9992 clauses out of 20009 with flag 1385001/1385001
459.54/457.92	c cleaning 9995 clauses out of 20017 with flag 1395001/1395001
462.35/460.79	c cleaning 10001 clauses out of 20022 with flag 1405001/1405001
465.95/464.39	c cleaning 10010 clauses out of 20021 with flag 1415001/1415001
469.96/468.34	c cleaning 10002 clauses out of 20011 with flag 1425001/1425001
474.37/472.75	c cleaning 9999 clauses out of 20009 with flag 1435001/1435001
478.07/476.43	c cleaning 10000 clauses out of 20010 with flag 1445001/1445001
482.07/480.49	c cleaning 10000 clauses out of 20010 with flag 1455001/1455001
484.27/482.69	c cleaning 9998 clauses out of 20010 with flag 1465001/1465001
486.58/485.00	c cleaning 10002 clauses out of 20012 with flag 1475001/1475001
488.88/487.26	c cleaning 9997 clauses out of 20010 with flag 1485001/1485001
491.08/489.49	c cleaning 10003 clauses out of 20013 with flag 1495001/1495001
493.38/491.71	c cleaning 9997 clauses out of 20010 with flag 1505001/1505001
495.67/494.01	c cleaning 10002 clauses out of 20013 with flag 1515001/1515001
497.87/496.22	c cleaning 10001 clauses out of 20011 with flag 1525001/1525001
501.68/500.01	c cleaning 9996 clauses out of 20010 with flag 1535001/1535001
505.88/504.24	c cleaning 9999 clauses out of 20014 with flag 1545001/1545001
509.69/508.00	c cleaning 10000 clauses out of 20015 with flag 1555001/1555001
513.59/511.94	c cleaning 10002 clauses out of 20015 with flag 1565001/1565001
517.79/516.13	c cleaning 9998 clauses out of 20013 with flag 1575001/1575001
522.00/520.31	c cleaning 9999 clauses out of 20015 with flag 1585001/1585001
526.50/524.87	c cleaning 10001 clauses out of 20016 with flag 1595001/1595001
530.50/528.83	c cleaning 10003 clauses out of 20015 with flag 1605001/1605001
534.40/532.77	c cleaning 9996 clauses out of 20012 with flag 1615001/1615001
537.31/535.65	c cleaning 10004 clauses out of 20016 with flag 1625001/1625001
539.80/538.14	c cleaning 10000 clauses out of 20012 with flag 1635001/1635001
542.70/541.01	c cleaning 9999 clauses out of 20012 with flag 1645001/1645001
546.30/544.64	c cleaning 10001 clauses out of 20013 with flag 1655001/1655001
550.51/548.85	c cleaning 10002 clauses out of 20012 with flag 1665001/1665001
555.02/553.35	c cleaning 10001 clauses out of 20010 with flag 1675001/1675001
559.01/557.39	c cleaning 9999 clauses out of 20009 with flag 1685001/1685001
563.31/561.63	c cleaning 10001 clauses out of 20010 with flag 1695001/1695001
567.51/565.85	c cleaning 10000 clauses out of 20009 with flag 1705001/1705001
571.61/569.99	c cleaning 9998 clauses out of 20009 with flag 1715001/1715001
576.20/574.51	c cleaning 10000 clauses out of 20011 with flag 1725001/1725001
580.10/578.41	c cleaning 9998 clauses out of 20011 with flag 1735001/1735001
584.10/582.43	c cleaning 10003 clauses out of 20013 with flag 1745001/1745001
588.69/587.04	c cleaning 9999 clauses out of 20010 with flag 1755001/1755001
593.10/591.41	c cleaning 9999 clauses out of 20011 with flag 1765001/1765001
595.80/594.10	c cleaning 10000 clauses out of 20012 with flag 1775001/1775001
598.30/596.63	c cleaning 9996 clauses out of 20012 with flag 1785001/1785001
601.01/599.35	c cleaning 9999 clauses out of 20016 with flag 1795001/1795001
603.81/602.18	c cleaning 10000 clauses out of 20017 with flag 1805001/1805001
606.62/604.91	c cleaning 10001 clauses out of 20017 with flag 1815001/1815001
609.51/607.83	c cleaning 9998 clauses out of 20016 with flag 1825001/1825001
612.52/610.84	c cleaning 10001 clauses out of 20018 with flag 1835001/1835001
615.43/613.74	c cleaning 9996 clauses out of 20017 with flag 1845001/1845001
618.32/616.68	c cleaning 10002 clauses out of 20021 with flag 1855001/1855001
621.32/619.68	c cleaning 9997 clauses out of 20019 with flag 1865001/1865001
624.12/622.44	c cleaning 10001 clauses out of 20022 with flag 1875001/1875001
627.01/625.32	c cleaning 10001 clauses out of 20021 with flag 1885001/1885001
629.92/628.20	c cleaning 9998 clauses out of 20020 with flag 1895001/1895001
632.92/631.25	c cleaning 10001 clauses out of 20022 with flag 1905001/1905001
636.43/634.78	c cleaning 10001 clauses out of 20021 with flag 1915001/1915001
640.23/638.55	c cleaning 9995 clauses out of 20020 with flag 1925001/1925001
643.94/642.23	c cleaning 10000 clauses out of 20025 with flag 1935001/1935001
647.54/645.80	c cleaning 10001 clauses out of 20025 with flag 1945001/1945001
650.75/649.09	c cleaning 10001 clauses out of 20024 with flag 1955001/1955001
653.84/652.11	c cleaning 9997 clauses out of 20023 with flag 1965001/1965001
656.74/655.00	c cleaning 10002 clauses out of 20026 with flag 1975001/1975001
659.56/657.86	c cleaning 10001 clauses out of 20024 with flag 1985001/1985001
662.25/660.60	c cleaning 10007 clauses out of 20023 with flag 1995001/1995001
664.66/662.94	c cleaning 10001 clauses out of 20016 with flag 2005001/2005001
667.36/665.62	c cleaning 9996 clauses out of 20015 with flag 2015001/2015001
670.76/669.04	c cleaning 10007 clauses out of 20019 with flag 2025001/2025001
673.88/672.16	c cleaning 10000 clauses out of 20012 with flag 2035001/2035001
677.67/675.98	c cleaning 9993 clauses out of 20012 with flag 2045001/2045001
680.08/678.30	c cleaning 10002 clauses out of 20019 with flag 2055001/2055001
682.18/680.42	c cleaning 10004 clauses out of 20017 with flag 2065001/2065001
684.39/682.63	c cleaning 10001 clauses out of 20013 with flag 2075001/2075001
687.11/685.37	c cleaning 10000 clauses out of 20012 with flag 2085001/2085001
690.20/688.49	c cleaning 10001 clauses out of 20012 with flag 2095001/2095001
693.31/691.51	c cleaning 10000 clauses out of 20011 with flag 2105001/2105001
696.21/694.45	c cleaning 10001 clauses out of 20011 with flag 2115001/2115001
698.71/696.98	c cleaning 9999 clauses out of 20010 with flag 2125001/2125001
702.42/700.69	c cleaning 9999 clauses out of 20011 with flag 2135001/2135001
706.31/704.58	c cleaning 9999 clauses out of 20012 with flag 2145001/2145001
710.41/708.69	c cleaning 10001 clauses out of 20013 with flag 2155001/2155001
714.52/712.79	c cleaning 10000 clauses out of 20012 with flag 2165001/2165001
718.71/716.91	c cleaning 10001 clauses out of 20012 with flag 2175001/2175001
722.71/720.99	c cleaning 9998 clauses out of 20011 with flag 2185001/2185001
726.21/724.44	c cleaning 9998 clauses out of 20013 with flag 2195001/2195001
729.71/727.90	c cleaning 9997 clauses out of 20015 with flag 2205001/2205001
733.31/731.58	c cleaning 10002 clauses out of 20018 with flag 2215001/2215001
736.91/735.11	c cleaning 10001 clauses out of 20016 with flag 2225001/2225001
740.51/738.73	c cleaning 10000 clauses out of 20015 with flag 2235001/2235001
744.61/742.84	c cleaning 9997 clauses out of 20015 with flag 2245001/2245001
748.31/746.54	c cleaning 9996 clauses out of 20018 with flag 2255001/2255001
752.72/750.96	c cleaning 10004 clauses out of 20022 with flag 2265001/2265001
756.73/754.94	c cleaning 9997 clauses out of 20017 with flag 2275000/2275000
760.43/758.64	c cleaning 9998 clauses out of 20020 with flag 2285000/2285000
763.73/761.93	c cleaning 10007 clauses out of 20022 with flag 2295000/2295000
767.93/766.14	c cleaning 10002 clauses out of 20015 with flag 2305000/2305000
772.32/770.51	c cleaning 9997 clauses out of 20013 with flag 2315000/2315000
776.53/774.77	c cleaning 10003 clauses out of 20016 with flag 2325000/2325000
780.72/778.96	c cleaning 9998 clauses out of 20013 with flag 2335000/2335000
785.03/783.22	c cleaning 10003 clauses out of 20015 with flag 2345000/2345000
788.51/786.70	c cleaning 9998 clauses out of 20012 with flag 2355000/2355000
792.82/791.02	c cleaning 10001 clauses out of 20014 with flag 2365000/2365000
797.32/795.50	c cleaning 9996 clauses out of 20013 with flag 2375000/2375000
801.32/799.59	c cleaning 9999 clauses out of 20017 with flag 2385000/2385000
805.62/803.89	c cleaning 9999 clauses out of 20018 with flag 2395000/2395000
810.32/808.51	c cleaning 10004 clauses out of 20019 with flag 2405000/2405000
814.72/812.93	c cleaning 10000 clauses out of 20015 with flag 2415000/2415000
818.03/816.26	c cleaning 9999 clauses out of 20015 with flag 2425000/2425000
821.92/820.12	c cleaning 10006 clauses out of 20016 with flag 2435000/2435000
825.82/824.09	c cleaning 9999 clauses out of 20010 with flag 2445000/2445000
829.83/828.08	c cleaning 10001 clauses out of 20011 with flag 2455000/2455000
834.03/832.23	c cleaning 9997 clauses out of 20010 with flag 2465000/2465000
838.33/836.50	c cleaning 10004 clauses out of 20013 with flag 2475000/2475000
842.43/840.68	c cleaning 9997 clauses out of 20009 with flag 2485000/2485000
846.23/844.42	c cleaning 9999 clauses out of 20012 with flag 2495000/2495000
850.43/848.68	c cleaning 10000 clauses out of 20013 with flag 2505000/2505000
854.53/852.79	c cleaning 10002 clauses out of 20013 with flag 2515000/2515000
858.64/856.90	c cleaning 10002 clauses out of 20011 with flag 2525000/2525000
863.34/861.56	c cleaning 9999 clauses out of 20009 with flag 2535000/2535000
867.24/865.41	c cleaning 9999 clauses out of 20010 with flag 2545000/2545000
871.75/870.00	c cleaning 10000 clauses out of 20011 with flag 2555000/2555000
876.05/874.21	c cleaning 10004 clauses out of 20011 with flag 2565000/2565000
879.95/878.11	c cleaning 9997 clauses out of 20007 with flag 2575000/2575000
884.24/882.43	c cleaning 9999 clauses out of 20010 with flag 2585000/2585000
888.24/886.49	c cleaning 10001 clauses out of 20011 with flag 2595000/2595000
892.64/890.86	c cleaning 10000 clauses out of 20010 with flag 2605000/2605000
896.84/895.06	c cleaning 10000 clauses out of 20010 with flag 2615000/2615000
901.14/899.33	c cleaning 9998 clauses out of 20010 with flag 2625000/2625000
905.34/903.58	c cleaning 10002 clauses out of 20012 with flag 2635000/2635000
909.34/907.51	c cleaning 9999 clauses out of 20010 with flag 2645000/2645000
913.64/911.83	c cleaning 9997 clauses out of 20011 with flag 2655000/2655000
917.23/915.45	c cleaning 9999 clauses out of 20014 with flag 2665000/2665000
921.03/919.25	c cleaning 9997 clauses out of 20015 with flag 2675000/2675000
925.24/923.44	c cleaning 10003 clauses out of 20018 with flag 2685000/2685000
930.03/928.21	c cleaning 10000 clauses out of 20015 with flag 2695000/2695000
934.13/932.36	c cleaning 10001 clauses out of 20015 with flag 2705000/2705000
937.93/936.12	c cleaning 9998 clauses out of 20014 with flag 2715000/2715000
941.92/940.18	c cleaning 10000 clauses out of 20016 with flag 2725000/2725000
946.02/944.29	c cleaning 9999 clauses out of 20016 with flag 2735000/2735000
950.33/948.50	c cleaning 9999 clauses out of 20017 with flag 2745000/2745000
954.72/952.97	c cleaning 10002 clauses out of 20018 with flag 2755000/2755000
958.84/957.05	c cleaning 9999 clauses out of 20016 with flag 2765000/2765000
963.33/961.58	c cleaning 10000 clauses out of 20017 with flag 2775000/2775000
967.44/965.66	c cleaning 9998 clauses out of 20017 with flag 2785000/2785000
971.73/969.97	c cleaning 10003 clauses out of 20019 with flag 2795000/2795000
975.73/973.94	c cleaning 9999 clauses out of 20016 with flag 2805000/2805000
979.53/977.72	c cleaning 9998 clauses out of 20017 with flag 2815000/2815000
984.54/982.73	c cleaning 10001 clauses out of 20019 with flag 2825000/2825000
988.55/986.77	c cleaning 9998 clauses out of 20018 with flag 2835000/2835000
992.64/990.84	c cleaning 10005 clauses out of 20020 with flag 2845000/2845000
996.94/995.17	c cleaning 9999 clauses out of 20015 with flag 2855000/2855000
1000.94/999.19	c cleaning 10000 clauses out of 20016 with flag 2865000/2865000
1005.13/1003.37	c cleaning 9998 clauses out of 20016 with flag 2875000/2875000
1009.44/1007.63	c cleaning 10004 clauses out of 20018 with flag 2885000/2885000
1013.43/1011.68	c cleaning 9995 clauses out of 20014 with flag 2895000/2895000
1017.63/1015.89	c cleaning 10000 clauses out of 20019 with flag 2905000/2905000
1022.23/1020.45	c cleaning 9998 clauses out of 20019 with flag 2915000/2915000
1026.43/1024.62	c cleaning 10004 clauses out of 20021 with flag 2925000/2925000
1030.63/1028.82	c cleaning 10001 clauses out of 20017 with flag 2935000/2935000
1034.74/1032.93	c cleaning 9999 clauses out of 20016 with flag 2945000/2945000
1038.93/1037.14	c cleaning 10000 clauses out of 20017 with flag 2955000/2955000
1043.13/1041.31	c cleaning 10000 clauses out of 20017 with flag 2965000/2965000
1047.43/1045.63	c cleaning 9996 clauses out of 20017 with flag 2975000/2975000
1051.43/1049.67	c cleaning 10003 clauses out of 20021 with flag 2985000/2985000
1053.93/1052.18	c cleaning 10000 clauses out of 20018 with flag 2995000/2995000
1056.74/1054.95	c cleaning 10001 clauses out of 20018 with flag 3005000/3005000
1059.13/1057.37	c cleaning 10005 clauses out of 20017 with flag 3015000/3015000
1063.43/1061.67	c cleaning 9998 clauses out of 20012 with flag 3025000/3025000
1065.93/1064.20	c cleaning 10004 clauses out of 20014 with flag 3035000/3035000
1069.74/1067.92	c cleaning 10000 clauses out of 20010 with flag 3045000/3045000
1072.34/1070.50	c cleaning 9998 clauses out of 20010 with flag 3055000/3055000
1074.94/1073.19	c cleaning 9999 clauses out of 20012 with flag 3065000/3065000
1077.65/1075.87	c cleaning 9997 clauses out of 20013 with flag 3075000/3075000
1080.64/1078.86	c cleaning 10002 clauses out of 20016 with flag 3085000/3085000
1084.64/1082.80	c cleaning 10000 clauses out of 20014 with flag 3095000/3095000
1088.66/1086.81	c cleaning 9984 clauses out of 20014 with flag 3105000/3105000
1091.56/1089.74	c cleaning 10005 clauses out of 20030 with flag 3115000/3115000
1094.57/1092.75	c cleaning 10011 clauses out of 20025 with flag 3125000/3125000
1098.48/1096.66	c cleaning 10002 clauses out of 20014 with flag 3135000/3135000
1103.07/1101.26	c cleaning 10003 clauses out of 20012 with flag 3145000/3145000
1107.58/1105.70	c cleaning 10000 clauses out of 20009 with flag 3155000/3155000
1111.78/1109.99	c cleaning 10001 clauses out of 20009 with flag 3165000/3165000
1115.87/1114.10	c cleaning 9996 clauses out of 20008 with flag 3175000/3175000
1120.27/1118.41	c cleaning 10003 clauses out of 20012 with flag 3185000/3185000
1124.26/1122.40	c cleaning 9998 clauses out of 20009 with flag 3195000/3195000
1128.27/1126.46	c cleaning 9999 clauses out of 20011 with flag 3205000/3205000
1132.46/1130.67	c cleaning 10001 clauses out of 20012 with flag 3215000/3215000
1136.57/1134.76	c cleaning 10000 clauses out of 20011 with flag 3225000/3225000
1141.17/1139.38	c cleaning 10000 clauses out of 20011 with flag 3235000/3235000
1145.48/1143.66	c cleaning 9998 clauses out of 20011 with flag 3245000/3245000
1150.08/1148.26	c cleaning 10002 clauses out of 20013 with flag 3255000/3255000
1154.37/1152.54	c cleaning 9999 clauses out of 20011 with flag 3265000/3265000
1158.57/1156.73	c cleaning 9997 clauses out of 20012 with flag 3275000/3275000
1162.47/1160.61	c cleaning 10000 clauses out of 20015 with flag 3285000/3285000
1165.17/1163.35	c cleaning 9998 clauses out of 20016 with flag 3295001/3295001
1168.07/1166.21	c cleaning 9997 clauses out of 20018 with flag 3305001/3305001
1171.97/1170.16	c cleaning 10008 clauses out of 20021 with flag 3315001/3315001
1176.68/1174.88	c cleaning 10001 clauses out of 20013 with flag 3325001/3325001
1180.67/1178.86	c cleaning 10000 clauses out of 20012 with flag 3335001/3335001
1184.87/1183.06	c cleaning 9998 clauses out of 20012 with flag 3345001/3345001
1189.27/1187.41	c cleaning 10003 clauses out of 20014 with flag 3355001/3355001
1193.67/1191.87	c cleaning 9998 clauses out of 20011 with flag 3365001/3365001
1198.68/1196.84	c cleaning 10003 clauses out of 20013 with flag 3375001/3375001
1202.37/1200.59	c cleaning 9995 clauses out of 20010 with flag 3385001/3385001
1206.97/1205.12	c cleaning 10003 clauses out of 20015 with flag 3395001/3395001
1211.27/1209.44	c cleaning 10002 clauses out of 20012 with flag 3405001/3405001
1215.77/1213.98	c cleaning 9998 clauses out of 20010 with flag 3415001/3415001
1220.07/1218.20	c cleaning 10000 clauses out of 20012 with flag 3425001/3425001
1223.27/1221.50	c cleaning 9997 clauses out of 20011 with flag 3435000/3435000
1226.36/1224.52	c cleaning 9999 clauses out of 20014 with flag 3445000/3445000
1229.17/1227.40	c cleaning 10002 clauses out of 20016 with flag 3455001/3455001
1231.78/1229.97	c cleaning 10004 clauses out of 20014 with flag 3465001/3465001
1234.98/1233.15	c cleaning 9999 clauses out of 20010 with flag 3475001/3475001
1238.88/1237.03	c cleaning 10000 clauses out of 20011 with flag 3485001/3485001
1242.58/1240.79	c cleaning 10002 clauses out of 20011 with flag 3495001/3495001
1245.98/1244.12	c cleaning 9998 clauses out of 20009 with flag 3505001/3505001
1250.17/1248.36	c cleaning 10001 clauses out of 20011 with flag 3515001/3515001
1254.78/1252.94	c cleaning 9999 clauses out of 20010 with flag 3525001/3525001
1259.17/1257.31	c cleaning 10003 clauses out of 20011 with flag 3535001/3535001
1263.27/1261.46	c cleaning 9997 clauses out of 20008 with flag 3545001/3545001
1267.58/1265.77	c cleaning 10002 clauses out of 20011 with flag 3555001/3555001
1271.88/1270.09	c cleaning 10001 clauses out of 20009 with flag 3565001/3565001
1276.98/1275.14	c cleaning 10000 clauses out of 20008 with flag 3575001/3575001
1282.19/1280.35	c cleaning 9997 clauses out of 20008 with flag 3585001/3585001
1287.28/1285.48	c cleaning 10004 clauses out of 20011 with flag 3595001/3595001
1291.18/1289.30	c cleaning 9997 clauses out of 20007 with flag 3605001/3605001
1295.48/1293.65	c cleaning 10002 clauses out of 20010 with flag 3615001/3615001
1299.78/1297.97	c cleaning 10001 clauses out of 20008 with flag 3625001/3625001
1304.78/1302.92	c cleaning 9998 clauses out of 20007 with flag 3635001/3635001
1309.28/1307.48	c cleaning 10001 clauses out of 20009 with flag 3645001/3645001
1313.38/1311.51	c cleaning 9981 clauses out of 20008 with flag 3655001/3655001
1316.48/1314.66	c cleaning 10004 clauses out of 20027 with flag 3665001/3665001
1320.50/1318.69	c cleaning 9990 clauses out of 20023 with flag 3675001/3675001
1323.71/1321.81	c cleaning 10005 clauses out of 20033 with flag 3685001/3685001
1327.52/1325.68	c cleaning 9986 clauses out of 20028 with flag 3695001/3695001
1330.22/1328.31	c cleaning 10007 clauses out of 20042 with flag 3705001/3705001
1333.94/1332.01	c cleaning 10000 clauses out of 20035 with flag 3715001/3715001
1337.83/1335.93	c cleaning 9991 clauses out of 20035 with flag 3725001/3725001
1340.93/1339.04	c cleaning 10017 clauses out of 20044 with flag 3735001/3735001
1343.73/1341.88	c cleaning 10001 clauses out of 20027 with flag 3745001/3745001
1347.43/1345.50	c cleaning 9998 clauses out of 20026 with flag 3755001/3755001
1351.24/1349.32	c cleaning 9995 clauses out of 20028 with flag 3765001/3765001
1354.64/1352.73	c cleaning 9996 clauses out of 20033 with flag 3775001/3775001
1358.25/1356.39	c cleaning 9990 clauses out of 20037 with flag 3785001/3785001
1362.14/1360.20	c cleaning 9994 clauses out of 20047 with flag 3795001/3795001
1365.14/1363.23	c cleaning 10024 clauses out of 20053 with flag 3805001/3805001
1368.25/1366.34	c cleaning 10007 clauses out of 20029 with flag 3815001/3815001
1371.24/1369.40	c cleaning 10000 clauses out of 20022 with flag 3825001/3825001
1374.34/1372.47	c cleaning 9998 clauses out of 20022 with flag 3835001/3835001
1378.75/1376.86	c cleaning 9997 clauses out of 20024 with flag 3845001/3845001
1382.24/1380.30	c cleaning 9998 clauses out of 20027 with flag 3855001/3855001
1386.55/1384.65	c cleaning 9997 clauses out of 20029 with flag 3865001/3865001
1390.24/1388.34	c cleaning 9996 clauses out of 20032 with flag 3875001/3875001
1393.64/1391.72	c cleaning 9997 clauses out of 20036 with flag 3885001/3885001
1397.34/1395.43	c cleaning 9996 clauses out of 20039 with flag 3895001/3895001
1401.05/1399.18	c cleaning 9996 clauses out of 20043 with flag 3905001/3905001
1404.65/1402.80	c cleaning 9995 clauses out of 20047 with flag 3915001/3915001
1408.54/1406.67	c cleaning 9995 clauses out of 20052 with flag 3925001/3925001
1412.15/1410.25	c cleaning 9996 clauses out of 20057 with flag 3935001/3935001
1415.04/1413.12	c cleaning 10025 clauses out of 20061 with flag 3945001/3945001
1419.04/1417.15	c cleaning 10015 clauses out of 20036 with flag 3955001/3955001
1422.34/1420.47	c cleaning 10001 clauses out of 20021 with flag 3965001/3965001
1425.62/1423.74	c cleaning 10001 clauses out of 20020 with flag 3975001/3975001
1428.72/1426.85	c cleaning 9998 clauses out of 20019 with flag 3985001/3985001
1431.62/1429.78	c cleaning 10006 clauses out of 20021 with flag 3995001/3995001
1435.34/1433.40	c cleaning 10003 clauses out of 20015 with flag 4005001/4005001
1439.13/1437.20	c cleaning 9998 clauses out of 20012 with flag 4015001/4015001
1443.23/1441.38	c cleaning 10002 clauses out of 20014 with flag 4025001/4025001
1447.04/1445.15	c cleaning 9998 clauses out of 20012 with flag 4035001/4035001
1451.14/1449.27	c cleaning 10002 clauses out of 20014 with flag 4045001/4045001
1455.14/1453.25	c cleaning 9998 clauses out of 20012 with flag 4055001/4055001
1458.94/1457.05	c cleaning 10000 clauses out of 20014 with flag 4065001/4065001
1463.75/1461.81	c cleaning 9999 clauses out of 20014 with flag 4075001/4075001
1467.64/1465.77	c cleaning 9999 clauses out of 20015 with flag 4085001/4085001
1471.74/1469.80	c cleaning 10000 clauses out of 20016 with flag 4095001/4095001
1475.73/1473.84	c cleaning 10003 clauses out of 20016 with flag 4105001/4105001
1479.74/1477.84	c cleaning 10003 clauses out of 20013 with flag 4115001/4115001
1484.04/1482.19	c cleaning 10001 clauses out of 20010 with flag 4125001/4125001
1488.05/1486.18	c cleaning 10001 clauses out of 20009 with flag 4135001/4135001
1491.84/1489.95	c cleaning 9997 clauses out of 20008 with flag 4145001/4145001
1496.04/1494.12	c cleaning 9999 clauses out of 20011 with flag 4155001/4155001
1500.15/1498.21	c cleaning 10000 clauses out of 20012 with flag 4165001/4165001
1504.64/1502.72	c cleaning 9998 clauses out of 20012 with flag 4175001/4175001
1508.74/1506.86	c cleaning 10002 clauses out of 20014 with flag 4185001/4185001
1512.84/1510.90	c cleaning 10001 clauses out of 20012 with flag 4195001/4195001
1517.54/1515.69	c cleaning 10000 clauses out of 20011 with flag 4205001/4205001
1521.84/1519.96	c cleaning 10001 clauses out of 20011 with flag 4215001/4215001
1525.84/1523.94	c cleaning 10003 clauses out of 20010 with flag 4225001/4225001
1530.04/1528.17	c cleaning 9997 clauses out of 20007 with flag 4235001/4235001
1534.25/1532.34	c cleaning 9999 clauses out of 20010 with flag 4245001/4245001
1539.04/1537.11	c cleaning 10000 clauses out of 20011 with flag 4255001/4255001
1543.15/1541.22	c cleaning 10004 clauses out of 20011 with flag 4265001/4265001
1547.45/1545.56	c cleaning 9998 clauses out of 20007 with flag 4275001/4275001
1552.34/1550.47	c cleaning 10000 clauses out of 20009 with flag 4285001/4285001
1556.84/1554.95	c cleaning 10000 clauses out of 20009 with flag 4295001/4295001
1561.94/1560.02	c cleaning 10000 clauses out of 20009 with flag 4305001/4305001
1566.05/1564.12	c cleaning 10001 clauses out of 20009 with flag 4315001/4315001
1570.64/1568.72	c cleaning 9998 clauses out of 20008 with flag 4325001/4325001
1575.95/1574.10	c cleaning 9997 clauses out of 20010 with flag 4335001/4335001
1580.46/1578.57	c cleaning 10003 clauses out of 20013 with flag 4345001/4345001
1585.05/1583.18	c cleaning 9999 clauses out of 20010 with flag 4355001/4355001
1589.45/1587.59	c cleaning 10001 clauses out of 20011 with flag 4365001/4365001
1594.15/1592.30	c cleaning 9999 clauses out of 20010 with flag 4375001/4375001
1599.34/1597.47	c cleaning 10002 clauses out of 20011 with flag 4385001/4385001
1603.83/1601.92	c cleaning 10003 clauses out of 20009 with flag 4395001/4395001
1608.53/1606.65	c cleaning 9994 clauses out of 20006 with flag 4405001/4405001
1613.74/1611.84	c cleaning 9998 clauses out of 20012 with flag 4415001/4415001
1618.54/1616.61	c cleaning 10004 clauses out of 20014 with flag 4425001/4425001
1623.64/1621.74	c cleaning 10001 clauses out of 20010 with flag 4435001/4435001
1628.14/1626.24	c cleaning 10002 clauses out of 20009 with flag 4445001/4445001
1633.25/1631.31	c cleaning 9999 clauses out of 20007 with flag 4455001/4455001
1638.54/1636.65	c cleaning 9999 clauses out of 20008 with flag 4465001/4465001
1643.44/1641.52	c cleaning 10001 clauses out of 20009 with flag 4475001/4475001
1648.54/1646.62	c cleaning 10001 clauses out of 20008 with flag 4485001/4485001
1650.85/1648.97	c cleaning 9998 clauses out of 20007 with flag 4495001/4495001
1653.55/1651.63	c cleaning 9998 clauses out of 20009 with flag 4505001/4505001
1656.36/1654.48	c cleaning 10001 clauses out of 20011 with flag 4515001/4515001
1659.85/1657.99	c cleaning 9997 clauses out of 20010 with flag 4525001/4525001
1663.15/1661.20	c cleaning 9999 clauses out of 20013 with flag 4535001/4535001
1665.76/1663.84	c cleaning 9998 clauses out of 20013 with flag 4545000/4545000
1667.86/1665.97	c cleaning 9999 clauses out of 20015 with flag 4555000/4555000
1669.87/1667.98	c cleaning 9995 clauses out of 20016 with flag 4565000/4565000
1672.17/1670.27	c cleaning 10007 clauses out of 20021 with flag 4575000/4575000
1676.09/1674.11	c cleaning 10004 clauses out of 20014 with flag 4585000/4585000
1680.18/1678.20	c cleaning 9998 clauses out of 20010 with flag 4595000/4595000
1684.19/1682.23	c cleaning 10002 clauses out of 20012 with flag 4605000/4605000
1688.39/1686.42	c cleaning 9999 clauses out of 20010 with flag 4615000/4615000
1692.39/1690.47	c cleaning 9999 clauses out of 20011 with flag 4625000/4625000
1696.69/1694.72	c cleaning 10002 clauses out of 20012 with flag 4635000/4635000
1700.99/1699.05	c cleaning 9997 clauses out of 20010 with flag 4645000/4645000
1705.40/1703.49	c cleaning 10001 clauses out of 20013 with flag 4655000/4655000
1709.90/1707.98	c cleaning 10000 clauses out of 20012 with flag 4665000/4665000
1714.29/1712.39	c cleaning 10000 clauses out of 20012 with flag 4675000/4675000
1717.49/1715.50	c cleaning 10000 clauses out of 20012 with flag 4685000/4685000
1719.99/1718.06	c cleaning 9997 clauses out of 20012 with flag 4695000/4695000
1722.69/1720.78	c cleaning 9998 clauses out of 20015 with flag 4705000/4705000
1725.50/1723.50	c cleaning 9998 clauses out of 20017 with flag 4715000/4715000
1728.20/1726.29	c cleaning 9995 clauses out of 20019 with flag 4725000/4725000
1730.89/1728.99	c cleaning 10000 clauses out of 20024 with flag 4735000/4735000
1733.69/1731.76	c cleaning 9997 clauses out of 20024 with flag 4745000/4745000
1736.49/1734.52	c cleaning 10004 clauses out of 20027 with flag 4755000/4755000
1739.29/1737.36	c cleaning 9999 clauses out of 20023 with flag 4765000/4765000
1742.21/1740.21	c cleaning 10006 clauses out of 20024 with flag 4775000/4775000
1744.41/1742.47	c cleaning 10007 clauses out of 20019 with flag 4785001/4785001
1746.70/1744.74	c cleaning 10000 clauses out of 20012 with flag 4795001/4795001
1749.10/1747.12	c cleaning 10000 clauses out of 20012 with flag 4805001/4805001
1751.50/1749.51	c cleaning 10000 clauses out of 20012 with flag 4815001/4815001
1753.81/1751.86	c cleaning 10000 clauses out of 20012 with flag 4825001/4825001
1756.21/1754.24	c cleaning 9999 clauses out of 20012 with flag 4835001/4835001
1758.62/1756.70	c cleaning 9996 clauses out of 20013 with flag 4845001/4845001
1761.11/1759.10	c cleaning 10002 clauses out of 20017 with flag 4855001/4855001
1763.41/1761.47	c cleaning 10002 clauses out of 20015 with flag 4865001/4865001
1765.91/1763.91	c cleaning 10000 clauses out of 20013 with flag 4875001/4875001
1768.31/1766.31	c cleaning 10000 clauses out of 20013 with flag 4885001/4885001
1770.82/1768.85	c cleaning 10001 clauses out of 20013 with flag 4895001/4895001
1773.31/1771.39	c cleaning 9999 clauses out of 20012 with flag 4905001/4905001
1775.81/1773.82	c cleaning 10002 clauses out of 20013 with flag 4915001/4915001
1778.11/1776.16	c cleaning 9997 clauses out of 20011 with flag 4925001/4925001
1781.01/1779.06	c cleaning 10001 clauses out of 20014 with flag 4935001/4935001
1785.22/1783.29	c cleaning 10002 clauses out of 20013 with flag 4945001/4945001
1789.32/1787.35	c cleaning 9998 clauses out of 20011 with flag 4955001/4955001
1794.23/1792.20	c cleaning 10001 clauses out of 20013 with flag 4965001/4965001
1798.03/1796.00	c cleaning 9998 clauses out of 20012 with flag 4975001/4975001
1800.03/1798.01	c starts		: 274
1800.03/1798.01	c conflicts		: 4981169
1800.03/1798.01	c decisions		: 5044187
1800.03/1798.01	c propagations		: 28484194
1800.03/1798.01	c inspects		: 1389105379
1800.03/1798.01	c learnt literals	: 0
1800.03/1798.01	c learnt binary clauses	: 0
1800.03/1798.01	c learnt ternary clauses	: 0
1800.03/1798.01	c learnt clauses	: 4981169
1800.03/1798.01	c ignored clauses	: 0
1800.03/1798.01	c root simplifications	: 0
1800.03/1798.01	c removed literals (reason simplification)	: 27774725
1800.03/1798.01	c reason swapping (by a shorter reason)	: 0
1800.03/1798.01	c Calls to reduceDB	: 499
1800.03/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.01	c number of learned constraints concerned by reduction	: 0
1800.03/1798.01	c number of learning phase by resolution	: 0
1800.03/1798.01	c number of learning phase by cutting planes	: 0
1800.03/1798.01	c speed (assignments/second)	: 15846.993325548234
1800.03/1798.01	c non guided choices	4566
1800.03/1798.04	c learnt constraints type 
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16199
1800.03/1798.04	c constraints type 
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260
1800.03/1798.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 275
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126
1800.03/1798.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/1798.04	s SATISFIABLE
1800.03/1798.05	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 
1800.03/1798.05	c objective function=2653
1800.03/1798.05	c Total wall clock time (in seconds): 1797.842

Verifier Data

OK	2653

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30470
/proc/meminfo: memFree=1796432/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1832 CPUtime=0
/proc/30470/stat : 30470 (java6) S 30468 30470 29366 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 24009812 1875968 157 1992294400 134512640 134550932 4290875232 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/30470/statm: 458 157 119 10 0 63 0

[startup+0.044321 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30470
/proc/meminfo: memFree=1796432/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1520328 CPUtime=0.02
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 3387 0 1 0 1 1 0 0 18 0 4 0 24009812 1556815872 2830 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 380082 2830 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101325 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30470
/proc/meminfo: memFree=1796432/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1524184 CPUtime=0.08
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 24009812 1560764416 3402 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301344 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30470
/proc/meminfo: memFree=1796432/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1526404 CPUtime=0.36
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 5354 0 1 0 32 4 0 0 18 0 12 0 24009812 1563037696 4791 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 381601 4791 1361 10 0 378903 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526404

[startup+0.718392 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30470
/proc/meminfo: memFree=1796432/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1528848 CPUtime=1.07
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 7430 0 1 0 102 5 0 0 18 0 13 0 24009812 1565540352 6760 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382212 6760 1413 10 0 379514 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528848

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 30483
/proc/meminfo: memFree=1772272/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530228 CPUtime=2.38
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 9241 0 1 0 233 5 0 0 18 0 13 0 24009812 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382557 8168 1422 10 0 379859 0
[pid=30470/tid=30472] ppid=30468 vsize=1530228 CPUtime=1.44
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 6075 0 1 0 140 4 0 0 25 0 13 0 24009813 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4109786644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24009815 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 24009815 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 24009816 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 24009817 1566953472 8168 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 24009817 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530228 CPUtime=0.53
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1022 0 0 0 53 0 0 0 15 0 13 0 24009821 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530228 CPUtime=0.39
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1075 0 0 0 39 0 0 0 24 0 13 0 24009821 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24009821 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530228 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1566953472 8169 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1530228

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 30483
/proc/meminfo: memFree=1764336/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=4.09
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 12130 0 1 0 403 6 0 0 18 0 13 0 24009812 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 11054 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=3
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7183 0 1 0 296 4 0 0 25 0 13 0 24009813 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4109736936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 440 0 0 0 0 0 0 0 18 0 13 0 24009815 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 450 0 0 0 0 0 0 0 18 0 13 0 24009815 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=0.02
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 868 0 0 0 2 0 0 0 17 0 13 0 24009816 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.56
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1027 0 0 0 56 0 0 0 15 0 13 0 24009821 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.46
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1096 0 0 0 46 0 0 0 15 0 13 0 24009821 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 11054 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1530368

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 30485
/proc/meminfo: memFree=1743256/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=7.37
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 15615 0 1 0 729 8 0 0 18 0 13 0 24009812 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 14517 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=6.13
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7187 0 1 0 609 4 0 0 25 0 13 0 24009813 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4109803141 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=0.01
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 1736 0 0 0 1 0 0 0 18 0 13 0 24009815 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=0.01
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 1426 0 0 0 1 0 0 0 18 0 13 0 24009815 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=0.07
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 2072 0 0 0 7 0 0 0 15 0 13 0 24009816 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1029 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.49
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1099 0 0 0 49 0 0 0 15 0 13 0 24009821 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 14517 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1530368

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 30485
/proc/meminfo: memFree=1732468/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=13.83
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 18270 0 1 0 1374 9 0 0 18 0 13 0 24009812 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 17166 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=12.37
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7189 0 1 0 1233 4 0 0 25 0 13 0 24009813 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4109786748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=0.04
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2319 0 0 0 3 1 0 0 18 0 13 0 24009815 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=0.04
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2051 0 0 0 4 0 0 0 18 0 13 0 24009815 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=0.18
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 3509 0 0 0 17 1 0 0 15 0 13 0 24009816 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.51
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1100 0 0 0 51 0 0 0 15 0 13 0 24009821 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 17166 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1530368

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 30485
/proc/meminfo: memFree=1730980/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=26.67
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 18660 0 1 0 2658 9 0 0 18 0 13 0 24009812 1567096832 17550 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 17550 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=24.95
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7194 0 1 0 2491 4 0 0 25 0 13 0 24009813 1567096832 17550 1992294400 134512640 134550932 4293031632 18446744073709551615 4109799103 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=0.09
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2381 0 0 0 8 1 0 0 16 0 13 0 24009815 1567096832 17550 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=0.07
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2130 0 0 0 7 0 0 0 18 0 13 0 24009815 1567096832 17550 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=0.34

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

[pid=30470] ppid=30468 vsize=1530368 CPUtime=1604.23
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 23215 0 1 0 160385 38 0 0 18 0 13 0 24009812 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 21490 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=1581.77
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7650 0 1 0 158158 19 0 0 25 0 13 0 24009813 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4109767320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=2
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2636 0 0 0 194 6 0 0 16 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=1.76
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2449 0 0 0 171 5 0 0 15 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=17.42
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 7183 0 0 0 1737 5 0 0 16 0 13 0 24009816 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1105 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1604.23
Current children cumulated vsize (KiB) 1530368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30541
/proc/meminfo: memFree=1711760/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=1664.26
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 23237 0 1 0 166386 40 0 0 18 0 13 0 24009812 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 21490 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=1641.13
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7664 0 1 0 164093 20 0 0 25 0 13 0 24009813 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4109803186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=2.05
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2636 0 0 0 199 6 0 0 16 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=1.81
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2449 0 0 0 176 5 0 0 15 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=17.99
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 7187 0 0 0 1794 5 0 0 15 0 13 0 24009816 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1105 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.26
Current children cumulated vsize (KiB) 1530368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30541
/proc/meminfo: memFree=1711760/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=1724.3
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 23262 0 1 0 172387 43 0 0 18 0 13 0 24009812 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 21490 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=1700.33
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7681 0 1 0 170011 22 0 0 25 0 13 0 24009813 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4109372597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=2.1
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2636 0 0 0 204 6 0 0 16 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=1.88
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2449 0 0 0 182 6 0 0 15 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=18.69
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 7191 0 0 0 1864 5 0 0 15 0 13 0 24009816 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1105 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.3
Current children cumulated vsize (KiB) 1530368

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30543
/proc/meminfo: memFree=1711636/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=1784.32
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 23289 0 1 0 178386 46 0 0 18 0 13 0 24009812 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 21490 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=1759.39
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7704 0 1 0 175915 24 0 0 25 0 13 0 24009813 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4109804443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=2.14
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2636 0 0 0 208 6 0 0 15 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=1.94
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2449 0 0 0 188 6 0 0 16 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=19.57
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 7193 0 0 0 1951 6 0 0 15 0 13 0 24009816 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1105 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) S 30468 30470 29366 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 1530368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30543
/proc/meminfo: memFree=1711636/2059040 swapFree=4135652/4192956
[pid=30470] ppid=30468 vsize=1530368 CPUtime=1800.03
/proc/30470/stat : 30470 (java) S 30468 30470 29366 0 -1 4202496 23297 0 1 0 179957 46 0 0 18 0 13 0 24009812 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 382592 21490 1440 10 0 379894 0
[pid=30470/tid=30472] ppid=30468 vsize=1530368 CPUtime=1774.92
/proc/30470/task/30472/stat : 30472 (java) R 30468 30470 29366 0 -1 4202560 7708 0 1 0 177468 24 0 0 25 0 13 0 24009813 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4109767426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30470/tid=30473] ppid=30468 vsize=1530368 CPUtime=2.15
/proc/30470/task/30473/stat : 30473 (java) S 30468 30470 29366 0 -1 4202560 2636 0 0 0 209 6 0 0 15 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30474] ppid=30468 vsize=1530368 CPUtime=1.95
/proc/30470/task/30474/stat : 30474 (java) S 30468 30470 29366 0 -1 4202560 2449 0 0 0 189 6 0 0 16 0 13 0 24009815 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30475] ppid=30468 vsize=1530368 CPUtime=19.72
/proc/30470/task/30475/stat : 30475 (java) S 30468 30470 29366 0 -1 4202560 7195 0 0 0 1966 6 0 0 15 0 13 0 24009816 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 0 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30476] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30476/stat : 30476 (java) S 30468 30470 29366 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30477] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30468 30470 29366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 24009817 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30478] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30479] ppid=30468 vsize=1530368 CPUtime=0.63
/proc/30470/task/30479/stat : 30479 (java) S 30468 30470 29366 0 -1 4202560 1036 0 0 0 63 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30480] ppid=30468 vsize=1530368 CPUtime=0.59
/proc/30470/task/30480/stat : 30480 (java) S 30468 30470 29366 0 -1 4202560 1105 0 0 0 59 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
[pid=30470/tid=30481] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30481/stat : 30481 (java) S 30468 30470 29366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 0 0 0 0
[pid=30470/tid=30482] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30482/stat : 30482 (java) R 30468 30470 29366 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 24009821 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30470/tid=30483] ppid=30468 vsize=1530368 CPUtime=0
/proc/30470/task/30483/stat : 30483 (java) S 30468 30470 29366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 24009863 1567096832 21490 1992294400 134512640 134550932 4293031632 18446744073709551615 4294960144 0 4 0 16800975 18446604437861999040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1530368

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

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

Child status: 143
Real time (s): 1798.08
CPU time (s): 1800.17
CPU user time (s): 1799.69
CPU system time (s): 0.475927
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 1531020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.475927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23320
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42179
involuntary context switches= 19053

runsolver used 3.56046 second user time and 9.78151 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 04:54:19
IDJOB=2659760
IDBENCH=2231
IDSOLVER=1164
FILE ID=node002/2659760-1276484058
PBS_JOBID= 11173373
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659760-1276484058/watcher-2659760-1276484058 -o /tmp/evaluation-result-2659760-1276484058/solver-2659760-1276484058 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659760-1276484058.opb

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

MD5SUM BENCH= ed36462db2ffa04ea65b986069441496
RANDOM SEED=1923515086

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1796952 kB
Buffers:         52156 kB
Cached:         120584 kB
SwapCached:      10328 kB
Active:          88132 kB
Inactive:        97180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1796952 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             368 kB
Writeback:           0 kB
AnonPages:       10996 kB
Mapped:           9064 kB
Slab:            54924 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node002 at 2010-06-14 05:24:19