Trace number 3454541

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 Res//CP 2.3.0SAT (TO)391 1800.37 990.422

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
MD5SUMe79c956fa387b090702a2dffba5fa8e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1797.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1060
Total number of constraints3737
Number of constraints which are clauses3737
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 constraint10
Number of terms in the objective function 1060
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 1060
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 1060
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454541-1307188822.opb
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.209s.
0.48/0.32	c #vars     1060
0.48/0.32	c #constraints  3737
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 167
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3570
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3570
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 167
0.48/0.35	c  And the winner is Resolution
0.65/0.83	c SATISFIABLE
0.65/0.83	c OPTIMIZING...
0.65/0.83	c Got one! Elapsed wall clock time (in seconds):0.716
0.65/0.83	o 392
0.65/0.85	c  And the winner is Resolution
0.77/1.34	c Got one! Elapsed wall clock time (in seconds):1.226
0.77/1.34	o 391
3.66/2.28	c cleaning 2506 clauses out of 5011 with flag 5001/5011
5.80/3.08	c cleaning 4251 clauses out of 8504 with flag 11000/11010
7.80/4.00	c cleaning 5619 clauses out of 11253 with flag 18000/18010
9.80/5.10	c cleaning 6804 clauses out of 13634 with flag 26000/26010
12.60/6.47	c cleaning 7915 clauses out of 15830 with flag 35000/35010
15.44/7.86	c cleaning 8949 clauses out of 17915 with flag 45000/45010
18.43/9.37	c cleaning 9480 clauses out of 18966 with flag 55000/55010
21.39/10.86	c cleaning 9734 clauses out of 19486 with flag 65000/65010
24.52/12.46	c cleaning 9871 clauses out of 19754 with flag 75002/75012
27.67/14.00	c cleaning 9936 clauses out of 19883 with flag 85002/85012
30.61/15.59	c cleaning 9959 clauses out of 19945 with flag 95000/95010
33.95/17.23	c cleaning 9977 clauses out of 19987 with flag 105001/105011
37.06/18.86	c cleaning 10001 clauses out of 20009 with flag 115000/115010
39.98/20.37	c cleaning 10002 clauses out of 20008 with flag 125000/125010
43.13/21.92	c cleaning 9990 clauses out of 20006 with flag 135000/135010
46.21/23.56	c cleaning 10003 clauses out of 20017 with flag 145001/145011
49.52/25.22	c cleaning 9997 clauses out of 20013 with flag 155000/155010
52.79/26.91	c cleaning 9997 clauses out of 20016 with flag 165000/165010
55.92/28.60	c cleaning 10004 clauses out of 20020 with flag 175001/175011
59.21/30.26	c cleaning 9999 clauses out of 20015 with flag 185000/185010
62.51/31.95	c cleaning 9992 clauses out of 20016 with flag 195000/195010
65.37/33.49	c cleaning 9991 clauses out of 20024 with flag 205000/205010
68.45/35.10	c cleaning 10009 clauses out of 20034 with flag 215001/215011
71.94/36.89	c cleaning 10001 clauses out of 20024 with flag 225000/225010
75.76/38.88	c cleaning 9998 clauses out of 20023 with flag 235000/235010
79.04/40.61	c cleaning 10003 clauses out of 20025 with flag 245000/245010
82.71/42.50	c cleaning 9992 clauses out of 20022 with flag 255000/255010
86.18/44.26	c cleaning 10007 clauses out of 20031 with flag 265001/265011
89.39/45.96	c cleaning 10001 clauses out of 20023 with flag 275000/275010
92.66/47.64	c cleaning 10011 clauses out of 20023 with flag 285001/285011
95.92/49.36	c cleaning 9995 clauses out of 20012 with flag 295001/295011
98.98/51.00	c cleaning 9994 clauses out of 20017 with flag 305001/305011
102.40/52.79	c cleaning 10000 clauses out of 20022 with flag 315000/315010
105.63/54.46	c cleaning 9996 clauses out of 20022 with flag 325000/325010
109.28/56.33	c cleaning 10001 clauses out of 20026 with flag 335000/335010
112.97/58.29	c cleaning 9997 clauses out of 20025 with flag 345000/345010
116.71/60.21	c cleaning 10003 clauses out of 20028 with flag 355000/355010
119.75/61.88	c cleaning 10001 clauses out of 20025 with flag 365000/365010
122.99/63.56	c cleaning 10005 clauses out of 20024 with flag 375000/375010
126.23/65.24	c cleaning 9997 clauses out of 20019 with flag 385000/385010
129.63/67.04	c cleaning 10012 clauses out of 20024 with flag 395002/395012
133.03/68.83	c cleaning 10006 clauses out of 20012 with flag 405002/405012
136.27/70.58	c cleaning 9985 clauses out of 20005 with flag 415001/415011
139.91/72.48	c cleaning 9989 clauses out of 20019 with flag 425000/425010
143.67/74.41	c cleaning 10001 clauses out of 20030 with flag 435000/435010
147.10/76.21	c cleaning 10001 clauses out of 20029 with flag 445000/445010
150.57/78.06	c cleaning 10000 clauses out of 20028 with flag 455000/455010
154.17/79.93	c cleaning 10006 clauses out of 20028 with flag 465000/465010
157.92/81.90	c cleaning 9995 clauses out of 20024 with flag 475002/475012
161.35/83.71	c cleaning 10009 clauses out of 20027 with flag 485000/485010
164.77/85.50	c cleaning 9987 clauses out of 20018 with flag 495000/495010
168.00/87.24	c cleaning 10011 clauses out of 20031 with flag 505000/505010
171.38/89.08	c cleaning 10006 clauses out of 20020 with flag 515000/515010
174.59/90.76	c cleaning 9989 clauses out of 20014 with flag 525000/525010
177.85/92.49	c cleaning 10002 clauses out of 20025 with flag 535000/535010
181.22/94.27	c cleaning 10005 clauses out of 20024 with flag 545001/545011
184.74/96.12	c cleaning 9987 clauses out of 20018 with flag 555000/555010
187.97/97.85	c cleaning 10001 clauses out of 20031 with flag 565000/565010
191.34/99.65	c cleaning 9988 clauses out of 20030 with flag 575000/575010
194.52/101.38	c cleaning 10007 clauses out of 20042 with flag 585000/585010
198.01/103.26	c cleaning 10008 clauses out of 20035 with flag 595000/595010
201.40/105.02	c cleaning 10006 clauses out of 20028 with flag 605001/605011
204.78/106.85	c cleaning 9999 clauses out of 20021 with flag 615000/615010
207.95/108.58	c cleaning 10000 clauses out of 20024 with flag 625002/625012
211.22/110.37	c cleaning 9994 clauses out of 20022 with flag 635000/635010
214.39/112.06	c cleaning 10006 clauses out of 20028 with flag 645000/645010
217.77/113.83	c cleaning 10005 clauses out of 20022 with flag 655000/655010
221.13/115.64	c cleaning 9999 clauses out of 20017 with flag 665000/665010
224.82/117.66	c cleaning 10007 clauses out of 20020 with flag 675002/675012
228.17/119.49	c cleaning 10002 clauses out of 20011 with flag 685000/685010
231.53/121.28	c cleaning 10000 clauses out of 20009 with flag 695000/695010
235.14/123.13	c cleaning 9990 clauses out of 20009 with flag 705000/705010
238.57/125.06	c cleaning 9995 clauses out of 20020 with flag 715001/715011
242.13/126.91	c cleaning 9993 clauses out of 20025 with flag 725001/725011
245.53/128.79	c cleaning 10005 clauses out of 20031 with flag 735000/735010
249.04/130.62	c cleaning 10005 clauses out of 20027 with flag 745001/745011
252.67/132.62	c cleaning 9999 clauses out of 20021 with flag 755000/755010
256.21/134.52	c cleaning 10002 clauses out of 20022 with flag 765000/765010
259.60/136.38	c cleaning 9991 clauses out of 20020 with flag 775000/775010
263.32/138.37	c cleaning 10007 clauses out of 20030 with flag 785001/785011
266.74/140.23	c cleaning 10002 clauses out of 20022 with flag 795000/795010
270.08/142.02	c cleaning 9997 clauses out of 20020 with flag 805000/805010
273.22/143.78	c cleaning 10001 clauses out of 20023 with flag 815000/815010
276.55/145.56	c cleaning 9999 clauses out of 20022 with flag 825000/825010
280.16/147.52	c cleaning 9992 clauses out of 20024 with flag 835001/835011
283.49/149.34	c cleaning 10002 clauses out of 20031 with flag 845000/845010
286.82/151.10	c cleaning 9997 clauses out of 20029 with flag 855000/855010
289.98/152.85	c cleaning 9990 clauses out of 20032 with flag 865000/865010
293.54/154.82	c cleaning 10010 clauses out of 20042 with flag 875000/875010
297.06/156.73	c cleaning 10009 clauses out of 20032 with flag 885000/885010
300.38/158.57	c cleaning 10006 clauses out of 20023 with flag 895000/895010
303.71/160.37	c cleaning 10001 clauses out of 20017 with flag 905000/905010
307.31/162.31	c cleaning 9999 clauses out of 20016 with flag 915000/915010
310.64/164.19	c cleaning 9994 clauses out of 20018 with flag 925001/925011
314.39/166.13	c cleaning 10006 clauses out of 20024 with flag 935001/935011
317.66/167.98	c cleaning 10006 clauses out of 20018 with flag 945001/945011
321.43/170.03	c cleaning 9994 clauses out of 20011 with flag 955000/955010
325.15/172.04	c cleaning 9986 clauses out of 20017 with flag 965000/965010
328.49/173.89	c cleaning 10003 clauses out of 20031 with flag 975000/975010
332.15/175.84	c cleaning 9996 clauses out of 20028 with flag 985000/985010
335.72/177.89	c cleaning 10007 clauses out of 20034 with flag 995002/995012
339.62/179.91	c cleaning 9993 clauses out of 20026 with flag 1005001/1005011
342.92/181.79	c cleaning 10003 clauses out of 20032 with flag 1015000/1015010
346.45/183.63	c cleaning 10001 clauses out of 20030 with flag 1025001/1025011
349.97/185.67	c cleaning 10002 clauses out of 20029 with flag 1035001/1035011
353.47/187.53	c cleaning 10004 clauses out of 20026 with flag 1045000/1045010
356.96/189.44	c cleaning 9984 clauses out of 20022 with flag 1055000/1055010
360.50/191.39	c cleaning 10002 clauses out of 20038 with flag 1065000/1065010
364.45/193.52	c cleaning 10004 clauses out of 20036 with flag 1075000/1075010
367.71/195.31	c cleaning 9999 clauses out of 20032 with flag 1085000/1085010
371.61/197.40	c cleaning 9994 clauses out of 20033 with flag 1095000/1095010
375.10/199.38	c cleaning 10002 clauses out of 20039 with flag 1105000/1105010
378.85/201.43	c cleaning 10010 clauses out of 20037 with flag 1115000/1115010
382.57/203.42	c cleaning 9992 clauses out of 20028 with flag 1125001/1125011
386.23/205.45	c cleaning 10001 clauses out of 20036 with flag 1135001/1135011
390.11/207.56	c cleaning 10001 clauses out of 20034 with flag 1145000/1145010
393.86/209.60	c cleaning 10001 clauses out of 20033 with flag 1155000/1155010
397.55/211.66	c cleaning 10007 clauses out of 20033 with flag 1165001/1165011
401.23/213.63	c cleaning 9987 clauses out of 20025 with flag 1175000/1175010
404.52/215.40	c cleaning 10020 clauses out of 20039 with flag 1185001/1185011
408.26/217.54	c cleaning 10009 clauses out of 20018 with flag 1195000/1195010
411.75/219.42	c cleaning 10004 clauses out of 20012 with flag 1205003/1205013
415.24/221.37	c cleaning 9999 clauses out of 20005 with flag 1215000/1215010
418.77/223.30	c cleaning 9998 clauses out of 20007 with flag 1225001/1225011
422.49/225.41	c cleaning 9990 clauses out of 20008 with flag 1235000/1235010
425.97/227.22	c cleaning 9986 clauses out of 20018 with flag 1245000/1245010
429.25/229.05	c cleaning 9999 clauses out of 20033 with flag 1255001/1255011
432.33/230.76	c cleaning 10007 clauses out of 20033 with flag 1265000/1265010
436.07/232.81	c cleaning 10002 clauses out of 20026 with flag 1275000/1275010
439.35/234.69	c cleaning 9990 clauses out of 20024 with flag 1285000/1285010
442.66/236.45	c cleaning 10004 clauses out of 20034 with flag 1295000/1295010
446.10/238.33	c cleaning 9999 clauses out of 20030 with flag 1305000/1305010
449.45/240.22	c cleaning 9999 clauses out of 20031 with flag 1315000/1315010
453.14/242.25	c cleaning 9988 clauses out of 20032 with flag 1325000/1325010
456.41/244.02	c cleaning 10014 clauses out of 20044 with flag 1335000/1335010
459.69/245.86	c cleaning 10003 clauses out of 20030 with flag 1345000/1345010
463.42/247.97	c cleaning 9999 clauses out of 20027 with flag 1355000/1355010
467.50/250.15	c cleaning 10001 clauses out of 20028 with flag 1365000/1365010
470.83/251.98	c cleaning 10003 clauses out of 20027 with flag 1375000/1375010
474.27/253.81	c cleaning 10003 clauses out of 20024 with flag 1385000/1385010
477.59/255.72	c cleaning 10000 clauses out of 20022 with flag 1395001/1395011
481.07/257.66	c cleaning 10002 clauses out of 20021 with flag 1405000/1405010
484.57/259.55	c cleaning 10004 clauses out of 20019 with flag 1415000/1415010
488.02/261.41	c cleaning 9986 clauses out of 20015 with flag 1425000/1425010
491.35/263.39	c cleaning 10004 clauses out of 20029 with flag 1435000/1435010
494.66/265.18	c cleaning 9992 clauses out of 20025 with flag 1445000/1445010
498.09/267.01	c cleaning 10011 clauses out of 20033 with flag 1455000/1455010
501.17/268.73	c cleaning 10007 clauses out of 20023 with flag 1465001/1465011
504.89/270.81	c cleaning 9991 clauses out of 20015 with flag 1475000/1475010
508.39/272.74	c cleaning 9983 clauses out of 20024 with flag 1485000/1485010
511.83/274.64	c cleaning 10009 clauses out of 20041 with flag 1495000/1495010
515.31/276.55	c cleaning 9999 clauses out of 20032 with flag 1505000/1505010
518.85/278.59	c cleaning 10002 clauses out of 20034 with flag 1515001/1515011
522.12/280.38	c cleaning 10010 clauses out of 20031 with flag 1525000/1525010
525.20/282.06	c cleaning 10002 clauses out of 20021 with flag 1535000/1535010
528.67/283.90	c cleaning 9994 clauses out of 20019 with flag 1545000/1545010
531.99/285.86	c cleaning 10001 clauses out of 20025 with flag 1555000/1555010
535.27/287.64	c cleaning 9998 clauses out of 20024 with flag 1565000/1565010
538.54/289.45	c cleaning 9992 clauses out of 20026 with flag 1575000/1575010
541.81/291.24	c cleaning 10011 clauses out of 20037 with flag 1585003/1585013
545.31/293.28	c cleaning 10004 clauses out of 20024 with flag 1595001/1595011
548.55/295.05	c cleaning 9993 clauses out of 20019 with flag 1605000/1605010
551.79/296.91	c cleaning 10004 clauses out of 20026 with flag 1615000/1615010
555.43/298.89	c cleaning 9992 clauses out of 20022 with flag 1625000/1625010
559.50/301.13	c cleaning 10004 clauses out of 20031 with flag 1635001/1635011
563.54/303.38	c cleaning 9999 clauses out of 20026 with flag 1645000/1645010
567.39/305.44	c cleaning 10002 clauses out of 20027 with flag 1655000/1655010
571.03/307.50	c cleaning 9993 clauses out of 20026 with flag 1665001/1665011
575.29/309.81	c cleaning 9995 clauses out of 20033 with flag 1675001/1675011
578.93/311.86	c cleaning 10008 clauses out of 20038 with flag 1685001/1685011
582.57/313.87	c cleaning 10000 clauses out of 20029 with flag 1695000/1695010
586.41/315.96	c cleaning 9990 clauses out of 20029 with flag 1705000/1705010
590.30/318.19	c cleaning 10014 clauses out of 20039 with flag 1715000/1715010
593.77/320.10	c cleaning 10003 clauses out of 20027 with flag 1725002/1725012
597.17/321.97	c cleaning 9985 clauses out of 20022 with flag 1735000/1735010
600.60/323.84	c cleaning 9985 clauses out of 20037 with flag 1745000/1745010
604.26/325.97	c cleaning 10004 clauses out of 20052 with flag 1755000/1755010
607.73/327.89	c cleaning 9999 clauses out of 20048 with flag 1765000/1765010
610.93/329.65	c cleaning 10012 clauses out of 20049 with flag 1775000/1775010
614.36/331.58	c cleaning 10000 clauses out of 20038 with flag 1785001/1785011
618.03/333.68	c cleaning 10007 clauses out of 20037 with flag 1795000/1795010
621.66/335.61	c cleaning 9988 clauses out of 20030 with flag 1805000/1805010
625.10/337.50	c cleaning 10013 clauses out of 20042 with flag 1815000/1815010
628.53/339.48	c cleaning 10006 clauses out of 20029 with flag 1825000/1825010
632.21/341.59	c cleaning 10000 clauses out of 20023 with flag 1835000/1835010
635.64/343.45	c cleaning 9994 clauses out of 20024 with flag 1845001/1845011
639.48/345.55	c cleaning 9992 clauses out of 20029 with flag 1855000/1855010
643.34/347.65	c cleaning 10012 clauses out of 20037 with flag 1865000/1865010
647.21/349.85	c cleaning 9997 clauses out of 20026 with flag 1875001/1875011
651.03/351.96	c cleaning 10006 clauses out of 20030 with flag 1885002/1885012
654.84/354.10	c cleaning 9994 clauses out of 20022 with flag 1895000/1895010
658.86/356.25	c cleaning 9997 clauses out of 20028 with flag 1905000/1905010
662.99/358.58	c cleaning 9981 clauses out of 20031 with flag 1915000/1915010
666.79/360.70	c cleaning 10008 clauses out of 20050 with flag 1925000/1925010
671.05/362.93	c cleaning 10014 clauses out of 20042 with flag 1935000/1935010
674.86/365.10	c cleaning 9998 clauses out of 20028 with flag 1945000/1945010
678.98/367.39	c cleaning 9997 clauses out of 20031 with flag 1955001/1955011
682.78/369.51	c cleaning 10004 clauses out of 20033 with flag 1965000/1965010
686.41/371.43	c cleaning 9996 clauses out of 20029 with flag 1975000/1975010
690.44/373.60	c cleaning 10005 clauses out of 20033 with flag 1985000/1985010
694.11/375.73	c cleaning 10010 clauses out of 20029 with flag 1995001/1995011
697.34/377.51	c cleaning 9994 clauses out of 20018 with flag 2005000/2005010
700.57/379.36	c cleaning 9995 clauses out of 20025 with flag 2015001/2015011
704.01/381.24	c cleaning 10011 clauses out of 20029 with flag 2025000/2025010
707.28/383.19	c cleaning 10001 clauses out of 20019 with flag 2035001/2035011
710.54/384.97	c cleaning 9996 clauses out of 20017 with flag 2045000/2045010
713.95/386.87	c cleaning 10004 clauses out of 20021 with flag 2055000/2055010
717.38/388.77	c cleaning 9992 clauses out of 20017 with flag 2065000/2065010
721.05/390.85	c cleaning 9987 clauses out of 20025 with flag 2075000/2075010
724.69/392.80	c cleaning 10003 clauses out of 20039 with flag 2085001/2085011
728.12/394.75	c cleaning 9988 clauses out of 20035 with flag 2095000/2095010
731.57/396.65	c cleaning 10015 clauses out of 20047 with flag 2105000/2105010
735.23/398.74	c cleaning 10000 clauses out of 20032 with flag 2115000/2115010
738.46/400.57	c cleaning 9996 clauses out of 20032 with flag 2125000/2125010
741.89/402.44	c cleaning 9999 clauses out of 20036 with flag 2135000/2135010
745.52/404.44	c cleaning 10015 clauses out of 20037 with flag 2145000/2145010
748.97/406.42	c cleaning 9998 clauses out of 20023 with flag 2155001/2155011
752.41/408.32	c cleaning 10007 clauses out of 20024 with flag 2165000/2165010
755.65/410.18	c cleaning 9989 clauses out of 20017 with flag 2175000/2175010
758.89/411.98	c cleaning 10005 clauses out of 20028 with flag 2185000/2185010
762.56/414.03	c cleaning 9994 clauses out of 20023 with flag 2195000/2195010
766.19/416.05	c cleaning 9990 clauses out of 20029 with flag 2205000/2205010
770.03/418.14	c cleaning 10004 clauses out of 20039 with flag 2215000/2215010
773.46/420.12	c cleaning 9998 clauses out of 20035 with flag 2225000/2225010
777.32/422.26	c cleaning 10001 clauses out of 20037 with flag 2235000/2235010
780.95/424.27	c cleaning 10004 clauses out of 20036 with flag 2245000/2245010
784.78/426.34	c cleaning 9998 clauses out of 20033 with flag 2255001/2255011
788.21/428.26	c cleaning 10004 clauses out of 20034 with flag 2265000/2265010
791.88/430.34	c cleaning 9995 clauses out of 20030 with flag 2275000/2275010
795.35/432.30	c cleaning 9997 clauses out of 20036 with flag 2285001/2285011
798.94/434.23	c cleaning 10011 clauses out of 20039 with flag 2295001/2295011
802.38/436.19	c cleaning 10004 clauses out of 20027 with flag 2305000/2305010
806.24/438.34	c cleaning 10000 clauses out of 20024 with flag 2315001/2315011
810.48/440.62	c cleaning 9997 clauses out of 20025 with flag 2325002/2325012
814.32/442.75	c cleaning 10000 clauses out of 20027 with flag 2335001/2335011
818.15/444.80	c cleaning 9985 clauses out of 20026 with flag 2345000/2345010
821.60/446.83	c cleaning 10007 clauses out of 20041 with flag 2355000/2355010
825.07/448.78	c cleaning 9997 clauses out of 20034 with flag 2365000/2365010
828.87/450.85	c cleaning 9995 clauses out of 20038 with flag 2375001/2375011
832.50/452.88	c cleaning 10006 clauses out of 20042 with flag 2385000/2385010
836.56/455.10	c cleaning 10003 clauses out of 20037 with flag 2395001/2395011
840.39/457.26	c cleaning 10008 clauses out of 20033 with flag 2405000/2405010
844.43/459.48	c cleaning 10006 clauses out of 20029 with flag 2415004/2415014
848.05/461.44	c cleaning 9992 clauses out of 20019 with flag 2425000/2425010
852.11/463.70	c cleaning 10004 clauses out of 20027 with flag 2435000/2435010
855.53/465.63	c cleaning 10002 clauses out of 20023 with flag 2445000/2445010
858.78/467.48	c cleaning 9999 clauses out of 20021 with flag 2455000/2455010
862.38/469.47	c cleaning 10001 clauses out of 20022 with flag 2465000/2465010
866.03/471.58	c cleaning 10000 clauses out of 20023 with flag 2475002/2475012
869.66/473.54	c cleaning 9999 clauses out of 20021 with flag 2485000/2485010
872.89/475.34	c cleaning 9997 clauses out of 20023 with flag 2495001/2495011
876.13/477.11	c cleaning 10001 clauses out of 20025 with flag 2505000/2505010
879.98/479.31	c cleaning 9996 clauses out of 20024 with flag 2515000/2515010
883.21/481.14	c cleaning 9998 clauses out of 20028 with flag 2525000/2525010
887.04/483.22	c cleaning 9986 clauses out of 20031 with flag 2535001/2535011
890.67/485.22	c cleaning 10005 clauses out of 20044 with flag 2545000/2545010
894.72/487.53	c cleaning 9993 clauses out of 20039 with flag 2555000/2555010
898.39/489.60	c cleaning 10007 clauses out of 20047 with flag 2565001/2565011
901.98/491.50	c cleaning 10006 clauses out of 20039 with flag 2575000/2575010
905.61/493.57	c cleaning 9996 clauses out of 20033 with flag 2585000/2585010
909.08/495.57	c cleaning 10002 clauses out of 20037 with flag 2595000/2595010
912.30/497.37	c cleaning 10004 clauses out of 20036 with flag 2605001/2605011
915.53/499.17	c cleaning 9996 clauses out of 20031 with flag 2615000/2615010
918.96/501.09	c cleaning 10002 clauses out of 20035 with flag 2625000/2625010
922.62/503.14	c cleaning 9999 clauses out of 20033 with flag 2635000/2635010
926.06/505.09	c cleaning 9990 clauses out of 20034 with flag 2645000/2645010
929.48/506.98	c cleaning 9994 clauses out of 20044 with flag 2655000/2655010
932.92/508.87	c cleaning 10008 clauses out of 20050 with flag 2665000/2665010
936.57/510.94	c cleaning 10006 clauses out of 20042 with flag 2675000/2675010
940.00/512.86	c cleaning 10007 clauses out of 20037 with flag 2685001/2685011
943.47/514.74	c cleaning 9994 clauses out of 20030 with flag 2695001/2695011
947.07/516.72	c cleaning 9993 clauses out of 20035 with flag 2705000/2705010
950.73/518.88	c cleaning 10002 clauses out of 20042 with flag 2715000/2715010
954.16/520.79	c cleaning 9999 clauses out of 20040 with flag 2725000/2725010
958.00/522.87	c cleaning 9999 clauses out of 20042 with flag 2735001/2735011
961.63/524.88	c cleaning 10013 clauses out of 20043 with flag 2745001/2745011
965.12/526.90	c cleaning 9998 clauses out of 20030 with flag 2755001/2755011
968.72/528.89	c cleaning 9993 clauses out of 20031 with flag 2765000/2765010
972.15/530.74	c cleaning 9998 clauses out of 20039 with flag 2775001/2775011
975.57/532.66	c cleaning 10003 clauses out of 20040 with flag 2785000/2785010
979.22/534.63	c cleaning 9995 clauses out of 20037 with flag 2795000/2795010
982.41/536.49	c cleaning 10010 clauses out of 20042 with flag 2805000/2805010
985.84/538.35	c cleaning 9987 clauses out of 20034 with flag 2815002/2815012
989.27/540.23	c cleaning 10018 clauses out of 20045 with flag 2825000/2825010
992.82/542.22	c cleaning 9991 clauses out of 20028 with flag 2835001/2835011
996.22/544.12	c cleaning 9997 clauses out of 20036 with flag 2845000/2845010
999.66/546.01	c cleaning 9999 clauses out of 20040 with flag 2855001/2855011
1003.09/547.97	c cleaning 10007 clauses out of 20040 with flag 2865000/2865010
1006.74/549.94	c cleaning 9991 clauses out of 20033 with flag 2875000/2875010
1010.33/551.98	c cleaning 10001 clauses out of 20042 with flag 2885000/2885010
1013.77/553.85	c cleaning 10007 clauses out of 20041 with flag 2895000/2895010
1017.20/555.76	c cleaning 10001 clauses out of 20034 with flag 2905000/2905010
1020.64/557.71	c cleaning 10004 clauses out of 20033 with flag 2915000/2915010
1024.24/559.64	c cleaning 10000 clauses out of 20030 with flag 2925001/2925011
1027.68/561.51	c cleaning 10005 clauses out of 20029 with flag 2935000/2935010
1031.11/563.41	c cleaning 9990 clauses out of 20025 with flag 2945001/2945011
1034.97/565.60	c cleaning 9996 clauses out of 20035 with flag 2955001/2955011
1038.44/567.56	c cleaning 10003 clauses out of 20038 with flag 2965000/2965010
1042.05/569.59	c cleaning 9993 clauses out of 20035 with flag 2975000/2975010
1045.68/571.58	c cleaning 10004 clauses out of 20042 with flag 2985000/2985010
1048.97/573.48	c cleaning 10012 clauses out of 20038 with flag 2995000/2995010
1052.23/575.29	c cleaning 10001 clauses out of 20027 with flag 3005001/3005011
1056.03/577.32	c cleaning 10001 clauses out of 20025 with flag 3015000/3015010
1059.66/579.32	c cleaning 10010 clauses out of 20026 with flag 3025002/3025012
1062.92/581.23	c cleaning 9995 clauses out of 20014 with flag 3035000/3035010
1066.35/583.10	c cleaning 9993 clauses out of 20019 with flag 3045000/3045010
1069.59/584.94	c cleaning 10009 clauses out of 20027 with flag 3055001/3055011
1073.22/586.92	c cleaning 9993 clauses out of 20017 with flag 3065000/3065010
1076.88/589.02	c cleaning 10006 clauses out of 20024 with flag 3075000/3075010
1080.51/591.04	c cleaning 10003 clauses out of 20019 with flag 3085001/3085011
1084.14/593.05	c cleaning 9998 clauses out of 20015 with flag 3095000/3095010
1087.38/594.88	c cleaning 10000 clauses out of 20017 with flag 3105000/3105010
1090.86/596.88	c cleaning 9994 clauses out of 20017 with flag 3115000/3115010
1094.29/598.75	c cleaning 9999 clauses out of 20025 with flag 3125002/3125012
1097.77/600.65	c cleaning 10002 clauses out of 20024 with flag 3135000/3135010
1101.16/602.52	c cleaning 9994 clauses out of 20022 with flag 3145000/3145010
1105.02/604.71	c cleaning 9993 clauses out of 20029 with flag 3155001/3155011
1108.86/606.83	c cleaning 9993 clauses out of 20035 with flag 3165000/3165010
1112.70/608.94	c cleaning 10008 clauses out of 20043 with flag 3175001/3175011
1116.72/611.13	c cleaning 10012 clauses out of 20034 with flag 3185000/3185010
1120.21/613.18	c cleaning 9994 clauses out of 20022 with flag 3195000/3195010
1123.64/615.09	c cleaning 9995 clauses out of 20028 with flag 3205000/3205010
1127.06/617.00	c cleaning 10013 clauses out of 20033 with flag 3215000/3215010
1130.49/618.86	c cleaning 9993 clauses out of 20020 with flag 3225000/3225010
1134.14/620.99	c cleaning 9996 clauses out of 20029 with flag 3235002/3235012
1137.76/622.99	c cleaning 9995 clauses out of 20031 with flag 3245000/3245010
1141.38/624.93	c cleaning 10003 clauses out of 20037 with flag 3255001/3255011
1144.81/626.89	c cleaning 10007 clauses out of 20033 with flag 3265000/3265010
1148.66/629.05	c cleaning 10001 clauses out of 20027 with flag 3275001/3275011
1152.08/630.98	c cleaning 9997 clauses out of 20025 with flag 3285000/3285010
1155.71/632.93	c cleaning 10009 clauses out of 20029 with flag 3295001/3295011
1159.13/634.83	c cleaning 9994 clauses out of 20020 with flag 3305001/3305011
1162.81/636.94	c cleaning 10001 clauses out of 20025 with flag 3315000/3315010
1166.19/638.87	c cleaning 9998 clauses out of 20024 with flag 3325000/3325010
1169.62/640.78	c cleaning 9998 clauses out of 20026 with flag 3335000/3335010
1173.25/642.73	c cleaning 9995 clauses out of 20028 with flag 3345000/3345010
1176.89/644.81	c cleaning 10000 clauses out of 20033 with flag 3355000/3355010
1180.11/646.68	c cleaning 9996 clauses out of 20033 with flag 3365000/3365010
1183.34/648.48	c cleaning 9998 clauses out of 20038 with flag 3375001/3375011
1186.76/650.36	c cleaning 10011 clauses out of 20039 with flag 3385000/3385010
1190.41/652.47	c cleaning 9989 clauses out of 20029 with flag 3395001/3395011
1193.83/654.38	c cleaning 9988 clauses out of 20039 with flag 3405000/3405010
1197.25/656.28	c cleaning 10001 clauses out of 20051 with flag 3415000/3415010
1200.67/658.16	c cleaning 10010 clauses out of 20050 with flag 3425000/3425010
1204.12/660.15	c cleaning 10009 clauses out of 20040 with flag 3435000/3435010
1207.55/662.10	c cleaning 9998 clauses out of 20032 with flag 3445001/3445011
1211.37/664.14	c cleaning 10004 clauses out of 20033 with flag 3455000/3455010
1214.79/666.07	c cleaning 10003 clauses out of 20029 with flag 3465000/3465010
1218.43/668.15	c cleaning 10001 clauses out of 20026 with flag 3475000/3475010
1222.06/670.18	c cleaning 9986 clauses out of 20025 with flag 3485000/3485010
1225.52/672.11	c cleaning 10000 clauses out of 20039 with flag 3495000/3495010
1229.31/674.15	c cleaning 9995 clauses out of 20039 with flag 3505000/3505010
1232.99/676.22	c cleaning 10016 clauses out of 20045 with flag 3515001/3515011
1236.62/678.26	c cleaning 10004 clauses out of 20028 with flag 3525000/3525010
1240.05/680.16	c cleaning 10004 clauses out of 20024 with flag 3535000/3535010
1243.52/682.07	c cleaning 9985 clauses out of 20020 with flag 3545000/3545010
1247.15/684.13	c cleaning 10003 clauses out of 20035 with flag 3555000/3555010
1250.74/686.16	c cleaning 9995 clauses out of 20033 with flag 3565001/3565011
1254.36/688.13	c cleaning 10007 clauses out of 20038 with flag 3575001/3575011
1257.77/690.02	c cleaning 9990 clauses out of 20031 with flag 3585001/3585011
1261.42/692.15	c cleaning 10006 clauses out of 20041 with flag 3595001/3595011
1264.88/694.11	c cleaning 10003 clauses out of 20034 with flag 3605000/3605010
1268.48/696.02	c cleaning 9996 clauses out of 20032 with flag 3615001/3615011
1271.90/697.92	c cleaning 10000 clauses out of 20035 with flag 3625000/3625010
1275.76/700.10	c cleaning 9986 clauses out of 20035 with flag 3635000/3635010
1279.38/702.16	c cleaning 10012 clauses out of 20049 with flag 3645000/3645010
1282.84/704.09	c cleaning 10004 clauses out of 20037 with flag 3655000/3655010
1286.43/706.01	c cleaning 10005 clauses out of 20034 with flag 3665001/3665011
1290.06/708.19	c cleaning 9996 clauses out of 20028 with flag 3675000/3675010
1293.69/710.14	c cleaning 10006 clauses out of 20032 with flag 3685000/3685010
1297.11/712.04	c cleaning 10006 clauses out of 20028 with flag 3695002/3695012
1300.73/714.00	c cleaning 9990 clauses out of 20020 with flag 3705000/3705010
1304.41/716.16	c cleaning 9996 clauses out of 20030 with flag 3715000/3715010
1307.99/718.12	c cleaning 9996 clauses out of 20034 with flag 3725000/3725010
1311.61/720.18	c cleaning 10005 clauses out of 20038 with flag 3735000/3735010
1315.44/722.22	c cleaning 9999 clauses out of 20036 with flag 3745003/3745013
1319.48/724.51	c cleaning 10003 clauses out of 20035 with flag 3755001/3755011
1323.10/726.57	c cleaning 10003 clauses out of 20032 with flag 3765001/3765011
1326.73/728.58	c cleaning 10002 clauses out of 20028 with flag 3775000/3775010
1330.35/730.50	c cleaning 10000 clauses out of 20026 with flag 3785000/3785010
1334.02/732.62	c cleaning 10005 clauses out of 20026 with flag 3795000/3795010
1337.60/734.63	c cleaning 9999 clauses out of 20021 with flag 3805000/3805010
1341.02/736.52	c cleaning 9998 clauses out of 20022 with flag 3815000/3815010
1344.44/738.48	c cleaning 9996 clauses out of 20025 with flag 3825001/3825011
1348.28/740.69	c cleaning 9996 clauses out of 20028 with flag 3835000/3835010
1351.90/742.60	c cleaning 10001 clauses out of 20032 with flag 3845000/3845010
1355.56/744.65	c cleaning 9996 clauses out of 20031 with flag 3855000/3855010
1359.14/746.67	c cleaning 9999 clauses out of 20035 with flag 3865000/3865010
1363.18/748.90	c cleaning 10003 clauses out of 20036 with flag 3875000/3875010
1366.64/750.85	c cleaning 10001 clauses out of 20034 with flag 3885001/3885011
1370.46/752.92	c cleaning 9986 clauses out of 20032 with flag 3895000/3895010
1374.12/754.93	c cleaning 9999 clauses out of 20046 with flag 3905000/3905010
1378.01/757.11	c cleaning 10003 clauses out of 20047 with flag 3915000/3915010
1381.48/759.07	c cleaning 10012 clauses out of 20045 with flag 3925001/3925011
1384.90/760.99	c cleaning 10005 clauses out of 20032 with flag 3935000/3935010
1388.53/762.96	c cleaning 10002 clauses out of 20028 with flag 3945001/3945011
1392.42/765.12	c cleaning 10000 clauses out of 20026 with flag 3955001/3955011
1396.07/767.17	c cleaning 9987 clauses out of 20026 with flag 3965001/3965011
1399.93/769.22	c cleaning 9999 clauses out of 20039 with flag 3975001/3975011
1403.42/771.19	c cleaning 10005 clauses out of 20039 with flag 3985000/3985010
1407.11/773.31	c cleaning 10001 clauses out of 20035 with flag 3995001/3995011
1410.73/775.23	c cleaning 10001 clauses out of 20034 with flag 4005001/4005011
1414.19/777.15	c cleaning 9995 clauses out of 20032 with flag 4015000/4015010
1417.44/779.00	c cleaning 9995 clauses out of 20037 with flag 4025000/4025010
1420.97/780.92	c cleaning 10008 clauses out of 20042 with flag 4035000/4035010
1424.39/782.87	c cleaning 9994 clauses out of 20034 with flag 4045000/4045010
1428.25/784.95	c cleaning 10001 clauses out of 20040 with flag 4055000/4055010
1431.90/786.93	c cleaning 10010 clauses out of 20039 with flag 4065000/4065010
1435.40/788.95	c cleaning 9997 clauses out of 20029 with flag 4075000/4075010
1439.45/791.17	c cleaning 9996 clauses out of 20032 with flag 4085000/4085010
1443.50/793.38	c cleaning 10001 clauses out of 20036 with flag 4095000/4095010
1447.75/795.60	c cleaning 9999 clauses out of 20036 with flag 4105001/4105011
1451.85/797.98	c cleaning 10000 clauses out of 20036 with flag 4115000/4115010
1456.30/800.33	c cleaning 10004 clauses out of 20036 with flag 4125000/4125010
1460.55/802.63	c cleaning 9992 clauses out of 20032 with flag 4135000/4135010
1464.60/804.87	c cleaning 10010 clauses out of 20040 with flag 4145000/4145010
1468.74/807.17	c cleaning 9994 clauses out of 20030 with flag 4155000/4155010
1473.23/809.53	c cleaning 10012 clauses out of 20037 with flag 4165001/4165011
1477.05/811.61	c cleaning 9994 clauses out of 20024 with flag 4175000/4175010
1480.90/813.78	c cleaning 9993 clauses out of 20030 with flag 4185000/4185010
1485.00/816.07	c cleaning 10006 clauses out of 20037 with flag 4195000/4195010
1489.04/818.30	c cleaning 9997 clauses out of 20031 with flag 4205000/4205010
1493.09/820.43	c cleaning 10002 clauses out of 20035 with flag 4215001/4215011
1496.94/822.51	c cleaning 10000 clauses out of 20032 with flag 4225000/4225010
1501.07/824.85	c cleaning 10006 clauses out of 20033 with flag 4235001/4235011
1504.92/826.91	c cleaning 9996 clauses out of 20026 with flag 4245000/4245010
1508.78/829.01	c cleaning 10008 clauses out of 20031 with flag 4255001/4255011
1512.63/831.18	c cleaning 9978 clauses out of 20022 with flag 4265000/4265010
1516.48/833.28	c cleaning 10011 clauses out of 20044 with flag 4275000/4275010
1520.52/835.49	c cleaning 9998 clauses out of 20033 with flag 4285000/4285010
1524.78/837.78	c cleaning 9993 clauses out of 20035 with flag 4295000/4295010
1529.03/840.06	c cleaning 10005 clauses out of 20042 with flag 4305000/4305010
1533.20/842.33	c cleaning 9995 clauses out of 20038 with flag 4315001/4315011
1537.45/844.69	c cleaning 9993 clauses out of 20042 with flag 4325000/4325010
1541.73/846.95	c cleaning 9996 clauses out of 20050 with flag 4335001/4335011
1546.15/849.32	c cleaning 10011 clauses out of 20053 with flag 4345000/4345010
1549.92/851.42	c cleaning 9999 clauses out of 20042 with flag 4355000/4355010
1553.33/853.39	c cleaning 10003 clauses out of 20043 with flag 4365000/4365010
1557.38/855.51	c cleaning 10001 clauses out of 20040 with flag 4375000/4375010
1560.63/857.38	c cleaning 10004 clauses out of 20040 with flag 4385001/4385011
1564.37/859.47	c cleaning 9999 clauses out of 20035 with flag 4395000/4395010
1568.23/861.50	c cleaning 9998 clauses out of 20037 with flag 4405001/4405011
1571.92/863.52	c cleaning 10001 clauses out of 20038 with flag 4415000/4415010
1575.33/865.48	c cleaning 10000 clauses out of 20038 with flag 4425001/4425011
1579.45/867.70	c cleaning 9991 clauses out of 20037 with flag 4435000/4435010
1583.09/869.79	c cleaning 10001 clauses out of 20048 with flag 4445002/4445012
1586.75/871.79	c cleaning 10000 clauses out of 20045 with flag 4455000/4455010
1590.60/873.84	c cleaning 10004 clauses out of 20046 with flag 4465001/4465011
1594.32/875.99	c cleaning 10006 clauses out of 20041 with flag 4475000/4475010
1597.98/877.95	c cleaning 10008 clauses out of 20035 with flag 4485000/4485010
1601.23/879.76	c cleaning 9981 clauses out of 20028 with flag 4495001/4495011
1604.48/881.51	c cleaning 10013 clauses out of 20046 with flag 4505000/4505010
1607.77/883.49	c cleaning 9999 clauses out of 20034 with flag 4515001/4515011
1611.02/885.27	c cleaning 10002 clauses out of 20034 with flag 4525000/4525010
1614.48/887.17	c cleaning 9998 clauses out of 20033 with flag 4535001/4535011
1617.93/889.06	c cleaning 10006 clauses out of 20034 with flag 4545000/4545010
1621.61/891.17	c cleaning 9998 clauses out of 20028 with flag 4555000/4555010
1625.06/893.00	c cleaning 10003 clauses out of 20030 with flag 4565000/4565010
1628.31/894.82	c cleaning 10002 clauses out of 20027 with flag 4575000/4575010
1631.76/896.72	c cleaning 9999 clauses out of 20025 with flag 4585000/4585010
1635.07/898.68	c cleaning 10004 clauses out of 20027 with flag 4595001/4595011
1638.49/900.51	c cleaning 9980 clauses out of 20023 with flag 4605001/4605011
1641.74/902.37	c cleaning 10005 clauses out of 20043 with flag 4615001/4615011
1645.39/904.32	c cleaning 10006 clauses out of 20038 with flag 4625001/4625011
1648.90/906.38	c cleaning 9999 clauses out of 20031 with flag 4635000/4635010
1652.32/908.27	c cleaning 9997 clauses out of 20032 with flag 4645000/4645010
1655.97/910.23	c cleaning 9999 clauses out of 20037 with flag 4655002/4655012
1659.42/912.16	c cleaning 10003 clauses out of 20036 with flag 4665000/4665010
1663.10/914.24	c cleaning 10006 clauses out of 20033 with flag 4675000/4675010
1666.79/916.31	c cleaning 10003 clauses out of 20027 with flag 4685000/4685010
1670.21/918.16	c cleaning 9993 clauses out of 20024 with flag 4695000/4695010
1673.86/920.12	c cleaning 10000 clauses out of 20032 with flag 4705001/4705011
1677.75/922.32	c cleaning 10003 clauses out of 20032 with flag 4715001/4715011
1681.00/924.16	c cleaning 9998 clauses out of 20028 with flag 4725000/4725010
1684.45/926.06	c cleaning 9997 clauses out of 20033 with flag 4735003/4735013
1687.90/927.99	c cleaning 9991 clauses out of 20033 with flag 4745000/4745010
1691.78/930.20	c cleaning 10004 clauses out of 20042 with flag 4755000/4755010
1695.43/932.11	c cleaning 10003 clauses out of 20038 with flag 4765000/4765010
1698.71/933.97	c cleaning 10003 clauses out of 20036 with flag 4775001/4775011
1702.12/935.85	c cleaning 10005 clauses out of 20032 with flag 4785000/4785010
1705.81/937.94	c cleaning 9991 clauses out of 20027 with flag 4795000/4795010
1709.27/939.85	c cleaning 10002 clauses out of 20036 with flag 4805000/4805010
1712.72/941.76	c cleaning 10011 clauses out of 20034 with flag 4815000/4815010
1716.62/943.88	c cleaning 9993 clauses out of 20023 with flag 4825000/4825010
1720.06/945.90	c cleaning 10000 clauses out of 20031 with flag 4835001/4835011
1723.91/947.98	c cleaning 10004 clauses out of 20031 with flag 4845001/4845011
1727.55/949.92	c cleaning 9994 clauses out of 20026 with flag 4855000/4855010
1730.80/951.73	c cleaning 9995 clauses out of 20032 with flag 4865000/4865010
1734.48/953.85	c cleaning 10011 clauses out of 20037 with flag 4875000/4875010
1738.16/955.85	c cleaning 9988 clauses out of 20026 with flag 4885000/4885010
1741.58/957.75	c cleaning 9994 clauses out of 20039 with flag 4895001/4895011
1745.23/959.79	c cleaning 10000 clauses out of 20044 with flag 4905000/4905010
1749.31/962.03	c cleaning 10009 clauses out of 20044 with flag 4915000/4915010
1753.16/964.12	c cleaning 9988 clauses out of 20035 with flag 4925000/4925010
1756.41/965.99	c cleaning 10007 clauses out of 20047 with flag 4935000/4935010
1759.85/967.87	c cleaning 10006 clauses out of 20040 with flag 4945000/4945010
1763.34/969.82	c cleaning 10000 clauses out of 20034 with flag 4955000/4955010
1766.59/971.67	c cleaning 10006 clauses out of 20034 with flag 4965000/4965010
1769.87/973.50	c cleaning 10002 clauses out of 20028 with flag 4975000/4975010
1773.29/975.39	c cleaning 9991 clauses out of 20026 with flag 4985000/4985010
1777.17/977.50	c cleaning 10006 clauses out of 20035 with flag 4995000/4995010
1780.43/979.40	c cleaning 9996 clauses out of 20029 with flag 5005000/5005010
1784.07/981.37	c cleaning 9998 clauses out of 20034 with flag 5015001/5015011
1787.52/983.26	c cleaning 10014 clauses out of 20035 with flag 5025000/5025010
1790.83/985.19	c cleaning 9988 clauses out of 20021 with flag 5035000/5035010
1794.28/987.06	c cleaning 10001 clauses out of 20033 with flag 5045000/5045010
1797.93/989.03	c cleaning 10000 clauses out of 20032 with flag 5055000/5055010
1800.21/990.32	c starts		: 275
1800.21/990.32	c conflicts		: 5061216
1800.21/990.32	c decisions		: 7020068
1800.21/990.32	c propagations		: 92057878
1800.21/990.32	c inspects		: 1772110847
1800.21/990.32	c shortcuts		: 0
1800.21/990.32	c learnt literals	: 0
1800.21/990.32	c learnt binary clauses	: 203
1800.21/990.32	c learnt ternary clauses	: 505
1800.21/990.32	c learnt constraints	: 5061216
1800.21/990.32	c ignored constraints	: 0
1800.21/990.32	c root simplifications	: 0
1800.21/990.32	c removed literals (reason simplification)	: 490190361
1800.21/990.32	c reason swapping (by a shorter reason)	: 0
1800.21/990.32	c Calls to reduceDB	: 507
1800.21/990.32	c number of reductions to clauses (during analyze)	: 0
1800.21/990.32	c number of learned constraints concerned by reduction	: 0
1800.21/990.32	c number of learning phase by resolution	: 0
1800.21/990.32	c number of learning phase by cutting planes	: 0
1800.21/990.32	c speed (assignments/second)	: 93083.58704565608
1800.21/990.32	c non guided choices	42
1800.21/990.33	c learnt constraints type 
1800.21/990.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 203
1800.21/990.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16098
1800.21/990.33	c constraints type 
1800.21/990.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 167
1800.21/990.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.21/990.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3570
1800.21/990.33	c constraints type 
1800.21/990.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3570
1800.21/990.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 167
1800.21/990.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.21/990.33	s SATISFIABLE
1800.21/990.34	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 
1800.21/990.34	c objective function=391
1800.21/990.34	c Total wall clock time (in seconds): 990.226

