Trace number 3454630

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)56226278 1800.41 941.116

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-fiber.opb
MD5SUMc3570b707fa12d3d9c0d2ae31848c1b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark44130855
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 65313511
Optimality of the best value was proved NO
Number of variables2574
Total number of constraints363
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints327
Minimum length of a constraint1
Maximum length of a constraint61
Number of terms in the objective function 1254
Biggest coefficient in the objective function 72966962
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4807778524
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 4807778524
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454630-1307191422.opb
0.09/0.11	c reading problem ... 
0.28/0.27	c ... done. Wall clock time 0.16s.
0.28/0.27	c #vars     2574
0.28/0.27	c #constraints  1151
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
0.28/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 492
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.28/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 88
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
0.28/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 33
0.28/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 492
0.28/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 88
1.32/0.57	c  And the winner is CuttingPlanes
1.66/0.78	c SATISFIABLE
1.66/0.78	c OPTIMIZING...
1.66/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
1.66/0.78	o 862830243
1.71/0.80	c  And the winner is CuttingPlanes
1.78/1.29	c Got one! Elapsed wall clock time (in seconds):1.179
1.78/1.29	o 205872828
1.79/1.33	c  And the winner is Resolution
1.93/1.80	c Got one! Elapsed wall clock time (in seconds):1.688
1.93/1.80	o 89170313
1.93/1.81	c  And the winner is Resolution
1.97/2.32	c Got one! Elapsed wall clock time (in seconds):2.204
1.97/2.32	o 67328887
1.97/2.33	c  And the winner is Resolution
2.05/2.83	c Got one! Elapsed wall clock time (in seconds):2.711
2.05/2.83	o 66445983
2.05/2.84	c  And the winner is Resolution
2.13/3.33	c Got one! Elapsed wall clock time (in seconds):3.219
2.13/3.33	o 65681175
2.13/3.34	c  And the winner is Resolution
2.15/3.84	c Got one! Elapsed wall clock time (in seconds):3.725
2.15/3.84	o 65462583
4.13/4.78	c cleaning 2736 clauses out of 5484 with flag 5001/5484
6.54/5.75	c cleaning 4366 clauses out of 8748 with flag 11001/11484
8.52/6.77	c cleaning 5688 clauses out of 11381 with flag 18000/18483
10.93/7.99	c cleaning 6844 clauses out of 13694 with flag 26001/26484
13.36/9.20	c cleaning 7922 clauses out of 15849 with flag 35000/35483
16.90/10.81	c cleaning 8960 clauses out of 17928 with flag 45001/45484
19.55/12.15	c cleaning 9480 clauses out of 18967 with flag 55000/55483
22.31/13.50	c cleaning 9738 clauses out of 19489 with flag 65002/65485
26.55/15.65	c cleaning 9874 clauses out of 19749 with flag 75000/75483
30.34/17.58	c cleaning 9931 clauses out of 19875 with flag 85000/85483
33.50/19.11	c cleaning 9965 clauses out of 19946 with flag 95002/95485
36.08/20.44	c cleaning 9984 clauses out of 19980 with flag 105001/105484
38.65/21.79	c cleaning 9995 clauses out of 19995 with flag 115000/115483
41.62/23.23	c cleaning 9999 clauses out of 20001 with flag 125001/125484
42.20/23.56	c  And the winner is Resolution
42.32/23.92	c Got one! Elapsed wall clock time (in seconds):23.806
42.32/23.92	o 65436888
42.92/24.25	c cleaning 7812 clauses out of 15648 with flag 3001/131130
44.45/25.09	c cleaning 6913 clauses out of 13835 with flag 9000/137129
47.04/26.34	c cleaning 6958 clauses out of 13924 with flag 16002/144131
50.19/27.91	c cleaning 7476 clauses out of 14965 with flag 24001/152130
52.96/29.30	c cleaning 8240 clauses out of 16488 with flag 33000/161129
56.54/31.19	c cleaning 9121 clauses out of 18249 with flag 43001/171130
59.30/32.52	c cleaning 9559 clauses out of 19129 with flag 53002/181131
61.87/33.89	c cleaning 9774 clauses out of 19568 with flag 63000/191129
65.64/35.71	c cleaning 9892 clauses out of 19794 with flag 73000/201129
68.42/37.15	c cleaning 9947 clauses out of 19903 with flag 83001/211130
71.22/38.58	c cleaning 9967 clauses out of 19955 with flag 93000/221129
73.95/39.94	c cleaning 9988 clauses out of 19988 with flag 103000/231129
76.52/41.20	c cleaning 9995 clauses out of 20000 with flag 113000/241129
79.09/42.50	c cleaning 9995 clauses out of 20005 with flag 123000/251129
81.45/43.78	c cleaning 9993 clauses out of 20011 with flag 133001/261130
84.04/45.04	c cleaning 10002 clauses out of 20017 with flag 143000/271129
86.41/46.24	c cleaning 10002 clauses out of 20015 with flag 153000/281129
88.94/47.51	c cleaning 10004 clauses out of 20013 with flag 163000/291129
91.30/48.74	c cleaning 10001 clauses out of 20010 with flag 173001/301130
96.46/51.33	c cleaning 9992 clauses out of 20008 with flag 183000/311129
99.82/53.02	c cleaning 10005 clauses out of 20016 with flag 193000/321129
102.79/54.52	c cleaning 10000 clauses out of 20011 with flag 203000/331129
105.34/55.85	c cleaning 10001 clauses out of 20013 with flag 213002/341131
107.92/57.16	c cleaning 9997 clauses out of 20010 with flag 223000/351129
110.47/58.49	c cleaning 9998 clauses out of 20015 with flag 233002/361131
113.23/59.86	c cleaning 10001 clauses out of 20017 with flag 243002/371131
116.00/61.29	c cleaning 10002 clauses out of 20015 with flag 253001/381130
118.78/62.70	c cleaning 10000 clauses out of 20013 with flag 263001/391130
121.52/64.05	c cleaning 10000 clauses out of 20012 with flag 273000/401129
124.28/65.45	c cleaning 9999 clauses out of 20012 with flag 283000/411129
127.22/66.95	c cleaning 10001 clauses out of 20013 with flag 293000/421129
129.60/68.13	c cleaning 9994 clauses out of 20014 with flag 303002/431131
132.34/69.56	c cleaning 9997 clauses out of 20018 with flag 313000/441129
135.10/70.98	c cleaning 10001 clauses out of 20021 with flag 323000/451129
137.45/72.14	c cleaning 9994 clauses out of 20020 with flag 333000/461129
139.81/73.31	c cleaning 10006 clauses out of 20027 with flag 343001/471130
141.96/74.46	c cleaning 10010 clauses out of 20021 with flag 353001/481130
144.96/75.93	c cleaning 9984 clauses out of 20010 with flag 363000/491129
147.66/77.34	c cleaning 9992 clauses out of 20026 with flag 373000/501129
150.62/78.82	c cleaning 9997 clauses out of 20034 with flag 383000/511129
153.17/80.14	c cleaning 9998 clauses out of 20037 with flag 393000/521129
156.53/81.83	c cleaning 10006 clauses out of 20039 with flag 403000/531129
158.90/83.07	c cleaning 10008 clauses out of 20034 with flag 413001/541130
161.45/84.34	c cleaning 10003 clauses out of 20026 with flag 423001/551130
164.07/85.60	c cleaning 10004 clauses out of 20024 with flag 433002/561131
166.66/86.93	c cleaning 10003 clauses out of 20019 with flag 443001/571130
169.15/88.24	c cleaning 9994 clauses out of 20015 with flag 453000/581129
171.71/89.55	c cleaning 10010 clauses out of 20023 with flag 463002/591131
174.46/90.91	c cleaning 9997 clauses out of 20012 with flag 473001/601130
175.81/91.65	c  And the winner is Resolution
175.98/91.80	c Got one! Elapsed wall clock time (in seconds):91.689
175.98/91.80	o 65402743
176.38/92.01	c cleaning 7644 clauses out of 15296 with flag 2001/606411
177.70/92.77	c cleaning 6821 clauses out of 13651 with flag 8000/612410
180.05/93.95	c cleaning 6911 clauses out of 13830 with flag 15000/619410
184.80/96.32	c cleaning 7457 clauses out of 14920 with flag 23001/627411
187.14/97.56	c cleaning 8227 clauses out of 16463 with flag 32001/636411
190.27/99.11	c cleaning 9109 clauses out of 18236 with flag 42001/646411
193.62/100.85	c cleaning 9554 clauses out of 19127 with flag 52001/656411
196.96/102.51	c cleaning 9781 clauses out of 19576 with flag 62004/666414
200.50/104.41	c cleaning 9882 clauses out of 19791 with flag 72000/676410
203.82/106.04	c cleaning 9948 clauses out of 19910 with flag 82001/686411
207.19/107.76	c cleaning 9975 clauses out of 19961 with flag 92000/696410
209.90/109.13	c cleaning 9983 clauses out of 19987 with flag 102001/706411
212.48/110.44	c cleaning 9990 clauses out of 20003 with flag 112000/716410
215.00/111.74	c cleaning 10003 clauses out of 20013 with flag 122000/726410
217.74/113.13	c cleaning 9999 clauses out of 20011 with flag 132001/736411
220.68/114.60	c cleaning 9999 clauses out of 20012 with flag 142001/746411
223.42/116.01	c cleaning 9999 clauses out of 20014 with flag 152002/756412
226.12/117.48	c cleaning 10002 clauses out of 20013 with flag 162000/766410
228.90/118.85	c cleaning 10000 clauses out of 20012 with flag 172001/776411
231.59/120.22	c cleaning 9998 clauses out of 20011 with flag 182000/786410
233.16/121.04	c cleaning 9999 clauses out of 20014 with flag 192001/796411
236.42/122.77	c cleaning 9999 clauses out of 20014 with flag 202000/806410
240.95/125.06	c cleaning 9998 clauses out of 20015 with flag 212000/816410
244.88/127.00	c cleaning 10004 clauses out of 20018 with flag 222001/826411
249.62/129.46	c cleaning 9998 clauses out of 20014 with flag 232001/836411
253.11/131.25	c cleaning 10003 clauses out of 20016 with flag 242001/846411
256.88/133.17	c cleaning 9997 clauses out of 20012 with flag 252000/856410
262.58/136.05	c cleaning 10002 clauses out of 20017 with flag 262002/866412
266.91/138.23	c cleaning 9999 clauses out of 20013 with flag 272000/876410
271.01/140.35	c cleaning 9994 clauses out of 20014 with flag 282000/886410
273.97/141.89	c cleaning 10003 clauses out of 20020 with flag 292000/896410
276.88/143.35	c cleaning 10005 clauses out of 20018 with flag 302001/906411
279.81/144.84	c cleaning 10003 clauses out of 20013 with flag 312001/916411
282.90/146.41	c cleaning 9993 clauses out of 20011 with flag 322002/926412
286.03/148.08	c cleaning 9995 clauses out of 20017 with flag 332001/936411
288.99/149.55	c cleaning 10003 clauses out of 20021 with flag 342000/946410
291.70/150.92	c cleaning 10002 clauses out of 20019 with flag 352001/956411
294.40/152.33	c cleaning 9996 clauses out of 20016 with flag 362000/966410
297.12/153.76	c cleaning 10004 clauses out of 20020 with flag 372000/976410
306.06/158.28	c cleaning 10007 clauses out of 20019 with flag 382003/986413
315.59/163.04	c cleaning 9997 clauses out of 20009 with flag 392000/996410
321.09/165.81	c cleaning 9999 clauses out of 20013 with flag 402001/1006411
329.21/169.98	c cleaning 9993 clauses out of 20013 with flag 412000/1016410
334.57/172.63	c cleaning 10002 clauses out of 20020 with flag 422000/1026410
337.87/174.39	c cleaning 10003 clauses out of 20018 with flag 432000/1036410
341.38/176.17	c cleaning 9999 clauses out of 20015 with flag 442000/1046410
344.71/177.84	c cleaning 9999 clauses out of 20017 with flag 452001/1056411
349.24/180.19	c cleaning 10000 clauses out of 20018 with flag 462001/1066411
353.77/182.47	c cleaning 10000 clauses out of 20017 with flag 472000/1076410
357.27/184.29	c cleaning 10000 clauses out of 20017 with flag 482000/1086410
360.20/185.75	c cleaning 10004 clauses out of 20017 with flag 492000/1096410
362.92/187.14	c cleaning 9998 clauses out of 20013 with flag 502000/1106410
366.05/188.72	c cleaning 9999 clauses out of 20015 with flag 512000/1116410
368.98/190.26	c cleaning 10002 clauses out of 20017 with flag 522001/1126411
371.88/191.72	c cleaning 9999 clauses out of 20016 with flag 532002/1136412
374.82/193.27	c cleaning 9998 clauses out of 20015 with flag 542000/1146410
377.78/194.78	c cleaning 10003 clauses out of 20017 with flag 552000/1156410
380.63/196.27	c cleaning 9999 clauses out of 20014 with flag 562000/1166410
383.55/197.73	c cleaning 9994 clauses out of 20015 with flag 572000/1176410
386.32/199.15	c cleaning 10002 clauses out of 20021 with flag 582000/1186410
389.40/200.78	c cleaning 10001 clauses out of 20021 with flag 592002/1196412
392.73/202.45	c cleaning 9999 clauses out of 20018 with flag 602000/1206410
395.82/204.03	c cleaning 10001 clauses out of 20020 with flag 612001/1216411
398.74/205.57	c cleaning 10000 clauses out of 20021 with flag 622003/1226413
401.47/206.98	c cleaning 10002 clauses out of 20019 with flag 632001/1236411
404.35/208.47	c cleaning 10001 clauses out of 20016 with flag 642000/1246410
407.27/209.96	c cleaning 9997 clauses out of 20015 with flag 652000/1256410
410.20/211.45	c cleaning 10003 clauses out of 20020 with flag 662002/1266412
412.91/212.88	c cleaning 10001 clauses out of 20017 with flag 672002/1276412
415.80/214.40	c cleaning 9995 clauses out of 20015 with flag 682001/1286411
418.92/215.95	c cleaning 10004 clauses out of 20021 with flag 692002/1296412
422.47/217.79	c cleaning 9999 clauses out of 20016 with flag 702001/1306411
426.16/219.65	c cleaning 9997 clauses out of 20018 with flag 712002/1316412
429.84/221.50	c cleaning 10000 clauses out of 20021 with flag 722002/1326412
433.56/223.41	c cleaning 10004 clauses out of 20019 with flag 732000/1336410
437.27/225.31	c cleaning 10001 clauses out of 20015 with flag 742000/1346410
439.99/226.71	c cleaning 10005 clauses out of 20016 with flag 752002/1356412
442.47/228.06	c cleaning 9997 clauses out of 20009 with flag 762000/1366410
445.18/229.44	c cleaning 10000 clauses out of 20013 with flag 772001/1376411
448.34/231.03	c cleaning 9999 clauses out of 20012 with flag 782000/1386410
451.01/232.40	c cleaning 10002 clauses out of 20013 with flag 792000/1396410
453.69/233.80	c cleaning 10000 clauses out of 20011 with flag 802000/1406410
456.00/235.05	c cleaning 9995 clauses out of 20012 with flag 812001/1416411
458.52/236.33	c cleaning 10001 clauses out of 20018 with flag 822002/1426412
461.23/237.72	c cleaning 9999 clauses out of 20017 with flag 832002/1436412
463.90/239.14	c cleaning 10001 clauses out of 20017 with flag 842001/1446411
466.63/240.54	c cleaning 9999 clauses out of 20016 with flag 852001/1456411
469.14/241.87	c cleaning 10000 clauses out of 20019 with flag 862003/1466413
471.70/243.13	c cleaning 9995 clauses out of 20016 with flag 872000/1476410
474.13/244.41	c cleaning 10005 clauses out of 20021 with flag 882000/1486410
476.44/245.63	c cleaning 9999 clauses out of 20016 with flag 892000/1496410
478.75/246.88	c cleaning 9999 clauses out of 20017 with flag 902000/1506410
481.26/248.16	c cleaning 10003 clauses out of 20019 with flag 912001/1516411
483.73/249.49	c cleaning 9998 clauses out of 20015 with flag 922000/1526410
487.04/251.17	c cleaning 10005 clauses out of 20017 with flag 932000/1536410
490.79/253.03	c cleaning 10002 clauses out of 20013 with flag 942001/1546411
494.46/254.97	c cleaning 9997 clauses out of 20011 with flag 952001/1556411
497.91/256.75	c cleaning 10002 clauses out of 20013 with flag 962000/1566410
501.25/258.48	c cleaning 9993 clauses out of 20012 with flag 972001/1576411
504.53/260.13	c cleaning 10000 clauses out of 20018 with flag 982000/1586410
507.66/261.81	c cleaning 10004 clauses out of 20018 with flag 992000/1596410
511.49/263.78	c cleaning 10002 clauses out of 20014 with flag 1002000/1606410
515.19/265.61	c cleaning 9991 clauses out of 20012 with flag 1012000/1616410
519.70/267.92	c cleaning 10006 clauses out of 20022 with flag 1022001/1626411
522.21/269.29	c cleaning 9996 clauses out of 20015 with flag 1032000/1636410
524.90/270.69	c cleaning 10002 clauses out of 20021 with flag 1042002/1646412
527.56/272.09	c cleaning 9998 clauses out of 20017 with flag 1052000/1656410
530.25/273.48	c cleaning 10003 clauses out of 20020 with flag 1062001/1666411
532.95/274.86	c cleaning 9999 clauses out of 20016 with flag 1072000/1676410
535.60/276.26	c cleaning 9998 clauses out of 20018 with flag 1082001/1686411
538.30/277.62	c cleaning 10004 clauses out of 20021 with flag 1092002/1696412
541.00/279.01	c cleaning 10004 clauses out of 20017 with flag 1102002/1706412
543.72/280.42	c cleaning 9998 clauses out of 20012 with flag 1112001/1716411
546.54/281.93	c cleaning 9999 clauses out of 20014 with flag 1122001/1726411
549.24/283.38	c cleaning 9999 clauses out of 20014 with flag 1132000/1736410
552.16/284.82	c cleaning 9998 clauses out of 20016 with flag 1142001/1746411
554.83/286.25	c cleaning 9999 clauses out of 20019 with flag 1152002/1756412
557.47/287.66	c cleaning 10005 clauses out of 20021 with flag 1162003/1766413
560.17/289.03	c cleaning 9996 clauses out of 20013 with flag 1172000/1776410
562.90/290.44	c cleaning 9997 clauses out of 20017 with flag 1182000/1786410
565.56/291.80	c cleaning 10004 clauses out of 20021 with flag 1192001/1796411
568.40/293.31	c cleaning 10004 clauses out of 20018 with flag 1202002/1806412
571.12/294.73	c cleaning 9998 clauses out of 20012 with flag 1212000/1816410
574.19/296.34	c cleaning 9999 clauses out of 20014 with flag 1222000/1826410
577.28/297.91	c cleaning 10001 clauses out of 20015 with flag 1232000/1836410
580.32/299.51	c cleaning 9996 clauses out of 20014 with flag 1242000/1846410
583.21/301.09	c cleaning 9998 clauses out of 20019 with flag 1252001/1856411
586.30/302.69	c cleaning 9999 clauses out of 20020 with flag 1262000/1866410
589.39/304.24	c cleaning 10001 clauses out of 20021 with flag 1272000/1876410
592.62/305.92	c cleaning 10001 clauses out of 20020 with flag 1282000/1886410
595.50/307.47	c cleaning 10003 clauses out of 20019 with flag 1292000/1896410
598.61/309.11	c cleaning 9999 clauses out of 20016 with flag 1302000/1906410
601.88/310.73	c cleaning 10000 clauses out of 20019 with flag 1312002/1916412
604.51/312.19	c cleaning 10000 clauses out of 20018 with flag 1322001/1926411
607.39/313.67	c cleaning 9996 clauses out of 20017 with flag 1332000/1936410
610.49/315.23	c cleaning 10006 clauses out of 20022 with flag 1342001/1946411
613.40/316.79	c cleaning 9998 clauses out of 20016 with flag 1352001/1956411
616.60/318.41	c cleaning 10001 clauses out of 20018 with flag 1362001/1966411
619.49/319.99	c cleaning 9994 clauses out of 20016 with flag 1372000/1976410
622.38/321.47	c cleaning 9998 clauses out of 20022 with flag 1382000/1986410
625.26/322.94	c cleaning 10001 clauses out of 20024 with flag 1392000/1996410
628.69/324.72	c cleaning 10009 clauses out of 20023 with flag 1402000/2006410
631.78/326.40	c cleaning 10002 clauses out of 20016 with flag 1412002/2016412
634.86/327.96	c cleaning 9999 clauses out of 20012 with flag 1422000/2026410
640.54/330.85	c cleaning 10003 clauses out of 20014 with flag 1432001/2036411
644.97/333.19	c cleaning 9996 clauses out of 20011 with flag 1442001/2046411
648.45/334.92	c cleaning 10001 clauses out of 20014 with flag 1452000/2056410
651.33/336.40	c cleaning 9998 clauses out of 20014 with flag 1462001/2066411
654.41/338.09	c cleaning 9998 clauses out of 20015 with flag 1472000/2076410
658.43/340.18	c cleaning 10005 clauses out of 20018 with flag 1482001/2086411
665.71/343.80	c cleaning 9993 clauses out of 20012 with flag 1492000/2096410
674.59/348.37	c cleaning 9998 clauses out of 20020 with flag 1502001/2106411
676.66/349.40	c  And the winner is Resolution
676.86/349.66	c Got one! Elapsed wall clock time (in seconds):349.545
676.86/349.66	o 65395088
676.86/349.67	c  And the winner is Resolution
676.94/350.17	c Got one! Elapsed wall clock time (in seconds):350.052
676.94/350.17	o 63791110
676.94/350.18	c  And the winner is Resolution
676.96/350.67	c Got one! Elapsed wall clock time (in seconds):350.558
676.96/350.67	o 63748518
676.96/350.68	c  And the winner is Resolution
676.98/351.18	c Got one! Elapsed wall clock time (in seconds):351.064
676.98/351.18	o 58715974
676.98/351.20	c  And the winner is Resolution
677.02/351.69	c Got one! Elapsed wall clock time (in seconds):351.571
677.02/351.69	o 58065654
677.05/351.75	c  And the winner is Resolution
677.17/352.19	c Got one! Elapsed wall clock time (in seconds):352.077
677.17/352.19	o 57747182
677.79/352.55	c cleaning 7863 clauses out of 15770 with flag 3000/2112159
679.19/353.38	c cleaning 6931 clauses out of 13907 with flag 9000/2118159
680.70/354.19	c cleaning 6982 clauses out of 13976 with flag 16000/2125159
682.35/355.08	c cleaning 7488 clauses out of 14995 with flag 24001/2133160
684.43/356.10	c cleaning 8248 clauses out of 16506 with flag 33000/2142159
686.64/357.34	c cleaning 9125 clauses out of 18258 with flag 43000/2152159
689.71/358.95	c cleaning 9562 clauses out of 19135 with flag 53002/2162161
692.79/360.56	c cleaning 9779 clauses out of 19571 with flag 63000/2172159
695.87/362.11	c cleaning 9887 clauses out of 19793 with flag 73001/2182160
698.87/363.73	c cleaning 9947 clauses out of 19907 with flag 83002/2192161
702.15/365.49	c cleaning 9975 clauses out of 19958 with flag 93000/2202159
705.23/367.01	c cleaning 9984 clauses out of 19984 with flag 103001/2212160
707.93/368.50	c cleaning 9996 clauses out of 20000 with flag 113001/2222160
711.12/370.13	c cleaning 9996 clauses out of 20004 with flag 123001/2232160
713.80/371.59	c cleaning 9997 clauses out of 20008 with flag 133001/2242160
716.68/373.07	c cleaning 9999 clauses out of 20010 with flag 143000/2252159
719.76/374.61	c cleaning 10002 clauses out of 20015 with flag 153004/2262163
722.81/376.25	c cleaning 9996 clauses out of 20010 with flag 163001/2272160
725.85/377.82	c cleaning 9998 clauses out of 20014 with flag 173001/2282160
728.72/379.40	c cleaning 10002 clauses out of 20019 with flag 183004/2292163
731.80/380.91	c cleaning 9999 clauses out of 20014 with flag 193001/2302160
734.61/382.49	c cleaning 10000 clauses out of 20014 with flag 203000/2312159
737.68/384.08	c cleaning 9999 clauses out of 20016 with flag 213002/2322161
741.59/386.09	c cleaning 9996 clauses out of 20015 with flag 223000/2332159
745.23/388.00	c cleaning 10003 clauses out of 20020 with flag 233001/2342160
748.84/389.84	c cleaning 9999 clauses out of 20016 with flag 243000/2352159
751.91/391.49	c cleaning 9997 clauses out of 20019 with flag 253002/2362161
755.19/393.16	c cleaning 10000 clauses out of 20021 with flag 263001/2372160
758.49/394.85	c cleaning 9991 clauses out of 20020 with flag 273000/2382159
761.67/396.59	c cleaning 10006 clauses out of 20032 with flag 283003/2392162
764.76/398.17	c cleaning 10002 clauses out of 20024 with flag 293001/2402160
767.80/399.77	c cleaning 9995 clauses out of 20022 with flag 303001/2412160
770.87/401.36	c cleaning 10003 clauses out of 20027 with flag 313001/2422160
774.28/403.15	c cleaning 10004 clauses out of 20025 with flag 323002/2432161
777.59/404.88	c cleaning 10000 clauses out of 20021 with flag 333002/2442161
781.02/406.67	c cleaning 10000 clauses out of 20020 with flag 343001/2452160
784.49/408.40	c cleaning 10000 clauses out of 20022 with flag 353003/2462162
787.09/409.89	c cleaning 10001 clauses out of 20020 with flag 363001/2472160
789.55/411.19	c cleaning 10005 clauses out of 20020 with flag 373002/2482161
792.04/412.51	c cleaning 10000 clauses out of 20014 with flag 383001/2492160
794.69/413.83	c cleaning 10001 clauses out of 20014 with flag 393001/2502160
797.48/415.30	c cleaning 9998 clauses out of 20012 with flag 403000/2512159
799.95/416.62	c cleaning 9996 clauses out of 20014 with flag 413000/2522159
802.44/417.95	c cleaning 10003 clauses out of 20019 with flag 423001/2532160
804.88/419.29	c cleaning 10002 clauses out of 20015 with flag 433000/2542159
807.67/420.75	c cleaning 10001 clauses out of 20017 with flag 443004/2552163
810.14/422.03	c cleaning 10002 clauses out of 20015 with flag 453003/2562162
812.41/423.28	c cleaning 9995 clauses out of 20010 with flag 463000/2572159
814.90/424.60	c cleaning 9996 clauses out of 20017 with flag 473002/2582161
817.66/426.00	c cleaning 9997 clauses out of 20021 with flag 483002/2592161
820.13/427.32	c cleaning 10000 clauses out of 20023 with flag 493001/2602160
822.60/428.63	c cleaning 9998 clauses out of 20025 with flag 503003/2612162
825.06/429.95	c cleaning 9999 clauses out of 20026 with flag 513002/2622161
827.64/431.35	c cleaning 10000 clauses out of 20025 with flag 523000/2632159
830.30/432.71	c cleaning 10007 clauses out of 20028 with flag 533003/2642162
832.76/434.09	c cleaning 10000 clauses out of 20018 with flag 543000/2652159
835.42/435.44	c cleaning 9999 clauses out of 20018 with flag 553000/2662159
838.00/436.85	c cleaning 10003 clauses out of 20019 with flag 563000/2672159
840.66/438.24	c cleaning 9998 clauses out of 20016 with flag 573000/2682159
843.12/439.57	c cleaning 10001 clauses out of 20019 with flag 583001/2692160
845.58/440.85	c cleaning 9997 clauses out of 20017 with flag 593000/2702159
848.19/442.22	c cleaning 10004 clauses out of 20023 with flag 603003/2712162
850.61/443.50	c cleaning 9999 clauses out of 20016 with flag 613000/2722159
853.26/444.91	c cleaning 9995 clauses out of 20018 with flag 623001/2732160
855.92/446.30	c cleaning 9998 clauses out of 20023 with flag 633001/2742160
858.53/447.74	c cleaning 10002 clauses out of 20026 with flag 643002/2752161
860.95/449.04	c cleaning 10006 clauses out of 20025 with flag 653003/2762162
863.40/450.34	c cleaning 10001 clauses out of 20017 with flag 663001/2772160
865.86/451.63	c cleaning 10001 clauses out of 20018 with flag 673003/2782162
868.24/452.96	c cleaning 9995 clauses out of 20014 with flag 683000/2792159
870.49/454.21	c cleaning 9999 clauses out of 20019 with flag 693000/2802159
873.16/455.50	c cleaning 10002 clauses out of 20020 with flag 703000/2812159
875.41/456.77	c cleaning 9999 clauses out of 20019 with flag 713001/2822160
877.78/458.09	c cleaning 9997 clauses out of 20020 with flag 723001/2832160
880.04/459.29	c cleaning 10004 clauses out of 20022 with flag 733000/2842159
882.49/460.53	c cleaning 9995 clauses out of 20019 with flag 743001/2852160
884.95/461.83	c cleaning 10002 clauses out of 20024 with flag 753001/2862160
887.52/463.24	c cleaning 10000 clauses out of 20022 with flag 763001/2872160
889.97/464.57	c cleaning 9998 clauses out of 20022 with flag 773001/2882160
892.63/465.91	c cleaning 9997 clauses out of 20023 with flag 783000/2892159
895.09/467.20	c cleaning 10001 clauses out of 20026 with flag 793000/2902159
897.48/468.58	c cleaning 10002 clauses out of 20025 with flag 803000/2912159
900.11/469.95	c cleaning 9998 clauses out of 20024 with flag 813001/2922160
902.56/471.24	c cleaning 10003 clauses out of 20025 with flag 823000/2932159
905.21/472.65	c cleaning 10003 clauses out of 20026 with flag 833004/2942163
907.81/474.11	c cleaning 9999 clauses out of 20019 with flag 843000/2952159
910.63/475.51	c cleaning 9998 clauses out of 20020 with flag 853000/2962159
913.28/476.91	c cleaning 9995 clauses out of 20022 with flag 863000/2972159
915.74/478.21	c cleaning 10004 clauses out of 20030 with flag 873003/2982162
918.12/479.57	c cleaning 9994 clauses out of 20023 with flag 883000/2992159
920.55/480.86	c cleaning 10001 clauses out of 20031 with flag 893002/3002161
923.01/482.16	c cleaning 9998 clauses out of 20028 with flag 903000/3012159
926.06/483.76	c cleaning 10011 clauses out of 20032 with flag 913002/3022161
929.02/485.32	c cleaning 10009 clauses out of 20021 with flag 923002/3032161
932.47/487.16	c cleaning 9995 clauses out of 20014 with flag 933004/3042163
935.72/488.85	c cleaning 10003 clauses out of 20016 with flag 943001/3052160
937.78/489.97	c  And the winner is Resolution
938.05/490.16	c Got one! Elapsed wall clock time (in seconds):490.043
938.05/490.16	o 57665255
938.05/490.18	c  And the winner is Resolution
938.14/490.66	c Got one! Elapsed wall clock time (in seconds):490.549
938.14/490.66	o 56878534
938.20/490.71	c  And the winner is Resolution
938.26/491.17	c Got one! Elapsed wall clock time (in seconds):491.056
938.26/491.17	o 56493006
939.51/491.85	c cleaning 10780 clauses out of 21569 with flag 5002/3063716
941.31/492.88	c  And the winner is Resolution
941.49/493.18	c Got one! Elapsed wall clock time (in seconds):493.068
941.49/493.18	o 56226278
942.52/493.74	c cleaning 10755 clauses out of 21514 with flag 5001/3074441
943.97/494.51	c cleaning 8371 clauses out of 16758 with flag 11000/3080440
945.42/495.37	c cleaning 7688 clauses out of 15387 with flag 18000/3087440
948.27/496.82	c cleaning 7836 clauses out of 15699 with flag 26000/3095440
951.42/498.53	c cleaning 8419 clauses out of 16864 with flag 35001/3104441
955.10/500.45	c cleaning 9208 clauses out of 18445 with flag 45001/3114441
958.52/502.24	c cleaning 9614 clauses out of 19236 with flag 55000/3124440
961.77/503.95	c cleaning 9808 clauses out of 19625 with flag 65003/3134443
965.93/506.17	c cleaning 9901 clauses out of 19815 with flag 75001/3144441
970.57/508.55	c cleaning 9952 clauses out of 19913 with flag 85000/3154440
974.81/510.79	c cleaning 9976 clauses out of 19961 with flag 95000/3164440
977.85/512.36	c cleaning 9988 clauses out of 19985 with flag 105000/3174440
981.01/514.03	c cleaning 9990 clauses out of 19997 with flag 115000/3184440
983.86/515.59	c cleaning 9996 clauses out of 20007 with flag 125000/3194440
986.90/517.11	c cleaning 10002 clauses out of 20011 with flag 135000/3204440
989.95/518.71	c cleaning 9997 clauses out of 20009 with flag 145000/3214440
992.95/520.35	c cleaning 10000 clauses out of 20014 with flag 155002/3224442
1000.15/524.02	c cleaning 9998 clauses out of 20013 with flag 165001/3234441
1007.82/527.97	c cleaning 9998 clauses out of 20014 with flag 175000/3244440
1017.64/532.96	c cleaning 10000 clauses out of 20017 with flag 185001/3254441
1026.20/537.35	c cleaning 9994 clauses out of 20017 with flag 195001/3264441
1036.08/542.35	c cleaning 10000 clauses out of 20023 with flag 205001/3274441
1045.69/547.26	c cleaning 9996 clauses out of 20022 with flag 215000/3284440
1054.54/551.75	c cleaning 10001 clauses out of 20028 with flag 225002/3294442
1062.69/555.99	c cleaning 9999 clauses out of 20025 with flag 235000/3304440
1068.93/559.16	c cleaning 10002 clauses out of 20027 with flag 245001/3314441
1073.77/561.68	c cleaning 10007 clauses out of 20024 with flag 255000/3324440
1077.40/563.51	c cleaning 9999 clauses out of 20018 with flag 265001/3334441
1080.35/565.11	c cleaning 10002 clauses out of 20019 with flag 275001/3344441
1083.39/566.70	c cleaning 9995 clauses out of 20018 with flag 285002/3354442
1086.43/568.35	c cleaning 10000 clauses out of 20021 with flag 295000/3364440
1089.46/569.92	c cleaning 10003 clauses out of 20021 with flag 305000/3374440
1092.41/571.55	c cleaning 10003 clauses out of 20018 with flag 315000/3384440
1095.49/573.13	c cleaning 9998 clauses out of 20015 with flag 325000/3394440
1098.69/574.88	c cleaning 10003 clauses out of 20018 with flag 335001/3404441
1101.76/576.42	c cleaning 9999 clauses out of 20014 with flag 345000/3414440
1104.87/578.11	c cleaning 9999 clauses out of 20017 with flag 355002/3424442
1108.32/579.90	c cleaning 9999 clauses out of 20016 with flag 365000/3434440
1111.56/581.64	c cleaning 9997 clauses out of 20017 with flag 375000/3444440
1114.59/583.30	c cleaning 10003 clauses out of 20021 with flag 385001/3454441
1117.94/585.02	c cleaning 10003 clauses out of 20018 with flag 395001/3464441
1120.97/586.61	c cleaning 10001 clauses out of 20014 with flag 405000/3474440
1125.01/588.71	c cleaning 9998 clauses out of 20014 with flag 415001/3484441
1128.67/590.70	c cleaning 10002 clauses out of 20016 with flag 425001/3494441
1132.58/592.76	c cleaning 10000 clauses out of 20015 with flag 435002/3504442
1136.02/594.59	c cleaning 9999 clauses out of 20013 with flag 445000/3514440
1139.46/596.35	c cleaning 9997 clauses out of 20014 with flag 455000/3524440
1142.69/598.04	c cleaning 10003 clauses out of 20018 with flag 465001/3534441
1146.04/599.83	c cleaning 9997 clauses out of 20014 with flag 475000/3544440
1149.27/601.59	c cleaning 9996 clauses out of 20017 with flag 485000/3554440
1152.30/603.18	c cleaning 10000 clauses out of 20021 with flag 495000/3564440
1155.54/604.84	c cleaning 10002 clauses out of 20022 with flag 505001/3574441
1159.07/606.73	c cleaning 9997 clauses out of 20019 with flag 515000/3584440
1162.14/608.33	c cleaning 10002 clauses out of 20022 with flag 525000/3594440
1165.14/609.90	c cleaning 10001 clauses out of 20022 with flag 535002/3604442
1168.77/611.80	c cleaning 9998 clauses out of 20019 with flag 545000/3614440
1172.32/613.77	c cleaning 10001 clauses out of 20021 with flag 555000/3624440
1175.73/615.57	c cleaning 10004 clauses out of 20023 with flag 565003/3634443
1179.17/617.35	c cleaning 9997 clauses out of 20016 with flag 575000/3644440
1182.82/619.24	c cleaning 10005 clauses out of 20021 with flag 585002/3654442
1186.12/621.07	c cleaning 9996 clauses out of 20014 with flag 595000/3664440
1189.35/622.70	c cleaning 10003 clauses out of 20019 with flag 605001/3674441
1192.38/624.33	c cleaning 9995 clauses out of 20015 with flag 615000/3684440
1195.61/626.05	c cleaning 10001 clauses out of 20020 with flag 625000/3694440
1198.93/627.86	c cleaning 10005 clauses out of 20021 with flag 635002/3704442
1201.96/629.44	c cleaning 9995 clauses out of 20015 with flag 645001/3714441
1204.78/630.97	c cleaning 10004 clauses out of 20021 with flag 655002/3724442
1207.85/632.58	c cleaning 9998 clauses out of 20015 with flag 665000/3734440
1210.92/634.30	c cleaning 9997 clauses out of 20017 with flag 675000/3744440
1214.34/636.09	c cleaning 9998 clauses out of 20020 with flag 685000/3754440
1217.77/637.87	c cleaning 10002 clauses out of 20022 with flag 695000/3764440
1220.99/639.50	c cleaning 10000 clauses out of 20021 with flag 705001/3774441
1223.92/641.15	c cleaning 10000 clauses out of 20020 with flag 715000/3784440
1226.94/642.73	c cleaning 10000 clauses out of 20020 with flag 725000/3794440
1229.96/644.34	c cleaning 10006 clauses out of 20021 with flag 735001/3804441
1232.97/645.92	c cleaning 9997 clauses out of 20016 with flag 745002/3814442
1236.30/647.76	c cleaning 9999 clauses out of 20018 with flag 755001/3824441
1239.92/649.67	c cleaning 9999 clauses out of 20019 with flag 765001/3834441
1243.14/651.35	c cleaning 9998 clauses out of 20021 with flag 775002/3844442
1246.56/653.18	c cleaning 10004 clauses out of 20023 with flag 785002/3854442
1250.87/655.50	c cleaning 9998 clauses out of 20017 with flag 795000/3864440
1254.88/657.54	c cleaning 10001 clauses out of 20020 with flag 805001/3874441
1258.31/659.38	c cleaning 10001 clauses out of 20019 with flag 815001/3884441
1261.77/661.16	c cleaning 9999 clauses out of 20018 with flag 825001/3894441
1265.65/663.26	c cleaning 10000 clauses out of 20018 with flag 835000/3904440
1268.85/664.99	c cleaning 10001 clauses out of 20019 with flag 845001/3914441
1272.26/666.71	c cleaning 10001 clauses out of 20018 with flag 855001/3924441
1275.28/668.31	c cleaning 9997 clauses out of 20017 with flag 865001/3934441
1278.88/670.28	c cleaning 10003 clauses out of 20020 with flag 875001/3944441
1282.10/671.90	c cleaning 9997 clauses out of 20016 with flag 885000/3954440
1285.12/673.53	c cleaning 10001 clauses out of 20020 with flag 895001/3964441
1288.34/675.24	c cleaning 9999 clauses out of 20018 with flag 905000/3974440
1291.33/676.88	c cleaning 10002 clauses out of 20020 with flag 915001/3984441
1294.78/678.66	c cleaning 9999 clauses out of 20018 with flag 925001/3994441
1298.17/680.42	c cleaning 9998 clauses out of 20018 with flag 935000/4004440
1301.79/682.35	c cleaning 10003 clauses out of 20021 with flag 945001/4014441
1305.11/684.16	c cleaning 9997 clauses out of 20020 with flag 955003/4024443
1311.53/687.45	c cleaning 10003 clauses out of 20020 with flag 965000/4034440
1321.72/692.66	c cleaning 10000 clauses out of 20017 with flag 975000/4044440
1332.95/698.33	c cleaning 10001 clauses out of 20017 with flag 985000/4054440
1344.65/704.31	c cleaning 9999 clauses out of 20017 with flag 995001/4064441
1354.27/709.24	c cleaning 10001 clauses out of 20018 with flag 1005001/4074441
1360.30/712.36	c cleaning 10000 clauses out of 20016 with flag 1015000/4084440
1365.55/715.08	c cleaning 10000 clauses out of 20016 with flag 1025000/4094440
1373.41/719.13	c cleaning 10001 clauses out of 20017 with flag 1035001/4104441
1385.22/725.11	c cleaning 9998 clauses out of 20015 with flag 1045000/4114440
1397.88/731.54	c cleaning 9999 clauses out of 20017 with flag 1055000/4124440
1410.26/737.80	c cleaning 9999 clauses out of 20020 with flag 1065002/4134442
1424.54/745.12	c cleaning 9992 clauses out of 20020 with flag 1075001/4144441
1432.95/749.48	c cleaning 10005 clauses out of 20027 with flag 1085000/4154440
1441.76/753.92	c cleaning 9999 clauses out of 20022 with flag 1095000/4164440
1452.18/759.28	c cleaning 10005 clauses out of 20023 with flag 1105000/4174440
1460.31/763.47	c cleaning 9999 clauses out of 20018 with flag 1115000/4184440
1467.49/767.18	c cleaning 10003 clauses out of 20020 with flag 1125001/4194441
1474.69/770.89	c cleaning 9999 clauses out of 20016 with flag 1135000/4204440
1493.51/780.33	c cleaning 9997 clauses out of 20020 with flag 1145003/4214443
1503.99/785.74	c cleaning 10001 clauses out of 20020 with flag 1155000/4224440
1512.80/790.22	c cleaning 10002 clauses out of 20022 with flag 1165003/4234443
1522.21/795.00	c cleaning 9997 clauses out of 20017 with flag 1175000/4244440
1532.03/800.04	c cleaning 10004 clauses out of 20020 with flag 1185000/4254440
1541.48/804.96	c cleaning 10002 clauses out of 20017 with flag 1195001/4264441
1550.52/809.60	c cleaning 10002 clauses out of 20015 with flag 1205001/4274441
1555.89/812.38	c cleaning 9999 clauses out of 20013 with flag 1215001/4284441
1561.89/815.42	c cleaning 9998 clauses out of 20014 with flag 1225001/4294441
1575.94/822.64	c cleaning 9996 clauses out of 20015 with flag 1235000/4304440
1587.54/828.50	c cleaning 10001 clauses out of 20019 with flag 1245000/4314440
1602.16/835.97	c cleaning 9996 clauses out of 20018 with flag 1255000/4324440
1613.34/841.65	c cleaning 10001 clauses out of 20022 with flag 1265000/4334440
1616.61/843.41	c cleaning 9999 clauses out of 20022 with flag 1275001/4344441
1619.41/844.91	c cleaning 10003 clauses out of 20023 with flag 1285001/4354441
1622.41/846.50	c cleaning 9998 clauses out of 20019 with flag 1295000/4364440
1625.44/848.17	c cleaning 9997 clauses out of 20021 with flag 1305000/4374440
1630.86/851.03	c cleaning 10007 clauses out of 20025 with flag 1315001/4384441
1638.27/854.80	c cleaning 10002 clauses out of 20017 with flag 1325000/4394440
1645.67/858.68	c cleaning 9994 clauses out of 20015 with flag 1335000/4404440
1656.87/864.33	c cleaning 10002 clauses out of 20021 with flag 1345000/4414440
1661.21/866.68	c cleaning 9999 clauses out of 20020 with flag 1355001/4424441
1665.42/868.83	c cleaning 9999 clauses out of 20021 with flag 1365001/4434441
1669.84/871.12	c cleaning 10001 clauses out of 20023 with flag 1375002/4444442
1674.82/873.71	c cleaning 9999 clauses out of 20020 with flag 1385000/4454440
1678.24/875.61	c cleaning 9996 clauses out of 20021 with flag 1395000/4464440
1682.44/877.81	c cleaning 10004 clauses out of 20027 with flag 1405002/4474442
1686.86/880.04	c cleaning 9999 clauses out of 20022 with flag 1415001/4484441
1690.62/882.07	c cleaning 10001 clauses out of 20023 with flag 1425001/4494441
1695.20/884.45	c cleaning 9998 clauses out of 20022 with flag 1435001/4504441
1699.76/886.86	c cleaning 9997 clauses out of 20023 with flag 1445000/4514440
1704.36/889.23	c cleaning 10002 clauses out of 20028 with flag 1455002/4524442
1708.76/891.53	c cleaning 10009 clauses out of 20025 with flag 1465001/4534441
1712.20/893.40	c cleaning 10004 clauses out of 20018 with flag 1475003/4544443
1714.99/894.92	c cleaning 10002 clauses out of 20011 with flag 1485000/4554440
1717.59/896.35	c cleaning 9996 clauses out of 20009 with flag 1495000/4564440
1720.79/898.08	c cleaning 9997 clauses out of 20013 with flag 1505000/4574440
1724.43/900.00	c cleaning 10002 clauses out of 20018 with flag 1515002/4584442
1727.62/901.72	c cleaning 10001 clauses out of 20014 with flag 1525000/4594440
1731.42/903.74	c cleaning 9998 clauses out of 20013 with flag 1535000/4604440
1735.62/905.94	c cleaning 10006 clauses out of 20015 with flag 1545000/4614440
1738.86/907.76	c cleaning 9999 clauses out of 20010 with flag 1555001/4624441
1742.26/909.60	c cleaning 9994 clauses out of 20011 with flag 1565001/4634441
1745.65/911.39	c cleaning 10000 clauses out of 20016 with flag 1575000/4644440
1749.05/913.10	c cleaning 10003 clauses out of 20017 with flag 1585001/4654441
1752.08/914.85	c cleaning 9999 clauses out of 20014 with flag 1595001/4664441
1755.08/916.48	c cleaning 9996 clauses out of 20015 with flag 1605001/4674441
1758.27/918.10	c cleaning 10001 clauses out of 20019 with flag 1615001/4684441
1761.47/919.89	c cleaning 9996 clauses out of 20017 with flag 1625000/4694440
1764.92/921.81	c cleaning 10005 clauses out of 20021 with flag 1635000/4704440
1768.09/923.40	c cleaning 9997 clauses out of 20016 with flag 1645000/4714440
1770.88/924.95	c cleaning 10005 clauses out of 20019 with flag 1655000/4724440
1772.08/925.62	c cleaning 9998 clauses out of 20014 with flag 1665000/4734440
1773.31/926.43	c cleaning 9999 clauses out of 20017 with flag 1675001/4744441
1774.30/927.10	c cleaning 10006 clauses out of 20019 with flag 1685002/4754442
1775.50/927.76	c cleaning 10000 clauses out of 20012 with flag 1695001/4764441
1777.69/928.92	c cleaning 10000 clauses out of 20013 with flag 1705002/4774442
1780.93/930.76	c cleaning 9993 clauses out of 20011 with flag 1715000/4784440
1784.75/932.80	c cleaning 9998 clauses out of 20018 with flag 1725000/4794440
1788.12/934.52	c cleaning 9997 clauses out of 20020 with flag 1735000/4804440
1791.15/936.18	c cleaning 10004 clauses out of 20023 with flag 1745000/4814440
1794.96/938.25	c cleaning 10004 clauses out of 20020 with flag 1755001/4824441
1800.15/940.92	c starts		: 292
1800.15/940.92	c conflicts		: 4832463
1800.15/940.92	c decisions		: 9154452
1800.15/940.92	c propagations		: 546601516
1800.15/940.92	c inspects		: 1267248986
1800.15/940.92	c shortcuts		: 0
1800.15/940.92	c learnt literals	: 0
1800.15/940.92	c learnt binary clauses	: 27
1800.15/940.92	c learnt ternary clauses	: 182
1800.15/940.92	c learnt constraints	: 4832463
1800.15/940.92	c ignored constraints	: 0
1800.15/940.92	c root simplifications	: 0
1800.15/940.92	c removed literals (reason simplification)	: 16661488
1800.15/940.92	c reason swapping (by a shorter reason)	: 0
1800.15/940.92	c Calls to reduceDB	: 489
1800.15/940.92	c number of reductions to clauses (during analyze)	: 0
1800.15/940.92	c number of learned constraints concerned by reduction	: 0
1800.15/940.92	c number of learning phase by resolution	: 0
1800.15/940.92	c number of learning phase by cutting planes	: 0
1800.15/940.92	c speed (assignments/second)	: 1220804.0309197993
1800.15/940.92	c non guided choices	28160
1800.15/940.93	c learnt constraints type 
1800.15/940.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.15/940.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18024
1800.15/940.93	c constraints type 
1800.15/940.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
1800.15/940.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 492
1800.15/940.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
1800.15/940.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 89
1800.15/940.93	c constraints type 
1800.15/940.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
1800.15/940.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 33
1800.15/940.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 492
1800.15/940.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 89
1800.15/940.93	s SATISFIABLE
1800.15/940.95	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 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 x1560 x1561 -x1562 x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 x1816 -x1817 -x1818 x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 x1830 x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 x1842 -x1843 -x1844 -x1845 -x1846 x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 x1876 -x1877 -x1878 -x1879 x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 x1935 -x1936 -x1937 x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 x2126 -x2127 -x2128 x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 -x2297 -x2298 -x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 x2312 x2313 -x2314 x2315 -x2316 -x2317 x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 x2328 -x2329 -x2330 -x2331 x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 -x2370 -x2371 x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 -x2394 -x2395 -x2396 -x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 -x2548 -x2549 -x2550 -x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 
1800.15/940.95	c objective function=56226278
1800.15/940.95	c Total wall clock time (in seconds): 940.833

