Trace number 2662591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)77 1803.37 1057.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark8.99663
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 1226
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662591-1276596434.opb
0.23/0.21	c reading problem ... 
1.50/0.97	c ... done. Wall clock time 0.753s.
1.50/0.97	c #vars     1226
1.50/0.97	c #constraints  4208
1.50/0.97	c constraints type 
1.50/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3297
1.50/0.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 911
1.50/0.97	c constraints type 
1.50/0.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 911
1.50/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3297
1.90/1.17	c And the winner is Resolution
2.06/2.00	c SATISFIABLE
2.06/2.00	c OPTIMIZING...
2.06/2.00	c Got one! Elapsed wall clock time (in seconds):1.785
2.06/2.00	o 89
2.45/2.29	c And the winner is Resolution
2.74/3.15	c Got one! Elapsed wall clock time (in seconds):2.936
2.74/3.15	o 86
2.83/3.29	c And the winner is CuttingPlanes
2.99/4.18	c Got one! Elapsed wall clock time (in seconds):3.965
2.99/4.18	o 84
3.03/4.22	c And the winner is Resolution
3.10/5.23	c Got one! Elapsed wall clock time (in seconds):5.015
3.10/5.23	o 83
6.39/6.95	c cleaning 2497 clauses out of 5001 with flag 5001/5001
8.32/7.93	c cleaning 4248 clauses out of 8504 with flag 11001/11001
10.27/8.92	c cleaning 5622 clauses out of 11255 with flag 18000/18000
12.60/10.16	c cleaning 6813 clauses out of 13634 with flag 26001/26001
14.53/11.17	c And the winner is CuttingPlanes
14.68/11.45	c Got one! Elapsed wall clock time (in seconds):11.233
14.68/11.45	o 82
15.17/11.70	c cleaning 7907 clauses out of 15821 with flag 35001/35001
18.09/13.22	c cleaning 8953 clauses out of 17914 with flag 45001/45001
20.99/14.70	c cleaning 9475 clauses out of 18961 with flag 55001/55001
23.91/16.25	c cleaning 9738 clauses out of 19485 with flag 65000/65000
27.80/18.25	c cleaning 9871 clauses out of 19747 with flag 75000/75000
30.71/19.73	c cleaning 9930 clauses out of 19876 with flag 85000/85000
33.58/21.27	c cleaning 9965 clauses out of 19946 with flag 95000/95000
36.28/22.67	c cleaning 9985 clauses out of 19981 with flag 105000/105000
39.73/24.44	c cleaning 9996 clauses out of 19999 with flag 115003/115003
42.83/26.07	c cleaning 9996 clauses out of 20000 with flag 125000/125000
46.30/27.83	c cleaning 10000 clauses out of 20006 with flag 135002/135002
49.78/29.61	c cleaning 9995 clauses out of 20005 with flag 145001/145001
53.01/31.30	c cleaning 9999 clauses out of 20009 with flag 155000/155000
55.89/32.83	c cleaning 10000 clauses out of 20010 with flag 165000/165000
57.76/33.88	c And the winner is CuttingPlanes
57.93/34.56	c Got one! Elapsed wall clock time (in seconds):34.342
57.93/34.56	o 78
58.81/35.02	c cleaning 10001 clauses out of 20010 with flag 175000/175000
62.08/36.79	c cleaning 9997 clauses out of 20009 with flag 185000/185000
65.51/38.55	c cleaning 10000 clauses out of 20013 with flag 195001/195001
68.77/40.23	c cleaning 10001 clauses out of 20012 with flag 205000/205000
71.63/41.80	c cleaning 9995 clauses out of 20012 with flag 215001/215001
74.88/43.46	c cleaning 10000 clauses out of 20017 with flag 225001/225001
77.90/45.04	c cleaning 9999 clauses out of 20017 with flag 235001/235001
80.94/46.60	c cleaning 9996 clauses out of 20017 with flag 245000/245000
83.79/48.14	c cleaning 9997 clauses out of 20021 with flag 255000/255000
86.62/49.68	c cleaning 10007 clauses out of 20025 with flag 265001/265001
89.82/51.39	c cleaning 10001 clauses out of 20018 with flag 275001/275001
93.23/53.15	c cleaning 10001 clauses out of 20016 with flag 285000/285000
96.66/54.91	c cleaning 10003 clauses out of 20015 with flag 295000/295000
100.07/56.76	c cleaning 9998 clauses out of 20013 with flag 305001/305001
103.83/58.78	c cleaning 9997 clauses out of 20016 with flag 315002/315002
107.24/60.51	c cleaning 9999 clauses out of 20017 with flag 325000/325000
110.25/62.18	c cleaning 10001 clauses out of 20018 with flag 335000/335000
113.64/63.97	c cleaning 10005 clauses out of 20018 with flag 345001/345001
116.80/65.68	c cleaning 10000 clauses out of 20012 with flag 355000/355000
120.00/67.32	c cleaning 10000 clauses out of 20015 with flag 365003/365003
123.40/69.12	c cleaning 9997 clauses out of 20012 with flag 375000/375000
127.00/71.03	c cleaning 10002 clauses out of 20015 with flag 385000/385000
130.13/72.73	c cleaning 10002 clauses out of 20013 with flag 395000/395000
133.13/74.32	c cleaning 10000 clauses out of 20011 with flag 405000/405000
136.14/75.96	c cleaning 10000 clauses out of 20011 with flag 415000/415000
139.32/77.62	c cleaning 9998 clauses out of 20011 with flag 425000/425000
142.44/79.35	c cleaning 10002 clauses out of 20013 with flag 435000/435000
145.45/81.00	c cleaning 9997 clauses out of 20011 with flag 445000/445000
148.62/82.60	c cleaning 10001 clauses out of 20014 with flag 455000/455000
151.60/84.29	c cleaning 9999 clauses out of 20013 with flag 465000/465000
154.89/86.02	c cleaning 10000 clauses out of 20015 with flag 475001/475001
158.07/87.73	c cleaning 9996 clauses out of 20014 with flag 485000/485000
161.24/89.47	c cleaning 9998 clauses out of 20018 with flag 495000/495000
164.61/91.21	c cleaning 9997 clauses out of 20020 with flag 505000/505000
167.90/93.04	c cleaning 10004 clauses out of 20023 with flag 515000/515000
170.87/94.69	c cleaning 10003 clauses out of 20020 with flag 525001/525001
174.00/96.34	c cleaning 10003 clauses out of 20017 with flag 535001/535001
177.16/98.05	c cleaning 10000 clauses out of 20013 with flag 545000/545000
180.44/99.83	c cleaning 9998 clauses out of 20013 with flag 555000/555000
183.78/101.65	c cleaning 10001 clauses out of 20016 with flag 565001/565001
187.13/103.43	c cleaning 10001 clauses out of 20014 with flag 575000/575000
190.46/105.25	c cleaning 10001 clauses out of 20013 with flag 585000/585000
193.52/106.97	c cleaning 10001 clauses out of 20013 with flag 595001/595001
196.66/108.64	c cleaning 10002 clauses out of 20011 with flag 605000/605000
200.19/110.50	c cleaning 9999 clauses out of 20010 with flag 615001/615001
203.34/112.28	c cleaning 9996 clauses out of 20010 with flag 625000/625000
206.77/114.13	c cleaning 9999 clauses out of 20014 with flag 635000/635000
209.71/115.71	c And the winner is CuttingPlanes
209.82/115.82	c cleaning 10005 clauses out of 20016 with flag 645001/645001
210.13/116.39	c Got one! Elapsed wall clock time (in seconds):116.175
210.13/116.39	o 77
213.10/117.97	c cleaning 10001 clauses out of 20010 with flag 655000/655000
216.63/119.87	c cleaning 9999 clauses out of 20010 with flag 665001/665001
220.07/121.78	c cleaning 9998 clauses out of 20010 with flag 675000/675000
223.18/123.50	c cleaning 10000 clauses out of 20012 with flag 685000/685000
226.70/125.31	c cleaning 9995 clauses out of 20012 with flag 695000/695000
230.80/127.55	c cleaning 10004 clauses out of 20017 with flag 705000/705000
235.21/129.93	c cleaning 9998 clauses out of 20013 with flag 715000/715000
238.93/131.96	c cleaning 10003 clauses out of 20015 with flag 725000/725000
242.82/134.06	c cleaning 9998 clauses out of 20012 with flag 735000/735000
247.12/136.34	c cleaning 9997 clauses out of 20014 with flag 745000/745000
250.93/138.50	c cleaning 10006 clauses out of 20018 with flag 755001/755001
254.62/140.44	c cleaning 9997 clauses out of 20012 with flag 765001/765001
258.32/142.46	c cleaning 10002 clauses out of 20015 with flag 775001/775001
261.80/144.39	c cleaning 10001 clauses out of 20013 with flag 785001/785001
265.40/146.36	c cleaning 9999 clauses out of 20011 with flag 795000/795000
269.07/148.38	c cleaning 9996 clauses out of 20012 with flag 805000/805000
272.57/150.25	c cleaning 10001 clauses out of 20017 with flag 815001/815001
276.24/152.25	c cleaning 10003 clauses out of 20015 with flag 825000/825000
280.03/154.35	c cleaning 9997 clauses out of 20012 with flag 835000/835000
283.69/156.35	c cleaning 9997 clauses out of 20015 with flag 845000/845000
286.95/158.19	c cleaning 10005 clauses out of 20020 with flag 855002/855002
290.62/160.11	c cleaning 10000 clauses out of 20013 with flag 865000/865000
293.97/162.02	c cleaning 10001 clauses out of 20014 with flag 875001/875001
297.44/163.96	c cleaning 10002 clauses out of 20013 with flag 885001/885001
300.88/165.89	c cleaning 10000 clauses out of 20010 with flag 895000/895000
305.13/168.14	c cleaning 9998 clauses out of 20011 with flag 905001/905001
308.88/170.27	c cleaning 10000 clauses out of 20012 with flag 915000/915000
312.53/172.23	c cleaning 9989 clauses out of 20012 with flag 925000/925000
315.98/174.17	c cleaning 9997 clauses out of 20025 with flag 935002/935002
319.25/175.93	c cleaning 10004 clauses out of 20026 with flag 945000/945000
322.78/177.93	c cleaning 10002 clauses out of 20022 with flag 955000/955000
326.03/179.76	c cleaning 10001 clauses out of 20021 with flag 965001/965001
329.47/181.60	c cleaning 10000 clauses out of 20019 with flag 975000/975000
332.73/183.47	c cleaning 10003 clauses out of 20020 with flag 985001/985001
336.24/185.43	c cleaning 10005 clauses out of 20017 with flag 995001/995001
339.68/187.38	c cleaning 9999 clauses out of 20012 with flag 1005001/1005001
343.32/189.31	c cleaning 9998 clauses out of 20013 with flag 1015001/1015001
346.76/191.22	c cleaning 9994 clauses out of 20015 with flag 1025001/1025001
350.49/193.31	c cleaning 10004 clauses out of 20021 with flag 1035001/1035001
354.12/195.38	c cleaning 9998 clauses out of 20017 with flag 1045001/1045001
357.56/197.25	c cleaning 10001 clauses out of 20018 with flag 1055000/1055000
360.80/199.04	c cleaning 10005 clauses out of 20017 with flag 1065000/1065000
363.90/200.86	c cleaning 9995 clauses out of 20012 with flag 1075000/1075000
367.14/202.63	c cleaning 10005 clauses out of 20017 with flag 1085000/1085000
370.36/204.40	c cleaning 9998 clauses out of 20012 with flag 1095000/1095000
373.39/206.12	c cleaning 9997 clauses out of 20014 with flag 1105000/1105000
376.72/208.05	c cleaning 10005 clauses out of 20018 with flag 1115001/1115001
379.89/209.82	c cleaning 9997 clauses out of 20013 with flag 1125001/1125001
383.10/211.61	c cleaning 10001 clauses out of 20015 with flag 1135000/1135000
386.32/213.47	c cleaning 9997 clauses out of 20014 with flag 1145000/1145000
389.80/215.44	c cleaning 10002 clauses out of 20017 with flag 1155000/1155000
393.21/217.38	c cleaning 10005 clauses out of 20015 with flag 1165000/1165000
396.81/219.39	c cleaning 9998 clauses out of 20012 with flag 1175002/1175002
400.42/221.38	c cleaning 9997 clauses out of 20013 with flag 1185001/1185001
404.28/223.59	c cleaning 9996 clauses out of 20016 with flag 1195001/1195001
408.27/225.72	c cleaning 10002 clauses out of 20019 with flag 1205000/1205000
412.06/227.90	c cleaning 9997 clauses out of 20017 with flag 1215000/1215000
416.05/230.02	c cleaning 9996 clauses out of 20020 with flag 1225000/1225000
420.11/232.30	c cleaning 9997 clauses out of 20024 with flag 1235000/1235000
424.29/234.60	c cleaning 10004 clauses out of 20028 with flag 1245001/1245001
427.87/236.67	c cleaning 9999 clauses out of 20023 with flag 1255000/1255000
431.66/238.74	c cleaning 10003 clauses out of 20024 with flag 1265000/1265000
435.52/240.91	c cleaning 9998 clauses out of 20021 with flag 1275000/1275000
439.29/243.02	c cleaning 10007 clauses out of 20024 with flag 1285001/1285001
443.05/245.12	c cleaning 10002 clauses out of 20016 with flag 1295000/1295000
446.63/247.12	c cleaning 10002 clauses out of 20014 with flag 1305000/1305000
449.87/249.05	c cleaning 9999 clauses out of 20013 with flag 1315001/1315001
453.23/250.91	c cleaning 10002 clauses out of 20016 with flag 1325003/1325003
456.40/252.73	c cleaning 10003 clauses out of 20012 with flag 1335001/1335001
459.77/254.60	c cleaning 9996 clauses out of 20008 with flag 1345000/1345000
462.80/256.42	c cleaning 9997 clauses out of 20012 with flag 1355000/1355000
465.96/258.28	c cleaning 10000 clauses out of 20016 with flag 1365001/1365001
469.72/260.37	c cleaning 9998 clauses out of 20015 with flag 1375000/1375000
473.27/262.36	c cleaning 10004 clauses out of 20017 with flag 1385000/1385000
477.25/264.61	c cleaning 9994 clauses out of 20013 with flag 1395000/1395000
481.19/266.88	c cleaning 10000 clauses out of 20019 with flag 1405000/1405000
485.52/269.24	c cleaning 10002 clauses out of 20019 with flag 1415000/1415000
489.65/271.54	c cleaning 10000 clauses out of 20018 with flag 1425001/1425001
493.43/273.75	c cleaning 10005 clauses out of 20018 with flag 1435001/1435001
497.36/275.97	c cleaning 10002 clauses out of 20012 with flag 1445000/1445000
501.10/278.04	c cleaning 9992 clauses out of 20010 with flag 1455000/1455000
504.83/280.12	c cleaning 9997 clauses out of 20018 with flag 1465000/1465000
508.61/282.35	c cleaning 9999 clauses out of 20021 with flag 1475000/1475000
512.35/284.45	c cleaning 10000 clauses out of 20023 with flag 1485001/1485001
516.09/286.56	c cleaning 10008 clauses out of 20023 with flag 1495001/1495001
519.82/288.67	c cleaning 9999 clauses out of 20014 with flag 1505000/1505000
523.79/290.94	c cleaning 10001 clauses out of 20015 with flag 1515000/1515000
527.12/292.87	c cleaning 9997 clauses out of 20014 with flag 1525000/1525000
530.84/294.91	c cleaning 9999 clauses out of 20018 with flag 1535001/1535001
534.16/296.88	c cleaning 10000 clauses out of 20018 with flag 1545000/1545000
538.13/299.11	c cleaning 10001 clauses out of 20018 with flag 1555000/1555000
541.83/301.20	c cleaning 10001 clauses out of 20017 with flag 1565000/1565000
545.15/303.20	c cleaning 10002 clauses out of 20017 with flag 1575001/1575001
548.67/305.20	c cleaning 10004 clauses out of 20015 with flag 1585001/1585001
552.44/307.38	c cleaning 9997 clauses out of 20010 with flag 1595000/1595000
556.14/309.49	c cleaning 10000 clauses out of 20013 with flag 1605000/1605000
560.04/311.64	c cleaning 9997 clauses out of 20013 with flag 1615000/1615000
563.95/313.89	c cleaning 9999 clauses out of 20016 with flag 1625000/1625000
567.87/316.16	c cleaning 9994 clauses out of 20018 with flag 1635001/1635001
571.97/318.41	c cleaning 10000 clauses out of 20023 with flag 1645000/1645000
575.85/320.63	c cleaning 10009 clauses out of 20023 with flag 1655000/1655000
579.36/322.68	c cleaning 9998 clauses out of 20015 with flag 1665001/1665001
583.27/324.92	c cleaning 10001 clauses out of 20017 with flag 1675001/1675001
586.96/327.01	c cleaning 9997 clauses out of 20015 with flag 1685000/1685000
590.44/329.06	c cleaning 9995 clauses out of 20018 with flag 1695000/1695000
594.14/331.18	c cleaning 10000 clauses out of 20023 with flag 1705000/1705000
598.21/333.53	c cleaning 10001 clauses out of 20026 with flag 1715003/1715003
601.88/335.63	c cleaning 10002 clauses out of 20022 with flag 1725000/1725000
605.95/337.91	c cleaning 10000 clauses out of 20020 with flag 1735000/1735000
609.45/339.92	c cleaning 10009 clauses out of 20021 with flag 1745001/1745001
613.14/342.13	c cleaning 9996 clauses out of 20011 with flag 1755000/1755000
616.59/344.14	c cleaning 9998 clauses out of 20015 with flag 1765000/1765000
620.03/346.16	c cleaning 9998 clauses out of 20017 with flag 1775000/1775000
623.31/348.08	c cleaning 10001 clauses out of 20019 with flag 1785000/1785000
627.36/350.41	c cleaning 10001 clauses out of 20019 with flag 1795001/1795001
631.02/352.57	c cleaning 10002 clauses out of 20018 with flag 1805001/1805001
634.85/354.76	c cleaning 9995 clauses out of 20016 with flag 1815001/1815001
638.49/356.86	c cleaning 10003 clauses out of 20020 with flag 1825000/1825000
642.74/359.32	c cleaning 9994 clauses out of 20017 with flag 1835000/1835000
646.77/361.69	c cleaning 10003 clauses out of 20023 with flag 1845000/1845000
650.80/364.00	c cleaning 10003 clauses out of 20021 with flag 1855001/1855001
654.83/366.30	c cleaning 9998 clauses out of 20017 with flag 1865000/1865000
659.04/368.70	c cleaning 9998 clauses out of 20019 with flag 1875000/1875000
662.86/370.93	c cleaning 9995 clauses out of 20022 with flag 1885001/1885001
666.87/373.20	c cleaning 10005 clauses out of 20027 with flag 1895001/1895001
670.68/375.41	c cleaning 9996 clauses out of 20022 with flag 1905001/1905001
674.92/377.91	c cleaning 10006 clauses out of 20026 with flag 1915001/1915001
678.74/380.20	c cleaning 10003 clauses out of 20020 with flag 1925001/1925001
682.96/382.51	c cleaning 10001 clauses out of 20017 with flag 1935001/1935001
686.78/384.79	c cleaning 9997 clauses out of 20015 with flag 1945000/1945000
690.81/387.19	c cleaning 9999 clauses out of 20019 with flag 1955001/1955001
694.61/389.35	c cleaning 10002 clauses out of 20019 with flag 1965000/1965000
698.41/391.57	c cleaning 10001 clauses out of 20018 with flag 1975001/1975001
702.43/393.87	c cleaning 9996 clauses out of 20016 with flag 1985000/1985000
706.46/396.24	c cleaning 10000 clauses out of 20020 with flag 1995000/1995000
710.65/398.60	c cleaning 10001 clauses out of 20021 with flag 2005001/2005001
714.25/400.74	c cleaning 10001 clauses out of 20019 with flag 2015000/2015000
717.84/402.86	c cleaning 10002 clauses out of 20018 with flag 2025000/2025000
721.85/405.23	c cleaning 10000 clauses out of 20017 with flag 2035001/2035001
725.83/407.53	c cleaning 10001 clauses out of 20017 with flag 2045001/2045001
729.82/409.86	c cleaning 10001 clauses out of 20015 with flag 2055000/2055000
734.02/412.21	c cleaning 9997 clauses out of 20015 with flag 2065001/2065001
738.02/414.70	c cleaning 9998 clauses out of 20018 with flag 2075001/2075001
742.18/417.09	c cleaning 10001 clauses out of 20019 with flag 2085000/2085000
746.34/419.46	c cleaning 10006 clauses out of 20019 with flag 2095001/2095001
750.13/421.68	c cleaning 9999 clauses out of 20012 with flag 2105000/2105000
754.51/424.26	c cleaning 10002 clauses out of 20013 with flag 2115000/2115000
758.50/426.57	c cleaning 9999 clauses out of 20011 with flag 2125000/2125000
762.89/429.05	c cleaning 9996 clauses out of 20012 with flag 2135000/2135000
766.85/431.31	c cleaning 9999 clauses out of 20016 with flag 2145000/2145000
771.02/433.83	c cleaning 9999 clauses out of 20017 with flag 2155000/2155000
775.00/436.15	c cleaning 10000 clauses out of 20018 with flag 2165000/2165000
779.38/438.67	c cleaning 9997 clauses out of 20018 with flag 2175000/2175000
783.39/440.94	c cleaning 10002 clauses out of 20021 with flag 2185000/2185000
787.41/443.32	c cleaning 9999 clauses out of 20020 with flag 2195001/2195001
791.39/445.62	c cleaning 10004 clauses out of 20020 with flag 2205000/2205000
795.00/447.80	c cleaning 9999 clauses out of 20016 with flag 2215000/2215000
798.97/450.06	c cleaning 10001 clauses out of 20017 with flag 2225000/2225000
802.97/452.47	c cleaning 9998 clauses out of 20016 with flag 2235000/2235000
806.97/454.71	c cleaning 10002 clauses out of 20019 with flag 2245001/2245001
810.77/456.95	c cleaning 9996 clauses out of 20016 with flag 2255000/2255000
814.16/458.95	c cleaning 9998 clauses out of 20020 with flag 2265000/2265000
817.79/461.11	c cleaning 10008 clauses out of 20023 with flag 2275001/2275001
821.19/463.14	c cleaning 10000 clauses out of 20015 with flag 2285001/2285001
824.57/465.15	c cleaning 10000 clauses out of 20015 with flag 2295001/2295001
827.77/467.09	c cleaning 10000 clauses out of 20015 with flag 2305001/2305001
831.38/469.25	c cleaning 9997 clauses out of 20014 with flag 2315000/2315000
834.79/471.20	c cleaning 10002 clauses out of 20018 with flag 2325001/2325001
837.99/473.12	c cleaning 9998 clauses out of 20015 with flag 2335000/2335000
841.20/475.06	c cleaning 9999 clauses out of 20018 with flag 2345001/2345001
844.81/477.29	c cleaning 9998 clauses out of 20018 with flag 2355000/2355000
848.57/479.41	c cleaning 10005 clauses out of 20020 with flag 2365000/2365000
852.17/481.57	c cleaning 9999 clauses out of 20015 with flag 2375000/2375000
855.97/483.71	c cleaning 10003 clauses out of 20017 with flag 2385001/2385001
859.78/486.01	c cleaning 10001 clauses out of 20014 with flag 2395001/2395001
863.18/488.09	c cleaning 9996 clauses out of 20012 with flag 2405000/2405000
867.18/490.32	c cleaning 10001 clauses out of 20016 with flag 2415000/2415000
870.97/492.58	c cleaning 10003 clauses out of 20017 with flag 2425002/2425002
875.19/495.06	c cleaning 9992 clauses out of 20012 with flag 2435000/2435000
879.15/497.38	c cleaning 10002 clauses out of 20022 with flag 2445002/2445002
883.73/499.94	c cleaning 9999 clauses out of 20020 with flag 2455002/2455002
888.09/502.40	c cleaning 9996 clauses out of 20020 with flag 2465001/2465001
892.26/504.95	c cleaning 10000 clauses out of 20023 with flag 2475000/2475000
896.63/507.40	c cleaning 9998 clauses out of 20023 with flag 2485000/2485000
900.79/509.89	c cleaning 10002 clauses out of 20025 with flag 2495000/2495000
904.96/512.24	c cleaning 10002 clauses out of 20025 with flag 2505002/2505002
909.32/514.84	c cleaning 10002 clauses out of 20022 with flag 2515001/2515001
913.88/517.41	c cleaning 10000 clauses out of 20020 with flag 2525001/2525001
918.04/519.86	c cleaning 10000 clauses out of 20019 with flag 2535000/2535000
922.63/522.48	c cleaning 10000 clauses out of 20019 with flag 2545000/2545000
926.97/525.05	c cleaning 10001 clauses out of 20019 with flag 2555000/2555000
930.92/527.39	c cleaning 10002 clauses out of 20019 with flag 2565001/2565001
935.28/529.82	c cleaning 9996 clauses out of 20016 with flag 2575000/2575000
939.44/532.23	c cleaning 10001 clauses out of 20020 with flag 2585000/2585000
944.19/535.07	c cleaning 9999 clauses out of 20019 with flag 2595000/2595000
948.77/537.64	c cleaning 9998 clauses out of 20021 with flag 2605001/2605001
953.08/540.19	c cleaning 10002 clauses out of 20022 with flag 2615000/2615000
957.23/542.54	c cleaning 9997 clauses out of 20020 with flag 2625000/2625000
961.00/544.83	c cleaning 10005 clauses out of 20024 with flag 2635001/2635001
964.55/546.98	c cleaning 9998 clauses out of 20019 with flag 2645001/2645001
968.31/549.13	c cleaning 10006 clauses out of 20021 with flag 2655001/2655001
971.85/551.22	c cleaning 9995 clauses out of 20014 with flag 2665000/2665000
975.77/553.69	c cleaning 9999 clauses out of 20019 with flag 2675000/2675000
979.52/555.88	c cleaning 9993 clauses out of 20020 with flag 2685000/2685000
983.48/558.13	c cleaning 10009 clauses out of 20028 with flag 2695001/2695001
987.42/560.42	c cleaning 9999 clauses out of 20018 with flag 2705000/2705000
991.73/563.01	c cleaning 10001 clauses out of 20020 with flag 2715001/2715001
995.65/565.32	c cleaning 10002 clauses out of 20019 with flag 2725001/2725001
999.56/567.67	c cleaning 9998 clauses out of 20016 with flag 2735000/2735000
1003.64/570.01	c cleaning 9996 clauses out of 20018 with flag 2745000/2745000
1007.73/572.54	c cleaning 10002 clauses out of 20022 with flag 2755000/2755000
1012.05/575.01	c cleaning 10001 clauses out of 20020 with flag 2765000/2765000
1015.95/577.31	c cleaning 10001 clauses out of 20020 with flag 2775001/2775001
1019.65/579.56	c cleaning 9993 clauses out of 20018 with flag 2785000/2785000
1023.73/582.08	c cleaning 10006 clauses out of 20026 with flag 2795001/2795001
1028.23/584.63	c cleaning 10003 clauses out of 20020 with flag 2805001/2805001
1032.33/587.08	c cleaning 10003 clauses out of 20016 with flag 2815000/2815000
1036.44/589.49	c cleaning 9996 clauses out of 20014 with flag 2825001/2825001
1040.75/592.07	c cleaning 9997 clauses out of 20017 with flag 2835000/2835000
1045.06/594.55	c cleaning 10002 clauses out of 20020 with flag 2845000/2845000
1049.58/597.10	c cleaning 9999 clauses out of 20018 with flag 2855000/2855000
1054.09/599.72	c cleaning 10000 clauses out of 20019 with flag 2865000/2865000
1058.59/602.45	c cleaning 10001 clauses out of 20020 with flag 2875001/2875001
1062.50/604.77	c cleaning 10001 clauses out of 20018 with flag 2885000/2885000
1066.80/607.27	c cleaning 9996 clauses out of 20017 with flag 2895000/2895000
1071.08/609.74	c cleaning 9997 clauses out of 20022 with flag 2905001/2905001
1075.36/612.32	c cleaning 10002 clauses out of 20025 with flag 2915001/2915001
1079.67/614.86	c cleaning 10000 clauses out of 20022 with flag 2925000/2925000
1084.15/617.45	c cleaning 10000 clauses out of 20022 with flag 2935000/2935000
1088.45/619.96	c cleaning 9998 clauses out of 20023 with flag 2945001/2945001
1093.52/622.95	c cleaning 10004 clauses out of 20024 with flag 2955000/2955000
1097.59/625.35	c cleaning 10004 clauses out of 20021 with flag 2965001/2965001
1101.47/627.64	c cleaning 9999 clauses out of 20016 with flag 2975000/2975000
1105.53/630.04	c cleaning 10005 clauses out of 20017 with flag 2985000/2985000
1109.75/632.68	c cleaning 10000 clauses out of 20013 with flag 2995001/2995001
1113.60/634.99	c cleaning 9999 clauses out of 20012 with flag 3005000/3005000
1117.87/637.45	c cleaning 9999 clauses out of 20013 with flag 3015000/3015000
1121.55/639.64	c cleaning 10001 clauses out of 20014 with flag 3025000/3025000
1125.59/642.13	c cleaning 9998 clauses out of 20013 with flag 3035000/3035000
1129.27/644.36	c cleaning 10002 clauses out of 20016 with flag 3045001/3045001
1132.96/646.51	c cleaning 10000 clauses out of 20014 with flag 3055001/3055001
1136.63/648.75	c cleaning 9995 clauses out of 20013 with flag 3065000/3065000
1140.48/651.16	c cleaning 10005 clauses out of 20018 with flag 3075000/3075000
1144.15/653.37	c cleaning 9997 clauses out of 20013 with flag 3085000/3085000
1147.83/655.55	c cleaning 10000 clauses out of 20016 with flag 3095000/3095000
1152.27/658.16	c cleaning 9999 clauses out of 20016 with flag 3105000/3105000
1156.50/660.78	c cleaning 10002 clauses out of 20017 with flag 3115000/3115000
1160.78/663.30	c cleaning 10001 clauses out of 20015 with flag 3125000/3125000
1165.20/665.80	c cleaning 9998 clauses out of 20014 with flag 3135000/3135000
1169.41/668.34	c cleaning 9998 clauses out of 20016 with flag 3145000/3145000
1174.21/671.21	c cleaning 9997 clauses out of 20018 with flag 3155000/3155000
1178.03/673.54	c cleaning 10005 clauses out of 20021 with flag 3165000/3165000
1179.88/674.82	c cleaning 0 clauses out of 5000 with flag 0/5000
1182.81/676.65	c cleaning 10001 clauses out of 20016 with flag 3175000/3175000
1186.80/679.17	c cleaning 10002 clauses out of 20015 with flag 3185000/3185000
1191.01/681.68	c cleaning 9997 clauses out of 20013 with flag 3195000/3195000
1195.03/684.06	c cleaning 9999 clauses out of 20016 with flag 3205000/3205000
1198.68/686.26	c cleaning 10003 clauses out of 20018 with flag 3215001/3215001
1202.70/688.76	c cleaning 10000 clauses out of 20014 with flag 3225000/3225000
1206.32/690.94	c cleaning 10001 clauses out of 20015 with flag 3235001/3235001
1209.95/693.11	c cleaning 9999 clauses out of 20013 with flag 3245000/3245000
1213.39/695.24	c cleaning 10001 clauses out of 20014 with flag 3255000/3255000
1217.56/697.80	c cleaning 9999 clauses out of 20013 with flag 3265000/3265000
1221.39/700.14	c cleaning 10001 clauses out of 20015 with flag 3275001/3275001
1225.02/702.38	c cleaning 10001 clauses out of 20013 with flag 3285000/3285000
1228.63/704.57	c cleaning 9996 clauses out of 20012 with flag 3295000/3295000
1232.41/706.98	c cleaning 9999 clauses out of 20016 with flag 3305000/3305000
1236.24/709.22	c cleaning 10001 clauses out of 20017 with flag 3315000/3315000
1239.86/711.49	c cleaning 9998 clauses out of 20016 with flag 3325000/3325000
1244.08/713.98	c cleaning 10002 clauses out of 20018 with flag 3335000/3335000
1248.43/716.67	c cleaning 10001 clauses out of 20018 with flag 3345002/3345002
1252.43/719.03	c cleaning 9997 clauses out of 20016 with flag 3355001/3355001
1256.64/721.56	c cleaning 10000 clauses out of 20018 with flag 3365000/3365000
1261.01/724.13	c cleaning 10000 clauses out of 20018 with flag 3375000/3375000
1265.56/726.92	c cleaning 9996 clauses out of 20020 with flag 3385002/3385002
1269.55/729.39	c cleaning 9997 clauses out of 20022 with flag 3395000/3395000
1273.90/731.96	c cleaning 10004 clauses out of 20025 with flag 3405000/3405000
1278.04/734.44	c cleaning 10002 clauses out of 20021 with flag 3415000/3415000
1282.71/737.36	c cleaning 10004 clauses out of 20020 with flag 3425001/3425001
1286.85/739.82	c cleaning 9999 clauses out of 20016 with flag 3435001/3435001
1291.56/742.68	c cleaning 10000 clauses out of 20016 with flag 3445000/3445000
1296.53/745.53	c cleaning 10000 clauses out of 20017 with flag 3455001/3455001
1301.14/748.41	c cleaning 10000 clauses out of 20017 with flag 3465001/3465001
1305.26/750.96	c cleaning 9995 clauses out of 20017 with flag 3475001/3475001
1309.39/753.49	c cleaning 10004 clauses out of 20022 with flag 3485001/3485001
1313.49/755.98	c cleaning 10001 clauses out of 20018 with flag 3495001/3495001
1318.35/758.94	c cleaning 9995 clauses out of 20016 with flag 3505000/3505000
1323.04/761.76	c cleaning 9998 clauses out of 20022 with flag 3515001/3515001
1328.33/764.88	c cleaning 9995 clauses out of 20023 with flag 3525000/3525000
1333.04/767.69	c cleaning 10003 clauses out of 20029 with flag 3535001/3535001
1337.45/770.46	c cleaning 10002 clauses out of 20025 with flag 3545000/3545000
1341.55/772.91	c cleaning 10004 clauses out of 20023 with flag 3555000/3555000
1345.27/775.26	c cleaning 10000 clauses out of 20020 with flag 3565001/3565001
1349.41/777.74	c cleaning 10000 clauses out of 20019 with flag 3575000/3575000
1353.86/780.59	c cleaning 9999 clauses out of 20019 with flag 3585000/3585000
1358.18/783.16	c cleaning 10000 clauses out of 20020 with flag 3595000/3595000
1362.47/785.71	c cleaning 10000 clauses out of 20020 with flag 3605000/3605000
1366.78/788.33	c cleaning 10004 clauses out of 20021 with flag 3615001/3615001
1371.22/791.15	c cleaning 10007 clauses out of 20017 with flag 3625001/3625001
1375.93/793.92	c cleaning 9998 clauses out of 20009 with flag 3635000/3635000
1380.04/796.49	c cleaning 9999 clauses out of 20013 with flag 3645002/3645002
1384.71/799.29	c cleaning 9995 clauses out of 20012 with flag 3655000/3655000
1389.74/802.32	c cleaning 10000 clauses out of 20017 with flag 3665000/3665000
1394.43/805.12	c cleaning 9996 clauses out of 20018 with flag 3675001/3675001
1399.49/808.18	c cleaning 10006 clauses out of 20023 with flag 3685002/3685002
1404.77/811.27	c cleaning 9995 clauses out of 20015 with flag 3695000/3695000
1409.98/814.46	c cleaning 10002 clauses out of 20020 with flag 3705000/3705000
1414.87/817.38	c cleaning 10000 clauses out of 20018 with flag 3715000/3715000
1419.52/820.15	c cleaning 9999 clauses out of 20018 with flag 3725000/3725000
1424.19/822.92	c cleaning 10000 clauses out of 20019 with flag 3735000/3735000
1429.19/826.07	c cleaning 10001 clauses out of 20019 with flag 3745000/3745000
1434.44/829.14	c cleaning 10000 clauses out of 20020 with flag 3755002/3755002
1439.29/832.08	c cleaning 10002 clauses out of 20018 with flag 3765000/3765000
1444.34/835.04	c cleaning 9991 clauses out of 20016 with flag 3775000/3775000
1449.31/838.17	c cleaning 10005 clauses out of 20025 with flag 3785000/3785000
1453.96/840.95	c cleaning 10004 clauses out of 20021 with flag 3795001/3795001
1458.63/843.71	c cleaning 9999 clauses out of 20016 with flag 3805000/3805000
1463.47/846.66	c cleaning 10001 clauses out of 20018 with flag 3815001/3815001
1468.25/849.65	c cleaning 9999 clauses out of 20017 with flag 3825001/3825001
1473.10/852.53	c cleaning 10000 clauses out of 20017 with flag 3835000/3835000
1478.12/855.53	c cleaning 10003 clauses out of 20018 with flag 3845001/3845001
1483.16/858.52	c cleaning 9995 clauses out of 20014 with flag 3855000/3855000
1488.31/861.77	c cleaning 9998 clauses out of 20019 with flag 3865000/3865000
1492.97/864.59	c cleaning 10001 clauses out of 20021 with flag 3875000/3875000
1497.58/867.38	c cleaning 10001 clauses out of 20021 with flag 3885001/3885001
1502.23/870.16	c cleaning 9998 clauses out of 20021 with flag 3895002/3895002
1507.57/873.42	c cleaning 10001 clauses out of 20023 with flag 3905002/3905002
1512.38/876.38	c cleaning 10000 clauses out of 20020 with flag 3915000/3915000
1517.21/879.23	c cleaning 9998 clauses out of 20020 with flag 3925000/3925000
1522.04/882.13	c cleaning 10004 clauses out of 20022 with flag 3935000/3935000
1527.17/885.36	c cleaning 9999 clauses out of 20019 with flag 3945001/3945001
1531.99/888.27	c cleaning 9998 clauses out of 20020 with flag 3955001/3955001
1536.81/891.10	c cleaning 10002 clauses out of 20021 with flag 3965000/3965000
1541.42/893.94	c cleaning 10002 clauses out of 20019 with flag 3975000/3975000
1546.75/897.22	c cleaning 10000 clauses out of 20017 with flag 3985000/3985000
1551.55/900.17	c cleaning 9998 clauses out of 20019 with flag 3995002/3995002
1556.57/903.19	c cleaning 10006 clauses out of 20019 with flag 4005000/4005000
1561.56/906.14	c cleaning 9996 clauses out of 20015 with flag 4015002/4015002
1566.47/909.25	c cleaning 10001 clauses out of 20017 with flag 4025000/4025000
1571.06/912.03	c cleaning 9999 clauses out of 20016 with flag 4035000/4035000
1575.46/914.70	c cleaning 9998 clauses out of 20018 with flag 4045001/4045001
1579.67/917.40	c cleaning 10003 clauses out of 20021 with flag 4055002/4055002
1584.56/920.44	c cleaning 10000 clauses out of 20017 with flag 4065001/4065001
1589.15/923.21	c cleaning 9992 clauses out of 20016 with flag 4075000/4075000
1593.56/925.96	c cleaning 10003 clauses out of 20024 with flag 4085000/4085000
1598.34/928.88	c cleaning 9999 clauses out of 20022 with flag 4095001/4095001
1603.21/931.99	c cleaning 10000 clauses out of 20023 with flag 4105001/4105001
1608.21/934.97	c cleaning 9998 clauses out of 20022 with flag 4115000/4115000
1612.99/937.86	c cleaning 10001 clauses out of 20024 with flag 4125000/4125000
1617.77/940.71	c cleaning 10002 clauses out of 20024 with flag 4135001/4135001
1622.64/943.89	c cleaning 10005 clauses out of 20021 with flag 4145000/4145000
1627.41/946.74	c cleaning 9997 clauses out of 20016 with flag 4155000/4155000
1632.16/949.62	c cleaning 10003 clauses out of 20020 with flag 4165001/4165001
1636.52/952.32	c cleaning 9997 clauses out of 20016 with flag 4175000/4175000
1641.17/955.31	c cleaning 9996 clauses out of 20019 with flag 4185000/4185000
1645.54/958.06	c cleaning 10002 clauses out of 20023 with flag 4195000/4195000
1649.88/960.80	c cleaning 9998 clauses out of 20022 with flag 4205001/4205001
1654.62/963.68	c cleaning 10004 clauses out of 20023 with flag 4215000/4215000
1659.80/966.99	c cleaning 9999 clauses out of 20019 with flag 4225000/4225000
1664.49/969.89	c cleaning 10001 clauses out of 20021 with flag 4235001/4235001
1668.99/972.66	c cleaning 9999 clauses out of 20020 with flag 4245001/4245001
1673.70/975.50	c cleaning 9998 clauses out of 20020 with flag 4255000/4255000
1678.88/978.81	c cleaning 10003 clauses out of 20023 with flag 4265001/4265001
1683.36/981.69	c cleaning 9997 clauses out of 20020 with flag 4275001/4275001
1688.23/984.65	c cleaning 10009 clauses out of 20024 with flag 4285002/4285002
1692.73/987.41	c cleaning 10000 clauses out of 20014 with flag 4295001/4295001
1697.74/990.64	c cleaning 9998 clauses out of 20013 with flag 4305000/4305000
1702.46/993.51	c cleaning 10001 clauses out of 20015 with flag 4315000/4315000
1706.96/996.31	c cleaning 9997 clauses out of 20016 with flag 4325002/4325002
1711.63/999.23	c cleaning 9996 clauses out of 20018 with flag 4335001/4335001
1716.64/1002.40	c cleaning 9999 clauses out of 20022 with flag 4345001/4345001
1720.96/1005.16	c cleaning 10005 clauses out of 20023 with flag 4355001/4355001
1725.48/1007.92	c cleaning 10000 clauses out of 20017 with flag 4365000/4365000
1729.81/1010.66	c cleaning 10000 clauses out of 20018 with flag 4375001/4375001
1734.61/1013.76	c cleaning 10001 clauses out of 20017 with flag 4385000/4385000
1738.95/1016.48	c cleaning 9992 clauses out of 20016 with flag 4395000/4395000
1743.24/1019.17	c cleaning 10006 clauses out of 20027 with flag 4405003/4405003
1747.56/1021.84	c cleaning 10001 clauses out of 20019 with flag 4415001/4415001
1752.32/1024.93	c cleaning 9998 clauses out of 20017 with flag 4425000/4425000
1757.21/1027.92	c cleaning 10004 clauses out of 20020 with flag 4435001/4435001
1761.70/1030.74	c cleaning 9998 clauses out of 20016 with flag 4445001/4445001
1766.19/1033.57	c cleaning 10005 clauses out of 20018 with flag 4455001/4455001
1770.55/1036.41	c cleaning 10003 clauses out of 20012 with flag 4465000/4465000
1774.46/1038.95	c cleaning 9993 clauses out of 20009 with flag 4475000/4475000
1778.55/1041.57	c cleaning 10003 clauses out of 20019 with flag 4485003/4485003
1783.04/1044.35	c cleaning 10000 clauses out of 20014 with flag 4495001/4495001
1787.22/1047.11	c cleaning 9999 clauses out of 20013 with flag 4505000/4505000
1791.11/1049.63	c cleaning 10001 clauses out of 20014 with flag 4515000/4515000
1795.19/1052.22	c cleaning 10000 clauses out of 20014 with flag 4525001/4525001
1799.08/1054.77	c cleaning 9995 clauses out of 20014 with flag 4535001/4535001
1800.78/1056.32	c starts		: 32
1800.78/1056.32	c conflicts		: 6867
1800.78/1056.32	c decisions		: 88324
1800.78/1056.32	c propagations		: 503468
1800.78/1056.32	c inspects		: 95743859
1800.78/1056.32	c learnt literals	: 0
1800.78/1056.32	c learnt binary clauses	: 0
1800.78/1056.32	c learnt ternary clauses	: 0
1800.78/1056.32	c learnt clauses	: 6866
1800.78/1056.32	c ignored clauses	: 0
1800.78/1056.32	c root simplifications	: 0
1800.78/1056.32	c removed literals (reason simplification)	: 0
1800.78/1056.32	c reason swapping (by a shorter reason)	: 0
1800.78/1056.32	c Calls to reduceDB	: 1
1800.78/1056.32	c number of reductions to clauses (during analyze)	: 0
1800.78/1056.32	c number of learned constraints concerned by reduction	: 0
1800.78/1056.32	c number of learning phase by resolution	: 0
1800.78/1056.32	c number of learning phase by cutting planes	: 0
1800.78/1056.32	c speed (assignments/second)	: 535.6464232290626
1800.78/1056.32	c non guided choices	0
1802.56/1057.28	c learnt constraints type 
1802.56/1057.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 101
1802.56/1057.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
1802.56/1057.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6752
1802.56/1057.28	c constraints type 
1802.56/1057.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3297
1802.56/1057.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1802.56/1057.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 911
1802.56/1057.29	c constraints type 
1802.56/1057.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 911
1802.56/1057.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3297
1802.56/1057.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1802.56/1057.29	s SATISFIABLE
1802.56/1057.29	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 x870 -x871 x872 -x873 -x874 -x875 -x876 -x877 x878 -x879 x880 -x881 -x882 -x883 -x884 x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 x893 -x894 -x895 x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 x922 -x923 -x924 -x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 x1048 -x1049 -x1050 -x1051 x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 x1077 -x1078 -x1079 -x1080 -x1081 -x1082 x1083 x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 x1131 -x1132 -x1133 x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 -x1169 -x1170 x1171 -x1172 -x1173 x1174 -x1175 x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 x1226 
1802.56/1057.29	c objective function=77
1802.56/1057.29	c Total wall clock time (in seconds): 1057.081

