Trace number 4440318

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 Resolution 2024 2024-07-07SAT (TO)95 3600.24 3607.81

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUM88220551ed2e54bab314d6806833f69c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1812
Total number of constraints3443
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4440318-1721772787.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  objective function found
0.53/0.32	c ... done. Wall clock time 0.189s.
0.53/0.32	c declared #vars     1812
0.53/0.32	c #constraints  3443
0.53/0.32	c constraints type 
0.53/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3443
0.53/0.32	c 3443 constraints processed.
0.53/0.34	c objective function length is 8 literals
1.49/0.87	c SATISFIABLE
1.49/0.88	c OPTIMIZING...
1.49/0.88	c Got one! Elapsed wall clock time (in seconds):0.741
1.49/0.88	o 142
3.71/2.16	c cleaning 2954 clauses out of 5914 with flag 12471/5914
5.39/3.33	c Got one! Elapsed wall clock time (in seconds):3.204
5.39/3.33	o 141
5.69/3.62	c cleaning 4301 clauses out of 8611 with flag 3008/11565
6.10/3.92	c Got one! Elapsed wall clock time (in seconds):3.794
6.10/3.92	o 137
7.22/5.06	c cleaning 4699 clauses out of 9405 with flag 12934/16660
7.82/5.51	c Got one! Elapsed wall clock time (in seconds):5.383
7.82/5.51	o 135
8.32/6.09	c Got one! Elapsed wall clock time (in seconds):5.962
8.32/6.09	o 129
9.12/6.83	c cleaning 5342 clauses out of 10695 with flag 7014/22649
10.92/8.52	c cleaning 5670 clauses out of 11352 with flag 27051/28648
12.71/10.38	c cleaning 6334 clauses out of 12682 with flag 48177/35648
14.51/12.16	c Got one! Elapsed wall clock time (in seconds):12.029
14.51/12.16	o 127
16.14/13.43	c cleaning 9458 clauses out of 18921 with flag 14641/48221
17.98/15.26	c cleaning 7727 clauses out of 15464 with flag 34293/54222
19.89/17.14	c cleaning 7368 clauses out of 14736 with flag 54873/61221
21.78/19.10	c cleaning 7682 clauses out of 15369 with flag 79443/69222
23.27/20.59	c Got one! Elapsed wall clock time (in seconds):20.465
23.27/20.59	o 124
24.78/22.02	c cleaning 9944 clauses out of 19889 with flag 14742/81424
25.28/22.51	c Got one! Elapsed wall clock time (in seconds):22.385
25.28/22.51	o 123
25.98/23.27	c cleaning 7500 clauses out of 15017 with flag 8385/86496
27.38/24.62	c cleaning 6748 clauses out of 13516 with flag 24734/92495
29.28/26.55	c cleaning 6880 clauses out of 13768 with flag 46806/99495
31.27/28.53	c cleaning 7441 clauses out of 14889 with flag 69492/107496
33.38/30.66	c cleaning 8215 clauses out of 16448 with flag 95171/116496
34.04/31.23	c Got one! Elapsed wall clock time (in seconds):31.106
34.04/31.23	o 118
34.80/32.07	c cleaning 6687 clauses out of 13386 with flag 8487/121649
36.27/33.49	c cleaning 6341 clauses out of 12698 with flag 25427/127648
37.87/35.08	c cleaning 6679 clauses out of 13358 with flag 45896/134649
39.75/37.00	c cleaning 7337 clauses out of 14678 with flag 69549/142648
41.95/39.17	c cleaning 8169 clauses out of 16342 with flag 96524/151649
44.14/41.35	c Got one! Elapsed wall clock time (in seconds):41.228
44.14/41.36	o 117
45.05/42.20	c Got one! Elapsed wall clock time (in seconds):42.074
45.05/42.20	o 116
45.85/43.10	c cleaning 11004 clauses out of 22017 with flag 9086/165493
47.64/44.83	c cleaning 8495 clauses out of 17011 with flag 27105/171491
49.54/46.75	c cleaning 7752 clauses out of 15518 with flag 48040/178493
51.53/48.77	c cleaning 7875 clauses out of 15766 with flag 71876/186493
53.93/51.16	c cleaning 8442 clauses out of 16891 with flag 99739/195493
56.72/53.95	c cleaning 9217 clauses out of 18447 with flag 132260/205491
59.83/57.10	c cleaning 10112 clauses out of 20230 with flag 169528/216491
63.20/60.44	c cleaning 11050 clauses out of 22118 with flag 209196/228491
66.57/63.84	c cleaning 12030 clauses out of 24070 with flag 251067/241493
67.87/65.15	c Got one! Elapsed wall clock time (in seconds):65.02
67.87/65.15	o 110
68.16/65.47	c cleaning 8904 clauses out of 17811 with flag 2834/247264
69.88/67.10	c cleaning 7450 clauses out of 14907 with flag 18800/253264
71.97/69.20	c cleaning 7227 clauses out of 14457 with flag 36602/260264
72.97/70.23	c Got one! Elapsed wall clock time (in seconds):70.104
72.97/70.23	o 108
73.47/70.70	c cleaning 6467 clauses out of 12942 with flag 5189/265976
74.67/71.99	c cleaning 6231 clauses out of 12475 with flag 22063/271976
76.27/73.51	c cleaning 6616 clauses out of 13243 with flag 41518/278975
77.96/75.29	c cleaning 7309 clauses out of 14627 with flag 64165/286975
79.96/77.29	c cleaning 8159 clauses out of 16319 with flag 89488/295976
82.55/79.82	c cleaning 9077 clauses out of 18160 with flag 118105/305976
85.75/83.09	c cleaning 10039 clauses out of 20082 with flag 146045/316975
89.43/86.77	c cleaning 11023 clauses out of 22045 with flag 177092/328977
93.43/90.74	c cleaning 12009 clauses out of 24021 with flag 211142/341976
94.52/91.87	c Got one! Elapsed wall clock time (in seconds):91.747
94.52/91.87	o 107
95.13/92.45	c cleaning 8964 clauses out of 17947 with flag 6171/347911
96.70/94.08	c cleaning 7482 clauses out of 14984 with flag 24697/353912
98.59/95.98	c cleaning 7243 clauses out of 14502 with flag 46702/360912
100.79/98.15	c cleaning 7623 clauses out of 15258 with flag 70556/368911
103.48/100.82	c cleaning 8314 clauses out of 16636 with flag 100297/377912
106.17/103.56	c cleaning 9152 clauses out of 18322 with flag 132834/387912
109.47/106.89	c cleaning 10081 clauses out of 20170 with flag 170683/398912
113.06/110.46	c cleaning 11038 clauses out of 22090 with flag 211553/410913
115.25/112.67	c Got one! Elapsed wall clock time (in seconds):112.539
115.25/112.67	o 105
116.85/114.20	c cleaning 11839 clauses out of 23686 with flag 17456/423547
118.45/115.87	c cleaning 8915 clauses out of 17847 with flag 36218/429547
120.44/117.87	c cleaning 7955 clauses out of 15932 with flag 59842/436547
122.75/120.18	c cleaning 7975 clauses out of 15977 with flag 86461/444547
125.33/122.79	c cleaning 8493 clauses out of 17002 with flag 117236/453547
128.19/125.62	c cleaning 9256 clauses out of 18513 with flag 149316/463551
131.39/128.89	c cleaning 10121 clauses out of 20253 with flag 185440/474547
135.08/132.50	c cleaning 11065 clauses out of 22132 with flag 227874/486547
138.97/136.45	c cleaning 12032 clauses out of 24068 with flag 269014/499548
143.57/141.02	c cleaning 13015 clauses out of 26035 with flag 316714/513547
147.95/145.44	c cleaning 14004 clauses out of 28020 with flag 362360/528547
153.15/150.61	c cleaning 15007 clauses out of 30017 with flag 412590/544548
158.32/155.86	c cleaning 16002 clauses out of 32009 with flag 460280/561547
164.61/162.12	c cleaning 16999 clauses out of 34007 with flag 508733/579547
170.00/167.52	c cleaning 18001 clauses out of 36008 with flag 560968/598547
176.48/174.06	c cleaning 19000 clauses out of 38008 with flag 615496/618548
179.47/177.08	c Got one! Elapsed wall clock time (in seconds):176.954
179.47/177.08	o 104
181.17/178.74	c cleaning 17332 clauses out of 34681 with flag 15645/634221
182.27/179.82	c Got one! Elapsed wall clock time (in seconds):179.691
182.27/179.82	o 103
182.97/180.50	c cleaning 11480 clauses out of 22983 with flag 6827/639855
184.76/182.33	c cleaning 8747 clauses out of 17504 with flag 27467/645856
186.65/184.29	c cleaning 7864 clauses out of 15754 with flag 49675/652853
188.82/186.47	c cleaning 7937 clauses out of 15890 with flag 74398/660853
191.21/188.84	c cleaning 8471 clauses out of 16954 with flag 103236/669854
194.00/191.64	c cleaning 9234 clauses out of 18482 with flag 137118/679853
197.21/194.87	c cleaning 10124 clauses out of 20248 with flag 177929/690853
200.60/198.24	c cleaning 11057 clauses out of 22124 with flag 219805/702853
204.59/202.23	c cleaning 12031 clauses out of 24067 with flag 267962/715853
208.98/206.63	c cleaning 13016 clauses out of 26037 with flag 314321/729854
213.57/211.23	c cleaning 14003 clauses out of 28020 with flag 358473/744853
218.44/216.15	c cleaning 15008 clauses out of 30019 with flag 401558/760855
224.31/221.72	c cleaning 16000 clauses out of 32009 with flag 447767/777853
229.82/227.27	c cleaning 16998 clauses out of 34010 with flag 496779/795854
236.15/233.22	c cleaning 17993 clauses out of 36011 with flag 547871/814853
241.69/238.50	c cleaning 19010 clauses out of 38019 with flag 604995/834854
247.58/244.43	c cleaning 20002 clauses out of 40009 with flag 664089/855854
253.16/250.43	c cleaning 21000 clauses out of 42006 with flag 725498/877853
260.44/257.76	c cleaning 21996 clauses out of 44006 with flag 788183/900853
267.83/265.17	c cleaning 23004 clauses out of 46011 with flag 854648/924854
275.90/273.22	c cleaning 23996 clauses out of 48007 with flag 930687/949854
284.16/281.55	c cleaning 24999 clauses out of 50010 with flag 1011291/975853
292.15/289.51	c cleaning 26002 clauses out of 52011 with flag 1095636/1002853
300.25/297.61	c cleaning 27004 clauses out of 54011 with flag 1178948/1030855
307.93/305.32	c cleaning 27983 clauses out of 56005 with flag 1266589/1059853
317.48/314.90	c cleaning 29008 clauses out of 58022 with flag 1363862/1089853
328.36/325.88	c cleaning 29999 clauses out of 60014 with flag 1480456/1120853
338.93/336.46	c cleaning 31005 clauses out of 62017 with flag 1580731/1152855
348.99/346.51	c cleaning 32001 clauses out of 64011 with flag 1693861/1185854
359.66/357.21	c cleaning 32997 clauses out of 66010 with flag 1813788/1219854
369.14/366.76	c cleaning 34004 clauses out of 68012 with flag 1937631/1254853
378.80/376.45	c cleaning 34998 clauses out of 70009 with flag 2062378/1290854
389.17/386.88	c cleaning 36002 clauses out of 72012 with flag 2190594/1327855
399.36/397.09	c cleaning 36997 clauses out of 74009 with flag 2313053/1365854
410.80/408.51	c cleaning 38004 clauses out of 76011 with flag 2448537/1404853
421.68/419.44	c cleaning 38991 clauses out of 78007 with flag 2567605/1444853
429.75/427.52	c Got one! Elapsed wall clock time (in seconds):427.393
429.75/427.52	o 101
432.05/429.80	c cleaning 34829 clauses out of 69674 with flag 20279/1475511
434.13/431.93	c cleaning 20415 clauses out of 40844 with flag 42999/1481510
436.33/434.19	c cleaning 13708 clauses out of 27429 with flag 69609/1488510
438.73/436.56	c cleaning 10856 clauses out of 21723 with flag 97748/1496512
441.51/439.39	c cleaning 9924 clauses out of 19866 with flag 131629/1505511
444.32/442.15	c cleaning 9961 clauses out of 19941 with flag 164306/1515510
447.71/445.56	c cleaning 10481 clauses out of 20985 with flag 205277/1526515
451.40/449.23	c cleaning 11248 clauses out of 22500 with flag 249389/1538511
455.59/453.40	c cleaning 12123 clauses out of 24251 with flag 298144/1551510
460.18/458.03	c cleaning 13061 clauses out of 26130 with flag 349935/1565512
464.85/462.72	c cleaning 14031 clauses out of 28067 with flag 404436/1580510
469.54/467.42	c cleaning 15018 clauses out of 30037 with flag 457439/1596511
474.43/472.38	c cleaning 16003 clauses out of 32019 with flag 514064/1613511
479.62/477.53	c cleaning 17005 clauses out of 34015 with flag 570645/1631510
484.71/482.65	c cleaning 18005 clauses out of 36012 with flag 628713/1650512
490.50/488.45	c cleaning 18995 clauses out of 38005 with flag 693829/1670510
496.54/494.53	c cleaning 20000 clauses out of 40010 with flag 759758/1691510
502.93/500.94	c cleaning 21001 clauses out of 42011 with flag 834737/1713511
510.71/508.72	c cleaning 21998 clauses out of 44009 with flag 922389/1736510
518.72/516.53	c cleaning 22998 clauses out of 46011 with flag 1010198/1760511
526.84/524.64	c cleaning 24002 clauses out of 48012 with flag 1082379/1785510
535.58/533.36	c cleaning 25004 clauses out of 50012 with flag 1159528/1811512
544.66/542.49	c cleaning 25999 clauses out of 52006 with flag 1237336/1838510
553.04/550.82	c cleaning 27000 clauses out of 54008 with flag 1335677/1866511
561.70/559.54	c cleaning 27995 clauses out of 56008 with flag 1436539/1895511
570.28/568.19	c cleaning 29003 clauses out of 58012 with flag 1535303/1925510
580.46/578.35	c cleaning 29995 clauses out of 60009 with flag 1649851/1956510
591.32/589.28	c cleaning 31007 clauses out of 62015 with flag 1772170/1988511
601.49/599.44	c cleaning 32000 clauses out of 64008 with flag 1880514/2021511
611.79/609.79	c cleaning 32997 clauses out of 66008 with flag 1996474/2055511
622.84/620.89	c cleaning 34002 clauses out of 68011 with flag 2117337/2090511
635.21/633.23	c cleaning 34998 clauses out of 70008 with flag 2252169/2126510
647.50/645.56	c cleaning 36001 clauses out of 72011 with flag 2386326/2163511
659.65/657.74	c cleaning 36999 clauses out of 74009 with flag 2518341/2201510
672.42/670.53	c cleaning 38001 clauses out of 76011 with flag 2659405/2240511
686.51/684.78	c cleaning 38999 clauses out of 78010 with flag 2822124/2280511
698.79/697.16	c Got one! Elapsed wall clock time (in seconds):697.03
698.79/697.16	o 100
700.77/699.15	c cleaning 39983 clauses out of 79985 with flag 17529/2321485
702.95/701.36	c cleaning 22995 clauses out of 46002 with flag 41968/2327485
705.32/703.72	c cleaning 14998 clauses out of 30010 with flag 64155/2334488
707.79/706.22	c cleaning 11501 clauses out of 23010 with flag 87137/2342486
710.53/709.01	c cleaning 10243 clauses out of 20509 with flag 118840/2351486
712.70/711.25	c cleaning 10125 clauses out of 20267 with flag 144797/2361487
715.49/714.10	c cleaning 10564 clauses out of 21142 with flag 174535/2372487
718.65/717.25	c cleaning 11281 clauses out of 22576 with flag 209217/2384485
722.61/721.29	c cleaning 12143 clauses out of 24295 with flag 244841/2397485
726.78/725.42	c cleaning 13072 clauses out of 26152 with flag 287099/2411485
731.63/730.36	c cleaning 14039 clauses out of 28081 with flag 330459/2426486
736.67/735.42	c cleaning 15020 clauses out of 30041 with flag 376329/2442485
741.90/740.72	c cleaning 16007 clauses out of 32021 with flag 426103/2459485
747.45/746.38	c cleaning 17001 clauses out of 34014 with flag 491006/2477485
753.85/752.78	c cleaning 18002 clauses out of 36016 with flag 551363/2496488
760.14/759.03	c cleaning 18993 clauses out of 38012 with flag 610768/2516486
766.92/765.82	c cleaning 20006 clauses out of 40018 with flag 675612/2537485
774.37/773.38	c cleaning 21000 clauses out of 42013 with flag 744281/2559486
782.16/781.17	c cleaning 22001 clauses out of 44012 with flag 819200/2582485
789.56/788.56	c cleaning 22993 clauses out of 46011 with flag 889056/2606485
797.65/796.61	c cleaning 24003 clauses out of 48018 with flag 964460/2631485
805.90/804.95	c cleaning 25005 clauses out of 50016 with flag 1051454/2657486
815.09/814.14	c cleaning 25999 clauses out of 52012 with flag 1135148/2684487
824.49/823.52	c cleaning 26991 clauses out of 54011 with flag 1226899/2712485
834.52/833.62	c cleaning 28008 clauses out of 56021 with flag 1326273/2741486
844.40/843.56	c cleaning 28997 clauses out of 58012 with flag 1416323/2771485
854.98/854.12	c cleaning 29999 clauses out of 60016 with flag 1511519/2802486
864.84/864.03	c cleaning 31000 clauses out of 62016 with flag 1629158/2834485
875.61/874.82	c cleaning 31993 clauses out of 64016 with flag 1754989/2867485
885.40/884.61	c Got one! Elapsed wall clock time (in seconds):884.484
885.40/884.61	o 99
887.33/886.54	c cleaning 32362 clauses out of 64733 with flag 19043/2900195
889.43/888.70	c cleaning 19177 clauses out of 38373 with flag 43722/2906197
891.83/891.10	c cleaning 13092 clauses out of 26195 with flag 71414/2913196
894.10/893.35	c cleaning 10540 clauses out of 21102 with flag 100746/2921195
896.71/895.97	c cleaning 9775 clauses out of 19562 with flag 135569/2930195
899.50/898.79	c cleaning 9885 clauses out of 19787 with flag 171532/2940195
902.70/901.99	c cleaning 10445 clauses out of 20903 with flag 212643/2951196
906.19/905.49	c cleaning 11222 clauses out of 22457 with flag 256386/2963195
909.57/908.82	c cleaning 12110 clauses out of 24236 with flag 297522/2976196
913.47/912.71	c cleaning 13054 clauses out of 26125 with flag 346833/2990195
917.76/917.04	c cleaning 14030 clauses out of 28071 with flag 398647/3005195
921.85/921.18	c cleaning 15013 clauses out of 30043 with flag 450589/3021197
927.02/926.31	c cleaning 16014 clauses out of 32029 with flag 516109/3038196
932.31/931.63	c cleaning 16999 clauses out of 34014 with flag 583002/3056195
937.89/937.28	c cleaning 18000 clauses out of 36015 with flag 653674/3075195
944.28/943.63	c cleaning 19005 clauses out of 38015 with flag 733987/3095195
950.56/949.90	c cleaning 20004 clauses out of 40011 with flag 811363/3116196
956.82/956.29	c cleaning 20995 clauses out of 42006 with flag 880862/3138195
963.01/962.42	c cleaning 22002 clauses out of 44011 with flag 954818/3161195
969.73/969.19	c cleaning 22996 clauses out of 46009 with flag 1036527/3185195
976.80/976.20	c cleaning 23998 clauses out of 48015 with flag 1120805/3210197
984.38/983.80	c cleaning 25006 clauses out of 50016 with flag 1211497/3236196
991.84/991.35	c cleaning 25998 clauses out of 52009 with flag 1298443/3263195
1000.47/1000.00	c cleaning 26993 clauses out of 54013 with flag 1388036/3291197
1010.14/1009.66	c cleaning 27999 clauses out of 56021 with flag 1484307/3320198
1019.90/1019.29	c cleaning 29002 clauses out of 58019 with flag 1577452/3350195
1030.19/1029.58	c cleaning 29999 clauses out of 60017 with flag 1672405/3381195
1041.08/1040.41	c cleaning 31001 clauses out of 62019 with flag 1777677/3413196
1051.15/1050.56	c cleaning 31988 clauses out of 64017 with flag 1885123/3446195
1062.72/1062.14	c cleaning 33011 clauses out of 66031 with flag 1990444/3480197
1073.62/1073.06	c cleaning 33996 clauses out of 68018 with flag 2105054/3515195
1085.77/1085.28	c cleaning 35007 clauses out of 70023 with flag 2223715/3551196
1099.14/1098.65	c cleaning 36005 clauses out of 72015 with flag 2350399/3588195
1113.63/1113.12	c cleaning 36997 clauses out of 74011 with flag 2486643/3626196
1128.50/1128.05	c cleaning 38006 clauses out of 76013 with flag 2611325/3665195
1133.29/1132.80	c Got one! Elapsed wall clock time (in seconds):1132.676
1133.29/1132.80	o 98
1135.19/1134.70	c cleaning 28561 clauses out of 57140 with flag 18796/3684328
1136.98/1136.53	c cleaning 17279 clauses out of 34578 with flag 38638/3690327
1139.16/1138.71	c cleaning 12138 clauses out of 24299 with flag 62548/3697327
1141.56/1141.13	c cleaning 10076 clauses out of 20162 with flag 90525/3705328
1144.47/1144.09	c cleaning 9534 clauses out of 19086 with flag 124993/3714328
1147.58/1147.19	c cleaning 9768 clauses out of 19553 with flag 159240/3724329
1150.76/1150.38	c cleaning 10379 clauses out of 20783 with flag 194459/3735327
1154.55/1154.15	c cleaning 11194 clauses out of 22406 with flag 236809/3747329
1158.55/1158.12	c cleaning 12103 clauses out of 24212 with flag 282011/3760329
1163.14/1162.70	c cleaning 13052 clauses out of 26109 with flag 333767/3774329
1167.72/1167.37	c cleaning 14023 clauses out of 28058 with flag 387942/3789330
1172.99/1172.65	c cleaning 15006 clauses out of 30032 with flag 448578/3805327
1178.48/1178.14	c cleaning 16008 clauses out of 32028 with flag 511413/3822329
1183.68/1183.31	c cleaning 17002 clauses out of 34019 with flag 570071/3840328
1189.57/1189.24	c cleaning 18006 clauses out of 36018 with flag 639903/3859329
1195.76/1195.43	c cleaning 18997 clauses out of 38012 with flag 711926/3879329
1202.72/1202.46	c cleaning 20003 clauses out of 40013 with flag 791853/3900327
1209.52/1209.24	c cleaning 20995 clauses out of 42011 with flag 863104/3922328
1216.71/1216.48	c cleaning 21999 clauses out of 44017 with flag 944492/3945329
1224.80/1224.52	c cleaning 22999 clauses out of 46016 with flag 1037887/3969327
1233.15/1232.93	c cleaning 24006 clauses out of 48019 with flag 1121886/3994329
1242.13/1241.94	c cleaning 25001 clauses out of 50011 with flag 1216951/4020327
1251.50/1251.35	c cleaning 25998 clauses out of 52011 with flag 1311379/4047328
1261.06/1260.99	c cleaning 27003 clauses out of 54014 with flag 1395279/4075329
1271.83/1271.79	c cleaning 27999 clauses out of 56009 with flag 1508794/4104327
1282.82/1282.79	c cleaning 29001 clauses out of 58011 with flag 1626248/4134328
1293.12/1293.04	c cleaning 29998 clauses out of 60009 with flag 1730735/4165327
1303.29/1303.21	c cleaning 31004 clauses out of 62012 with flag 1849264/4197328
1313.77/1313.79	c cleaning 31998 clauses out of 64008 with flag 1980035/4230328
1324.13/1324.14	c cleaning 32998 clauses out of 66009 with flag 2093006/4264327
1333.92/1333.96	c cleaning 34000 clauses out of 68012 with flag 2209573/4299328
1345.90/1345.94	c cleaning 35002 clauses out of 70011 with flag 2322933/4335327
1358.74/1358.85	c cleaning 35992 clauses out of 72009 with flag 2460770/4372327
1372.54/1372.68	c cleaning 36995 clauses out of 74017 with flag 2607097/4410327
1386.39/1386.54	c cleaning 38008 clauses out of 76023 with flag 2735460/4449328
1401.85/1402.03	c cleaning 38999 clauses out of 78014 with flag 2868460/4489327
1416.41/1416.67	c cleaning 39998 clauses out of 80016 with flag 3005383/4530328
1430.38/1430.69	c cleaning 41002 clauses out of 82017 with flag 3142142/4572327
1445.44/1445.78	c cleaning 42000 clauses out of 84015 with flag 3287199/4615327
1456.31/1456.63	c Got one! Elapsed wall clock time (in seconds):1456.505
1456.31/1456.63	o 96
1458.50/1458.82	c cleaning 40438 clauses out of 80884 with flag 19666/4654196
1460.50/1460.82	c cleaning 23212 clauses out of 46446 with flag 41425/4660196
1462.59/1462.95	c cleaning 15097 clauses out of 30235 with flag 66580/4667197
1464.89/1465.23	c cleaning 11564 clauses out of 23137 with flag 94411/4675196
1467.69/1468.06	c cleaning 10279 clauses out of 20575 with flag 126552/4684198
1470.67/1471.03	c cleaning 10132 clauses out of 20294 with flag 160324/4694196
1473.77/1474.16	c cleaning 10576 clauses out of 21163 with flag 195145/4705197
1477.35/1477.77	c cleaning 11289 clauses out of 22587 with flag 236422/4717197
1481.65/1482.04	c cleaning 12139 clauses out of 24298 with flag 284539/4730197
1485.92/1486.35	c cleaning 13079 clauses out of 26158 with flag 333959/4744196
1490.62/1491.09	c cleaning 14035 clauses out of 28079 with flag 387742/4759196
1495.61/1496.06	c cleaning 15020 clauses out of 30044 with flag 444750/4775196
1501.09/1501.53	c cleaning 16003 clauses out of 32024 with flag 506349/4792196
1506.94/1507.41	c cleaning 17009 clauses out of 34021 with flag 571361/4810196
1511.84/1512.35	c cleaning 18000 clauses out of 36013 with flag 628878/4829197
1516.85/1517.37	c cleaning 19001 clauses out of 38012 with flag 689301/4849196
1522.74/1523.30	c cleaning 20002 clauses out of 40011 with flag 757009/4870196
1529.42/1529.94	c cleaning 21001 clauses out of 42009 with flag 831041/4892196
1536.48/1537.08	c cleaning 21997 clauses out of 44009 with flag 909167/4915197
1542.71/1543.35	c cleaning 22999 clauses out of 46014 with flag 983910/4939199
1550.34/1551.05	c cleaning 24001 clauses out of 48013 with flag 1072954/4964197
1557.57/1558.30	c cleaning 24992 clauses out of 50011 with flag 1158261/4990196
1566.85/1567.72	c cleaning 26004 clauses out of 52019 with flag 1256952/5017196
1575.66/1576.67	c cleaning 27003 clauses out of 54015 with flag 1356762/5045196
1585.79/1586.82	c cleaning 28000 clauses out of 56014 with flag 1470179/5074198
1596.77/1597.98	c cleaning 28999 clauses out of 58012 with flag 1589576/5104196
1607.26/1608.53	c cleaning 29999 clauses out of 60013 with flag 1706068/5135196
1618.55/1619.92	c cleaning 31000 clauses out of 62014 with flag 1827672/5167196
1629.01/1630.56	c cleaning 32002 clauses out of 64014 with flag 1944359/5200196
1639.98/1641.51	c cleaning 33004 clauses out of 66012 with flag 2059864/5234196
1652.06/1653.61	c cleaning 33999 clauses out of 68008 with flag 2173359/5269196
1664.13/1665.71	c cleaning 35002 clauses out of 70009 with flag 2293792/5305196
1676.90/1678.50	c cleaning 35999 clauses out of 72007 with flag 2429659/5342196
1690.14/1691.86	c cleaning 36997 clauses out of 74009 with flag 2569456/5380197
1703.62/1705.36	c cleaning 38000 clauses out of 76012 with flag 2710921/5419197
1716.89/1718.64	c cleaning 38998 clauses out of 78011 with flag 2859395/5459196
1730.28/1732.10	c cleaning 40000 clauses out of 80014 with flag 3006367/5500197
1744.64/1746.46	c cleaning 41001 clauses out of 82013 with flag 3149161/5542196
1758.32/1760.14	c cleaning 42000 clauses out of 84013 with flag 3296891/5585197
1773.12/1774.98	c cleaning 43006 clauses out of 86012 with flag 3449411/5629196
1786.87/1788.70	c cleaning 44002 clauses out of 88009 with flag 3597749/5674199
1800.70/1802.59	c cleaning 45002 clauses out of 90005 with flag 3750465/5720197
1815.16/1817.09	c cleaning 46000 clauses out of 92002 with flag 3910600/5767196
1830.56/1832.47	c cleaning 46997 clauses out of 94003 with flag 4077211/5815197
1847.27/1849.36	c cleaning 47996 clauses out of 96005 with flag 4260649/5864196
1865.48/1867.67	c cleaning 49004 clauses out of 98009 with flag 4453771/5914196
1884.05/1886.36	c cleaning 50003 clauses out of 100005 with flag 4649009/5965196
1904.14/1906.44	c cleaning 50999 clauses out of 102004 with flag 4861121/6017198
1923.01/1925.39	c cleaning 51996 clauses out of 104003 with flag 5060803/6070196
1943.10/1945.45	c cleaning 53002 clauses out of 106008 with flag 5271279/6124197
1965.24/1967.67	c cleaning 54001 clauses out of 108006 with flag 5499861/6179197
1983.95/1986.38	c cleaning 54997 clauses out of 110004 with flag 5698617/6235197
2005.08/2007.56	c cleaning 55997 clauses out of 112006 with flag 5887642/6292196
2023.38/2025.83	c cleaning 56993 clauses out of 114009 with flag 6083150/6350196
2042.41/2044.90	c cleaning 57999 clauses out of 116017 with flag 6291422/6409197
2062.29/2064.86	c cleaning 58999 clauses out of 118017 with flag 6510394/6469196
2082.64/2085.28	c cleaning 60000 clauses out of 120018 with flag 6720941/6530196
2106.73/2109.32	c cleaning 60997 clauses out of 122018 with flag 6976000/6592196
2130.65/2133.30	c cleaning 62005 clauses out of 124021 with flag 7199610/6655196
2154.34/2157.05	c cleaning 63004 clauses out of 126017 with flag 7404260/6719197
2176.99/2179.77	c cleaning 64004 clauses out of 128012 with flag 7634670/6784196
2199.77/2202.52	c cleaning 65003 clauses out of 130009 with flag 7853215/6850197
2224.48/2227.25	c cleaning 65995 clauses out of 132006 with flag 8104477/6917197
2249.92/2252.74	c cleaning 66995 clauses out of 134010 with flag 8358867/6985196
2253.62/2256.41	c Got one! Elapsed wall clock time (in seconds):2256.281
2253.62/2256.41	o 95
2255.81/2258.65	c cleaning 42066 clauses out of 84150 with flag 19411/7002331
2257.91/2260.76	c cleaning 24036 clauses out of 48083 with flag 41857/7008330
2260.21/2263.08	c cleaning 15515 clauses out of 31047 with flag 67462/7015330
2262.70/2265.53	c cleaning 11754 clauses out of 23532 with flag 92094/7023330
2265.50/2268.31	c cleaning 10378 clauses out of 20780 with flag 120699/7032332
2268.38/2271.25	c cleaning 10189 clauses out of 20400 with flag 152254/7042330
2271.66/2274.58	c cleaning 10592 clauses out of 21211 with flag 189116/7053330
2275.35/2278.21	c cleaning 11307 clauses out of 22619 with flag 229715/7065330
2279.24/2282.14	c cleaning 12150 clauses out of 24313 with flag 273139/7078331
2283.73/2286.67	c cleaning 13070 clauses out of 26162 with flag 324104/7092330
2288.72/2291.62	c cleaning 14042 clauses out of 28093 with flag 376417/7107331
2293.61/2296.56	c cleaning 15023 clauses out of 30051 with flag 431613/7123331
2299.43/2302.33	c cleaning 16009 clauses out of 32027 with flag 494725/7140330
2305.80/2308.74	c cleaning 17004 clauses out of 34019 with flag 565510/7158331
2311.59/2314.55	c cleaning 18002 clauses out of 36015 with flag 630139/7177331
2317.37/2320.31	c cleaning 18997 clauses out of 38013 with flag 697658/7197331
2323.56/2326.60	c cleaning 20003 clauses out of 40016 with flag 769485/7218331
2330.88/2333.84	c cleaning 21004 clauses out of 42013 with flag 851631/7240331
2337.95/2340.92	c cleaning 21998 clauses out of 44009 with flag 936594/7263331
2346.04/2349.10	c cleaning 22992 clauses out of 46010 with flag 1030814/7287330
2354.51/2357.56	c cleaning 24007 clauses out of 48018 with flag 1121340/7312330
2362.90/2365.90	c cleaning 25000 clauses out of 50013 with flag 1213528/7338332
2371.38/2374.47	c cleaning 25995 clauses out of 52011 with flag 1309754/7365330
2380.57/2383.60	c cleaning 27000 clauses out of 54017 with flag 1409353/7393331
2389.44/2392.54	c cleaning 28005 clauses out of 56017 with flag 1507872/7422331
2398.70/2401.89	c cleaning 28996 clauses out of 58011 with flag 1607068/7452330
2408.21/2411.33	c cleaning 30000 clauses out of 60016 with flag 1717348/7483331
2417.28/2420.40	c cleaning 31002 clauses out of 62017 with flag 1822659/7515332
2428.13/2431.37	c cleaning 32005 clauses out of 64013 with flag 1950035/7548330
2439.75/2443.00	c cleaning 33001 clauses out of 66008 with flag 2057200/7582330
2452.32/2455.57	c cleaning 33999 clauses out of 68007 with flag 2197366/7617330
2464.58/2467.84	c cleaning 34995 clauses out of 70008 with flag 2327954/7653330
2477.20/2480.47	c cleaning 36004 clauses out of 72014 with flag 2452457/7690331
2491.06/2494.34	c cleaning 36993 clauses out of 74009 with flag 2586964/7728330
2505.42/2508.71	c cleaning 38008 clauses out of 76016 with flag 2730531/7767330
2520.61/2523.97	c cleaning 39002 clauses out of 78008 with flag 2884023/7807330
2535.58/2538.91	c cleaning 40000 clauses out of 80008 with flag 3011406/7848332
2549.51/2552.98	c cleaning 40996 clauses out of 82006 with flag 3144898/7890330
2564.02/2567.47	c cleaning 41997 clauses out of 84010 with flag 3297669/7933330
2579.97/2583.49	c cleaning 43003 clauses out of 86013 with flag 3456436/7977330
2596.98/2600.41	c cleaning 44003 clauses out of 88010 with flag 3610277/8022330
2614.42/2617.90	c cleaning 45004 clauses out of 90009 with flag 3759469/8068332
2631.69/2635.26	c cleaning 45997 clauses out of 92003 with flag 3914078/8115330
2649.36/2652.92	c cleaning 46995 clauses out of 94006 with flag 4094011/8163330
2666.53/2670.18	c cleaning 47997 clauses out of 96011 with flag 4273538/8212330
2684.67/2688.32	c cleaning 48999 clauses out of 98014 with flag 4466236/8262330
2703.42/2707.17	c cleaning 49998 clauses out of 100015 with flag 4645494/8313330
2722.32/2726.01	c cleaning 51001 clauses out of 102018 with flag 4819250/8365331
2741.54/2745.33	c cleaning 52004 clauses out of 104016 with flag 4999309/8418330
2763.12/2766.92	c cleaning 53001 clauses out of 106012 with flag 5207564/8472330
2783.12/2787.11	c cleaning 53994 clauses out of 108012 with flag 5416070/8527331
2802.35/2806.58	c cleaning 55005 clauses out of 110019 with flag 5606287/8583332
2819.98/2824.37	c cleaning 56003 clauses out of 112014 with flag 5791152/8640332
2842.60/2847.06	c cleaning 56991 clauses out of 114009 with flag 6025377/8698330
2863.24/2867.82	c cleaning 58000 clauses out of 116020 with flag 6244555/8757332
2885.33/2889.96	c cleaning 58998 clauses out of 118018 with flag 6468392/8817330
2910.48/2915.15	c cleaning 60008 clauses out of 120023 with flag 6725043/8878333
2934.05/2938.71	c cleaning 60998 clauses out of 122014 with flag 6986537/8940332
2957.39/2962.16	c cleaning 62004 clauses out of 124016 with flag 7198430/9003332
2978.65/2983.42	c cleaning 62997 clauses out of 126010 with flag 7433984/9067330
3003.36/3008.19	c cleaning 63999 clauses out of 128013 with flag 7687072/9132330
3028.78/3033.65	c cleaning 65001 clauses out of 130014 with flag 7955928/9198330
3056.14/3061.04	c cleaning 65999 clauses out of 132013 with flag 8240440/9265330
3079.64/3084.62	c cleaning 67004 clauses out of 134014 with flag 8489495/9333330
3104.71/3109.76	c cleaning 68000 clauses out of 136011 with flag 8723683/9402331
3131.08/3136.15	c cleaning 69000 clauses out of 138011 with flag 8979394/9472331
3158.80/3163.93	c cleaning 70001 clauses out of 140012 with flag 9236534/9543332
3185.49/3190.63	c cleaning 70994 clauses out of 142009 with flag 9501872/9615330
3215.65/3220.85	c cleaning 71999 clauses out of 144015 with flag 9755635/9688330
3243.76/3249.04	c cleaning 73006 clauses out of 146016 with flag 10017839/9762330
3271.23/3276.53	c cleaning 73998 clauses out of 148010 with flag 10284638/9837330
3298.89/3304.26	c cleaning 75002 clauses out of 150013 with flag 10567648/9913331
3327.49/3333.00	c cleaning 76000 clauses out of 152010 with flag 10862625/9990330
3358.21/3365.58	c cleaning 77001 clauses out of 154010 with flag 11186537/10068330
3385.58/3392.93	c cleaning 78000 clauses out of 156010 with flag 11445386/10147331
3408.40/3415.87	c cleaning 78995 clauses out of 158009 with flag 11694846/10227330
3432.82/3440.23	c cleaning 80004 clauses out of 160014 with flag 11956214/10308330
3464.60/3472.06	c cleaning 81001 clauses out of 162012 with flag 12255349/10390332
3493.39/3500.84	c cleaning 81998 clauses out of 164010 with flag 12569187/10473331
3521.00/3528.58	c cleaning 83000 clauses out of 166011 with flag 12879953/10557330
3553.34/3560.97	c cleaning 84003 clauses out of 168011 with flag 13247523/10642330
3585.50/3593.13	c cleaning 85002 clauses out of 170009 with flag 13567685/10728331
3600.05/3607.73	c starts		: 34090
3600.05/3607.73	c conflicts		: 10766635
3600.05/3607.73	c decisions		: 13297385
3600.05/3607.73	c propagations		: 993688996
3600.05/3607.73	c inspects		: 32599808297
3600.05/3607.73	c shortcuts		: 0
3600.05/3607.73	c learnt literals	: 2
3600.05/3607.73	c learnt binary clauses	: 6
3600.05/3607.73	c learnt ternary clauses	: 31
3600.05/3607.73	c learnt constraints	: 10766633
3600.05/3607.73	c ignored constraints	: 0
3600.05/3607.73	c root simplifications	: 0
3600.05/3607.73	c removed literals (reason simplification)	: 32461189
3600.05/3607.73	c reason swapping (by a shorter reason)	: 0
3600.05/3607.73	c Calls to reduceDB	: 388
3600.05/3607.73	c Number of update (reduction) of LBD	: 1840717
3600.05/3607.73	c Imported unit clauses	: 0
3600.05/3607.73	c No decision after first conflict	: false
3600.05/3607.73	c number of reductions to clauses (during analyze)	: 0
3600.05/3607.73	c number of learned constraints concerned by reduction	: 0
3600.05/3607.73	c number of learning phase by resolution	: 0
3600.05/3607.73	c number of learning phase by cutting planes	: 0
3600.05/3607.73	c number of rounding to 1 operations	: 0
3600.05/3607.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3607.73	c number of reductions of the coefficients by power 2 	: 0
3600.05/3607.73	c number of right shift for reduction by power 2 	: 0
3600.05/3607.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3607.73	c number of ending skipping 	: 0
3600.05/3607.73	c number of internal skipping 	: 0
3600.05/3607.73	c number of derivation steps 	: 0
3600.05/3607.73	c number of skipped derivation steps 	: 0
3600.05/3607.73	c number of remaining unassigned 	: 0
3600.05/3607.73	c number of remaining assigned 	: 0
3600.05/3607.73	c number of falsified literals weakened from reason	: 0
3600.05/3607.73	c number of falsified literals weakened from conflict	: 0
3600.05/3607.73	c time for arithmetic operations	: 0
3600.05/3607.73	c minimum degree of deleted constraints	: null
3600.05/3607.73	c maximum degree of deleted constraints	: null
3600.05/3607.73	c number of deleted constraints	: 0
3600.05/3607.73	c speed (assignments/second)	: 275460.3334944846
3600.05/3607.73	c non guided choices	: 26273
3600.05/3607.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123305
3600.05/3607.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.05/3607.78	s SATISFIABLE
3600.05/3607.78	c Found 23 solution(s)
3600.05/3607.78	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 
3600.05/3607.78	c objective function=95
3600.05/3607.78	c Total wall clock time (in seconds): 3607.656