Verifier Data

OK	56226278

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.19 2.80 4/529 9339
/proc/meminfo: memFree=15233136/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 2113 0 1 0 0 0 0 0 18 0 2 0 830740871 10681323520 1816 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2607745 1830 906 9 0 2598901 0
[pid=9339/tid=9341] ppid=9337 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) R 9337 9339 4029 0 -1 4202560 6003 0 1 0 0 0 0 0 17 0 2 0 830740872 10694979584 6819 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0718409 s]
/proc/loadavg: 2.04 2.19 2.80 4/529 9339
/proc/meminfo: memFree=15233136/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 11807 0 1 0 4 1 0 0 18 0 18 0 830740871 10724442112 11504 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2618272 11505 1742 9 0 2609006 0
[pid=9339/tid=9341] ppid=9337 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) R 9337 9339 4029 0 -1 4202560 10634 0 1 0 4 1 0 0 21 0 18 0 830740872 10724442112 11506 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 47173203070981 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.100837 s]
/proc/loadavg: 2.04 2.19 2.80 4/529 9339
/proc/meminfo: memFree=15233136/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10540224 CPUtime=0.09 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 12987 0 1 0 8 1 0 0 18 0 18 0 830740871 10793189376 12684 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2635056 12685 2093 9 0 2625790 0
[pid=9339/tid=9341] ppid=9337 vsize=10540224 CPUtime=0.08 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) R 9337 9339 4029 0 -1 4202560 11093 0 1 0 7 1 0 0 18 0 18 0 830740872 10793189376 12685 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 47173203933732 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540224