Verifier Data

OK	77

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9043
/proc/meminfo: memFree=1547328/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=248 CPUtime=0
/proc/9043/stat : 9043 (java) R 9041 9043 2334 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 938809 253952 29 1992294400 134512640 134550932 4291577024 18446744073709551615 7467486 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9043/statm: 62 29 21 10 0 23 0

[startup+0.07492 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9043
/proc/meminfo: memFree=1547328/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1521796 CPUtime=0.06
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 3722 0 1 0 4 2 0 0 18 0 7 0 938809 1558319104 3164 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 380449 3164 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100919 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9043
/proc/meminfo: memFree=1547328/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1524180 CPUtime=0.08
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 938809 1560760320 3396 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300934 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9043
/proc/meminfo: memFree=1547328/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1526268 CPUtime=0.38
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 5359 0 1 0 34 4 0 0 18 0 12 0 938809 1562898432 4797 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 381567 4797 1361 10 0 378870 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526268

[startup+0.700957 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9043
/proc/meminfo: memFree=1547328/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1529116 CPUtime=1.16
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 7823 0 1 0 111 5 0 0 18 0 12 0 938809 1565814784 7052 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 382279 7053 1399 10 0 379582 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529116

[startup+1.50199 s]
/proc/loadavg: 1.01 1.00 1.00 5/120 9057
/proc/meminfo: memFree=1506236/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1533740 CPUtime=2.05
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 13878 0 1 0 196 9 0 0 18 0 14 0 938809 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 383435 12342 1418 10 0 380738 0
[pid=9043/tid=9045] ppid=9041 vsize=1533740 CPUtime=0.93
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 8926 0 1 0 87 6 0 0 25 0 14 0 938811 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 938812 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 938812 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9048/stat : 9048 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 14 0 938814 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 938815 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 938815 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 938819 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1533740 CPUtime=0.34
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 693 0 0 0 34 0 0 0 24 0 14 0 938819 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1533740 CPUtime=0.56
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 2496 0 0 0 55 1 0 0 18 0 14 0 938819 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 938819 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 938819 1570549760 12342 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1533740

[startup+3.10208 s]
/proc/loadavg: 0.93 0.99 0.99 5/122 9061
/proc/meminfo: memFree=1502128/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1533740 CPUtime=2.74
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 14691 0 1 0 265 9 0 0 18 0 14 0 938809 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 383435 13154 1425 10 0 380738 0
[pid=9043/tid=9045] ppid=9041 vsize=1533740 CPUtime=0.95
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9054 0 1 0 89 6 0 0 18 0 14 0 938811 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 938812 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 938812 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9048/stat : 9048 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 938814 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 938815 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 938815 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 938819 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1533740 CPUtime=0.67
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 723 0 0 0 67 0 0 0 17 0 14 0 938819 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1533740 CPUtime=0.8
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 2524 0 0 0 79 1 0 0 16 0 14 0 938819 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 938819 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 938819 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 14 0 938914 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1533740 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 938919 1570549760 13154 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1533740

[startup+6.30124 s]
/proc/loadavg: 0.93 0.99 0.99 3/122 9067
/proc/meminfo: memFree=1490224/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1543348 CPUtime=5.21
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 23487 0 1 0 509 12 0 0 18 0 16 0 938809 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 385837 19862 1433 10 0 383140 0
[pid=9043/tid=9045] ppid=9041 vsize=1543348 CPUtime=0.98
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9377 0 1 0 92 6 0 0 18 0 16 0 938811 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 938812 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 938812 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9048/stat : 9048 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 938814 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 938815 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 938815 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1543348 CPUtime=1.6
/proc/9043/task/9052/stat : 9052 (java) R 9041 9043 2334 0 -1 4202560 3403 0 0 0 160 0 0 0 15 0 16 0 938819 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 103863429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1543348 CPUtime=1.62
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4276 0 0 0 161 1 0 0 16 0 16 0 938819 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 938819 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 938914 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1543348 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 938919 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9066] ppid=9041 vsize=1543348 CPUtime=0.26
/proc/9043/task/9066/stat : 9066 (java) R 9041 9043 2334 0 -1 4202560 494 0 0 0 26 0 0 0 20 0 16 0 939333 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4109075871 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9067] ppid=9041 vsize=1543348 CPUtime=0.33
/proc/9043/task/9067/stat : 9067 (java) R 9041 9043 2334 0 -1 4202560 2371 0 0 0 33 0 0 0 21 0 16 0 939333 1580388352 19862 1992294400 134512640 134550932 4291577024 18446744073709551615 4109376452 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 1543348

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/122 9069
/proc/meminfo: memFree=1356552/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1542324 CPUtime=17.09
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 53657 0 1 0 1683 26 0 0 18 0 16 0 938809 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 385581 49636 1447 10 0 382884 0
[pid=9043/tid=9045] ppid=9041 vsize=1542324 CPUtime=0.98
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9378 0 1 0 92 6 0 0 18 0 16 0 938811 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1542324 CPUtime=0.1
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 3256 0 0 0 9 1 0 0 16 0 16 0 938812 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1542324 CPUtime=0.1
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 3842 0 0 0 9 1 0 0 16 0 16 0 938812 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1542324 CPUtime=0.26
/proc/9043/task/9048/stat : 9048 (java) S 9041 9043 2334 0 -1 4202560 3092 0 0 0 24 2 0 0 15 0 16 0 938814 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 938815 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 938815 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1542324 CPUtime=2.19
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 3447 0 0 0 218 1 0 0 16 0 16 0 938819 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1542324 CPUtime=1.7
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4278 0 0 0 169 1 0 0 15 0 16 0 938819 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 938819 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 938914 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1542324 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 938919 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9068] ppid=9041 vsize=1542324 CPUtime=1.13
/proc/9043/task/9068/stat : 9068 (java) R 9041 9043 2334 0 -1 4202560 1 0 0 0 113 0 0 0 20 0 16 0 939956 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4109355769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9069] ppid=9041 vsize=1542324 CPUtime=1.04
/proc/9043/task/9069/stat : 9069 (java) R 9041 9043 2334 0 -1 4202560 2537 0 0 0 104 0 0 0 22 0 16 0 939956 1579339776 49636 1992294400 134512640 134550932 4291577024 18446744073709551615 4109150675 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 1542324

