Trace number 2698287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1MSAT (TO) 1800.13 1794.78

General information on the benchmark

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

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698287-1278325522.wbo
0.04/0.09	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.071s.
0.11/0.16	c #vars     1067
0.11/0.16	c #constraints  65
0.11/0.16	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.60/0.30	c SATISFIABLE
0.60/0.30	c OPTIMIZING...
0.60/0.30	c Got one! Elapsed wall clock time (in seconds):0.207
0.60/0.30	o 23
1.45/1.02	c cleaning 2473 clauses out of 5000 with flag 5000/5000
2.42/1.99	c cleaning 4244 clauses out of 8529 with flag 11002/11002
4.22/3.74	c cleaning 5553 clauses out of 11286 with flag 18003/18003
6.12/5.63	c cleaning 6834 clauses out of 13730 with flag 26000/26000
8.76/8.26	c cleaning 7940 clauses out of 15898 with flag 35002/35002
11.58/11.01	c cleaning 8928 clauses out of 17956 with flag 45000/45000
14.38/13.83	c cleaning 9492 clauses out of 19028 with flag 55000/55000
17.39/16.84	c cleaning 9707 clauses out of 19539 with flag 65003/65003
21.09/20.56	c cleaning 9911 clauses out of 19829 with flag 75000/75000
24.10/23.51	c cleaning 9929 clauses out of 19920 with flag 85002/85002
27.31/26.77	c cleaning 9916 clauses out of 19992 with flag 95003/95003
30.12/29.55	c cleaning 10001 clauses out of 20073 with flag 105000/105000
33.33/32.78	c cleaning 10026 clauses out of 20074 with flag 115002/115002
35.44/34.89	c cleaning 10025 clauses out of 20049 with flag 125003/125003
38.16/37.56	c cleaning 9922 clauses out of 20022 with flag 135001/135001
41.58/40.92	c cleaning 10043 clauses out of 20100 with flag 145001/145001
44.30/43.69	c cleaning 9995 clauses out of 20057 with flag 155001/155001
48.71/48.02	c cleaning 9998 clauses out of 20061 with flag 165000/165000
52.13/51.43	c cleaning 9991 clauses out of 20065 with flag 175002/175002
54.55/53.84	c cleaning 10017 clauses out of 20073 with flag 185001/185001
57.25/56.56	c cleaning 10017 clauses out of 20057 with flag 195002/195002
59.96/59.23	c cleaning 9999 clauses out of 20038 with flag 205000/205000
62.58/61.80	c cleaning 9987 clauses out of 20039 with flag 215000/215000
66.10/65.39	c cleaning 9996 clauses out of 20053 with flag 225001/225001
69.02/68.25	c cleaning 10023 clauses out of 20061 with flag 235005/235005
73.52/72.73	c cleaning 10005 clauses out of 20034 with flag 245001/245001
77.25/76.43	c cleaning 10003 clauses out of 20028 with flag 255000/255000
79.86/79.04	c cleaning 9994 clauses out of 20025 with flag 265000/265000
82.18/81.32	c cleaning 10001 clauses out of 20032 with flag 275001/275001
85.39/84.58	c cleaning 9999 clauses out of 20032 with flag 285002/285002
88.60/87.77	c cleaning 10010 clauses out of 20035 with flag 295004/295004
91.12/90.21	c cleaning 9985 clauses out of 20021 with flag 305000/305000
95.52/94.69	c cleaning 9988 clauses out of 20037 with flag 315001/315001
98.74/97.87	c cleaning 10006 clauses out of 20051 with flag 325003/325003
102.65/101.79	c cleaning 10000 clauses out of 20043 with flag 335001/335001
106.95/106.03	c cleaning 10001 clauses out of 20043 with flag 345001/345001
109.78/108.83	c cleaning 9990 clauses out of 20043 with flag 355002/355002
113.48/112.52	c cleaning 10008 clauses out of 20053 with flag 365002/365002
117.19/116.22	c cleaning 10004 clauses out of 20045 with flag 375002/375002
120.91/119.91	c cleaning 10002 clauses out of 20041 with flag 385002/385002
123.22/122.27	c cleaning 10013 clauses out of 20040 with flag 395003/395003
125.54/124.58	c cleaning 9974 clauses out of 20029 with flag 405005/405005
128.56/127.51	c cleaning 9987 clauses out of 20051 with flag 415001/415001
132.76/131.75	c cleaning 9960 clauses out of 20066 with flag 425003/425003
136.97/135.99	c cleaning 9971 clauses out of 20103 with flag 435000/435000
140.19/139.14	c cleaning 10003 clauses out of 20132 with flag 445000/445000
143.20/142.13	c cleaning 10048 clauses out of 20130 with flag 455001/455001
146.72/145.61	c cleaning 10023 clauses out of 20082 with flag 465001/465001
150.43/149.34	c cleaning 10010 clauses out of 20059 with flag 475001/475001
153.54/152.44	c cleaning 10017 clauses out of 20051 with flag 485003/485003
157.25/156.15	c cleaning 10011 clauses out of 20037 with flag 495006/495006
161.36/160.23	c cleaning 10004 clauses out of 20024 with flag 505004/505004
164.67/163.55	c cleaning 9996 clauses out of 20017 with flag 515001/515001
168.18/167.08	c cleaning 9988 clauses out of 20020 with flag 525000/525000
172.19/171.01	c cleaning 9994 clauses out of 20034 with flag 535002/535002
176.01/174.90	c cleaning 10000 clauses out of 20039 with flag 545001/545001
180.12/178.97	c cleaning 10003 clauses out of 20039 with flag 555001/555001
183.63/182.45	c cleaning 9999 clauses out of 20037 with flag 565002/565002
187.63/186.44	c cleaning 10002 clauses out of 20044 with flag 575008/575008
191.64/190.46	c cleaning 9998 clauses out of 20036 with flag 585002/585002
193.85/192.60	c cleaning 10002 clauses out of 20036 with flag 595000/595000
197.06/195.81	c cleaning 10007 clauses out of 20034 with flag 605000/605000
200.08/198.80	c cleaning 9968 clauses out of 20028 with flag 615001/615001
203.70/202.43	c cleaning 9998 clauses out of 20061 with flag 625002/625002
207.40/206.18	c cleaning 10016 clauses out of 20063 with flag 635002/635002
211.03/209.70	c cleaning 10008 clauses out of 20045 with flag 645000/645000
214.33/213.09	c cleaning 9998 clauses out of 20037 with flag 655000/655000
219.15/217.90	c cleaning 10002 clauses out of 20040 with flag 665001/665001
222.86/221.57	c cleaning 9993 clauses out of 20037 with flag 675000/675000
227.58/226.25	c cleaning 9995 clauses out of 20044 with flag 685000/685000
232.29/230.92	c cleaning 10001 clauses out of 20051 with flag 695002/695002
236.20/234.87	c cleaning 10000 clauses out of 20049 with flag 705001/705001
240.50/239.14	c cleaning 10001 clauses out of 20049 with flag 715001/715001
243.22/241.83	c cleaning 10009 clauses out of 20051 with flag 725004/725004
247.05/245.66	c cleaning 10001 clauses out of 20038 with flag 735000/735000
250.45/249.01	c cleaning 10000 clauses out of 20037 with flag 745000/745000
254.27/252.81	c cleaning 10001 clauses out of 20038 with flag 755001/755001
257.58/256.15	c cleaning 10000 clauses out of 20037 with flag 765001/765001
261.01/259.56	c cleaning 10003 clauses out of 20040 with flag 775004/775004
264.11/262.67	c cleaning 10009 clauses out of 20039 with flag 785006/785006
269.42/267.99	c cleaning 10002 clauses out of 20026 with flag 795002/795002
274.24/272.76	c cleaning 10001 clauses out of 20023 with flag 805001/805001
279.15/277.61	c cleaning 10001 clauses out of 20023 with flag 815002/815002
283.16/281.67	c cleaning 10000 clauses out of 20022 with flag 825002/825002
287.96/286.43	c cleaning 9996 clauses out of 20020 with flag 835000/835000
292.38/290.86	c cleaning 9999 clauses out of 20024 with flag 845000/845000
297.09/295.50	c cleaning 10001 clauses out of 20025 with flag 855000/855000
302.00/300.40	c cleaning 10003 clauses out of 20028 with flag 865004/865004
306.41/304.85	c cleaning 10002 clauses out of 20024 with flag 875003/875003
310.42/308.88	c cleaning 9998 clauses out of 20020 with flag 885001/885001
312.94/311.36	c cleaning 9993 clauses out of 20022 with flag 895001/895001
315.55/313.91	c cleaning 10000 clauses out of 20031 with flag 905003/905003
318.66/317.07	c cleaning 9997 clauses out of 20028 with flag 915000/915000
321.37/319.71	c cleaning 9996 clauses out of 20031 with flag 925000/925000
324.87/323.21	c cleaning 9995 clauses out of 20035 with flag 935000/935000
327.58/325.95	c cleaning 10003 clauses out of 20041 with flag 945001/945001
331.20/329.56	c cleaning 9988 clauses out of 20038 with flag 955001/955001
335.71/334.07	c cleaning 10020 clauses out of 20055 with flag 965006/965006
338.82/337.19	c cleaning 9997 clauses out of 20029 with flag 975000/975000
343.93/342.25	c cleaning 9998 clauses out of 20033 with flag 985001/985001
348.44/346.71	c cleaning 9995 clauses out of 20035 with flag 995001/995001
353.05/351.33	c cleaning 10000 clauses out of 20039 with flag 1005000/1005000
356.76/355.01	c cleaning 10010 clauses out of 20041 with flag 1015002/1015002
360.49/358.73	c cleaning 10003 clauses out of 20030 with flag 1025001/1025001
365.30/363.56	c cleaning 10001 clauses out of 20029 with flag 1035003/1035003
370.22/368.50	c cleaning 10001 clauses out of 20025 with flag 1045000/1045000
375.92/374.11	c cleaning 10000 clauses out of 20030 with flag 1055006/1055006
380.73/378.97	c cleaning 9989 clauses out of 20024 with flag 1065000/1065000
386.95/385.10	c cleaning 10004 clauses out of 20035 with flag 1075000/1075000
390.27/388.45	c cleaning 10005 clauses out of 20031 with flag 1085000/1085000
394.98/393.14	c cleaning 9998 clauses out of 20028 with flag 1095002/1095002
399.20/397.36	c cleaning 10004 clauses out of 20029 with flag 1105001/1105001
403.51/401.61	c cleaning 9997 clauses out of 20025 with flag 1115001/1115001
407.62/405.77	c cleaning 10001 clauses out of 20030 with flag 1125003/1125003
412.03/410.13	c cleaning 9997 clauses out of 20026 with flag 1135000/1135000
416.05/414.15	c cleaning 10004 clauses out of 20031 with flag 1145002/1145002
419.87/417.93	c cleaning 10001 clauses out of 20027 with flag 1155002/1155002
423.78/421.85	c cleaning 10001 clauses out of 20028 with flag 1165004/1165004
428.18/426.22	c cleaning 10000 clauses out of 20026 with flag 1175003/1175003
430.91/428.95	c cleaning 9995 clauses out of 20023 with flag 1185000/1185000
434.51/432.51	c cleaning 9998 clauses out of 20030 with flag 1195002/1195002
437.93/435.98	c cleaning 9998 clauses out of 20031 with flag 1205001/1205001
441.54/439.59	c cleaning 10001 clauses out of 20033 with flag 1215001/1215001
444.65/442.69	c cleaning 10000 clauses out of 20034 with flag 1225003/1225003
447.85/445.89	c cleaning 9998 clauses out of 20031 with flag 1235000/1235000
451.77/449.74	c cleaning 9999 clauses out of 20034 with flag 1245001/1245001
455.69/453.64	c cleaning 10001 clauses out of 20035 with flag 1255001/1255001
459.50/457.43	c cleaning 9999 clauses out of 20034 with flag 1265001/1265001
463.51/461.41	c cleaning 9999 clauses out of 20034 with flag 1275000/1275000
467.73/465.62	c cleaning 9999 clauses out of 20036 with flag 1285001/1285001
471.24/469.11	c cleaning 10000 clauses out of 20036 with flag 1295000/1295000
474.55/472.42	c cleaning 9996 clauses out of 20036 with flag 1305000/1305000
477.75/475.67	c cleaning 10000 clauses out of 20042 with flag 1315002/1315002
482.36/480.20	c cleaning 9997 clauses out of 20040 with flag 1325000/1325000
484.66/482.51	c cleaning 9988 clauses out of 20043 with flag 1335000/1335000
487.27/485.12	c cleaning 10009 clauses out of 20058 with flag 1345003/1345003
489.69/487.53	c cleaning 9957 clauses out of 20048 with flag 1355002/1355002
493.40/491.20	c cleaning 10003 clauses out of 20091 with flag 1365002/1365002
497.71/495.56	c cleaning 10000 clauses out of 20091 with flag 1375005/1375005
500.82/498.61	c cleaning 9976 clauses out of 20086 with flag 1385000/1385000
504.53/502.38	c cleaning 9993 clauses out of 20111 with flag 1395001/1395001
508.34/506.14	c cleaning 9996 clauses out of 20117 with flag 1405000/1405000
511.56/509.33	c cleaning 10036 clauses out of 20121 with flag 1415000/1415000
514.96/512.79	c cleaning 9989 clauses out of 20085 with flag 1425000/1425000
518.87/516.69	c cleaning 10008 clauses out of 20096 with flag 1435000/1435000
522.09/519.86	c cleaning 10007 clauses out of 20092 with flag 1445004/1445004
524.90/522.62	c cleaning 9992 clauses out of 20081 with flag 1455000/1455000
527.31/525.05	c cleaning 10023 clauses out of 20090 with flag 1465001/1465001
530.73/528.43	c cleaning 9995 clauses out of 20066 with flag 1475000/1475000
533.94/531.67	c cleaning 9997 clauses out of 20074 with flag 1485003/1485003
537.05/534.76	c cleaning 10017 clauses out of 20076 with flag 1495002/1495002
540.16/537.90	c cleaning 10004 clauses out of 20057 with flag 1505000/1505000
542.76/540.49	c cleaning 9977 clauses out of 20054 with flag 1515001/1515001
545.07/542.77	c cleaning 10018 clauses out of 20080 with flag 1525004/1525004
548.48/546.13	c cleaning 10007 clauses out of 20060 with flag 1535002/1535002
552.10/549.76	c cleaning 10001 clauses out of 20052 with flag 1545001/1545001
556.31/553.99	c cleaning 10002 clauses out of 20052 with flag 1555002/1555002
561.02/558.66	c cleaning 10001 clauses out of 20050 with flag 1565002/1565002
565.43/563.07	c cleaning 9996 clauses out of 20048 with flag 1575001/1575001
570.55/568.15	c cleaning 10005 clauses out of 20053 with flag 1585002/1585002
574.96/572.52	c cleaning 9998 clauses out of 20047 with flag 1595001/1595001
579.16/576.75	c cleaning 10003 clauses out of 20053 with flag 1605005/1605005
583.28/580.81	c cleaning 10000 clauses out of 20048 with flag 1615003/1615003
586.19/583.74	c cleaning 10006 clauses out of 20045 with flag 1625000/1625000
589.59/587.16	c cleaning 10004 clauses out of 20041 with flag 1635002/1635002
593.00/590.56	c cleaning 10000 clauses out of 20038 with flag 1645003/1645003
596.53/594.01	c cleaning 9999 clauses out of 20035 with flag 1655000/1655000
600.12/597.67	c cleaning 10002 clauses out of 20038 with flag 1665002/1665002
603.93/601.43	c cleaning 10000 clauses out of 20034 with flag 1675000/1675000
607.74/605.27	c cleaning 9998 clauses out of 20034 with flag 1685000/1685000
611.56/609.02	c cleaning 10001 clauses out of 20037 with flag 1695001/1695001
615.48/612.99	c cleaning 10000 clauses out of 20036 with flag 1705001/1705001
619.19/616.60	c cleaning 10004 clauses out of 20039 with flag 1715004/1715004
623.41/620.88	c cleaning 9999 clauses out of 20032 with flag 1725001/1725001
627.43/624.81	c cleaning 9993 clauses out of 20034 with flag 1735002/1735002
631.54/628.99	c cleaning 10004 clauses out of 20043 with flag 1745004/1745004
635.65/633.03	c cleaning 9999 clauses out of 20038 with flag 1755003/1755003
639.47/636.89	c cleaning 9997 clauses out of 20036 with flag 1765000/1765000
642.47/639.86	c cleaning 10004 clauses out of 20039 with flag 1775000/1775000
645.88/643.26	c cleaning 9996 clauses out of 20036 with flag 1785001/1785001
649.78/647.10	c cleaning 10006 clauses out of 20040 with flag 1795001/1795001
653.70/651.05	c cleaning 10005 clauses out of 20037 with flag 1805004/1805004
658.01/655.38	c cleaning 9997 clauses out of 20029 with flag 1815001/1815001
661.91/659.28	c cleaning 10000 clauses out of 20032 with flag 1825001/1825001
665.82/663.14	c cleaning 10004 clauses out of 20035 with flag 1835004/1835004
669.33/666.62	c cleaning 9998 clauses out of 20029 with flag 1845002/1845002
673.43/670.71	c cleaning 10001 clauses out of 20032 with flag 1855003/1855003
676.74/674.04	c cleaning 10000 clauses out of 20028 with flag 1865000/1865000
680.36/677.69	c cleaning 9994 clauses out of 20029 with flag 1875001/1875001
683.76/681.03	c cleaning 10005 clauses out of 20038 with flag 1885004/1885004
687.16/684.47	c cleaning 9999 clauses out of 20031 with flag 1895002/1895002
691.07/688.32	c cleaning 9992 clauses out of 20030 with flag 1905000/1905000
695.09/692.38	c cleaning 10005 clauses out of 20038 with flag 1915000/1915000
699.51/696.76	c cleaning 10003 clauses out of 20034 with flag 1925001/1925001
703.83/701.06	c cleaning 9998 clauses out of 20032 with flag 1935002/1935002
707.73/704.92	c cleaning 10002 clauses out of 20032 with flag 1945000/1945000
711.64/708.82	c cleaning 10004 clauses out of 20035 with flag 1955005/1955005
715.95/713.16	c cleaning 9997 clauses out of 20030 with flag 1965004/1965004
720.37/717.54	c cleaning 9997 clauses out of 20031 with flag 1975002/1975002
725.58/722.77	c cleaning 9981 clauses out of 20032 with flag 1985000/1985000
728.70/725.85	c cleaning 9997 clauses out of 20051 with flag 1995000/1995000
731.01/728.12	c cleaning 9985 clauses out of 20056 with flag 2005002/2005002
733.73/730.87	c cleaning 10015 clauses out of 20070 with flag 2015001/2015001
736.64/733.79	c cleaning 9993 clauses out of 20054 with flag 2025000/2025000
739.05/736.12	c cleaning 10006 clauses out of 20069 with flag 2035008/2035008
743.06/740.11	c cleaning 9999 clauses out of 20057 with flag 2045002/2045002
745.48/742.59	c cleaning 9992 clauses out of 20056 with flag 2055000/2055000
748.99/746.00	c cleaning 10017 clauses out of 20065 with flag 2065001/2065001
751.80/748.87	c cleaning 9991 clauses out of 20047 with flag 2075000/2075000
754.50/751.52	c cleaning 10006 clauses out of 20056 with flag 2085000/2085000
758.01/755.02	c cleaning 10002 clauses out of 20050 with flag 2095000/2095000
761.42/758.48	c cleaning 10002 clauses out of 20048 with flag 2105000/2105000
765.34/762.32	c cleaning 10000 clauses out of 20048 with flag 2115002/2115002
767.94/764.92	c cleaning 10020 clauses out of 20048 with flag 2125002/2125002
769.85/766.84	c cleaning 9993 clauses out of 20028 with flag 2135002/2135002
773.36/770.34	c cleaning 9989 clauses out of 20034 with flag 2145001/2145001
777.16/774.17	c cleaning 10003 clauses out of 20044 with flag 2155000/2155000
781.67/778.68	c cleaning 9987 clauses out of 20041 with flag 2165000/2165000
786.89/783.83	c cleaning 10003 clauses out of 20055 with flag 2175001/2175001
792.20/789.10	c cleaning 10008 clauses out of 20055 with flag 2185004/2185004
795.11/792.02	c cleaning 10006 clauses out of 20046 with flag 2195003/2195003
798.72/795.61	c cleaning 10003 clauses out of 20037 with flag 2205000/2205000
803.13/800.06	c cleaning 9995 clauses out of 20034 with flag 2215000/2215000
806.85/803.71	c cleaning 9998 clauses out of 20041 with flag 2225002/2225002
810.56/807.42	c cleaning 9999 clauses out of 20041 with flag 2235000/2235000
814.78/811.61	c cleaning 10006 clauses out of 20043 with flag 2245001/2245001
818.09/814.94	c cleaning 10002 clauses out of 20038 with flag 2255002/2255002
822.00/818.89	c cleaning 10003 clauses out of 20037 with flag 2265003/2265003
825.51/822.38	c cleaning 10000 clauses out of 20032 with flag 2275001/2275001
830.02/826.80	c cleaning 10002 clauses out of 20037 with flag 2285006/2285006
833.23/830.05	c cleaning 9997 clauses out of 20029 with flag 2295000/2295000
836.84/833.68	c cleaning 9999 clauses out of 20036 with flag 2305004/2305004
840.65/837.48	c cleaning 9998 clauses out of 20034 with flag 2315001/2315001
844.26/841.07	c cleaning 10001 clauses out of 20039 with flag 2325004/2325004
848.08/844.88	c cleaning 9998 clauses out of 20036 with flag 2335002/2335002
852.49/849.25	c cleaning 9999 clauses out of 20036 with flag 2345000/2345000
856.39/853.16	c cleaning 10002 clauses out of 20038 with flag 2355001/2355001
860.11/856.83	c cleaning 9996 clauses out of 20035 with flag 2365000/2365000
864.11/860.88	c cleaning 10000 clauses out of 20042 with flag 2375003/2375003
867.84/864.60	c cleaning 9999 clauses out of 20040 with flag 2385001/2385001
871.55/868.22	c cleaning 10004 clauses out of 20044 with flag 2395004/2395004
875.56/872.20	c cleaning 9996 clauses out of 20036 with flag 2405000/2405000
879.06/875.79	c cleaning 10003 clauses out of 20046 with flag 2415006/2415006
882.86/879.58	c cleaning 9999 clauses out of 20037 with flag 2425000/2425000
886.37/883.07	c cleaning 10006 clauses out of 20041 with flag 2435003/2435003
890.39/887.04	c cleaning 10000 clauses out of 20035 with flag 2445003/2445003
895.31/891.97	c cleaning 10000 clauses out of 20033 with flag 2455001/2455001
899.82/896.41	c cleaning 9995 clauses out of 20033 with flag 2465001/2465001
903.71/900.31	c cleaning 10001 clauses out of 20037 with flag 2475000/2475000
908.31/904.93	c cleaning 9993 clauses out of 20042 with flag 2485006/2485006
912.32/908.99	c cleaning 10005 clauses out of 20044 with flag 2495001/2495001
917.03/913.65	c cleaning 9995 clauses out of 20038 with flag 2505000/2505000
920.94/917.57	c cleaning 10003 clauses out of 20043 with flag 2515000/2515000
924.34/920.96	c cleaning 9999 clauses out of 20042 with flag 2525002/2525002
928.15/924.77	c cleaning 10003 clauses out of 20042 with flag 2535001/2535001
932.36/928.99	c cleaning 10004 clauses out of 20042 with flag 2545004/2545004
936.37/932.94	c cleaning 9999 clauses out of 20034 with flag 2555000/2555000
940.68/937.22	c cleaning 10000 clauses out of 20035 with flag 2565000/2565000
945.09/941.60	c cleaning 10002 clauses out of 20037 with flag 2575002/2575002
950.89/947.49	c cleaning 9999 clauses out of 20035 with flag 2585002/2585002
956.01/952.58	c cleaning 9999 clauses out of 20034 with flag 2595000/2595000
960.02/956.51	c cleaning 10000 clauses out of 20036 with flag 2605001/2605001
964.33/960.81	c cleaning 10001 clauses out of 20035 with flag 2615000/2615000
968.43/964.91	c cleaning 9992 clauses out of 20035 with flag 2625001/2625001
973.23/969.73	c cleaning 10006 clauses out of 20047 with flag 2635005/2635005
977.54/974.05	c cleaning 9988 clauses out of 20036 with flag 2645000/2645000
982.45/978.92	c cleaning 10006 clauses out of 20048 with flag 2655000/2655000
985.96/982.48	c cleaning 10004 clauses out of 20043 with flag 2665001/2665001
989.67/986.16	c cleaning 10002 clauses out of 20041 with flag 2675003/2675003
993.98/990.44	c cleaning 9999 clauses out of 20039 with flag 2685003/2685003
998.49/994.91	c cleaning 9999 clauses out of 20037 with flag 2695000/2695000
1002.81/999.22	c cleaning 9995 clauses out of 20038 with flag 2705000/2705000
1006.72/1003.19	c cleaning 10001 clauses out of 20044 with flag 2715001/2715001
1010.72/1007.17	c cleaning 9991 clauses out of 20043 with flag 2725001/2725001
1015.03/1011.44	c cleaning 10005 clauses out of 20054 with flag 2735003/2735003
1019.24/1015.62	c cleaning 10007 clauses out of 20051 with flag 2745005/2745005
1022.95/1019.34	c cleaning 9994 clauses out of 20042 with flag 2755003/2755003
1027.26/1023.68	c cleaning 9998 clauses out of 20045 with flag 2765000/2765000
1031.47/1027.85	c cleaning 10004 clauses out of 20052 with flag 2775005/2775005
1035.58/1031.91	c cleaning 10002 clauses out of 20044 with flag 2785001/2785001
1039.29/1035.67	c cleaning 10001 clauses out of 20042 with flag 2795001/2795001
1043.19/1039.56	c cleaning 9988 clauses out of 20041 with flag 2805001/2805001
1047.00/1043.35	c cleaning 10009 clauses out of 20056 with flag 2815004/2815004
1050.92/1047.21	c cleaning 10004 clauses out of 20046 with flag 2825003/2825003
1055.02/1051.39	c cleaning 10001 clauses out of 20040 with flag 2835001/2835001
1059.23/1055.57	c cleaning 10000 clauses out of 20039 with flag 2845001/2845001
1063.43/1059.79	c cleaning 10000 clauses out of 20039 with flag 2855001/2855001
1067.84/1064.19	c cleaning 9999 clauses out of 20039 with flag 2865001/2865001
1072.14/1068.46	c cleaning 9999 clauses out of 20040 with flag 2875001/2875001
1076.62/1072.99	c cleaning 10001 clauses out of 20042 with flag 2885002/2885002
1081.13/1077.49	c cleaning 10001 clauses out of 20041 with flag 2895002/2895002
1085.54/1081.89	c cleaning 10004 clauses out of 20045 with flag 2905007/2905007
1089.84/1086.12	c cleaning 9997 clauses out of 20036 with flag 2915002/2915002
1094.35/1090.62	c cleaning 9998 clauses out of 20038 with flag 2925001/2925001
1098.85/1095.17	c cleaning 10002 clauses out of 20043 with flag 2935004/2935004
1103.35/1099.61	c cleaning 9996 clauses out of 20037 with flag 2945000/2945000
1107.65/1103.99	c cleaning 10002 clauses out of 20043 with flag 2955002/2955002
1112.36/1108.63	c cleaning 10000 clauses out of 20039 with flag 2965000/2965000
1116.77/1113.10	c cleaning 9999 clauses out of 20042 with flag 2975003/2975003
1121.38/1117.67	c cleaning 10002 clauses out of 20043 with flag 2985003/2985003
1124.08/1120.33	c cleaning 9990 clauses out of 20039 with flag 2995001/2995001
1126.99/1123.22	c cleaning 10003 clauses out of 20048 with flag 3005000/3005000
1130.70/1126.95	c cleaning 10009 clauses out of 20048 with flag 3015003/3015003
1134.42/1130.63	c cleaning 10003 clauses out of 20038 with flag 3025002/3025002
1137.83/1134.10	c cleaning 10001 clauses out of 20035 with flag 3035002/3035002
1141.74/1137.99	c cleaning 9995 clauses out of 20032 with flag 3045000/3045000
1145.15/1141.33	c cleaning 10007 clauses out of 20039 with flag 3055002/3055002
1148.66/1144.86	c cleaning 9998 clauses out of 20030 with flag 3065000/3065000
1152.46/1148.64	c cleaning 10002 clauses out of 20034 with flag 3075002/3075002
1156.17/1152.34	c cleaning 10006 clauses out of 20030 with flag 3085000/3085000
1159.48/1155.66	c cleaning 9994 clauses out of 20024 with flag 3095000/3095000
1163.19/1159.33	c cleaning 10005 clauses out of 20030 with flag 3105000/3105000
1167.19/1163.34	c cleaning 10004 clauses out of 20029 with flag 3115004/3115004
1170.20/1166.35	c cleaning 9990 clauses out of 20021 with flag 3125000/3125000
1174.21/1170.37	c cleaning 10000 clauses out of 20031 with flag 3135000/3135000
1178.22/1174.39	c cleaning 9996 clauses out of 20031 with flag 3145000/3145000
1182.65/1178.73	c cleaning 9998 clauses out of 20039 with flag 3155004/3155004
1186.36/1182.44	c cleaning 9991 clauses out of 20043 with flag 3165006/3165006
1190.15/1186.28	c cleaning 10006 clauses out of 20047 with flag 3175001/3175001
1193.37/1189.43	c cleaning 9991 clauses out of 20043 with flag 3185003/3185003
1196.88/1192.91	c cleaning 10013 clauses out of 20052 with flag 3195003/3195003
1200.39/1196.45	c cleaning 9999 clauses out of 20036 with flag 3205000/3205000
1204.40/1200.48	c cleaning 10001 clauses out of 20037 with flag 3215000/3215000
1208.11/1204.12	c cleaning 10001 clauses out of 20037 with flag 3225001/3225001
1211.83/1207.85	c cleaning 10005 clauses out of 20037 with flag 3235002/3235002
1215.43/1211.42	c cleaning 9999 clauses out of 20031 with flag 3245001/3245001
1219.45/1215.45	c cleaning 9997 clauses out of 20031 with flag 3255000/3255000
1222.96/1218.97	c cleaning 10003 clauses out of 20034 with flag 3265000/3265000
1226.96/1222.92	c cleaning 10002 clauses out of 20033 with flag 3275002/3275002
1229.77/1225.79	c cleaning 10002 clauses out of 20029 with flag 3285000/3285000
1233.38/1229.36	c cleaning 10001 clauses out of 20029 with flag 3295002/3295002
1237.39/1233.34	c cleaning 9999 clauses out of 20027 with flag 3305001/3305001
1241.80/1237.77	c cleaning 9998 clauses out of 20027 with flag 3315000/3315000
1245.71/1241.62	c cleaning 10000 clauses out of 20032 with flag 3325003/3325003
1249.81/1245.70	c cleaning 10000 clauses out of 20030 with flag 3335001/3335001
1253.73/1249.64	c cleaning 9993 clauses out of 20030 with flag 3345001/3345001
1257.15/1253.09	c cleaning 10002 clauses out of 20038 with flag 3355002/3355002
1260.85/1256.75	c cleaning 10006 clauses out of 20039 with flag 3365005/3365005
1264.67/1260.56	c cleaning 9999 clauses out of 20028 with flag 3375000/3375000
1268.07/1263.97	c cleaning 9998 clauses out of 20031 with flag 3385002/3385002
1271.67/1267.50	c cleaning 10002 clauses out of 20033 with flag 3395002/3395002
1275.18/1271.07	c cleaning 10001 clauses out of 20034 with flag 3405005/3405005
1278.78/1274.60	c cleaning 9996 clauses out of 20029 with flag 3415001/3415001
1282.19/1278.04	c cleaning 10000 clauses out of 20032 with flag 3425000/3425000
1285.20/1281.07	c cleaning 9993 clauses out of 20032 with flag 3435000/3435000
1289.42/1285.28	c cleaning 9995 clauses out of 20042 with flag 3445003/3445003
1293.02/1288.89	c cleaning 9998 clauses out of 20045 with flag 3455001/3455001
1296.52/1292.31	c cleaning 9997 clauses out of 20047 with flag 3465001/3465001
1300.43/1296.25	c cleaning 10002 clauses out of 20049 with flag 3475000/3475000
1304.04/1299.89	c cleaning 10002 clauses out of 20049 with flag 3485002/3485002
1307.65/1303.44	c cleaning 9998 clauses out of 20045 with flag 3495000/3495000
1311.05/1306.89	c cleaning 9999 clauses out of 20050 with flag 3505003/3505003
1314.26/1310.04	c cleaning 9997 clauses out of 20048 with flag 3515000/3515000
1317.76/1313.54	c cleaning 10005 clauses out of 20053 with flag 3525002/3525002
1320.67/1316.49	c cleaning 10002 clauses out of 20049 with flag 3535003/3535003
1323.67/1319.49	c cleaning 10000 clauses out of 20046 with flag 3545002/3545002
1326.88/1322.66	c cleaning 9999 clauses out of 20044 with flag 3555000/3555000
1329.99/1325.77	c cleaning 10000 clauses out of 20045 with flag 3565000/3565000
1333.30/1329.01	c cleaning 9999 clauses out of 20046 with flag 3575001/3575001
1336.20/1331.95	c cleaning 9997 clauses out of 20046 with flag 3585000/3585000
1339.61/1335.33	c cleaning 10000 clauses out of 20049 with flag 3595000/3595000
1342.80/1338.53	c cleaning 10001 clauses out of 20050 with flag 3605001/3605001
1346.32/1342.05	c cleaning 9997 clauses out of 20048 with flag 3615000/3615000
1349.82/1345.59	c cleaning 10003 clauses out of 20055 with flag 3625004/3625004
1353.02/1348.75	c cleaning 10002 clauses out of 20050 with flag 3635002/3635002
1356.73/1352.41	c cleaning 10000 clauses out of 20047 with flag 3645001/3645001
1359.63/1355.34	c cleaning 10008 clauses out of 20046 with flag 3655000/3655000
1363.43/1359.19	c cleaning 9997 clauses out of 20041 with flag 3665003/3665003
1367.25/1362.96	c cleaning 9994 clauses out of 20041 with flag 3675000/3675000
1371.46/1367.20	c cleaning 9995 clauses out of 20049 with flag 3685002/3685002
1374.88/1370.55	c cleaning 9991 clauses out of 20052 with flag 3695000/3695000
1377.98/1373.65	c cleaning 9994 clauses out of 20061 with flag 3705000/3705000
1381.38/1377.02	c cleaning 9997 clauses out of 20067 with flag 3715000/3715000
1384.59/1380.22	c cleaning 9995 clauses out of 20070 with flag 3725000/3725000
1387.99/1383.61	c cleaning 10009 clauses out of 20078 with flag 3735003/3735003
1392.09/1387.79	c cleaning 9994 clauses out of 20076 with flag 3745010/3745010
1395.30/1390.92	c cleaning 10008 clauses out of 20074 with flag 3755002/3755002
1398.61/1394.25	c cleaning 10002 clauses out of 20067 with flag 3765003/3765003
1401.72/1397.35	c cleaning 9999 clauses out of 20064 with flag 3775002/3775002
1405.42/1401.01	c cleaning 10005 clauses out of 20073 with flag 3785010/3785010
1408.73/1404.31	c cleaning 10002 clauses out of 20063 with flag 3795005/3795005
1411.73/1407.32	c cleaning 9997 clauses out of 20061 with flag 3805005/3805005
1415.54/1411.10	c cleaning 10000 clauses out of 20061 with flag 3815002/3815002
1418.66/1414.26	c cleaning 9999 clauses out of 20063 with flag 3825004/3825004
1422.16/1417.70	c cleaning 9993 clauses out of 20060 with flag 3835000/3835000
1425.27/1420.82	c cleaning 10001 clauses out of 20068 with flag 3845001/3845001
1428.88/1424.44	c cleaning 9997 clauses out of 20068 with flag 3855002/3855002
1432.19/1427.71	c cleaning 9994 clauses out of 20070 with flag 3865001/3865001
1435.08/1430.62	c cleaning 10010 clauses out of 20082 with flag 3875007/3875007
1438.18/1433.73	c cleaning 9981 clauses out of 20065 with flag 3885000/3885000
1441.18/1436.76	c cleaning 10013 clauses out of 20085 with flag 3895001/3895001
1444.69/1440.22	c cleaning 10003 clauses out of 20074 with flag 3905003/3905003
1447.91/1443.46	c cleaning 10001 clauses out of 20069 with flag 3915001/3915001
1451.12/1446.65	c cleaning 9999 clauses out of 20068 with flag 3925001/3925001
1454.63/1450.18	c cleaning 9986 clauses out of 20068 with flag 3935000/3935000
1458.03/1453.57	c cleaning 10006 clauses out of 20082 with flag 3945000/3945000
1461.73/1457.28	c cleaning 10005 clauses out of 20076 with flag 3955000/3955000
1466.54/1462.03	c cleaning 10000 clauses out of 20072 with flag 3965001/3965001
1471.64/1467.12	c cleaning 9998 clauses out of 20071 with flag 3975000/3975000
1474.84/1470.39	c cleaning 10003 clauses out of 20073 with flag 3985000/3985000
1478.04/1473.53	c cleaning 10020 clauses out of 20071 with flag 3995001/3995001
1481.94/1477.49	c cleaning 10009 clauses out of 20050 with flag 4005000/4005000
1485.87/1481.34	c cleaning 10006 clauses out of 20042 with flag 4015001/4015001
1489.67/1485.16	c cleaning 10001 clauses out of 20036 with flag 4025001/4025001
1493.38/1488.86	c cleaning 9991 clauses out of 20034 with flag 4035000/4035000
1497.28/1492.78	c cleaning 10006 clauses out of 20044 with flag 4045001/4045001
1500.89/1496.34	c cleaning 10004 clauses out of 20038 with flag 4055001/4055001
1504.99/1500.42	c cleaning 10001 clauses out of 20034 with flag 4065001/4065001
1508.30/1503.79	c cleaning 10000 clauses out of 20034 with flag 4075002/4075002
1512.11/1507.58	c cleaning 9991 clauses out of 20032 with flag 4085000/4085000
1515.92/1511.40	c cleaning 10004 clauses out of 20042 with flag 4095001/4095001
1519.12/1514.57	c cleaning 9999 clauses out of 20038 with flag 4105001/4105001
1523.33/1518.74	c cleaning 10003 clauses out of 20041 with flag 4115003/4115003
1526.74/1522.17	c cleaning 10001 clauses out of 20035 with flag 4125000/4125000
1529.94/1525.31	c cleaning 9999 clauses out of 20036 with flag 4135002/4135002
1533.25/1528.69	c cleaning 9996 clauses out of 20035 with flag 4145000/4145000
1537.06/1532.48	c cleaning 10006 clauses out of 20043 with flag 4155004/4155004
1540.37/1535.74	c cleaning 10000 clauses out of 20033 with flag 4165000/4165000
1543.27/1538.63	c cleaning 9998 clauses out of 20034 with flag 4175001/4175001
1547.17/1542.57	c cleaning 10000 clauses out of 20037 with flag 4185002/4185002
1550.78/1546.13	c cleaning 10000 clauses out of 20036 with flag 4195001/4195001
1555.29/1550.60	c cleaning 10000 clauses out of 20036 with flag 4205001/4205001
1559.10/1554.48	c cleaning 9997 clauses out of 20036 with flag 4215001/4215001
1563.42/1558.73	c cleaning 10001 clauses out of 20038 with flag 4225000/4225000
1567.41/1562.79	c cleaning 10002 clauses out of 20039 with flag 4235002/4235002
1571.62/1566.91	c cleaning 10002 clauses out of 20037 with flag 4245002/4245002
1575.83/1571.10	c cleaning 9998 clauses out of 20035 with flag 4255002/4255002
1579.84/1575.11	c cleaning 10001 clauses out of 20035 with flag 4265000/4265000
1583.03/1578.35	c cleaning 10000 clauses out of 20035 with flag 4275001/4275001
1587.04/1582.35	c cleaning 9999 clauses out of 20035 with flag 4285001/4285001
1590.96/1586.29	c cleaning 9998 clauses out of 20036 with flag 4295001/4295001
1594.56/1589.87	c cleaning 10005 clauses out of 20038 with flag 4305001/4305001
1599.06/1594.36	c cleaning 9999 clauses out of 20033 with flag 4315001/4315001
1603.08/1598.32	c cleaning 10000 clauses out of 20034 with flag 4325001/4325001
1606.98/1602.22	c cleaning 9998 clauses out of 20033 with flag 4335000/4335000
1610.69/1605.91	c cleaning 10002 clauses out of 20035 with flag 4345000/4345000
1614.19/1609.48	c cleaning 10000 clauses out of 20036 with flag 4355003/4355003
1617.59/1612.82	c cleaning 10002 clauses out of 20035 with flag 4365002/4365002
1621.91/1617.18	c cleaning 9995 clauses out of 20031 with flag 4375000/4375000
1626.13/1621.35	c cleaning 10001 clauses out of 20037 with flag 4385001/4385001
1629.94/1625.12	c cleaning 9999 clauses out of 20035 with flag 4395000/4395000
1633.74/1628.92	c cleaning 10001 clauses out of 20038 with flag 4405002/4405002
1637.15/1632.35	c cleaning 10000 clauses out of 20037 with flag 4415002/4415002
1641.05/1636.24	c cleaning 10000 clauses out of 20036 with flag 4425001/4425001
1645.06/1640.25	c cleaning 10001 clauses out of 20036 with flag 4435001/4435001
1648.97/1644.11	c cleaning 10002 clauses out of 20038 with flag 4445004/4445004
1653.07/1648.28	c cleaning 9999 clauses out of 20032 with flag 4455000/4455000
1656.57/1651.72	c cleaning 10000 clauses out of 20035 with flag 4465002/4465002
1659.88/1655.00	c cleaning 10000 clauses out of 20034 with flag 4475001/4475001
1663.39/1658.58	c cleaning 10000 clauses out of 20034 with flag 4485001/4485001
1665.60/1660.79	c cleaning 9996 clauses out of 20034 with flag 4495001/4495001
1668.41/1663.51	c cleaning 10009 clauses out of 20039 with flag 4505002/4505002
1670.92/1666.07	c cleaning 9997 clauses out of 20028 with flag 4515000/4515000
1674.23/1669.34	c cleaning 9988 clauses out of 20031 with flag 4525000/4525000
1677.54/1672.63	c cleaning 9950 clauses out of 20043 with flag 4535000/4535000
1681.15/1676.21	c cleaning 9950 clauses out of 20093 with flag 4545000/4545000
1684.86/1679.96	c cleaning 9974 clauses out of 20145 with flag 4555002/4555002
1689.17/1684.25	c cleaning 9986 clauses out of 20169 with flag 4565000/4565000
1692.18/1687.22	c cleaning 10074 clauses out of 20183 with flag 4575000/4575000
1696.09/1691.16	c cleaning 10041 clauses out of 20112 with flag 4585003/4585003
1699.61/1694.67	c cleaning 10018 clauses out of 20069 with flag 4595001/4595001
1703.42/1698.43	c cleaning 10010 clauses out of 20051 with flag 4605001/4605001
1707.84/1702.89	c cleaning 10003 clauses out of 20040 with flag 4615000/4615000
1711.14/1706.13	c cleaning 10006 clauses out of 20038 with flag 4625001/4625001
1714.57/1709.50	c cleaning 10001 clauses out of 20031 with flag 4635000/4635000
1718.27/1713.21	c cleaning 10000 clauses out of 20031 with flag 4645001/4645001
1721.89/1716.88	c cleaning 10003 clauses out of 20038 with flag 4655008/4655008
1726.80/1721.71	c cleaning 9996 clauses out of 20027 with flag 4665000/4665000
1731.21/1726.19	c cleaning 9999 clauses out of 20031 with flag 4675000/4675000
1734.03/1728.95	c cleaning 10014 clauses out of 20032 with flag 4685000/4685000
1736.45/1731.37	c cleaning 9989 clauses out of 20020 with flag 4695002/4695002
1740.06/1734.97	c cleaning 9996 clauses out of 20031 with flag 4705002/4705002
1743.97/1738.85	c cleaning 9997 clauses out of 20035 with flag 4715002/4715002
1748.38/1743.25	c cleaning 9996 clauses out of 20036 with flag 4725000/4725000
1752.39/1747.21	c cleaning 9999 clauses out of 20040 with flag 4735000/4735000
1756.31/1751.19	c cleaning 9998 clauses out of 20041 with flag 4745000/4745000
1760.42/1755.23	c cleaning 10000 clauses out of 20044 with flag 4755001/4755001
1764.72/1759.50	c cleaning 10002 clauses out of 20046 with flag 4765003/4765003
1769.74/1764.58	c cleaning 10001 clauses out of 20042 with flag 4775001/4775001
1772.74/1767.54	c cleaning 10012 clauses out of 20040 with flag 4785000/4785000
1776.36/1771.18	c cleaning 10003 clauses out of 20028 with flag 4795000/4795000
1780.16/1774.95	c cleaning 10006 clauses out of 20027 with flag 4805002/4805002
1783.27/1778.01	c cleaning 10002 clauses out of 20021 with flag 4815002/4815002
1786.97/1781.73	c cleaning 9997 clauses out of 20017 with flag 4825000/4825000
1791.29/1786.08	c cleaning 10000 clauses out of 20020 with flag 4835000/4835000
1794.91/1789.69	c cleaning 10001 clauses out of 20020 with flag 4845000/4845000
1798.10/1792.83	c cleaning 9992 clauses out of 20020 with flag 4855001/4855001
1800.01/1794.71	c starts		: 273
1800.01/1794.71	c conflicts		: 4862309
1800.01/1794.71	c decisions		: 6051011
1800.01/1794.71	c propagations		: 108203442
1800.01/1794.71	c inspects		: 6615350166
1800.01/1794.71	c learnt literals	: 0
1800.01/1794.71	c learnt binary clauses	: 0
1800.01/1794.71	c learnt ternary clauses	: 0
1800.01/1794.71	c learnt clauses	: 4862309
1800.01/1794.71	c ignored clauses	: 0
1800.01/1794.71	c root simplifications	: 0
1800.01/1794.71	c removed literals (reason simplification)	: 28458399
1800.01/1794.71	c reason swapping (by a shorter reason)	: 0
1800.01/1794.71	c Calls to reduceDB	: 487
1800.01/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.71	c number of learned constraints concerned by reduction	: 0
1800.01/1794.71	c number of learning phase by resolution	: 0
1800.01/1794.71	c number of learning phase by cutting planes	: 0
1800.01/1794.71	c speed (assignments/second)	: 60300.32729439052
1800.01/1794.71	c non guided choices	19745
1800.01/1794.72	c learnt constraints type 
1800.01/1794.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17362
1800.01/1794.72	c constraints type 
1800.01/1794.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.01/1794.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
1800.01/1794.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7
1800.01/1794.72	s SATISFIABLE
1800.01/1794.72	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 -x813 -x814 x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 
1800.01/1794.72	c objective function=23
1800.01/1794.72	c Total wall clock time (in seconds): 1794.631