Verifier Data

OK	391

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454541-1307188822/watcher-3454541-1307188822 -o /tmp/evaluation-result-3454541-1307188822/solver-3454541-1307188822 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454541-1307188822.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.58 3.86 3.50 3/548 21692
/proc/meminfo: memFree=23974552/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 4306 0 1 0 0 0 0 0 25 0 2 0 909112890 10694979584 4008 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2611079 4021 917 9 0 2602235 0
[pid=21692/tid=21693] ppid=21690 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) R 21690 21692 18760 0 -1 4202560 4928 0 1 0 0 0 0 0 25 0 2 0 909112890 10694979584 5744 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0671129 s]
/proc/loadavg: 3.58 3.86 3.50 3/548 21692
/proc/meminfo: memFree=23974552/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10472924 CPUtime=0.05 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 11706 0 1 0 4 1 0 0 25 0 18 0 909112890 10724274176 11402 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2618238 11408 1738 9 0 2608972 0
[pid=21692/tid=21693] ppid=21690 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) R 21690 21692 18760 0 -1 4202560 10538 0 1 0 4 1 0 0 25 0 18 0 909112890 10724302848 11410 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912504009831 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.101111 s]
/proc/loadavg: 3.58 3.86 3.50 3/548 21692
/proc/meminfo: memFree=23974552/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10540184 CPUtime=0.1 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 13058 0 1 0 8 2 0 0 25 0 18 0 909112890 10793148416 12729 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2635046 12730 2092 9 0 2625780 0
[pid=21692/tid=21693] ppid=21690 vsize=10540184 CPUtime=0.08 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) R 21690 21692 18760 0 -1 4202560 11129 0 1 0 7 1 0 0 18 0 18 0 909112890 10793148416 12730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 47050527095635 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540184