[startup+25.5011 s]

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

[pid=9043] ppid=9041 vsize=1541840 CPUtime=1800.08
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 136511 0 1 0 179782 226 0 0 18 0 16 0 938809 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9043/statm: 385460 123287 1451 10 0 382763 0
[pid=9043/tid=9045] ppid=9041 vsize=1541840 CPUtime=1.01
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9497 0 1 0 94 7 0 0 15 0 16 0 938811 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1541840 CPUtime=26.7
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 39437 0 0 0 2585 85 0 0 15 0 16 0 938812 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1541840 CPUtime=26.72
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 43128 0 0 0 2606 66 0 0 16 0 16 0 938812 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1541840 CPUtime=287.97
/proc/9043/task/9048/stat : 9048 (java) R 9041 9043 2334 0 -1 4202560 8983 0 0 0 28775 22 0 0 16 0 16 0 938814 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 938815 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 938815 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1541840 CPUtime=3.01
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 3637 0 0 0 300 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1541840 CPUtime=1.76
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4279 0 0 0 175 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1541840 CPUtime=0.02
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 62 0 0 0 1 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 938914 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 938919 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9074] ppid=9041 vsize=1541840 CPUtime=633.14
/proc/9043/task/9074/stat : 9074 (java) S 9041 9043 2334 0 -1 4202560 691 0 0 0 63307 7 0 0 17 0 16 0 950449 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9075] ppid=9041 vsize=1541840 CPUtime=630.37
/proc/9043/task/9075/stat : 9075 (java) S 9041 9043 2334 0 -1 4202560 252 0 0 0 63023 14 0 0 19 0 16 0 950449 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541840

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9043

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

