Trace number 2659190

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT (TO)30807040 1800.16 1796.2

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod013.opb
MD5SUM4cb1be2dcc654132071469b521292770
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark30807040
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 32455680
Optimality of the best value was proved NO
Number of variables1488
Total number of constraints62
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints62
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 1488
Biggest coefficient in the objective function 375272767488
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 12937590079727
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 375272767488
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 12937590079727
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659190-1276559128.opb
0.22/0.21	c reading problem ... 
0.76/0.57	c ... done. Wall clock time 0.355s.
0.76/0.57	c #vars     1488
0.76/0.57	c #constraints  839
0.76/0.57	c constraints type 
0.76/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 76
2.16/1.21	c SATISFIABLE
2.16/1.21	c OPTIMIZING...
2.16/1.21	c Got one! Elapsed wall clock time (in seconds):1.001
2.16/1.21	o 33049600
6.86/4.68	c cleaning 2495 clauses out of 5000 with flag 5000/5000
9.55/7.22	c cleaning 4252 clauses out of 8508 with flag 11003/11003
12.75/10.41	c cleaning 5621 clauses out of 11253 with flag 18000/18000
15.97/13.63	c cleaning 6809 clauses out of 13633 with flag 26001/26001
19.70/17.38	c cleaning 7902 clauses out of 15824 with flag 35001/35001
24.33/22.02	c cleaning 8950 clauses out of 17921 with flag 45000/45000
28.86/26.47	c cleaning 9476 clauses out of 18972 with flag 55001/55001
32.77/30.35	c cleaning 9737 clauses out of 19495 with flag 65000/65000
36.48/34.06	c cleaning 9875 clauses out of 19758 with flag 75000/75000
40.79/38.33	c cleaning 9931 clauses out of 19885 with flag 85002/85002
44.69/42.20	c cleaning 9965 clauses out of 19952 with flag 95000/95000
48.60/46.18	c cleaning 9982 clauses out of 19989 with flag 105002/105002
53.00/50.57	c cleaning 9995 clauses out of 20006 with flag 115001/115001
57.00/54.57	c cleaning 10002 clauses out of 20011 with flag 125001/125001
60.90/58.40	c cleaning 9997 clauses out of 20008 with flag 135000/135000
64.92/62.41	c cleaning 9991 clauses out of 20013 with flag 145002/145002
68.61/66.14	c cleaning 10000 clauses out of 20021 with flag 155001/155001
73.12/70.63	c cleaning 10002 clauses out of 20021 with flag 165001/165001
77.52/75.01	c cleaning 10003 clauses out of 20019 with flag 175001/175001
81.53/79.09	c cleaning 10003 clauses out of 20015 with flag 185000/185000
85.64/83.15	c cleaning 9987 clauses out of 20012 with flag 195000/195000
90.05/87.50	c cleaning 9997 clauses out of 20026 with flag 205001/205001
93.86/91.34	c cleaning 9995 clauses out of 20028 with flag 215000/215000
96.95/94.48	c cleaning 10002 clauses out of 20035 with flag 225002/225002
100.55/98.02	c cleaning 10001 clauses out of 20032 with flag 235001/235001
104.47/101.94	c cleaning 9999 clauses out of 20030 with flag 245000/245000
107.97/105.44	c cleaning 9994 clauses out of 20031 with flag 255000/255000
111.87/109.36	c cleaning 10012 clauses out of 20037 with flag 265000/265000
115.56/113.09	c cleaning 10003 clauses out of 20026 with flag 275001/275001
116.77/114.31	c Got one! Elapsed wall clock time (in seconds):114.093
116.88/114.31	o 32035840
120.07/117.56	c cleaning 10003 clauses out of 20022 with flag 285000/285000
124.68/122.16	c cleaning 9984 clauses out of 20019 with flag 295000/295000
128.87/126.36	c cleaning 10011 clauses out of 20036 with flag 305001/305001
132.58/130.06	c cleaning 10002 clauses out of 20026 with flag 315002/315002
136.19/133.69	c cleaning 9983 clauses out of 20022 with flag 325000/325000
139.59/137.02	c cleaning 9985 clauses out of 20039 with flag 335000/335000
143.49/140.91	c cleaning 9998 clauses out of 20055 with flag 345001/345001
147.20/144.70	c cleaning 10012 clauses out of 20056 with flag 355000/355000
151.50/148.96	c cleaning 10014 clauses out of 20045 with flag 365001/365001
155.21/152.63	c cleaning 10000 clauses out of 20031 with flag 375001/375001
159.21/156.68	c cleaning 10003 clauses out of 20030 with flag 385000/385000
163.22/160.70	c cleaning 10000 clauses out of 20028 with flag 395001/395001
165.71/163.19	c Got one! Elapsed wall clock time (in seconds):162.975
165.71/163.19	o 31406080
167.79/165.10	c cleaning 10013 clauses out of 20029 with flag 405002/405002
175.21/172.55	c cleaning 9997 clauses out of 20015 with flag 415001/415001
179.21/176.56	c cleaning 9985 clauses out of 20017 with flag 425000/425000
183.12/180.43	c cleaning 10009 clauses out of 20032 with flag 435000/435000
187.52/184.88	c cleaning 9997 clauses out of 20023 with flag 445000/445000
191.12/188.48	c cleaning 10001 clauses out of 20026 with flag 455000/455000
194.22/191.52	c cleaning 9980 clauses out of 20026 with flag 465001/465001
197.23/194.52	c cleaning 10007 clauses out of 20045 with flag 475000/475000
200.93/198.28	c cleaning 10000 clauses out of 20039 with flag 485001/485001
204.23/201.53	c cleaning 9985 clauses out of 20039 with flag 495001/495001
207.53/204.81	c cleaning 9994 clauses out of 20053 with flag 505000/505000
210.83/208.14	c cleaning 10006 clauses out of 20060 with flag 515001/515001
213.95/211.25	c cleaning 10019 clauses out of 20054 with flag 525001/525001
218.15/215.48	c cleaning 10010 clauses out of 20035 with flag 535001/535001
221.55/218.84	c cleaning 9983 clauses out of 20025 with flag 545001/545001
225.85/223.13	c cleaning 9993 clauses out of 20041 with flag 555000/555000
229.35/226.62	c cleaning 10012 clauses out of 20048 with flag 565000/565000
233.06/230.30	c cleaning 9999 clauses out of 20036 with flag 575000/575000
236.56/233.84	c cleaning 9989 clauses out of 20037 with flag 585000/585000
240.27/237.56	c cleaning 10008 clauses out of 20048 with flag 595000/595000
244.16/241.49	c cleaning 10007 clauses out of 20041 with flag 605001/605001
247.87/245.18	c cleaning 10005 clauses out of 20033 with flag 615000/615000
252.07/249.35	c cleaning 10002 clauses out of 20028 with flag 625000/625000
256.07/253.30	c cleaning 10006 clauses out of 20028 with flag 635002/635002
260.28/257.56	c cleaning 9998 clauses out of 20021 with flag 645001/645001
264.38/261.66	c cleaning 9998 clauses out of 20023 with flag 655001/655001
269.68/266.95	c cleaning 9991 clauses out of 20024 with flag 665000/665000
275.09/272.37	c cleaning 9998 clauses out of 20033 with flag 675000/675000
280.50/277.73	c cleaning 10008 clauses out of 20036 with flag 685001/685001
284.80/282.03	c cleaning 9986 clauses out of 20028 with flag 695001/695001
288.41/285.70	c cleaning 9997 clauses out of 20041 with flag 705000/705000
292.63/289.82	c cleaning 9994 clauses out of 20044 with flag 715000/715000
296.34/293.60	c cleaning 10011 clauses out of 20051 with flag 725001/725001
300.03/297.26	c cleaning 10009 clauses out of 20039 with flag 735000/735000
303.83/301.04	c cleaning 10006 clauses out of 20031 with flag 745001/745001
307.84/305.02	c cleaning 9998 clauses out of 20024 with flag 755000/755000
312.44/309.62	c cleaning 9992 clauses out of 20028 with flag 765002/765002
315.75/312.97	c cleaning 9995 clauses out of 20035 with flag 775001/775001
318.85/316.05	c cleaning 10002 clauses out of 20041 with flag 785002/785002
322.66/319.84	c cleaning 10013 clauses out of 20038 with flag 795001/795001
326.16/323.40	c cleaning 10004 clauses out of 20025 with flag 805001/805001
329.66/326.86	c cleaning 10001 clauses out of 20021 with flag 815001/815001
333.26/330.44	c cleaning 9994 clauses out of 20019 with flag 825000/825000
337.17/334.34	c cleaning 10006 clauses out of 20025 with flag 835000/835000
340.77/337.99	c cleaning 9996 clauses out of 20019 with flag 845000/845000
344.57/341.72	c cleaning 9989 clauses out of 20024 with flag 855001/855001
348.67/345.82	c cleaning 10009 clauses out of 20034 with flag 865000/865000
352.57/349.77	c cleaning 10011 clauses out of 20027 with flag 875002/875002
356.48/353.62	c cleaning 9999 clauses out of 20015 with flag 885001/885001
360.28/357.48	c cleaning 9994 clauses out of 20015 with flag 895000/895000
364.27/361.47	c cleaning 10009 clauses out of 20021 with flag 905000/905000
368.48/365.66	c cleaning 9999 clauses out of 20013 with flag 915001/915001
372.08/369.22	c cleaning 9987 clauses out of 20013 with flag 925000/925000
376.18/373.32	c cleaning 9989 clauses out of 20027 with flag 935001/935001
380.28/377.49	c cleaning 10012 clauses out of 20038 with flag 945001/945001
384.59/381.73	c cleaning 10004 clauses out of 20027 with flag 955002/955002
388.49/385.66	c cleaning 9989 clauses out of 20021 with flag 965000/965000
392.39/389.52	c cleaning 10007 clauses out of 20033 with flag 975001/975001
396.39/393.53	c cleaning 9999 clauses out of 20025 with flag 985000/985000
400.50/397.62	c cleaning 10002 clauses out of 20026 with flag 995000/995000
403.61/400.74	c cleaning 10001 clauses out of 20024 with flag 1005000/1005000
407.51/404.61	c cleaning 10001 clauses out of 20024 with flag 1015001/1015001
411.32/408.42	c cleaning 9999 clauses out of 20023 with flag 1025001/1025001
415.22/412.31	c cleaning 10004 clauses out of 20024 with flag 1035001/1035001
419.12/416.22	c cleaning 10001 clauses out of 20023 with flag 1045004/1045004
422.72/419.84	c cleaning 10000 clauses out of 20020 with flag 1055002/1055002
426.43/423.52	c cleaning 9994 clauses out of 20019 with flag 1065001/1065001
430.13/427.29	c cleaning 9995 clauses out of 20027 with flag 1075003/1075003
434.23/431.32	c cleaning 10003 clauses out of 20031 with flag 1085002/1085002
438.33/435.41	c cleaning 9999 clauses out of 20027 with flag 1095001/1095001
441.93/439.04	c cleaning 10003 clauses out of 20029 with flag 1105002/1105002
445.63/442.76	c cleaning 10001 clauses out of 20025 with flag 1115001/1115001
448.83/445.96	c cleaning 10000 clauses out of 20026 with flag 1125003/1125003
452.44/449.54	c cleaning 9998 clauses out of 20023 with flag 1135000/1135000
455.84/452.91	c cleaning 9994 clauses out of 20026 with flag 1145001/1145001
459.14/456.21	c cleaning 10001 clauses out of 20031 with flag 1155000/1155000
462.55/459.68	c cleaning 9999 clauses out of 20030 with flag 1165000/1165000
465.85/462.96	c cleaning 10000 clauses out of 20034 with flag 1175003/1175003
468.96/466.09	c cleaning 10001 clauses out of 20032 with flag 1185001/1185001
473.05/470.15	c cleaning 10008 clauses out of 20030 with flag 1195000/1195000
476.95/474.10	c cleaning 9987 clauses out of 20022 with flag 1205000/1205000
480.55/477.66	c cleaning 10001 clauses out of 20036 with flag 1215001/1215001
484.45/481.50	c cleaning 9993 clauses out of 20035 with flag 1225001/1225001
488.16/485.27	c cleaning 9999 clauses out of 20042 with flag 1235001/1235001
491.96/489.06	c cleaning 10007 clauses out of 20042 with flag 1245000/1245000
495.87/492.94	c cleaning 10006 clauses out of 20036 with flag 1255001/1255001
499.57/496.69	c cleaning 10007 clauses out of 20029 with flag 1265000/1265000
503.68/500.70	c cleaning 9985 clauses out of 20022 with flag 1275000/1275000
507.28/504.34	c cleaning 9998 clauses out of 20037 with flag 1285000/1285000
510.98/508.00	c cleaning 10007 clauses out of 20040 with flag 1295001/1295001
514.29/511.32	c cleaning 10009 clauses out of 20032 with flag 1305000/1305000
518.08/515.13	c cleaning 9998 clauses out of 20024 with flag 1315001/1315001
521.58/518.69	c cleaning 9996 clauses out of 20026 with flag 1325001/1325001
525.49/522.54	c cleaning 10005 clauses out of 20030 with flag 1335001/1335001
528.98/526.03	c cleaning 9998 clauses out of 20024 with flag 1345000/1345000
532.79/529.86	c cleaning 10005 clauses out of 20026 with flag 1355000/1355000
536.80/533.81	c cleaning 10004 clauses out of 20021 with flag 1365000/1365000
541.71/538.77	c cleaning 10000 clauses out of 20018 with flag 1375001/1375001
547.82/544.81	c cleaning 9992 clauses out of 20017 with flag 1385000/1385000
552.82/549.80	c cleaning 10007 clauses out of 20026 with flag 1395001/1395001
556.62/553.66	c cleaning 9999 clauses out of 20018 with flag 1405000/1405000
560.33/557.31	c cleaning 10000 clauses out of 20020 with flag 1415001/1415001
563.94/560.98	c cleaning 9993 clauses out of 20019 with flag 1425000/1425000
567.84/564.81	c cleaning 9995 clauses out of 20026 with flag 1435000/1435000
571.74/568.75	c cleaning 9993 clauses out of 20031 with flag 1445000/1445000
575.84/572.87	c cleaning 9998 clauses out of 20039 with flag 1455001/1455001
579.54/576.52	c cleaning 10006 clauses out of 20040 with flag 1465000/1465000
582.55/579.60	c cleaning 9997 clauses out of 20034 with flag 1475000/1475000
585.94/583.00	c cleaning 10000 clauses out of 20037 with flag 1485000/1485000
589.25/586.29	c cleaning 10000 clauses out of 20037 with flag 1495000/1495000
592.75/589.75	c cleaning 10004 clauses out of 20038 with flag 1505001/1505001
596.15/593.11	c cleaning 10002 clauses out of 20034 with flag 1515001/1515001
599.65/596.65	c cleaning 9997 clauses out of 20032 with flag 1525001/1525001
603.56/600.59	c cleaning 10005 clauses out of 20035 with flag 1535001/1535001
607.05/604.03	c cleaning 9994 clauses out of 20030 with flag 1545001/1545001
610.46/607.50	c cleaning 9998 clauses out of 20037 with flag 1555002/1555002
613.96/610.98	c cleaning 10005 clauses out of 20037 with flag 1565000/1565000
617.46/614.41	c cleaning 10004 clauses out of 20033 with flag 1575001/1575001
621.17/618.12	c cleaning 10001 clauses out of 20028 with flag 1585000/1585000
624.76/621.75	c cleaning 10001 clauses out of 20029 with flag 1595002/1595002
628.46/625.42	c cleaning 10003 clauses out of 20026 with flag 1605000/1605000
632.16/629.17	c cleaning 10002 clauses out of 20023 with flag 1615000/1615000
636.07/633.00	c cleaning 10002 clauses out of 20021 with flag 1625000/1625000
640.47/637.44	c cleaning 10001 clauses out of 20019 with flag 1635000/1635000
644.47/641.48	c cleaning 9985 clauses out of 20019 with flag 1645001/1645001
648.37/645.31	c cleaning 9994 clauses out of 20034 with flag 1655001/1655001
652.57/649.54	c cleaning 9994 clauses out of 20039 with flag 1665000/1665000
656.38/653.31	c cleaning 9998 clauses out of 20045 with flag 1675000/1675000
660.08/657.03	c cleaning 9999 clauses out of 20047 with flag 1685000/1685000
664.08/661.05	c cleaning 9999 clauses out of 20048 with flag 1695000/1695000
668.37/665.40	c cleaning 10001 clauses out of 20050 with flag 1705001/1705001
672.17/669.17	c cleaning 10002 clauses out of 20049 with flag 1715001/1715001
676.17/673.15	c cleaning 10000 clauses out of 20047 with flag 1725001/1725001
680.07/677.07	c cleaning 9998 clauses out of 20047 with flag 1735001/1735001
683.77/680.73	c cleaning 9999 clauses out of 20048 with flag 1745000/1745000
687.87/684.80	c cleaning 10005 clauses out of 20050 with flag 1755001/1755001
691.87/688.83	c cleaning 9994 clauses out of 20044 with flag 1765000/1765000
695.67/692.68	c cleaning 10012 clauses out of 20050 with flag 1775000/1775000
699.77/696.73	c cleaning 10004 clauses out of 20038 with flag 1785000/1785000
703.68/700.70	c cleaning 10005 clauses out of 20034 with flag 1795000/1795000
707.29/704.29	c cleaning 9998 clauses out of 20030 with flag 1805001/1805001
711.09/708.05	c cleaning 10008 clauses out of 20031 with flag 1815000/1815000
714.81/711.77	c cleaning 9995 clauses out of 20024 with flag 1825001/1825001
718.40/715.40	c cleaning 9989 clauses out of 20028 with flag 1835000/1835000
722.10/719.08	c cleaning 9987 clauses out of 20039 with flag 1845000/1845000
725.90/722.80	c cleaning 9991 clauses out of 20052 with flag 1855000/1855000
729.60/726.59	c cleaning 9998 clauses out of 20062 with flag 1865001/1865001
733.30/730.22	c cleaning 10007 clauses out of 20064 with flag 1875001/1875001
737.11/734.03	c cleaning 9998 clauses out of 20056 with flag 1885000/1885000
741.01/737.99	c cleaning 9996 clauses out of 20059 with flag 1895001/1895001
744.81/741.79	c cleaning 9995 clauses out of 20062 with flag 1905000/1905000
748.51/745.44	c cleaning 9997 clauses out of 20068 with flag 1915001/1915001
752.31/749.29	c cleaning 10008 clauses out of 20071 with flag 1925001/1925001
756.51/753.50	c cleaning 10016 clauses out of 20063 with flag 1935001/1935001
760.81/757.70	c cleaning 10005 clauses out of 20046 with flag 1945000/1945000
765.21/762.11	c cleaning 10012 clauses out of 20043 with flag 1955002/1955002
769.11/766.02	c cleaning 10000 clauses out of 20031 with flag 1965002/1965002
772.71/769.66	c cleaning 10001 clauses out of 20029 with flag 1975000/1975000
776.32/773.27	c cleaning 10004 clauses out of 20029 with flag 1985001/1985001
780.22/777.19	c cleaning 10002 clauses out of 20025 with flag 1995001/1995001
784.33/781.25	c cleaning 10004 clauses out of 20022 with flag 2005000/2005000
788.33/785.27	c cleaning 9995 clauses out of 20018 with flag 2015000/2015000
791.93/788.84	c cleaning 10001 clauses out of 20023 with flag 2025000/2025000
795.53/792.48	c cleaning 10001 clauses out of 20022 with flag 2035000/2035000
799.84/796.71	c cleaning 9998 clauses out of 20021 with flag 2045000/2045000
804.14/801.05	c cleaning 10005 clauses out of 20024 with flag 2055001/2055001
808.24/805.16	c cleaning 9991 clauses out of 20019 with flag 2065001/2065001
811.75/808.64	c cleaning 9975 clauses out of 20027 with flag 2075000/2075000
815.05/811.99	c cleaning 10015 clauses out of 20052 with flag 2085000/2085000
819.05/815.95	c cleaning 9997 clauses out of 20038 with flag 2095001/2095001
823.26/820.20	c cleaning 10008 clauses out of 20041 with flag 2105001/2105001
827.86/824.70	c cleaning 10005 clauses out of 20032 with flag 2115000/2115000
831.66/828.52	c cleaning 10005 clauses out of 20027 with flag 2125000/2125000
835.96/832.80	c cleaning 9998 clauses out of 20023 with flag 2135001/2135001
840.17/837.01	c cleaning 9993 clauses out of 20025 with flag 2145001/2145001
844.47/841.33	c cleaning 9997 clauses out of 20031 with flag 2155000/2155000
849.08/845.97	c cleaning 10001 clauses out of 20034 with flag 2165000/2165000
853.87/850.77	c cleaning 10004 clauses out of 20034 with flag 2175001/2175001
858.28/855.17	c cleaning 10001 clauses out of 20030 with flag 2185001/2185001
862.09/859.01	c cleaning 10000 clauses out of 20028 with flag 2195000/2195000
866.09/862.92	c cleaning 9999 clauses out of 20028 with flag 2205000/2205000
870.59/867.48	c cleaning 10002 clauses out of 20029 with flag 2215000/2215000
874.59/871.44	c cleaning 9995 clauses out of 20028 with flag 2225001/2225001
878.80/875.64	c cleaning 9999 clauses out of 20032 with flag 2235000/2235000
882.69/879.55	c cleaning 10003 clauses out of 20035 with flag 2245002/2245002
886.79/883.63	c cleaning 9992 clauses out of 20031 with flag 2255001/2255001
890.69/887.50	c cleaning 10007 clauses out of 20039 with flag 2265001/2265001
894.20/891.08	c cleaning 9999 clauses out of 20031 with flag 2275000/2275000
898.09/895.00	c cleaning 9991 clauses out of 20032 with flag 2285000/2285000
901.69/898.50	c cleaning 10004 clauses out of 20041 with flag 2295000/2295000
905.89/902.75	c cleaning 10001 clauses out of 20037 with flag 2305000/2305000
909.51/906.34	c cleaning 10002 clauses out of 20036 with flag 2315000/2315000
913.20/910.05	c cleaning 10003 clauses out of 20034 with flag 2325000/2325000
916.51/913.38	c cleaning 9989 clauses out of 20031 with flag 2335000/2335000
919.81/916.61	c cleaning 9990 clauses out of 20042 with flag 2345000/2345000
923.61/920.45	c cleaning 9994 clauses out of 20052 with flag 2355000/2355000
926.81/923.65	c cleaning 10001 clauses out of 20058 with flag 2365000/2365000
930.01/926.81	c cleaning 10013 clauses out of 20058 with flag 2375001/2375001
933.71/930.52	c cleaning 10004 clauses out of 20044 with flag 2385000/2385000
937.40/934.20	c cleaning 10003 clauses out of 20042 with flag 2395002/2395002
941.10/937.91	c cleaning 10005 clauses out of 20039 with flag 2405002/2405002
944.60/941.48	c cleaning 9999 clauses out of 20032 with flag 2415000/2415000
948.11/944.93	c cleaning 10002 clauses out of 20034 with flag 2425001/2425001
951.61/948.43	c cleaning 10002 clauses out of 20033 with flag 2435002/2435002
955.71/952.59	c cleaning 10001 clauses out of 20030 with flag 2445001/2445001
959.71/956.53	c cleaning 10000 clauses out of 20028 with flag 2455000/2455000
963.32/960.15	c cleaning 10000 clauses out of 20029 with flag 2465001/2465001
966.52/963.38	c cleaning 10005 clauses out of 20028 with flag 2475000/2475000
970.03/966.88	c cleaning 9994 clauses out of 20024 with flag 2485001/2485001
974.03/970.81	c cleaning 10005 clauses out of 20029 with flag 2495000/2495000
977.73/974.53	c cleaning 9996 clauses out of 20025 with flag 2505001/2505001
981.34/978.19	c cleaning 10005 clauses out of 20029 with flag 2515001/2515001
985.14/981.90	c cleaning 10002 clauses out of 20024 with flag 2525001/2525001
989.14/985.97	c cleaning 10001 clauses out of 20021 with flag 2535000/2535000
993.05/989.81	c cleaning 9987 clauses out of 20020 with flag 2545000/2545000
996.74/993.54	c cleaning 9994 clauses out of 20034 with flag 2555001/2555001
999.45/996.29	c cleaning 10005 clauses out of 20041 with flag 2565002/2565002
1003.25/1000.00	c cleaning 9999 clauses out of 20035 with flag 2575001/2575001
1006.85/1003.67	c cleaning 10006 clauses out of 20035 with flag 2585000/2585000
1010.65/1007.50	c cleaning 9993 clauses out of 20030 with flag 2595001/2595001
1014.04/1010.89	c cleaning 10002 clauses out of 20036 with flag 2605000/2605000
1017.74/1014.59	c cleaning 10000 clauses out of 20034 with flag 2615000/2615000
1021.56/1018.36	c cleaning 10005 clauses out of 20037 with flag 2625003/2625003
1024.66/1021.49	c cleaning 9994 clauses out of 20029 with flag 2635000/2635000
1028.56/1025.32	c cleaning 10003 clauses out of 20036 with flag 2645001/2645001
1032.66/1029.45	c cleaning 9997 clauses out of 20032 with flag 2655000/2655000
1036.26/1033.02	c cleaning 10009 clauses out of 20035 with flag 2665000/2665000
1039.77/1036.55	c cleaning 9990 clauses out of 20027 with flag 2675001/2675001
1042.97/1039.76	c cleaning 10008 clauses out of 20036 with flag 2685000/2685000
1046.37/1043.10	c cleaning 9990 clauses out of 20029 with flag 2695001/2695001
1049.77/1046.58	c cleaning 10004 clauses out of 20039 with flag 2705001/2705001
1053.97/1050.73	c cleaning 10002 clauses out of 20034 with flag 2715000/2715000
1057.87/1054.61	c cleaning 10005 clauses out of 20034 with flag 2725002/2725002
1061.76/1058.55	c cleaning 9997 clauses out of 20027 with flag 2735000/2735000
1065.66/1062.43	c cleaning 9995 clauses out of 20030 with flag 2745000/2745000
1069.57/1066.38	c cleaning 10002 clauses out of 20035 with flag 2755000/2755000
1073.27/1070.09	c cleaning 10002 clauses out of 20034 with flag 2765001/2765001
1076.97/1073.79	c cleaning 10004 clauses out of 20031 with flag 2775000/2775000
1080.97/1077.71	c cleaning 10002 clauses out of 20027 with flag 2785000/2785000
1084.78/1081.52	c cleaning 10002 clauses out of 20027 with flag 2795002/2795002
1088.68/1085.47	c cleaning 10000 clauses out of 20023 with flag 2805000/2805000
1092.38/1089.16	c cleaning 9998 clauses out of 20024 with flag 2815001/2815001
1095.78/1092.54	c cleaning 9998 clauses out of 20026 with flag 2825001/2825001
1099.58/1096.30	c cleaning 10003 clauses out of 20027 with flag 2835000/2835000
1103.09/1099.90	c cleaning 9995 clauses out of 20024 with flag 2845000/2845000
1106.58/1103.31	c cleaning 9987 clauses out of 20029 with flag 2855000/2855000
1109.58/1106.37	c cleaning 9992 clauses out of 20042 with flag 2865000/2865000
1112.10/1108.83	c cleaning 9999 clauses out of 20050 with flag 2875000/2875000
1114.89/1111.63	c cleaning 9994 clauses out of 20051 with flag 2885000/2885000
1117.69/1114.41	c cleaning 9997 clauses out of 20059 with flag 2895002/2895002
1120.29/1117.05	c cleaning 10009 clauses out of 20062 with flag 2905002/2905002
1123.00/1119.79	c cleaning 10008 clauses out of 20052 with flag 2915001/2915001
1125.50/1122.26	c cleaning 9994 clauses out of 20043 with flag 2925000/2925000
1128.10/1124.87	c cleaning 9997 clauses out of 20050 with flag 2935001/2935001
1130.81/1127.54	c cleaning 10000 clauses out of 20052 with flag 2945000/2945000
1133.40/1130.11	c cleaning 9993 clauses out of 20054 with flag 2955002/2955002
1135.80/1132.54	c cleaning 9997 clauses out of 20060 with flag 2965001/2965001
1138.21/1134.94	c cleaning 10004 clauses out of 20063 with flag 2975001/2975001
1140.61/1137.37	c cleaning 10013 clauses out of 20058 with flag 2985000/2985000
1143.91/1140.69	c cleaning 10002 clauses out of 20045 with flag 2995000/2995000
1147.91/1144.67	c cleaning 10012 clauses out of 20044 with flag 3005001/3005001
1151.41/1148.10	c cleaning 9997 clauses out of 20031 with flag 3015000/3015000
1154.63/1151.39	c cleaning 10000 clauses out of 20035 with flag 3025001/3025001
1158.34/1155.07	c cleaning 10008 clauses out of 20035 with flag 3035001/3035001
1162.14/1158.80	c cleaning 9995 clauses out of 20026 with flag 3045000/3045000
1165.63/1162.36	c cleaning 10007 clauses out of 20031 with flag 3055000/3055000
1169.35/1166.05	c cleaning 10005 clauses out of 20024 with flag 3065000/3065000
1173.05/1169.77	c cleaning 9995 clauses out of 20020 with flag 3075001/3075001
1176.65/1173.38	c cleaning 10000 clauses out of 20026 with flag 3085002/3085002
1179.95/1176.61	c cleaning 9993 clauses out of 20025 with flag 3095001/3095001
1183.26/1179.99	c cleaning 9990 clauses out of 20032 with flag 3105001/3105001
1186.66/1183.33	c cleaning 9997 clauses out of 20041 with flag 3115000/3115000
1189.96/1186.65	c cleaning 10012 clauses out of 20044 with flag 3125000/3125000
1194.57/1191.21	c cleaning 10008 clauses out of 20032 with flag 3135000/3135000
1198.08/1194.75	c cleaning 9987 clauses out of 20025 with flag 3145001/3145001
1201.48/1198.12	c cleaning 10002 clauses out of 20037 with flag 3155000/3155000
1204.98/1201.61	c cleaning 9998 clauses out of 20035 with flag 3165000/3165000
1207.79/1204.43	c cleaning 9997 clauses out of 20037 with flag 3175000/3175000
1210.68/1207.39	c cleaning 9999 clauses out of 20040 with flag 3185000/3185000
1214.40/1211.04	c cleaning 10007 clauses out of 20041 with flag 3195000/3195000
1218.10/1214.73	c cleaning 10009 clauses out of 20035 with flag 3205001/3205001
1221.70/1218.38	c cleaning 10003 clauses out of 20025 with flag 3215000/3215000
1225.51/1222.17	c cleaning 9981 clauses out of 20023 with flag 3225001/3225001
1229.31/1225.92	c cleaning 10010 clauses out of 20042 with flag 3235001/3235001
1233.01/1229.70	c cleaning 10005 clauses out of 20033 with flag 3245002/3245002
1236.81/1233.44	c cleaning 9983 clauses out of 20027 with flag 3255001/3255001
1240.21/1236.83	c cleaning 9996 clauses out of 20043 with flag 3265000/3265000
1243.82/1240.45	c cleaning 9988 clauses out of 20047 with flag 3275000/3275000
1247.22/1243.82	c cleaning 10006 clauses out of 20059 with flag 3285000/3285000
1250.72/1247.40	c cleaning 10010 clauses out of 20055 with flag 3295002/3295002
1254.22/1250.85	c cleaning 10011 clauses out of 20044 with flag 3305001/3305001
1257.73/1254.40	c cleaning 9997 clauses out of 20032 with flag 3315000/3315000
1261.13/1257.73	c cleaning 10007 clauses out of 20035 with flag 3325000/3325000
1264.53/1261.17	c cleaning 10002 clauses out of 20028 with flag 3335000/3335000
1268.04/1264.65	c cleaning 9995 clauses out of 20028 with flag 3345002/3345002
1271.54/1268.18	c cleaning 9989 clauses out of 20031 with flag 3355000/3355000
1275.14/1271.70	c cleaning 10005 clauses out of 20043 with flag 3365001/3365001
1278.64/1275.20	c cleaning 10005 clauses out of 20038 with flag 3375001/3375001
1282.06/1278.69	c cleaning 10007 clauses out of 20034 with flag 3385002/3385002
1285.56/1282.16	c cleaning 9996 clauses out of 20026 with flag 3395001/3395001
1289.46/1286.03	c cleaning 9999 clauses out of 20031 with flag 3405002/3405002
1293.37/1289.92	c cleaning 9989 clauses out of 20030 with flag 3415000/3415000
1296.36/1292.96	c cleaning 9988 clauses out of 20042 with flag 3425001/3425001
1300.07/1296.62	c cleaning 10021 clauses out of 20053 with flag 3435000/3435000
1302.98/1299.56	c cleaning 10004 clauses out of 20033 with flag 3445001/3445001
1306.17/1302.74	c cleaning 10002 clauses out of 20028 with flag 3455000/3455000
1309.38/1305.95	c cleaning 10001 clauses out of 20027 with flag 3465001/3465001
1312.58/1309.18	c cleaning 9995 clauses out of 20026 with flag 3475001/3475001
1316.28/1312.86	c cleaning 9997 clauses out of 20030 with flag 3485000/3485000
1319.70/1316.23	c cleaning 10003 clauses out of 20034 with flag 3495001/3495001
1322.80/1319.35	c cleaning 10006 clauses out of 20030 with flag 3505000/3505000
1326.40/1322.91	c cleaning 9998 clauses out of 20024 with flag 3515000/3515000
1329.81/1326.31	c cleaning 9996 clauses out of 20026 with flag 3525000/3525000
1333.21/1329.80	c cleaning 10004 clauses out of 20030 with flag 3535000/3535000
1336.61/1333.11	c cleaning 10005 clauses out of 20028 with flag 3545002/3545002
1340.11/1336.64	c cleaning 10006 clauses out of 20022 with flag 3555001/3555001
1343.61/1340.11	c cleaning 9995 clauses out of 20015 with flag 3565000/3565000
1347.02/1343.54	c cleaning 9983 clauses out of 20021 with flag 3575001/3575001
1350.32/1346.85	c cleaning 10000 clauses out of 20038 with flag 3585001/3585001
1353.61/1350.15	c cleaning 9995 clauses out of 20038 with flag 3595001/3595001
1356.72/1353.23	c cleaning 9998 clauses out of 20044 with flag 3605002/3605002
1359.83/1356.39	c cleaning 9998 clauses out of 20044 with flag 3615000/3615000
1363.03/1359.55	c cleaning 9991 clauses out of 20046 with flag 3625000/3625000
1366.23/1362.78	c cleaning 9992 clauses out of 20056 with flag 3635001/3635001
1369.43/1365.95	c cleaning 10010 clauses out of 20064 with flag 3645001/3645001
1372.72/1369.20	c cleaning 10000 clauses out of 20053 with flag 3655000/3655000
1376.72/1373.23	c cleaning 10018 clauses out of 20053 with flag 3665000/3665000
1380.53/1377.02	c cleaning 10007 clauses out of 20039 with flag 3675004/3675004
1384.33/1380.85	c cleaning 9995 clauses out of 20028 with flag 3685000/3685000
1387.94/1384.48	c cleaning 10003 clauses out of 20034 with flag 3695001/3695001
1391.84/1388.38	c cleaning 10001 clauses out of 20030 with flag 3705000/3705000
1395.84/1392.38	c cleaning 10005 clauses out of 20030 with flag 3715001/3715001
1399.74/1396.20	c cleaning 9988 clauses out of 20025 with flag 3725001/3725001
1403.65/1400.18	c cleaning 10003 clauses out of 20038 with flag 3735002/3735002
1407.85/1404.33	c cleaning 9992 clauses out of 20034 with flag 3745001/3745001
1412.05/1408.51	c cleaning 9995 clauses out of 20041 with flag 3755000/3755000
1415.86/1412.38	c cleaning 10006 clauses out of 20047 with flag 3765001/3765001
1420.15/1416.62	c cleaning 10008 clauses out of 20040 with flag 3775000/3775000
1423.86/1420.38	c cleaning 10000 clauses out of 20032 with flag 3785000/3785000
1427.17/1423.69	c cleaning 10007 clauses out of 20032 with flag 3795000/3795000
1431.07/1427.54	c cleaning 9998 clauses out of 20025 with flag 3805000/3805000
1435.07/1431.51	c cleaning 10002 clauses out of 20028 with flag 3815001/3815001
1439.17/1435.61	c cleaning 9993 clauses out of 20025 with flag 3825000/3825000
1443.27/1439.78	c cleaning 10005 clauses out of 20033 with flag 3835001/3835001
1447.28/1443.74	c cleaning 10001 clauses out of 20028 with flag 3845001/3845001
1451.08/1447.51	c cleaning 9988 clauses out of 20026 with flag 3855000/3855000
1455.19/1451.68	c cleaning 10001 clauses out of 20039 with flag 3865001/3865001
1458.99/1455.45	c cleaning 10005 clauses out of 20038 with flag 3875001/3875001
1461.99/1458.43	c cleaning 10000 clauses out of 20032 with flag 3885000/3885000
1466.19/1462.70	c cleaning 9998 clauses out of 20033 with flag 3895001/3895001
1470.09/1466.55	c cleaning 9998 clauses out of 20035 with flag 3905001/3905001
1473.89/1470.31	c cleaning 10002 clauses out of 20036 with flag 3915000/3915000
1478.29/1474.73	c cleaning 9996 clauses out of 20034 with flag 3925000/3925000
1482.10/1478.56	c cleaning 10009 clauses out of 20040 with flag 3935002/3935002
1485.70/1482.18	c cleaning 10002 clauses out of 20031 with flag 3945002/3945002
1489.72/1486.14	c cleaning 10000 clauses out of 20027 with flag 3955000/3955000
1493.61/1490.05	c cleaning 10001 clauses out of 20029 with flag 3965002/3965002
1497.42/1493.82	c cleaning 10001 clauses out of 20026 with flag 3975000/3975000
1501.01/1497.41	c cleaning 9994 clauses out of 20026 with flag 3985001/3985001
1504.31/1500.78	c cleaning 10003 clauses out of 20031 with flag 3995000/3995000
1508.12/1504.56	c cleaning 9999 clauses out of 20028 with flag 4005000/4005000
1512.23/1508.67	c cleaning 10008 clauses out of 20029 with flag 4015000/4015000
1516.14/1512.51	c cleaning 10002 clauses out of 20022 with flag 4025001/4025001
1519.93/1516.34	c cleaning 10005 clauses out of 20021 with flag 4035002/4035002
1523.73/1520.17	c cleaning 9988 clauses out of 20016 with flag 4045002/4045002
1527.44/1523.82	c cleaning 9992 clauses out of 20027 with flag 4055001/4055001
1531.25/1527.67	c cleaning 9999 clauses out of 20034 with flag 4065000/4065000
1534.86/1531.24	c cleaning 10007 clauses out of 20035 with flag 4075000/4075000
1538.65/1535.00	c cleaning 10002 clauses out of 20029 with flag 4085001/4085001
1542.25/1538.64	c cleaning 9998 clauses out of 20026 with flag 4095000/4095000
1547.26/1543.62	c cleaning 10000 clauses out of 20030 with flag 4105002/4105002
1550.96/1547.36	c cleaning 10004 clauses out of 20029 with flag 4115001/4115001
1554.57/1550.97	c cleaning 10001 clauses out of 20025 with flag 4125001/4125001
1557.88/1554.29	c cleaning 9998 clauses out of 20023 with flag 4135000/4135000
1561.37/1557.72	c cleaning 9995 clauses out of 20025 with flag 4145000/4145000
1564.97/1561.32	c cleaning 9998 clauses out of 20030 with flag 4155000/4155000
1567.27/1563.63	c cleaning 10002 clauses out of 20034 with flag 4165002/4165002
1570.78/1567.13	c cleaning 9999 clauses out of 20030 with flag 4175000/4175000
1574.28/1570.64	c cleaning 10000 clauses out of 20031 with flag 4185000/4185000
1577.69/1574.03	c cleaning 10001 clauses out of 20031 with flag 4195000/4195000
1581.10/1577.48	c cleaning 9999 clauses out of 20031 with flag 4205001/4205001
1584.50/1580.82	c cleaning 10006 clauses out of 20031 with flag 4215000/4215000
1588.10/1584.44	c cleaning 9998 clauses out of 20025 with flag 4225000/4225000
1591.60/1587.92	c cleaning 9994 clauses out of 20027 with flag 4235000/4235000
1595.20/1591.53	c cleaning 10005 clauses out of 20034 with flag 4245001/4245001
1598.40/1594.75	c cleaning 9993 clauses out of 20028 with flag 4255000/4255000
1601.61/1597.96	c cleaning 10008 clauses out of 20037 with flag 4265002/4265002
1605.22/1601.59	c cleaning 10000 clauses out of 20028 with flag 4275001/4275001
1609.22/1605.52	c cleaning 10002 clauses out of 20027 with flag 4285000/4285000
1613.12/1609.40	c cleaning 9994 clauses out of 20025 with flag 4295000/4295000
1616.43/1612.78	c cleaning 9981 clauses out of 20032 with flag 4305001/4305001
1620.03/1616.35	c cleaning 10013 clauses out of 20051 with flag 4315001/4315001
1623.13/1619.42	c cleaning 10003 clauses out of 20037 with flag 4325000/4325000
1626.24/1622.53	c cleaning 9998 clauses out of 20034 with flag 4335000/4335000
1629.74/1626.05	c cleaning 10004 clauses out of 20036 with flag 4345000/4345000
1633.44/1629.78	c cleaning 10004 clauses out of 20032 with flag 4355000/4355000
1637.05/1633.36	c cleaning 10000 clauses out of 20028 with flag 4365000/4365000
1640.85/1637.13	c cleaning 9995 clauses out of 20028 with flag 4375000/4375000
1644.55/1640.87	c cleaning 9996 clauses out of 20033 with flag 4385000/4385000
1648.15/1644.49	c cleaning 10006 clauses out of 20037 with flag 4395000/4395000
1651.15/1647.44	c cleaning 10002 clauses out of 20031 with flag 4405000/4405000
1655.06/1651.34	c cleaning 9997 clauses out of 20029 with flag 4415000/4415000
1659.16/1655.44	c cleaning 9999 clauses out of 20032 with flag 4425000/4425000
1663.17/1659.43	c cleaning 9995 clauses out of 20035 with flag 4435002/4435002
1667.27/1663.52	c cleaning 10001 clauses out of 20038 with flag 4445000/4445000
1670.67/1666.99	c cleaning 10000 clauses out of 20039 with flag 4455002/4455002
1674.08/1670.31	c cleaning 9988 clauses out of 20038 with flag 4465001/4465001
1677.99/1674.24	c cleaning 9995 clauses out of 20049 with flag 4475000/4475000
1681.49/1677.74	c cleaning 10011 clauses out of 20054 with flag 4485000/4485000
1685.39/1681.63	c cleaning 10011 clauses out of 20043 with flag 4495000/4495000
1689.50/1685.70	c cleaning 10009 clauses out of 20036 with flag 4505004/4505004
1693.50/1689.73	c cleaning 10000 clauses out of 20023 with flag 4515000/4515000
1697.10/1693.34	c cleaning 10005 clauses out of 20023 with flag 4525000/4525000
1701.12/1697.34	c cleaning 9994 clauses out of 20018 with flag 4535000/4535000
1705.01/1701.20	c cleaning 10000 clauses out of 20024 with flag 4545000/4545000
1708.01/1704.25	c cleaning 9998 clauses out of 20024 with flag 4555000/4555000
1711.42/1707.61	c cleaning 10007 clauses out of 20026 with flag 4565000/4565000
1714.82/1711.04	c cleaning 10003 clauses out of 20020 with flag 4575001/4575001
1717.22/1713.42	c Got one! Elapsed wall clock time (in seconds):1713.212
1717.22/1713.42	o 30807040
1718.63/1714.87	c cleaning 9995 clauses out of 20016 with flag 4585000/4585000
1722.33/1718.55	c cleaning 9992 clauses out of 20021 with flag 4595000/4595000
1725.94/1722.15	c cleaning 9985 clauses out of 20030 with flag 4605001/4605001
1729.44/1725.60	c cleaning 9998 clauses out of 20044 with flag 4615000/4615000
1732.94/1729.15	c cleaning 10003 clauses out of 20046 with flag 4625000/4625000
1737.34/1733.57	c cleaning 10014 clauses out of 20044 with flag 4635001/4635001
1741.24/1737.49	c cleaning 9999 clauses out of 20030 with flag 4645001/4645001
1745.65/1741.81	c cleaning 10006 clauses out of 20031 with flag 4655001/4655001
1749.56/1745.80	c cleaning 10001 clauses out of 20024 with flag 4665000/4665000
1753.46/1749.68	c cleaning 9999 clauses out of 20023 with flag 4675000/4675000
1757.46/1753.63	c cleaning 10002 clauses out of 20025 with flag 4685001/4685001
1761.36/1757.59	c cleaning 10000 clauses out of 20023 with flag 4695001/4695001
1764.47/1760.65	c cleaning 9989 clauses out of 20022 with flag 4705000/4705000
1767.57/1763.76	c cleaning 9997 clauses out of 20034 with flag 4715001/4715001
1771.07/1767.23	c cleaning 9999 clauses out of 20036 with flag 4725000/4725000
1774.38/1770.57	c cleaning 9998 clauses out of 20037 with flag 4735000/4735000
1777.99/1774.16	c cleaning 9997 clauses out of 20039 with flag 4745000/4745000
1781.50/1777.63	c cleaning 10000 clauses out of 20042 with flag 4755000/4755000
1784.99/1781.10	c cleaning 10006 clauses out of 20042 with flag 4765000/4765000
1788.79/1784.94	c cleaning 9987 clauses out of 20037 with flag 4775001/4775001
1792.50/1788.63	c cleaning 10009 clauses out of 20049 with flag 4785000/4785000
1797.90/1794.08	c cleaning 10000 clauses out of 20040 with flag 4795000/4795000
1800.01/1796.11	c starts		: 276
1800.01/1796.11	c conflicts		: 4798583
1800.01/1796.11	c decisions		: 6014651
1800.01/1796.11	c propagations		: 134605558
1800.01/1796.11	c inspects		: 1486666496
1800.01/1796.11	c learnt literals	: 0
1800.01/1796.11	c learnt binary clauses	: 0
1800.01/1796.11	c learnt ternary clauses	: 0
1800.01/1796.11	c learnt clauses	: 4798583
1800.01/1796.11	c ignored clauses	: 0
1800.01/1796.11	c root simplifications	: 0
1800.01/1796.11	c removed literals (reason simplification)	: 106431702
1800.01/1796.11	c reason swapping (by a shorter reason)	: 0
1800.01/1796.11	c Calls to reduceDB	: 481
1800.01/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.11	c number of learned constraints concerned by reduction	: 0
1800.01/1796.12	c number of learning phase by resolution	: 0
1800.01/1796.12	c number of learning phase by cutting planes	: 0
1800.01/1796.12	c speed (assignments/second)	: 1627853.2573861096
1800.01/1796.12	c non guided choices	354
1800.01/1796.14	c learnt constraints type 
1800.01/1796.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13658
1800.01/1796.14	c constraints type 
1800.01/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 77
1800.01/1796.14	s SATISFIABLE
1800.01/1796.17	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 x283 x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 x1271 -x1272 x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 x1321 -x1322 x1323 -x1324 -x1325 -x1326 -x1327 -x1328 x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 x1363 -x1364 x1365 -x1366 -x1367 x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 x1461 x1462 x1463 x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 x1488 
1800.01/1796.17	c objective function=30807040
1800.01/1796.17	c Total wall clock time (in seconds): 1795.956