[startup+0.303917 s]
/proc/loadavg: 3.58 3.86 3.50 3/548 21692
/proc/meminfo: memFree=23974552/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10540776 CPUtime=0.48 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 16020 0 1 0 46 2 0 0 25 0 18 0 909112890 10793754624 15211 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2635194 15212 2200 9 0 2625928 0
[pid=21692/tid=21693] ppid=21690 vsize=10540776 CPUtime=0.27 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) R 21690 21692 18760 0 -1 4202560 13061 0 1 0 26 1 0 0 18 0 18 0 909112890 10793754624 15212 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505594929 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540776

[startup+0.701047 s]
/proc/loadavg: 3.58 3.86 3.50 3/548 21692
/proc/meminfo: memFree=23974552/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10548620 CPUtime=0.65 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 18603 0 1 0 62 3 0 0 25 0 19 0 909112890 10801786880 17138 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2637155 17138 2224 9 0 2627889 0
[pid=21692/tid=21693] ppid=21690 vsize=10548620 CPUtime=0.3 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 13619 0 1 0 29 1 0 0 18 0 19 0 909112890 10801786880 17138 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10548620

[startup+1.50083 s]
/proc/loadavg: 3.58 3.86 3.50 2/567 21717
/proc/meminfo: memFree=23912408/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10549988 CPUtime=1.38 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 21167 0 1 0 135 3 0 0 25 0 22 0 909112890 10803187712 19248 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2637497 19249 2235 9 0 2628231 0
[pid=21692/tid=21693] ppid=21690 vsize=10549988 CPUtime=0.31 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 13847 0 1 0 30 1 0 0 15 0 22 0 909112890 10803187712 19250 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19250 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19251 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19251 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19252 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19252 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19253 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19253 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112892 10803187712 19254 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 18760 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 909112893 10803187712 19254 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 0 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909112894 10803187712 19255 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909112894 10803187712 19255 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10803187712 19256 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216747002289 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=10549988 CPUtime=0.37 cores=0,2,4,6
/proc/21692/task/21707/stat : 21707 (java) R 21690 21692 18760 0 -1 4202560 2905 0 0 0 37 0 0 0 16 0 22 0 909112896 10803187712 19256 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 47050523448758 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=10549988 CPUtime=0.29 cores=0,2,4,6
/proc/21692/task/21708/stat : 21708 (java) R 21690 21692 18760 0 -1 4202560 2454 0 0 0 29 0 0 0 16 0 22 0 909112896 10803187712 19257 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 47050527077296 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10803187712 19257 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909112896 10803187712 19258 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21714] ppid=21690 vsize=10549988 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21714/stat : 21714 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909112924 10803187712 19258 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10549988