[startup+1055.8 s]
/proc/loadavg: 2.41 2.28 1.89 2/122 9108
/proc/meminfo: memFree=1055052/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1541840 CPUtime=1800.27
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 136511 0 1 0 179801 226 0 0 18 0 16 0 938809 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9043/statm: 385460 123287 1451 10 0 382763 0
[pid=9043/tid=9045] ppid=9041 vsize=1541840 CPUtime=1.01
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9497 0 1 0 94 7 0 0 15 0 16 0 938811 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1541840 CPUtime=26.7
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 39437 0 0 0 2585 85 0 0 15 0 16 0 938812 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1541840 CPUtime=26.72
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 43128 0 0 0 2606 66 0 0 16 0 16 0 938812 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1541840 CPUtime=288.16
/proc/9043/task/9048/stat : 9048 (java) R 9041 9043 2334 0 -1 4202560 8983 0 0 0 28794 22 0 0 16 0 16 0 938814 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 938815 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 938815 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1541840 CPUtime=3.01
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 3637 0 0 0 300 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1541840 CPUtime=1.76
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4279 0 0 0 175 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1541840 CPUtime=0.02
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 62 0 0 0 1 1 0 0 15 0 16 0 938819 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 938914 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1541840 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 938919 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9074] ppid=9041 vsize=1541840 CPUtime=633.14
/proc/9043/task/9074/stat : 9074 (java) S 9041 9043 2334 0 -1 4202560 691 0 0 0 63307 7 0 0 17 0 16 0 950449 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9075] ppid=9041 vsize=1541840 CPUtime=630.37
/proc/9043/task/9075/stat : 9075 (java) S 9041 9043 2334 0 -1 4202560 252 0 0 0 63023 14 0 0 19 0 16 0 950449 1578844160 123287 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1541840