Verifier Data

OK	23

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.68 3/196 4001
/proc/meminfo: memFree=32438016/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=13164 CPUtime=0
/proc/4001/stat : 4001 (java) R 3999 4001 3792 0 -1 4194304 1022 0 0 0 0 0 0 0 24 0 1 0 766330 13479936 512 4089446400 134512640 134550932 4290751536 18446744073709551615 102620000 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4001/statm: 3291 527 225 10 0 1121 0
[pid=4001/tid=4002] ppid=3999 vsize=13436 CPUtime=0
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 2 0 766330 13758464 540 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0566041 s]
/proc/loadavg: 2.00 1.97 1.68 3/196 4001
/proc/meminfo: memFree=32438016/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1528716 CPUtime=0.04
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 4102 0 1 0 3 1 0 0 24 0 18 0 766330 1565405184 3536 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 382179 3536 1078 10 0 379482 0
[pid=4001/tid=4002] ppid=3999 vsize=1528716 CPUtime=0.03
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 3013 0 1 0 2 1 0 0 25 0 18 0 766330 1565405184 3536 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528716

[startup+0.100595 s]
/proc/loadavg: 2.00 1.97 1.68 3/196 4001
/proc/meminfo: memFree=32438016/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1530180 CPUtime=0.11
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 5232 0 1 0 10 1 0 0 24 0 18 0 766330 1566904320 4664 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 382545 4665 1347 10 0 379848 0
[pid=4001/tid=4002] ppid=3999 vsize=1530180 CPUtime=0.08
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 3562 0 1 0 7 1 0 0 18 0 18 0 766330 1566904320 4665 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530180