[startup+3.10163 s]
/proc/loadavg: 3.78 3.90 3.51 5/570 21720
/proc/meminfo: memFree=23777224/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10559728 CPUtime=5.99 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 140988 0 1 0 581 18 0 0 25 0 22 0 909112890 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2639932 136002 2266 9 0 2630666 0
[pid=21692/tid=21693] ppid=21690 vsize=10559728 CPUtime=0.31 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 13847 0 1 0 30 1 0 0 15 0 22 0 909112890 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 744 0 0 0 0 0 0 0 16 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 975 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 390 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 22 0 909112892 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10559728 CPUtime=0.03 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) R 21690 21692 18760 0 -1 4202560 1439 0 0 0 3 0 0 0 15 0 22 0 909112893 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 47050525839476 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909112894 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909112894 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216747002289 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=10559728 CPUtime=0.93 cores=0,2,4,6
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 18760 0 -1 4202560 5337 0 0 0 93 0 0 0 15 0 22 0 909112896 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=10559728 CPUtime=1.16 cores=0,2,4,6
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 18760 0 -1 4202560 9263 0 0 0 115 1 0 0 15 0 22 0 909112896 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909112896 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21714] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21714/stat : 21714 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909112924 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21718] ppid=21690 vsize=10559728 CPUtime=1.7 cores=0,2,4,6
/proc/21692/task/21718/stat : 21718 (java) S 21690 21692 18760 0 -1 4202560 3245 0 0 0 170 0 0 0 18 0 22 0 909113024 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21719] ppid=21690 vsize=10559728 CPUtime=1.7 cores=0,2,4,6
/proc/21692/task/21719/stat : 21719 (java) S 21690 21692 18760 0 -1 4202560 102961 0 0 0 158 12 0 0 19 0 22 0 909113025 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21720] ppid=21690 vsize=10559728 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21720/stat : 21720 (java) S 21690 21692 18760 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 909113025 10813161472 136002 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 10559728