[startup+1056.6 s]
/proc/loadavg: 2.41 2.28 1.89 2/123 9109
/proc/meminfo: memFree=1055044/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1542488 CPUtime=1801.38
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 136526 0 1 0 179912 226 0 0 18 0 18 0 938809 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9043/statm: 385622 123302 1451 10 0 382925 0
[pid=9043/tid=9045] ppid=9041 vsize=1542488 CPUtime=1.01
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9497 0 1 0 94 7 0 0 15 0 18 0 938811 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1542488 CPUtime=26.7
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 39437 0 0 0 2585 85 0 0 15 0 18 0 938812 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1542488 CPUtime=26.72
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 43128 0 0 0 2606 66 0 0 16 0 18 0 938812 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1542488 CPUtime=288.65
/proc/9043/task/9048/stat : 9048 (java) R 9041 9043 2334 0 -1 4202560 8983 0 0 0 28843 22 0 0 17 0 18 0 938814 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) R 9041 9043 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 938815 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 938815 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9051] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9051/stat : 9051 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 938819 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1542488 CPUtime=3.01
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 3637 0 0 0 300 1 0 0 15 0 18 0 938819 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1542488 CPUtime=1.76
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4279 0 0 0 175 1 0 0 15 0 18 0 938819 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 938819 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9055] ppid=9041 vsize=1542488 CPUtime=0.02
/proc/9043/task/9055/stat : 9055 (java) S 9041 9043 2334 0 -1 4202560 62 0 0 0 1 1 0 0 15 0 18 0 938819 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 938914 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 938919 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9074] ppid=9041 vsize=1542488 CPUtime=633.46
/proc/9043/task/9074/stat : 9074 (java) R 9041 9043 2334 0 -1 4202560 691 0 0 0 63339 7 0 0 16 0 18 0 950449 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4109320323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9075] ppid=9041 vsize=1542488 CPUtime=630.67
/proc/9043/task/9075/stat : 9075 (java) R 9041 9043 2334 0 -1 4202560 252 0 0 0 63053 14 0 0 18 0 18 0 950449 1579507712 123302 1992294400 134512640 134550932 4291577024 18446744073709551615 4109348260 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 1542488