[startup+0.300768 s]
/proc/loadavg: 2.04 2.19 2.80 4/529 9339
/proc/meminfo: memFree=15233136/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10555992 CPUtime=0.55 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 25361 0 1 0 52 3 0 0 18 0 20 0 830740871 10809335808 22680 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2638686 22680 2209 9 0 2629420 0
[pid=9339/tid=9341] ppid=9337 vsize=10554744 CPUtime=0.25 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 15644 0 1 0 24 1 0 0 18 0 20 0 830740872 10808057856 22680 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10555992

[startup+0.700735 s]
/proc/loadavg: 2.04 2.19 2.80 4/529 9339
/proc/meminfo: memFree=15233136/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10557312 CPUtime=1.66 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 30928 0 1 0 162 4 0 0 18 0 19 0 830740871 10810687488 24711 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2639328 24711 2224 9 0 2630062 0
[pid=9339/tid=9341] ppid=9337 vsize=10557312 CPUtime=0.25 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 15644 0 1 0 24 1 0 0 18 0 19 0 830740872 10810687488 24711 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10557312

[startup+1.5016 s]
/proc/loadavg: 2.04 2.18 2.80 2/567 9386
/proc/meminfo: memFree=14987220/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10557312 CPUtime=1.93 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 32079 0 1 0 189 4 0 0 18 0 19 0 830740871 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2639328 25861 2230 9 0 2630062 0
[pid=9339/tid=9341] ppid=9337 vsize=10557312 CPUtime=0.26 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 15954 0 1 0 25 1 0 0 17 0 19 0 830740872 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9352] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9352/stat : 9352 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9353] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9353/stat : 9353 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9354] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) S 9337 9339 4029 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830740874 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 0 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 830740875 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830740875 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830740877 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10557312 CPUtime=0.5 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 4824 0 0 0 50 0 0 0 15 0 19 0 830740877 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10557312 CPUtime=0.51 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 7716 0 0 0 51 0 0 0 15 0 19 0 830740877 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9374/stat : 9374 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 830740877 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9375] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9375/stat : 9375 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830740877 10810687488 25861 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10557312