[startup+6.30105 s]
/proc/loadavg: 3.78 3.90 3.51 5/570 21720
/proc/meminfo: memFree=23406700/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10555632 CPUtime=12.4 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 148584 0 1 0 1221 19 0 0 25 0 22 0 909112890 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2638908 142616 2266 9 0 2629642 0
[pid=21692/tid=21693] ppid=21690 vsize=10555632 CPUtime=0.31 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 13847 0 1 0 30 1 0 0 15 0 22 0 909112890 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 887 0 0 0 0 0 0 0 16 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 712 0 0 0 0 0 0 0 16 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 691 0 0 0 0 0 0 0 15 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 975 0 0 0 0 0 0 0 15 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10555632 CPUtime=0.01 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 862 0 0 0 1 0 0 0 16 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 390 0 0 0 0 0 0 0 15 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10555632 CPUtime=0.01 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 1023 0 0 0 1 0 0 0 16 0 22 0 909112892 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10555632 CPUtime=0.11 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 18760 0 -1 4202560 4550 0 0 0 11 0 0 0 15 0 22 0 909112893 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 0 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 142616 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0

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

[pid=21692/tid=21718] ppid=21690 vsize=10555632 CPUtime=717.49 cores=0,2,4,6
/proc/21692/task/21718/stat : 21718 (java) R 21690 21692 18760 0 -1 4202560 4832 0 0 0 71748 1 0 0 16 0 22 0 909113024 10808967168 383518 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505690381 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21719] ppid=21690 vsize=10555632 CPUtime=717.69 cores=0,2,4,6
/proc/21692/task/21719/stat : 21719 (java) R 21690 21692 18760 0 -1 4202560 257956 0 0 0 71740 29 0 0 16 0 22 0 909113025 10808967168 383518 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505717640 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21720] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21720/stat : 21720 (java) S 21690 21692 18760 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 909113025 10808967168 383518 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1605.57
Current children cumulated vsize (KiB) 10555632