[startup+0.30056 s]
/proc/loadavg: 2.00 1.97 1.68 3/196 4001
/proc/meminfo: memFree=32438016/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1533672 CPUtime=0.6
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 6851 0 1 0 58 2 0 0 24 0 19 0 766330 1570480128 6121 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383418 6121 1416 10 0 380721 0
[pid=4001/tid=4002] ppid=3999 vsize=1533672 CPUtime=0.28
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 4140 0 1 0 27 1 0 0 19 0 19 0 766330 1570480128 6121 4089446400 134512640 134550932 4290751536 18446744073709551615 4109425184 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533672

[startup+0.700596 s]
/proc/loadavg: 2.00 1.97 1.68 3/196 4001
/proc/meminfo: memFree=32438016/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1533672 CPUtime=1.13
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 7644 0 1 0 111 2 0 0 24 0 19 0 766330 1570480128 6914 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383418 6914 1422 10 0 380721 0
[pid=4001/tid=4002] ppid=3999 vsize=1533672 CPUtime=0.68
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 4907 0 1 0 67 1 0 0 19 0 19 0 766330 1570480128 6914 4089446400 134512640 134550932 4290751536 18446744073709551615 4109714523 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533672

[startup+1.50135 s]
/proc/loadavg: 2.00 1.97 1.68 3/215 4020
/proc/meminfo: memFree=32414188/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1533672 CPUtime=1.98
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 9407 0 1 0 196 2 0 0 24 0 19 0 766330 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383418 8667 1439 10 0 380721 0
[pid=4001/tid=4002] ppid=3999 vsize=1533672 CPUtime=1.47
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 5352 0 1 0 146 1 0 0 20 0 19 0 766330 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4109681331 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 282 0 0 0 0 0 0 0 18 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 62 0 0 0 0 0 0 0 17 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 278 0 0 0 0 0 0 0 18 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 766331 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 643 0 0 0 0 0 0 0 17 0 19 0 766332 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1533672 CPUtime=0.24
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 583 0 0 0 24 0 0 0 15 0 19 0 766334 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1533672 CPUtime=0.24
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1088 0 0 0 24 0 0 0 20 0 19 0 766334 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766334 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1570480128 8667 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1533672