[startup+1057.4 s]
/proc/loadavg: 2.62 2.32 1.90 6/125 9111
/proc/meminfo: memFree=1054904/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=1542488 CPUtime=1802.96
/proc/9043/stat : 9043 (java) S 9041 9043 2334 0 -1 4202496 136530 0 1 0 180070 226 0 0 18 0 15 0 938809 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9043/statm: 385622 123305 1451 10 0 382925 0
[pid=9043/tid=9045] ppid=9041 vsize=1542488 CPUtime=1.01
/proc/9043/task/9045/stat : 9045 (java) S 9041 9043 2334 0 -1 4202560 9497 0 1 0 94 7 0 0 15 0 15 0 938811 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9046] ppid=9041 vsize=1542488 CPUtime=26.73
/proc/9043/task/9046/stat : 9046 (java) S 9041 9043 2334 0 -1 4202560 39437 0 0 0 2588 85 0 0 15 0 15 0 938812 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9047] ppid=9041 vsize=1542488 CPUtime=26.75
/proc/9043/task/9047/stat : 9047 (java) S 9041 9043 2334 0 -1 4202560 43128 0 0 0 2609 66 0 0 15 0 15 0 938812 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9048] ppid=9041 vsize=1542488 CPUtime=288.65
/proc/9043/task/9048/stat : 9048 (java) R 9041 9043 2334 0 -1 4202560 8983 0 0 0 28843 22 0 0 17 0 15 0 938814 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9049] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9049/stat : 9049 (java) S 9041 9043 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 938815 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9050] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9050/stat : 9050 (java) S 9041 9043 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 938815 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9052] ppid=9041 vsize=1542488 CPUtime=3.01
/proc/9043/task/9052/stat : 9052 (java) S 9041 9043 2334 0 -1 4202560 3637 0 0 0 300 1 0 0 15 0 15 0 938819 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9053] ppid=9041 vsize=1542488 CPUtime=1.76
/proc/9043/task/9053/stat : 9053 (java) S 9041 9043 2334 0 -1 4202560 4279 0 0 0 175 1 0 0 15 0 15 0 938819 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
[pid=9043/tid=9054] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9054/stat : 9054 (java) S 9041 9043 2334 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 938819 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9058] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9058/stat : 9058 (java) S 9041 9043 2334 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 15 0 938914 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9059] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9059/stat : 9059 (java) S 9041 9043 2334 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 938919 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 0 0 0 0
[pid=9043/tid=9074] ppid=9041 vsize=1542488 CPUtime=634.23
/proc/9043/task/9074/stat : 9074 (java) R 9041 9043 2334 0 -1 4202560 691 0 0 0 63416 7 0 0 16 0 15 0 950449 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4109338605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9043/tid=9075] ppid=9041 vsize=1542488 CPUtime=631.4
/proc/9043/task/9075/stat : 9075 (java) R 9041 9043 2334 0 -1 4202560 252 0 0 0 63126 14 0 0 18 0 15 0 950449 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4109150977 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9043/tid=9110] ppid=9041 vsize=1542488 CPUtime=0
/proc/9043/task/9110/stat : 9110 (java) S 9041 9043 2334 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 15 0 1044439 1579507712 123305 1992294400 134512640 134550932 4291577024 18446744073709551615 4294960144 0 4 0 16800975 18446604437828405376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.96
Current children cumulated vsize (KiB) 1542488