[startup+3.10132 s]
/proc/loadavg: 2.04 2.18 2.80 4/570 9395
/proc/meminfo: memFree=14823432/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10557312 CPUtime=2.13 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 33573 0 1 0 209 4 0 0 18 0 19 0 830740871 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2639328 27354 2230 9 0 2630062 0
[pid=9339/tid=9341] ppid=9337 vsize=10557312 CPUtime=0.28 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 16410 0 1 0 27 1 0 0 16 0 19 0 830740872 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9352] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9352/stat : 9352 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9353] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9353/stat : 9353 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9354] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830740873 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) S 9337 9339 4029 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 830740874 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 0 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 830740875 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830740875 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830740877 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10557312 CPUtime=0.57 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 4832 0 0 0 57 0 0 0 15 0 19 0 830740877 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10557312 CPUtime=0.58 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 7727 0 0 0 58 0 0 0 15 0 19 0 830740877 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9374/stat : 9374 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 830740877 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9375] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9375/stat : 9375 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830740877 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9392] ppid=9337 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9392/stat : 9392 (java) S 9337 9339 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 830741003 10810687488 27354 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10557312
heavy processes:

[startup+6.30077 s]
/proc/loadavg: 2.28 2.23 2.81 6/573 9413
/proc/meminfo: memFree=13791600/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10555576 CPUtime=7.72 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 321788 0 1 0 735 37 0 0 18 0 22 0 830740871 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2638894 312254 2256 9 0 2629628 0
[pid=9339/tid=9341] ppid=9337 vsize=10555576 CPUtime=0.28 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 16714 0 1 0 27 1 0 0 15 0 22 0 830740872 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9352] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9352/stat : 9352 (java) S 9337 9339 4029 0 -1 4202560 285 0 0 0 0 0 0 0 18 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9353] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9353/stat : 9353 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9354] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 146 0 0 0 0 0 0 0 18 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 107 0 0 0 0 0 0 0 18 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 226 0 0 0 0 0 0 0 18 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 830740873 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10555576 CPUtime=0.03 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) S 9337 9339 4029 0 -1 4202560 1156 0 0 0 3 0 0 0 16 0 22 0 830740874 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 0 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830740875 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830740875 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830740877 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10555576 CPUtime=1.1 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 7566 0 0 0 109 1 0 0 15 0 22 0 830740877 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10555576 CPUtime=0.77 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 8234 0 0 0 76 1 0 0 15 0 22 0 830740877 10808909824 312254 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7

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