[startup+3.10107 s]
/proc/loadavg: 2.00 1.97 1.68 3/215 4020
/proc/meminfo: memFree=32402288/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1533672 CPUtime=3.62
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 11198 0 1 0 359 3 0 0 24 0 19 0 766330 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383418 10456 1439 10 0 380721 0
[pid=4001/tid=4002] ppid=3999 vsize=1533672 CPUtime=3.05
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 5354 0 1 0 304 1 0 0 25 0 19 0 766330 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4109605324 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 716 0 0 0 0 0 0 0 16 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 433 0 0 0 0 0 0 0 16 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 516 0 0 0 0 0 0 0 16 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766331 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1533672 CPUtime=0.01
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 1099 0 0 0 1 0 0 0 15 0 19 0 766332 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1533672 CPUtime=0.26
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 587 0 0 0 26 0 0 0 15 0 19 0 766334 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1533672 CPUtime=0.26
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1091 0 0 0 26 0 0 0 16 0 19 0 766334 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766334 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1533672 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1570480128 10456 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1533672

[startup+6.30064 s]
/proc/loadavg: 2.00 1.97 1.68 3/215 4021
/proc/meminfo: memFree=32393360/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1533060 CPUtime=6.86
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 14414 0 1 0 683 3 0 0 24 0 19 0 766330 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383265 13494 1439 10 0 380568 0
[pid=4001/tid=4002] ppid=3999 vsize=1533060 CPUtime=6.21
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 5690 0 1 0 620 1 0 0 25 0 19 0 766330 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4109639447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 1042 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 555 0 0 0 0 0 0 0 16 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 466 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 433 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 267 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 19 0 766331 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1533060 CPUtime=0.04
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 1751 0 0 0 4 0 0 0 15 0 19 0 766332 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1533060 CPUtime=0.27
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 589 0 0 0 27 0 0 0 15 0 19 0 766334 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1533060 CPUtime=0.29
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1162 0 0 0 29 0 0 0 15 0 19 0 766334 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766334 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1533060 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1569853440 13494 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1533060


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