[startup+942.301 s]
/proc/loadavg: 3.54 3.49 3.47 5/570 21829
/proc/meminfo: memFree=22283404/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10555632 CPUtime=1713.58 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 392316 0 1 0 171294 64 0 0 25 0 22 0 909112890 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2638908 385730 2267 9 0 2629642 0
[pid=21692/tid=21693] ppid=21690 vsize=10555632 CPUtime=0.32 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 14140 0 1 0 31 1 0 0 15 0 22 0 909112890 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10555632 CPUtime=0.85 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 1055 0 0 0 85 0 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10555632 CPUtime=0.83 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 1399 0 0 0 83 0 0 0 16 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10555632 CPUtime=0.78 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 818 0 0 0 78 0 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10555632 CPUtime=0.81 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 54 0 0 0 81 0 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10555632 CPUtime=0.82 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 1115 0 0 0 82 0 0 0 16 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10555632 CPUtime=0.9 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 1251 0 0 0 90 0 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10555632 CPUtime=0.87 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 642 0 0 0 86 1 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10555632 CPUtime=0.89 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 1908 0 0 0 89 0 0 0 15 0 22 0 909112892 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10555632 CPUtime=173.24 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 18760 0 -1 4202560 91103 0 0 0 17301 23 0 0 16 0 22 0 909112893 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 0 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216747002289 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=10555632 CPUtime=1.05 cores=0,2,4,6
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 18760 0 -1 4202560 5342 0 0 0 105 0 0 0 16 0 22 0 909112896 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=10555632 CPUtime=1.28 cores=0,2,4,6
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 18760 0 -1 4202560 9273 0 0 0 127 1 0 0 15 0 22 0 909112896 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 18760 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 909112896 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21714] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21714/stat : 21714 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909112924 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21718] ppid=21690 vsize=10555632 CPUtime=765.24 cores=0,2,4,6
/proc/21692/task/21718/stat : 21718 (java) R 21690 21692 18760 0 -1 4202560 4837 0 0 0 76523 1 0 0 16 0 22 0 909113024 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505753685 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21692/tid=21719] ppid=21690 vsize=10555632 CPUtime=765.47 cores=0,2,4,6
/proc/21692/task/21719/stat : 21719 (java) R 21690 21692 18760 0 -1 4202560 257961 0 0 0 76518 29 0 0 16 0 22 0 909113025 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912506168444 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21720] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21720/stat : 21720 (java) S 21690 21692 18760 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 909113025 10808967168 385730 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1713.58
Current children cumulated vsize (KiB) 10555632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+990.301 s]
/proc/loadavg: 3.71 3.54 3.49 5/570 21830
/proc/meminfo: memFree=21881176/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10555632 CPUtime=1800.21 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 393539 0 1 0 179956 65 0 0 25 0 22 0 909112890 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2638908 386925 2267 9 0 2629642 0
[pid=21692/tid=21693] ppid=21690 vsize=10555632 CPUtime=0.32 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 14150 0 1 0 31 1 0 0 15 0 22 0 909112890 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10555632 CPUtime=0.88 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 1055 0 0 0 88 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10555632 CPUtime=0.86 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 1399 0 0 0 86 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10555632 CPUtime=0.81 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 821 0 0 0 81 0 0 0 16 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10555632 CPUtime=0.85 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 56 0 0 0 85 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10555632 CPUtime=0.85 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 1120 0 0 0 85 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10555632 CPUtime=0.93 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 1251 0 0 0 93 0 0 0 16 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10555632 CPUtime=0.89 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 652 0 0 0 88 1 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10555632 CPUtime=0.92 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 1910 0 0 0 92 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10555632 CPUtime=182.71 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 18760 0 -1 4202560 92278 0 0 0 18247 24 0 0 16 0 22 0 909112893 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 0 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216747002289 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=10555632 CPUtime=1.05 cores=0,2,4,6
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 18760 0 -1 4202560 5342 0 0 0 105 0 0 0 16 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=10555632 CPUtime=1.28 cores=0,2,4,6
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 18760 0 -1 4202560 9273 0 0 0 127 1 0 0 15 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 18760 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21714] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21714/stat : 21714 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909112924 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21718] ppid=21690 vsize=10555632 CPUtime=803.71 cores=0,2,4,6
/proc/21692/task/21718/stat : 21718 (java) R 21690 21692 18760 0 -1 4202560 4850 0 0 0 80370 1 0 0 16 0 22 0 909113024 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505751744 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21692/tid=21719] ppid=21690 vsize=10555632 CPUtime=803.93 cores=0,2,4,6
/proc/21692/task/21719/stat : 21719 (java) R 21690 21692 18760 0 -1 4202560 257962 0 0 0 80364 29 0 0 16 0 22 0 909113025 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505593671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21720] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21720/stat : 21720 (java) S 21690 21692 18760 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 909113025 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10555632

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

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