Verifier Data

OK	95

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (37580 MiB free)
  memory of node 1: 64473 MiB (51670 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440318-1721772787/watcher-4440318-1721772787 -o /tmp/evaluation-result-4440318-1721772787/solver-4440318-1721772787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721765587-123128 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440318-1721772787 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440318-1721772787.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=128411, runsolver pid=128408

[startup+0.10154 s]*
/proc/loadavg: 4.67 4.30 4.22 8/337 128429
/proc/meminfo: memFree=91347456/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=18993908 memory=66120 CPUtime=0.14 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 7289 0 0 0 12 2 0 0 20 0 18 0 13806961 19449761792 16530 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4748477 16530 5878 1 0 549345 0
[pid=128411/tid=128413] ppid=128408 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 1077936192 5827 0 0 0 7 2 0 0 20 0 18 0 13806962 19449761792 16530 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=18993908 memory=232851243367 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13806964 19449761792 16530 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=18993908 memory=14698495601564019 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13806965 19449761792 16530 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66120 KiB

[startup+0.215228 s]*
/proc/loadavg: 4.67 4.30 4.22 7/337 128429
/proc/meminfo: memFree=91321648/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=18994972 memory=92424 CPUtime=0.35 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 8761 0 0 0 32 3 0 0 20 0 18 0 13806961 19450851328 23106 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4748743 23106 6086 1 0 550517 0
[pid=128411/tid=128413] ppid=128408 vsize=18994972 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 6017 0 0 0 17 2 0 0 20 0 18 0 13806962 19450851328 23106 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=18994972 memory=809283 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13806964 19450851328 23106 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=18994972 memory=14417020624045798 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13806965 19450851328 23106 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18994972 KiB
Current children cumulated memory: 92424 KiB

[startup+0.306227 s]*
/proc/loadavg: 4.67 4.30 4.22 7/337 128429
/proc/meminfo: memFree=91276824/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=18993908 memory=134072 CPUtime=0.53 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 9242 0 0 0 49 4 0 0 20 0 18 0 13806961 19449761792 33518 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4748477 33518 6086 1 0 550603 0
[pid=128411/tid=128413] ppid=128408 vsize=18993908 memory=-8601143444848288444 CPUtime=0.28 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 6042 0 0 0 25 3 0 0 20 0 18 0 13806962 19449761792 33518 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13806964 19449761792 33518 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13806965 19449761792 33518 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 134072 KiB

[startup+0.708229 s]
/proc/loadavg: 4.67 4.30 4.22 6/338 128432
/proc/meminfo: memFree=91266508/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19060472 memory=154348 CPUtime=1.29 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 11480 0 0 0 125 4 0 0 20 0 19 0 13806961 19517923328 38587 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4765118 38587 6123 1 0 552308 0
[pid=128411/tid=128413] ppid=128408 vsize=19060472 memory=5684 CPUtime=0.62 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 6172 0 0 0 59 3 0 0 20 0 19 0 13806962 19517923328 38587 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19060472 memory=13136 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13806964 19517923328 38587 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19060472 memory=4933 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13806965 19517923328 38587 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19060472 memory=2244 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13806996 19517923328 38587 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 154348 KiB

[startup+1.50676 s]
/proc/loadavg: 4.67 4.30 4.22 7/338 128432
/proc/meminfo: memFree=91232452/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=180308 CPUtime=2.75 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 17773 0 0 0 269 6 0 0 20 0 20 0 13806961 19586084864 45077 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 45077 6171 1 0 553565 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=0 CPUtime=1.38 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 6497 0 0 0 134 4 0 0 20 0 20 0 13806962 19586084864 45077 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 45077 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 45077 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=809050 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 45077 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 180308 KiB

[startup+3.10609 s]
/proc/loadavg: 4.78 4.33 4.23 5/339 128433
/proc/meminfo: memFree=91192652/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=182748 CPUtime=5.19 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 20520 0 0 0 512 7 0 0 20 0 20 0 13806961 19586084864 45687 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 45687 6171 1 0 554141 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=0 CPUtime=2.97 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 7565 0 0 0 293 4 0 0 20 0 20 0 13806962 19586084864 45687 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 45687 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=33 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 45687 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 45687 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 182748 KiB

[startup+6.30026 s]
/proc/loadavg: 4.78 4.33 4.23 5/339 128433
/proc/meminfo: memFree=91143340/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=185040 CPUtime=8.62 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 21957 0 0 0 854 8 0 0 20 0 20 0 13806961 19586084864 46260 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 46260 6171 1 0 554143 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=0 CPUtime=6.15 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 8102 0 0 0 610 5 0 0 20 0 20 0 13806962 19586084864 46260 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=7164214826990200422 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 46260 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=185036 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 46260 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=180308 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 46260 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 185040 KiB

[startup+12.7003 s]
/proc/loadavg: 4.80 4.34 4.23 5/339 128434
/proc/meminfo: memFree=90960604/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=274364 CPUtime=15.44 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 39386 0 0 0 1533 11 0 0 20 0 20 0 13806961 19586084864 68591 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 68591 6171 1 0 555447 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=185124 CPUtime=12.51 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 9376 0 0 0 1244 7 0 0 20 0 20 0 13806962 19586084864 68591 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=246496 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 68591 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=-8601143444848288444 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 68591 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=191200 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 68591 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 274364 KiB

[startup+25.5003 s]
/proc/loadavg: 4.62 4.32 4.23 5/338 128436
/proc/meminfo: memFree=90424612/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=619420 CPUtime=28.28 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 43057 0 0 0 2809 19 0 0 20 0 20 0 13806961 19586084864 154855 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 154855 6171 1 0 555463 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=246496 CPUtime=25.27 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 11246 0 0 0 2513 14 0 0 20 0 20 0 13806962 19586084864 154855 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 154855 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 154855 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=424824 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 154855 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 619420 KiB

[startup+51.1057 s]
/proc/loadavg: 4.56 4.33 4.23 5/338 128440
/proc/meminfo: memFree=89708376/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=912432 CPUtime=53.93 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 50184 0 0 0 5366 27 0 0 20 0 20 0 13806961 19586084864 228108 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 228108 6202 1 0 555463 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=836656 CPUtime=50.75 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 13082 0 0 0 5054 21 0 0 20 0 20 0 13806962 19586084864 228108 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=748568 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 228108 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0

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

/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 448974 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=1783580 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3340 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 448974 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1795896 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 448974 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3217.14 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1795896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.15 4.17 5/332 130292
/proc/meminfo: memFree=75304320/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1814356 CPUtime=3277.02 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 184527 0 0 0 327110 592 0 0 20 0 20 0 13806961 19586084864 453589 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 453589 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1470774289872224601 CPUtime=3264.85 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 65985 0 0 0 326015 470 0 0 20 0 20 0 13806962 19586084864 453589 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 282 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 453589 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=1795896 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3384 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 453589 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=18732 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 453589 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3277.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1814356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/331 130304
/proc/meminfo: memFree=74779024/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1834916 CPUtime=3336.91 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 187154 0 0 0 333090 601 0 0 20 0 20 0 13806961 19586084864 458729 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 458729 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1814364 CPUtime=3324.5 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 67037 0 0 0 331973 477 0 0 20 0 20 0 13806962 19586084864 458729 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 288 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=37812 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 458729 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3428 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 458729 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=13136 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 458729 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3336.91 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1834916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.16 4.17 5/330 130314
/proc/meminfo: memFree=74229536/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1834924 CPUtime=3394.95 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 188300 0 0 0 338883 612 0 0 20 0 20 0 13806961 19586084864 458731 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 458731 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1795896 CPUtime=3382.39 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 67898 0 0 0 337753 486 0 0 20 0 20 0 13806962 19586084864 458731 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 475 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=1834916 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 458731 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=1834916 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 458731 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1834924 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 458731 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3394.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1834924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/334 130330
/proc/meminfo: memFree=73927720/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1863676 CPUtime=3454.92 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 190296 0 0 0 344867 625 0 0 20 0 20 0 13806961 19586084864 465919 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 465919 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1795896 CPUtime=3442.06 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 68669 0 0 0 343711 495 0 0 20 0 20 0 13806962 19586084864 465919 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 479 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 465919 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=1863676 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3580 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 465919 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1863676 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 465919 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3454.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1863676 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/334 130341
/proc/meminfo: memFree=73452104/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1910872 CPUtime=3514.81 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 192011 0 0 0 350847 634 0 0 20 0 20 0 13806961 19586084864 477718 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 477718 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=13572 CPUtime=3501.76 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 69365 0 0 0 349675 501 0 0 20 0 20 0 13806962 19586084864 477718 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 484 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=2132 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 477718 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=2132 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3694 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 477718 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1910872 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 477718 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3514.81 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1910872 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/334 130353
/proc/meminfo: memFree=73065456/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1910920 CPUtime=3574.73 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 194251 0 0 0 356828 645 0 0 20 0 20 0 13806961 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 477730 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1910900 CPUtime=3561.44 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 70613 0 0 0 355634 510 0 0 20 0 20 0 13806962 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 487 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=5684 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=13572 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3694 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1910900 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3574.73 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1910920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.7 s]
/proc/loadavg: 3.63 4.03 4.12 3/282 130424
/proc/meminfo: memFree=95746800/131524600 swapFree=131071216/131071996
[pid=128411] ppid=128408 vsize=19127036 memory=1910920 CPUtime=3600.05 cores=4,6
/proc/128411/stat : 128411 (java) S 128408 128411 123117 0 -1 1077936128 194536 0 0 0 359354 651 0 0 20 0 20 0 13806961 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
/proc/128411/statm: 4781759 477730 6234 1 0 558208 0
[pid=128411/tid=128413] ppid=128408 vsize=19127036 memory=1910900 CPUtime=3586.75 cores=4,6
/proc/128411/task/128413/stat : 128413 (java) R 128408 128411 123117 0 -1 4194368 70829 0 0 0 358160 515 0 0 20 0 20 0 13806962 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 488 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128422] ppid=128408 vsize=19127036 memory=1910920 CPUtime=0 cores=4,6
/proc/128411/task/128422/stat : 128422 (Finalizer) S 128408 128411 123117 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13806964 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128429] ppid=128408 vsize=19127036 memory=5684 CPUtime=0 cores=4,6
/proc/128411/task/128429/stat : 128429 (Common-Cleaner) S 128408 128411 123117 0 -1 1077936192 3762 0 0 0 0 0 0 0 20 0 20 0 13806965 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
[pid=128411/tid=128430] ppid=128408 vsize=19127036 memory=1910920 CPUtime=0 cores=4,6
/proc/128411/task/128430/stat : 128430 (Timer-0) S 128408 128411 123117 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13806996 19586084864 477730 134679101440 94492266893312 94492266897008 140731855397520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94492266904824 94492266905616 94492279607296 140731855401903 140731855402085 140731855402085 140731855409096 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1910920 KiB

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