[pid=4001/tid=4009] ppid=3999 vsize=1534736 CPUtime=0.77
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 885 0 0 0 72 5 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1534736 CPUtime=0.75
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 1309 0 0 0 70 5 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1534736 CPUtime=0.71
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 753 0 0 0 66 5 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1534736 CPUtime=12.96
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 10636 0 0 0 1290 6 0 0 16 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1534736 CPUtime=0.27
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 589 0 0 0 27 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1534736 CPUtime=0.31
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1165 0 0 0 31 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.41
Current children cumulated vsize (KiB) 1534736

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/215 4346
/proc/meminfo: memFree=31962296/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1534736 CPUtime=1787.59
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 29383 0 1 0 178694 65 0 0 24 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383684 27693 1439 10 0 380987 0
[pid=4001/tid=4002] ppid=3999 vsize=1534736 CPUtime=1767.18
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 8215 0 1 0 176715 3 0 0 25 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4109654648 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1534736 CPUtime=0.75
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 576 0 0 0 68 7 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1534736 CPUtime=0.79
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 1754 0 0 0 73 6 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 7 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 952 0 0 0 73 8 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 749 0 0 0 74 7 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 5 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1534736 CPUtime=0.76
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 628 0 0 0 70 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1534736 CPUtime=0.8
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 885 0 0 0 75 5 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1534736 CPUtime=0.78
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 1309 0 0 0 72 6 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1534736 CPUtime=0.74
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 753 0 0 0 69 5 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1534736 CPUtime=13.45
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 10640 0 0 0 1339 6 0 0 16 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1534736 CPUtime=0.27
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 589 0 0 0 27 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1534736 CPUtime=0.31
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1165 0 0 0 31 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (KiB) 1534736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.01 2.00 1.91 3/215 4346
/proc/meminfo: memFree=31962152/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1534736 CPUtime=1800.01
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 29386 0 1 0 179936 65 0 0 24 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383684 27693 1439 10 0 380987 0
[pid=4001/tid=4002] ppid=3999 vsize=1534736 CPUtime=1779.49
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 8218 0 1 0 177946 3 0 0 25 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4109666117 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1534736 CPUtime=0.76
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 576 0 0 0 69 7 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1534736 CPUtime=0.79
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 1754 0 0 0 73 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 7 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 952 0 0 0 73 8 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1534736 CPUtime=0.82
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 749 0 0 0 75 7 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 5 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1534736 CPUtime=0.77
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 628 0 0 0 71 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 885 0 0 0 76 5 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1534736 CPUtime=0.79
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 1309 0 0 0 73 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1534736 CPUtime=0.75
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 753 0 0 0 70 5 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1534736 CPUtime=13.54
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 10640 0 0 0 1348 6 0 0 15 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1534736 CPUtime=0.27
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 589 0 0 0 27 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1534736 CPUtime=0.31
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1165 0 0 0 31 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1534736

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

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