Verifier Data

OK	30807040

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1178
/proc/meminfo: memFree=1670536/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=24036 CPUtime=0
/proc/1178/stat : 1178 (runsolver) R 1176 1178 586 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 1 0 31514102 24612864 106 1992294400 4194304 4302564 140733375587952 18446744073709551615 238759289847 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/1178/statm: 6009 106 69 27 0 2647 0

[startup+0.019196 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1178
/proc/meminfo: memFree=1670536/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=13480 CPUtime=0
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 1112 0 0 0 0 0 0 0 15 0 2 0 31514102 13803520 582 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101395 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1178
/proc/meminfo: memFree=1670536/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1524184 CPUtime=0.08
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 31514102 1560764416 3389 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301415 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1178
/proc/meminfo: memFree=1670536/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1526952 CPUtime=0.37
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 5411 0 1 0 33 4 0 0 15 0 12 0 31514102 1563598848 4848 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 381738 4848 1364 10 0 379040 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526952

[startup+0.700462 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1178
/proc/meminfo: memFree=1670536/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1538840 CPUtime=1.16
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 9702 0 1 0 111 5 0 0 15 0 13 0 31514102 1575772160 8807 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 384710 8807 1396 10 0 382012 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1538840

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 1191
/proc/meminfo: memFree=1636768/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1542436 CPUtime=2.75
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 13594 0 1 0 268 7 0 0 15 0 13 0 31514102 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385609 10720 1426 10 0 382911 0
[pid=1178/tid=1180] ppid=1176 vsize=1542436 CPUtime=1.46
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 5641 0 1 0 143 3 0 0 20 0 13 0 31514104 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4108653711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 31514106 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31514106 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 31514107 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31514108 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 31514108 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1542436 CPUtime=0.04
/proc/1178/task/1187/stat : 1187 (java) R 1176 1178 586 0 -1 4202560 108 0 0 0 4 0 0 0 22 0 13 0 31514112 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 104163846 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1542436 CPUtime=1.22
/proc/1178/task/1188/stat : 1188 (java) R 1176 1178 586 0 -1 4202560 6777 0 0 0 119 3 0 0 18 0 13 0 31514112 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 104161946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31514112 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1542436 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1579454464 10720 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1542436

[startup+3.10167 s]
/proc/loadavg: 1.24 1.05 1.02 4/119 1191
/proc/meminfo: memFree=1630692/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=5.29
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 19800 0 1 0 519 10 0 0 15 0 13 0 31514102 1577373696 16084 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 16084 1431 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=3.06
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 11424 0 1 0 301 5 0 0 25 0 13 0 31514104 1577373696 16084 1992294400 134512640 134550932 4289466000 18446744073709551615 4109201467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 31514106 1577373696 16084 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31514106 1577373696 16085 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 31514107 1577373696 16085 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31514108 1577373696 16085 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 31514108 1577373696 16085 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 16086 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.26
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 119 0 0 0 26 0 0 0 23 0 13 0 31514112 1577373696 16086 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=1.93
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7189 0 0 0 190 3 0 0 17 0 13 0 31514112 1577373696 16086 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 16086 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 16086 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 16087 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1540404

[startup+6.30197 s]
/proc/loadavg: 1.24 1.05 1.02 2/119 1191
/proc/meminfo: memFree=1574892/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=8.6
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 28821 0 1 0 848 12 0 0 15 0 13 0 31514102 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 25066 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=6.22
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 19296 0 1 0 615 7 0 0 25 0 13 0 31514104 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4109221680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 13 0 31514106 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 346 0 0 0 0 0 0 0 18 0 13 0 31514106 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=0.02
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 565 0 0 0 2 0 0 0 15 0 13 0 31514107 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.32
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 127 0 0 0 32 0 0 0 15 0 13 0 31514112 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=1.99
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7194 0 0 0 196 3 0 0 15 0 13 0 31514112 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 25066 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1540404

[startup+12.7016 s]
/proc/loadavg: 1.35 1.08 1.03 2/119 1191
/proc/meminfo: memFree=1545008/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=15.07
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 36256 0 1 0 1492 15 0 0 15 0 13 0 31514102 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 32498 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=12.55
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 25159 0 1 0 1245 10 0 0 25 0 13 0 31514104 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4109204744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=0.01
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 806 0 0 0 1 0 0 0 16 0 13 0 31514106 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=0.01
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 819 0 0 0 1 0 0 0 16 0 13 0 31514106 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=0.08
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 13 0 31514107 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.35
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 131 0 0 0 35 0 0 0 15 0 13 0 31514112 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.02
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7196 0 0 0 199 3 0 0 15 0 13 0 31514112 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 32498 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1540404

[startup+25.5018 s]
/proc/loadavg: 1.30 1.08 1.02 2/119 1191
/proc/meminfo: memFree=1512272/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=27.95
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 44457 0 1 0 2775 20 0 0 15 0 13 0 31514102 1577373696 40695 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 40695 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=25.19
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 32072 0 1 0 2505 14 0 0 25 0 13 0 31514104 1577373696 40695 1992294400 134512640 134550932 4289466000 18446744073709551615 4109371171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=0.04
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 1264 0 0 0 4 0 0 0 15 0 13 0 31514106 1577373696 40695 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=0.03
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 1262 0 0 0 3 0 0 0 16 0 13 0 31514106 1577373696 40695 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=0.18

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

[pid=1178] ppid=1176 vsize=1540404 CPUtime=1666.07
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 56467 0 1 0 166523 84 0 0 15 0 13 0 31514102 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 51507 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=1640.09
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 36379 0 1 0 163955 54 0 0 25 0 13 0 31514104 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4109233335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=2.39
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 4129 0 0 0 232 7 0 0 15 0 13 0 31514106 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=2.46
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 4342 0 0 0 236 10 0 0 15 0 13 0 31514106 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=18.42
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 3096 0 0 0 1836 6 0 0 15 0 13 0 31514107 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.48
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 148 0 0 0 48 0 0 0 15 0 13 0 31514112 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.15
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7210 0 0 0 212 3 0 0 15 0 13 0 31514112 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 51507 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.07
Current children cumulated vsize (KiB) 1540404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1250
/proc/meminfo: memFree=1465764/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=1726.14
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 56510 0 1 0 172529 85 0 0 15 0 13 0 31514102 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 51523 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=1699.18
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 36397 0 1 0 169863 55 0 0 25 0 13 0 31514104 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4109221680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=2.51
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 4130 0 0 0 243 8 0 0 16 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=2.57
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 4344 0 0 0 246 11 0 0 16 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=19.19
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 3114 0 0 0 1913 6 0 0 16 0 13 0 31514107 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.48
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 148 0 0 0 48 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.15
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7210 0 0 0 212 3 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.14
Current children cumulated vsize (KiB) 1540404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1252
/proc/meminfo: memFree=1465764/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=1786.19
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 56530 0 1 0 178531 88 0 0 15 0 13 0 31514102 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 51523 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=1758.32
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 36413 0 1 0 175775 57 0 0 25 0 13 0 31514104 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4109204882 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=2.6
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 4130 0 0 0 252 8 0 0 15 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=2.66
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 4344 0 0 0 255 11 0 0 16 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=19.92
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 3116 0 0 0 1986 6 0 0 15 0 13 0 31514107 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.48
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 148 0 0 0 48 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.15
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7210 0 0 0 212 3 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.19
Current children cumulated vsize (KiB) 1540404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1252
/proc/meminfo: memFree=1465764/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=1800.01
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 56537 0 1 0 179912 89 0 0 15 0 13 0 31514102 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 51523 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=1771.97
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 36416 0 1 0 177139 58 0 0 25 0 13 0 31514104 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4109370951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=2.61
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 4130 0 0 0 253 8 0 0 16 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=2.67
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 4344 0 0 0 256 11 0 0 15 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=20.07
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 3118 0 0 0 2001 6 0 0 15 0 13 0 31514107 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.48
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 148 0 0 0 48 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.15
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7210 0 0 0 212 3 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1540404

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

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

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1252
/proc/meminfo: memFree=1465764/2059040 swapFree=4135896/4192956
[pid=1178] ppid=1176 vsize=1540404 CPUtime=1800.01
/proc/1178/stat : 1178 (java) S 1176 1178 586 0 -1 4202496 56537 0 1 0 179912 89 0 0 15 0 13 0 31514102 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1178/statm: 385101 51523 1445 10 0 382403 0
[pid=1178/tid=1180] ppid=1176 vsize=1540404 CPUtime=1771.97
/proc/1178/task/1180/stat : 1180 (java) R 1176 1178 586 0 -1 4202560 36416 0 1 0 177139 58 0 0 25 0 13 0 31514104 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4109370951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1178/tid=1181] ppid=1176 vsize=1540404 CPUtime=2.61
/proc/1178/task/1181/stat : 1181 (java) S 1176 1178 586 0 -1 4202560 4130 0 0 0 253 8 0 0 16 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1182] ppid=1176 vsize=1540404 CPUtime=2.67
/proc/1178/task/1182/stat : 1182 (java) S 1176 1178 586 0 -1 4202560 4344 0 0 0 256 11 0 0 15 0 13 0 31514106 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1183] ppid=1176 vsize=1540404 CPUtime=20.07
/proc/1178/task/1183/stat : 1183 (java) S 1176 1178 586 0 -1 4202560 3118 0 0 0 2001 6 0 0 15 0 13 0 31514107 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1184] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1184/stat : 1184 (java) S 1176 1178 586 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1185] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1185/stat : 1185 (java) S 1176 1178 586 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31514108 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1186] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1186/stat : 1186 (java) S 1176 1178 586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1187] ppid=1176 vsize=1540404 CPUtime=0.48
/proc/1178/task/1187/stat : 1187 (java) S 1176 1178 586 0 -1 4202560 148 0 0 0 48 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1188] ppid=1176 vsize=1540404 CPUtime=2.15
/proc/1178/task/1188/stat : 1188 (java) S 1176 1178 586 0 -1 4202560 7210 0 0 0 212 3 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1189] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1189/stat : 1189 (java) S 1176 1178 586 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=1178/tid=1190] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1190/stat : 1190 (java) S 1176 1178 586 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31514112 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=1178/tid=1191] ppid=1176 vsize=1540404 CPUtime=0
/proc/1178/task/1191/stat : 1191 (java) S 1176 1178 586 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31514172 1577373696 51523 1992294400 134512640 134550932 4289466000 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1540404

Child status: 143
Real time (s): 1796.2
CPU time (s): 1800.16
CPU user time (s): 1799.24
CPU system time (s): 0.91686
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 1542436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.91686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56560
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= 41935
involuntary context switches= 21180

runsolver used 3.74543 second user time and 9.59654 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 01:45:28
IDJOB=2659190
IDBENCH=2469
IDSOLVER=1164
FILE ID=node015/2659190-1276559128
PBS_JOBID= 11173487
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod013.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659190-1276559128/watcher-2659190-1276559128 -o /tmp/evaluation-result-2659190-1276559128/solver-2659190-1276559128 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659190-1276559128.opb

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

MD5SUM BENCH= 4cb1be2dcc654132071469b521292770
RANDOM SEED=503207363

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1671056 kB
Buffers:        165144 kB
Cached:         142364 kB
SwapCached:      11036 kB
Active:          86144 kB
Inactive:       235176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1671056 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:       11972 kB
Mapped:           9364 kB
Slab:            44876 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node015 at 2010-06-15 02:15:26