/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 3280 0 0 0 58 0 0 0 16 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10555576 CPUtime=0.54 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 4800 0 0 0 54 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10555576 CPUtime=0.54 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 3380 0 0 0 54 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10555576 CPUtime=0.46 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 3473 0 0 0 46 0 0 0 16 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10555576 CPUtime=0.53 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 5526 0 0 0 52 1 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10555576 CPUtime=0.5 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 1709 0 0 0 50 0 0 0 16 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10555576 CPUtime=57.49 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) S 9337 9339 4029 0 -1 4202560 111598 0 0 0 5731 18 0 0 15 0 22 0 830740874 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 0 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10555576 CPUtime=1.48 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 7612 0 0 0 147 1 0 0 15 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10555576 CPUtime=0.98 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 8249 0 0 0 97 1 0 0 16 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9374/stat : 9374 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9375] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9375/stat : 9375 (java) S 9337 9339 4029 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9392] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9392/stat : 9392 (java) S 9337 9339 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830741003 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9473] ppid=9337 vsize=10555576 CPUtime=303.63 cores=1,3,5,7
/proc/9339/task/9473/stat : 9473 (java) R 9337 9339 4029 0 -1 4202560 53 0 0 0 30363 0 0 0 25 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 46912505883466 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9339/tid=9474] ppid=9337 vsize=10555576 CPUtime=303.63 cores=1,3,5,7
/proc/9339/task/9474/stat : 9474 (java) R 9337 9339 4029 0 -1 4202560 51566 0 0 0 30359 4 0 0 25 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 46912506083972 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9339/tid=9475] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9475/stat : 9475 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1575.34
Current children cumulated vsize (KiB) 10555576