[startup+1794.7 s]
/proc/loadavg: 2.01 2.00 1.91 3/215 4346
/proc/meminfo: memFree=31962152/32950940 swapFree=67111528/67111528
[pid=4001] ppid=3999 vsize=1534736 CPUtime=1800.01
/proc/4001/stat : 4001 (java) S 3999 4001 3792 0 -1 4202496 29386 0 1 0 179936 65 0 0 24 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4001/statm: 383684 27693 1439 10 0 380987 0
[pid=4001/tid=4002] ppid=3999 vsize=1534736 CPUtime=1779.49
/proc/4001/task/4002/stat : 4002 (java) R 3999 4001 3792 0 -1 4202560 8218 0 1 0 177946 3 0 0 25 0 19 0 766330 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4109666117 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=1534736 CPUtime=0.76
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 3792 0 -1 4202560 576 0 0 0 69 7 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=1534736 CPUtime=0.79
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 3792 0 -1 4202560 1754 0 0 0 73 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 7 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 3792 0 -1 4202560 952 0 0 0 73 8 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=1534736 CPUtime=0.82
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 3792 0 -1 4202560 749 0 0 0 75 7 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 5 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=1534736 CPUtime=0.77
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 3792 0 -1 4202560 628 0 0 0 71 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=1534736 CPUtime=0.81
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 3792 0 -1 4202560 885 0 0 0 76 5 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=1534736 CPUtime=0.79
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 3792 0 -1 4202560 1309 0 0 0 73 6 0 0 15 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=1534736 CPUtime=0.75
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 3792 0 -1 4202560 753 0 0 0 70 5 0 0 16 0 19 0 766331 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=1534736 CPUtime=13.54
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 3792 0 -1 4202560 10640 0 0 0 1348 6 0 0 15 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 0 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 3792 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 3792 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766332 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=1534736 CPUtime=0.27
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 3792 0 -1 4202560 589 0 0 0 27 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 2 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=1534736 CPUtime=0.31
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 3792 0 -1 4202560 1165 0 0 0 31 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 6 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 4 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 3792 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 766334 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 3 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=1534736 CPUtime=0
/proc/4001/task/4020/stat : 4020 (java) S 3999 4001 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766347 1571569664 27693 4089446400 134512640 134550932 4290751536 18446744073709551615 4294960144 0 4 0 16800975 18446604453947010112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1534736

Child status: 143
Real time (s): 1794.78
CPU time (s): 1800.13
CPU user time (s): 1799.47
CPU system time (s): 0.658899
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 1534736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29408
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= 51379
involuntary context switches= 255759

runsolver used 3.12652 second user time and 6.30604 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-05 12:25:22
IDJOB=2698287
IDBENCH=78731
IDSOLVER=1211
FILE ID=node117/2698287-1278325522
PBS_JOBID= 11207463
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= 855765d60afa4a3ed9dadddc2a73110a
RANDOM SEED=214849639

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5251.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32438404 kB
Buffers:         21104 kB
Cached:         284252 kB
SwapCached:          0 kB
Active:         187940 kB
Inactive:       224676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32438404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:      107344 kB
Mapped:          20260 kB
Slab:            35792 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1637416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74196 MiB
End job on node117 at 2010-07-05 12:55:19