[startup+990.301 s]
/proc/loadavg: 3.71 3.54 3.49 5/570 21830
/proc/meminfo: memFree=21881176/32951124 swapFree=56241860/67111528
[pid=21692] ppid=21690 vsize=10555632 CPUtime=1800.21 cores=0,2,4,6
/proc/21692/stat : 21692 (java) S 21690 21692 18760 0 -1 4202496 393539 0 1 0 179956 65 0 0 25 0 22 0 909112890 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21692/statm: 2638908 386925 2267 9 0 2629642 0
[pid=21692/tid=21693] ppid=21690 vsize=10555632 CPUtime=0.32 cores=0,2,4,6
/proc/21692/task/21693/stat : 21693 (java) S 21690 21692 18760 0 -1 4202560 14150 0 1 0 31 1 0 0 15 0 22 0 909112890 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21695] ppid=21690 vsize=10555632 CPUtime=0.88 cores=0,2,4,6
/proc/21692/task/21695/stat : 21695 (java) S 21690 21692 18760 0 -1 4202560 1055 0 0 0 88 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21696] ppid=21690 vsize=10555632 CPUtime=0.86 cores=0,2,4,6
/proc/21692/task/21696/stat : 21696 (java) S 21690 21692 18760 0 -1 4202560 1399 0 0 0 86 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21697] ppid=21690 vsize=10555632 CPUtime=0.81 cores=0,2,4,6
/proc/21692/task/21697/stat : 21697 (java) S 21690 21692 18760 0 -1 4202560 821 0 0 0 81 0 0 0 16 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21698] ppid=21690 vsize=10555632 CPUtime=0.85 cores=0,2,4,6
/proc/21692/task/21698/stat : 21698 (java) S 21690 21692 18760 0 -1 4202560 56 0 0 0 85 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21699] ppid=21690 vsize=10555632 CPUtime=0.85 cores=0,2,4,6
/proc/21692/task/21699/stat : 21699 (java) S 21690 21692 18760 0 -1 4202560 1120 0 0 0 85 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21700] ppid=21690 vsize=10555632 CPUtime=0.93 cores=0,2,4,6
/proc/21692/task/21700/stat : 21700 (java) S 21690 21692 18760 0 -1 4202560 1251 0 0 0 93 0 0 0 16 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21701] ppid=21690 vsize=10555632 CPUtime=0.89 cores=0,2,4,6
/proc/21692/task/21701/stat : 21701 (java) S 21690 21692 18760 0 -1 4202560 652 0 0 0 88 1 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21702] ppid=21690 vsize=10555632 CPUtime=0.92 cores=0,2,4,6
/proc/21692/task/21702/stat : 21702 (java) S 21690 21692 18760 0 -1 4202560 1910 0 0 0 92 0 0 0 15 0 22 0 909112892 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21703] ppid=21690 vsize=10555632 CPUtime=182.71 cores=0,2,4,6
/proc/21692/task/21703/stat : 21703 (java) S 21690 21692 18760 0 -1 4202560 92278 0 0 0 18247 24 0 0 16 0 22 0 909112893 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 0 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21704] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21704/stat : 21704 (java) S 21690 21692 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21705] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21705/stat : 21705 (java) S 21690 21692 18760 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909112894 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21706] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21706/stat : 21706 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216747002289 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21707] ppid=21690 vsize=10555632 CPUtime=1.05 cores=0,2,4,6
/proc/21692/task/21707/stat : 21707 (java) S 21690 21692 18760 0 -1 4202560 5342 0 0 0 105 0 0 0 16 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21708] ppid=21690 vsize=10555632 CPUtime=1.28 cores=0,2,4,6
/proc/21692/task/21708/stat : 21708 (java) S 21690 21692 18760 0 -1 4202560 9273 0 0 0 127 1 0 0 15 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 0 0 0 0
[pid=21692/tid=21709] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21709/stat : 21709 (java) S 21690 21692 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746994585 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
[pid=21692/tid=21710] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21710/stat : 21710 (java) S 21690 21692 18760 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909112896 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 6 0 0 0
[pid=21692/tid=21714] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21714/stat : 21714 (java) S 21690 21692 18760 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909112924 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 2 0 0 0
[pid=21692/tid=21718] ppid=21690 vsize=10555632 CPUtime=803.71 cores=0,2,4,6
/proc/21692/task/21718/stat : 21718 (java) R 21690 21692 18760 0 -1 4202560 4850 0 0 0 80370 1 0 0 16 0 22 0 909113024 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505751744 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21692/tid=21719] ppid=21690 vsize=10555632 CPUtime=803.93 cores=0,2,4,6
/proc/21692/task/21719/stat : 21719 (java) R 21690 21692 18760 0 -1 4202560 257962 0 0 0 80364 29 0 0 16 0 22 0 909113025 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 46912505593671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21692/tid=21720] ppid=21690 vsize=10555632 CPUtime=0 cores=0,2,4,6
/proc/21692/task/21720/stat : 21720 (java) S 21690 21692 18760 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 909113025 10808967168 386925 33554432000 1073741824 1073778376 140733637824448 18446744073709551615 216746995200 0 4 0 16800975 18446604441582531520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10555632

Child status: 143
Real time (s): 990.422
CPU time (s): 1800.37
CPU user time (s): 1799.64
CPU system time (s): 0.731888
CPU usage (%): 181.778
Max. virtual memory (cumulated for all children) (KiB): 10559728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.731888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393571
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= 36674
involuntary context switches= 15412

runsolver used 5.77712 second user time and 12.1771 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 14:00:22
IDJOB=3454541
IDBENCH=2065
IDSOLVER=1950
FILE ID=node119/3454541-1307188822
RUNJOBID= node119-1307186991-20974
PBS_JOBID= 13508823
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454541-1307188822/watcher-3454541-1307188822 -o /tmp/evaluation-result-3454541-1307188822/solver-3454541-1307188822 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454541-1307188822.opb

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

MD5SUM BENCH= e79c956fa387b090702a2dffba5fa8e9
RANDOM SEED=1914205986

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23974700 kB
Buffers:        249260 kB
Cached:         597788 kB
SwapCached:      59076 kB
Active:        1659040 kB
Inactive:      7017756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23974700 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:     7774064 kB
Mapped:          41660 kB
Slab:           149948 kB
PageTables:      81284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174239956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node119 at 2011-06-04 14:16:55