[startup+1057.6 s]
/proc/loadavg: 2.62 2.32 1.90 6/125 9111
/proc/meminfo: memFree=1054904/2059040 swapFree=4192956/4192956
[pid=9043] ppid=9041 vsize=0 CPUtime=1803.33
/proc/9043/stat : 9043 (java) Z 9041 9043 2334 0 -1 4203548 136530 0 1 0 180105 228 0 0 18 0 2 0 938809 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9043/statm: 0 0 0 0 0 0 0
[pid=9043/tid=9075] ppid=9041 vsize=0 CPUtime=631.6
/proc/9043/task/9075/stat : 9075 (java) R 9041 9043 2334 0 -1 4203588 252 0 0 0 63144 16 0 0 19 0 2 0 950449 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1057.63
CPU time (s): 1803.37
CPU user time (s): 1801.06
CPU system time (s): 2.31165
CPU usage (%): 170.511
Max. virtual memory (cumulated for all children) (KiB): 1543936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.06
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136530
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= 37039
involuntary context switches= 48515

runsolver used 4.95025 second user time and 9.26059 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-15 12:07:14
IDJOB=2662591
IDBENCH=2884
IDSOLVER=1166
FILE ID=node029/2662591-1276596434
PBS_JOBID= 11172221
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662591-1276596434/watcher-2662591-1276596434 -o /tmp/evaluation-result-2662591-1276596434/solver-2662591-1276596434 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662591-1276596434.opb

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=1145109938

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1547600 kB
Buffers:         46764 kB
Cached:         337860 kB
SwapCached:          0 kB
Active:         183004 kB
Inactive:       262188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1547600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             668 kB
Writeback:           4 kB
AnonPages:       60568 kB
Mapped:          15320 kB
Slab:            44376 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node029 at 2010-06-15 12:24:52