[startup+3607.81 s]
# the end of solver process 128411 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3593.71 s, system=6.52749 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3607.8 s]*
/proc/loadavg: 3.63 4.03 4.12 4/263 130427
/proc/meminfo: memFree=97632004/131524600 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3607.81
CPU time (s): 3600.24
CPU user time (s): 3593.71
CPU system time (s): 6.52749
CPU usage (%): 99.7902
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 1910920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.71
system time used= 6.52749
maximum resident set size= 1912444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5736496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107773
involuntary context switches= 9336


# summary of solver processes directly reported to runsolver:
#   pid: 128411
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3593.71
#   total CPU system time (s): 6.52749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.99306 second user time and 18.2733 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-24 00:13:07
IDJOB=4440318
IDBENCH=147622
IDSOLVER=3079
FILE ID=nodeC018/4440318-1721772787
RUNJOBID= nodeC018-1721765587-123128
SLURM_JOB_ID= 7770660
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440318-1721772787/watcher-4440318-1721772787 -o /tmp/evaluation-result-4440318-1721772787/solver-4440318-1721772787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721765587-123128 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440318-1721772787 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440318-1721772787.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 88220551ed2e54bab314d6806833f69c
RANDOM SEED=660890314

nodeC018.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.286
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.319
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3655.281
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.181
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3650.299
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.370
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3635.069
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.872
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        91393896 kB
MemAvailable:   116969700 kB
Buffers:          190888 kB
Cached:         26115172 kB
SwapCached:          244 kB
Active:          1183316 kB
Inactive:       38151648 kB
Active(anon):       1552 kB
Inactive(anon): 13064684 kB
Active(file):    1181764 kB
Inactive(file): 25086964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            137016 kB
Writeback:             0 kB
AnonPages:      13028540 kB
Mapped:           123404 kB
Shmem:             37588 kB
KReclaimable:     293800 kB
Slab:             408372 kB
SReclaimable:     293800 kB
SUnreclaim:       114572 kB
KernelStack:        5184 kB
PageTables:        35772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15315336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12615680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      318164 kB
DirectMap2M:    34058240 kB
DirectMap1G:    101711872 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-24 01:13:15