[startup+882.301 s]
/proc/loadavg: 3.89 3.78 3.42 5/573 9485
/proc/meminfo: memFree=10597220/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10555576 CPUtime=1691.01 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 1014451 0 1 0 168973 128 0 0 18 0 22 0 830740871 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2638894 1002848 2259 9 0 2629628 0
[pid=9339/tid=9341] ppid=9337 vsize=10555576 CPUtime=0.32 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 16787 0 1 0 31 1 0 0 15 0 22 0 830740872 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9352] ppid=9337 vsize=10555576 CPUtime=0.5 cores=1,3,5,7
/proc/9339/task/9352/stat : 9352 (java) S 9337 9339 4029 0 -1 4202560 1851 0 0 0 50 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9353] ppid=9337 vsize=10555576 CPUtime=0.56 cores=1,3,5,7
/proc/9339/task/9353/stat : 9353 (java) S 9337 9339 4029 0 -1 4202560 4887 0 0 0 55 1 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9354] ppid=9337 vsize=10555576 CPUtime=0.6 cores=1,3,5,7
/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 3280 0 0 0 60 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10555576 CPUtime=0.56 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 4800 0 0 0 56 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10555576 CPUtime=0.55 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 3380 0 0 0 55 0 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10555576 CPUtime=0.48 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 3473 0 0 0 48 0 0 0 16 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10555576 CPUtime=0.54 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 5526 0 0 0 53 1 0 0 15 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10555576 CPUtime=0.52 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 1709 0 0 0 52 0 0 0 16 0 22 0 830740873 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10555576 CPUtime=61.88 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) R 9337 9339 4029 0 -1 4202560 111602 0 0 0 6167 21 0 0 16 0 22 0 830740874 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242970247830 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10555576 CPUtime=1.48 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 7612 0 0 0 147 1 0 0 15 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10555576 CPUtime=0.98 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 8249 0 0 0 97 1 0 0 16 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9374/stat : 9374 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9375] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9375/stat : 9375 (java) S 9337 9339 4029 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830740877 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9392] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9392/stat : 9392 (java) S 9337 9339 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830741003 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9473] ppid=9337 vsize=10555576 CPUtime=359.18 cores=1,3,5,7
/proc/9339/task/9473/stat : 9473 (java) S 9337 9339 4029 0 -1 4202560 57 0 0 0 35918 0 0 0 18 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9474] ppid=9337 vsize=10555576 CPUtime=359.21 cores=1,3,5,7
/proc/9339/task/9474/stat : 9474 (java) S 9337 9339 4029 0 -1 4202560 51573 0 0 0 35917 4 0 0 25 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9475] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9475/stat : 9475 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830790190 10808909824 1002848 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1691.01
Current children cumulated vsize (KiB) 10555576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+940.901 s]
/proc/loadavg: 3.94 3.80 3.45 5/573 9538
/proc/meminfo: memFree=10591984/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=10555576 CPUtime=1800.15 cores=1,3,5,7
/proc/9339/stat : 9339 (java) S 9337 9339 4029 0 -1 4202496 1024350 0 1 0 179885 130 0 0 18 0 22 0 830740871 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 2638894 1012708 2259 9 0 2629628 0
[pid=9339/tid=9341] ppid=9337 vsize=10555576 CPUtime=0.33 cores=1,3,5,7
/proc/9339/task/9341/stat : 9341 (java) S 9337 9339 4029 0 -1 4202560 16810 0 1 0 32 1 0 0 15 0 22 0 830740872 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9352] ppid=9337 vsize=10555576 CPUtime=0.54 cores=1,3,5,7
/proc/9339/task/9352/stat : 9352 (java) S 9337 9339 4029 0 -1 4202560 1923 0 0 0 54 0 0 0 16 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9353] ppid=9337 vsize=10555576 CPUtime=0.64 cores=1,3,5,7
/proc/9339/task/9353/stat : 9353 (java) S 9337 9339 4029 0 -1 4202560 4887 0 0 0 63 1 0 0 16 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9354] ppid=9337 vsize=10555576 CPUtime=0.66 cores=1,3,5,7
/proc/9339/task/9354/stat : 9354 (java) S 9337 9339 4029 0 -1 4202560 3357 0 0 0 66 0 0 0 15 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9355] ppid=9337 vsize=10555576 CPUtime=0.6 cores=1,3,5,7
/proc/9339/task/9355/stat : 9355 (java) S 9337 9339 4029 0 -1 4202560 4800 0 0 0 60 0 0 0 15 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9356] ppid=9337 vsize=10555576 CPUtime=0.59 cores=1,3,5,7
/proc/9339/task/9356/stat : 9356 (java) S 9337 9339 4029 0 -1 4202560 3457 0 0 0 59 0 0 0 15 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9357] ppid=9337 vsize=10555576 CPUtime=0.55 cores=1,3,5,7
/proc/9339/task/9357/stat : 9357 (java) S 9337 9339 4029 0 -1 4202560 3473 0 0 0 54 1 0 0 15 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9358] ppid=9337 vsize=10555576 CPUtime=0.6 cores=1,3,5,7
/proc/9339/task/9358/stat : 9358 (java) S 9337 9339 4029 0 -1 4202560 5614 0 0 0 59 1 0 0 16 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9359] ppid=9337 vsize=10555576 CPUtime=0.58 cores=1,3,5,7
/proc/9339/task/9359/stat : 9359 (java) S 9337 9339 4029 0 -1 4202560 1709 0 0 0 58 0 0 0 15 0 22 0 830740873 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9361] ppid=9337 vsize=10555576 CPUtime=70.06 cores=1,3,5,7
/proc/9339/task/9361/stat : 9361 (java) S 9337 9339 4029 0 -1 4202560 121151 0 0 0 6983 23 0 0 15 0 22 0 830740874 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 0 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
[pid=9339/tid=9363] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9363/stat : 9363 (java) S 9337 9339 4029 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9365] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9365/stat : 9365 (java) S 9337 9339 4029 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 830740875 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9367] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9367/stat : 9367 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830740877 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982373809 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9369] ppid=9337 vsize=10555576 CPUtime=1.48 cores=1,3,5,7
/proc/9339/task/9369/stat : 9369 (java) S 9337 9339 4029 0 -1 4202560 7612 0 0 0 147 1 0 0 15 0 22 0 830740877 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9373] ppid=9337 vsize=10555576 CPUtime=0.98 cores=1,3,5,7
/proc/9339/task/9373/stat : 9373 (java) S 9337 9339 4029 0 -1 4202560 8249 0 0 0 97 1 0 0 16 0 22 0 830740877 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 7 0 0 0
[pid=9339/tid=9374] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9374/stat : 9374 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830740877 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366105 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9375] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9375/stat : 9375 (java) S 9337 9339 4029 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830740877 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 3 0 0 0
[pid=9339/tid=9392] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9392/stat : 9392 (java) S 9337 9339 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830741003 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 5 0 0 0
[pid=9339/tid=9473] ppid=9337 vsize=10555576 CPUtime=409.44 cores=1,3,5,7
/proc/9339/task/9473/stat : 9473 (java) R 9337 9339 4029 0 -1 4202560 58 0 0 0 40944 0 0 0 18 0 22 0 830790190 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 46912505843328 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9339/tid=9474] ppid=9337 vsize=10555576 CPUtime=409.48 cores=1,3,5,7
/proc/9339/task/9474/stat : 9474 (java) R 9337 9339 4029 0 -1 4202560 51583 0 0 0 40944 4 0 0 25 0 22 0 830790190 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 46912506083966 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9339/tid=9475] ppid=9337 vsize=10555576 CPUtime=0 cores=1,3,5,7
/proc/9339/task/9475/stat : 9475 (java) S 9337 9339 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830790190 10808909824 1012708 33554432000 1073741824 1073778376 140736180019776 18446744073709551615 242982366720 0 4 0 16800975 18446604469176100864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10555576

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

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

[startup+941.027 s]
/proc/loadavg: 3.94 3.80 3.45 5/573 9538
/proc/meminfo: memFree=10591984/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/9339/stat : 9339 (java) Z 9337 9339 4029 0 -1 4203548 1024389 0 1 0 179895 136 0 0 17 0 2 0 830740871 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 0 0 0 0 0 0 0
[pid=9339/tid=9474] ppid=9337 vsize=0 CPUtime=409.56 cores=1,3,5,7
/proc/9339/task/9474/stat : 9474 (java) R 9337 9339 4029 0 -1 4203588 51583 0 0 0 40946 10 0 0 25 0 2 0 830790190 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+941.101 s]
/proc/loadavg: 3.94 3.80 3.45 5/573 9538
/proc/meminfo: memFree=10591984/32951132 swapFree=46579808/67111528
[pid=9339] ppid=9337 vsize=0 CPUtime=1800.39 cores=1,3,5,7
/proc/9339/stat : 9339 (java) Z 9337 9339 4029 0 -1 4203548 1024389 0 1 0 179895 144 0 0 17 0 2 0 830740871 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9339/statm: 0 0 0 0 0 0 0
[pid=9339/tid=9474] ppid=9337 vsize=0 CPUtime=409.64 cores=1,3,5,7
/proc/9339/task/9474/stat : 9474 (java) R 9337 9339 4029 0 -1 4203588 51583 0 0 0 40946 18 0 0 25 0 2 0 830790190 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 941.116
CPU time (s): 1800.41
CPU user time (s): 1798.95
CPU system time (s): 1.45578
CPU usage (%): 191.306
Max. virtual memory (cumulated for all children) (KiB): 10563520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.45578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1024389
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= 37227
involuntary context switches= 20922

runsolver used 5.17221 second user time and 11.9892 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 14:43:42
IDJOB=3454630
IDBENCH=2496
IDSOLVER=1950
FILE ID=node128/3454630-1307191422
RUNJOBID= node128-1307191422-9321
PBS_JOBID= 13508827
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-fiber.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454630-1307191422/watcher-3454630-1307191422 -o /tmp/evaluation-result-3454630-1307191422/solver-3454630-1307191422 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454630-1307191422.opb

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

MD5SUM BENCH= c3570b707fa12d3d9c0d2ae31848c1b3
RANDOM SEED=1614622161

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15233292 kB
Buffers:        332504 kB
Cached:        3484400 kB
SwapCached:      35620 kB
Active:        9025020 kB
Inactive:      8377108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15233292 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:    13559428 kB
Mapped:          18144 kB
Slab:           134512 kB
PageTables:     111680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174793280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 14:59:25