Trace number 4486065

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 VeriPB 2025-06-06SAT (TO)120798115007200 3600.83 3591.76

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-bell3a.opb
MD5SUM66c9959016382e41dad7850ad64939ee
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89951132262400
Best CPU time to get the best result obtained on this benchmark7467.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2219
Total number of constraints151
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints129
Minimum length of a constraint2
Maximum length of a constraint191
Number of terms in the objective function 1716
Biggest coefficient in the objective function 5134096531456000
Number of bits for the biggest coefficient in the objective function 53
Sum of the numbers in the objective function 216401520151185266
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 5134096531456000
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 216401520151185266
Number of bits of the biggest sum of numbers58
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4486065-1751322157.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  objective function found
0.31/0.22	c ... done. Wall clock time 0.071s.
0.31/0.22	c declared #vars     2219
0.31/0.22	c #constraints  151
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
0.31/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 129
0.31/0.22	c 151 constraints processed.
0.31/0.23	c objective function length is 1716 literals
2.06/1.14	c cleaning 2490 clauses out of 5001 with flag 21379/5001
3.63/1.91	c cleaning 4247 clauses out of 8510 with flag 47204/11000
4.62/2.42	c SATISFIABLE
4.62/2.42	c OPTIMIZING...
4.62/2.42	c Got one! Elapsed wall clock time (in seconds):2.283
4.62/2.42	o 634709601464700
5.22/2.79	c Got one! Elapsed wall clock time (in seconds):2.649
5.22/2.79	o 556288310245225
5.43/2.82	c Got one! Elapsed wall clock time (in seconds):2.681
5.43/2.82	o 202438245097275
6.02/3.17	c cleaning 7474 clauses out of 14955 with flag 15264/21692
6.95/3.64	c cleaning 6733 clauses out of 13481 with flag 47914/27692
7.57/4.13	c Got one! Elapsed wall clock time (in seconds):3.993
7.57/4.13	o 202020523533375
8.46/4.77	c cleaning 9148 clauses out of 18299 with flag 22690/39243
9.18/5.42	c cleaning 7574 clauses out of 15151 with flag 54913/45243
9.89/6.14	c cleaning 7275 clauses out of 14577 with flag 99568/52243
10.49/6.74	c Got one! Elapsed wall clock time (in seconds):6.601
10.49/6.74	o 201560564208000
10.84/7.03	c cleaning 8887 clauses out of 17786 with flag 16797/62727
11.34/7.53	c cleaning 7432 clauses out of 14899 with flag 50764/68727
11.84/8.04	c cleaning 7223 clauses out of 14467 with flag 85652/75727
12.65/8.85	c cleaning 7618 clauses out of 15244 with flag 130117/83727
13.76/9.85	c cleaning 8314 clauses out of 16627 with flag 185406/92728
14.76/10.85	c cleaning 9152 clauses out of 18316 with flag 251542/102731
15.86/11.94	c cleaning 10080 clauses out of 20160 with flag 328044/113727
17.19/13.23	c cleaning 11039 clauses out of 22080 with flag 425576/125727
18.52/14.56	c cleaning 12013 clauses out of 24041 with flag 521369/138727
20.02/16.10	c cleaning 13009 clauses out of 26029 with flag 616832/152728
20.41/16.47	c Got one! Elapsed wall clock time (in seconds):16.337
20.41/16.47	o 200334812974135
20.61/16.64	c cleaning 9203 clauses out of 18431 with flag 13147/158139
21.02/17.08	c cleaning 7597 clauses out of 15228 with flag 47032/164139
21.52/17.55	c cleaning 7298 clauses out of 14634 with flag 89856/171142
22.31/18.30	c cleaning 7643 clauses out of 15334 with flag 137810/179140
22.81/18.88	c cleaning 8333 clauses out of 16690 with flag 181442/188139
23.82/19.85	c cleaning 9176 clauses out of 18357 with flag 238586/198139
24.83/20.89	c cleaning 10084 clauses out of 20181 with flag 314815/209139
26.13/22.10	c cleaning 11039 clauses out of 22097 with flag 409339/221139
27.42/23.42	c cleaning 12021 clauses out of 24058 with flag 511171/234139
28.92/24.92	c cleaning 13015 clauses out of 26037 with flag 627625/248139
30.51/26.50	c cleaning 14007 clauses out of 28022 with flag 754178/263139
32.13/28.18	c cleaning 15002 clauses out of 30016 with flag 877329/279140
34.02/30.05	c cleaning 16000 clauses out of 32013 with flag 1017216/296139
36.01/32.04	c cleaning 17004 clauses out of 34014 with flag 1160624/314140
38.01/34.09	c cleaning 18000 clauses out of 36009 with flag 1319282/333139
40.41/36.40	c cleaning 19001 clauses out of 38009 with flag 1493376/353139
42.83/38.84	c cleaning 19999 clauses out of 40009 with flag 1677799/374140
45.22/41.26	c cleaning 21004 clauses out of 42010 with flag 1855903/396140
47.92/43.95	c cleaning 21998 clauses out of 44005 with flag 2061961/419139
51.04/47.03	c cleaning 23002 clauses out of 46007 with flag 2287447/443139
54.06/50.02	c cleaning 23999 clauses out of 48005 with flag 2493802/468139
57.16/53.19	c cleaning 25003 clauses out of 50006 with flag 2714393/494139
60.46/56.41	c cleaning 25992 clauses out of 52004 with flag 2943259/521140
63.77/59.77	c cleaning 27004 clauses out of 54013 with flag 3181182/549141
67.28/63.23	c cleaning 27993 clauses out of 56007 with flag 3427450/578139
70.98/67.12	c cleaning 28996 clauses out of 58014 with flag 3691029/608139
74.80/70.99	c cleaning 30000 clauses out of 60020 with flag 3950021/639141
78.73/74.89	c cleaning 31004 clauses out of 62019 with flag 4220047/671140
83.15/79.21	c cleaning 32006 clauses out of 64017 with flag 4503935/704142
87.66/83.71	c cleaning 33000 clauses out of 66010 with flag 4807098/738141
92.19/88.26	c cleaning 34000 clauses out of 68008 with flag 5146056/773139
96.91/92.94	c cleaning 35001 clauses out of 70008 with flag 5492902/809139
101.75/97.96	c cleaning 35996 clauses out of 72007 with flag 5824291/846139
106.72/102.81	c cleaning 37005 clauses out of 74011 with flag 6147330/884139
111.96/108.09	c cleaning 37998 clauses out of 76007 with flag 6519013/923140
117.58/113.64	c cleaning 38999 clauses out of 78010 with flag 6891546/963141
123.67/119.68	c cleaning 40005 clauses out of 80011 with flag 7260042/1004141
128.53/124.46	c cleaning 40993 clauses out of 82005 with flag 7618448/1046140
133.89/130.17	c cleaning 41993 clauses out of 84016 with flag 7995980/1089144
136.57/132.85	c Got one! Elapsed wall clock time (in seconds):132.717
136.57/132.85	o 199955959556555
137.08/133.31	c cleaning 35950 clauses out of 71908 with flag 32382/1119029
137.52/133.75	c cleaning 20964 clauses out of 41957 with flag 57810/1125028
138.13/134.37	c cleaning 13975 clauses out of 27994 with flag 96881/1132029
138.72/134.91	c cleaning 10988 clauses out of 22018 with flag 146241/1140028
139.23/135.48	c cleaning 9993 clauses out of 20030 with flag 191476/1149028
139.92/136.11	c cleaning 9996 clauses out of 20037 with flag 237859/1159028
140.65/136.83	c cleaning 10496 clauses out of 21041 with flag 293093/1170028
141.54/137.70	c cleaning 11255 clauses out of 22545 with flag 357639/1182028
142.44/138.68	c cleaning 12125 clauses out of 24292 with flag 436117/1195030
143.67/139.85	c cleaning 13065 clauses out of 26166 with flag 517749/1209029
144.98/141.10	c cleaning 14031 clauses out of 28100 with flag 606810/1224028
146.41/142.55	c cleaning 15019 clauses out of 30070 with flag 713554/1240029
148.01/144.13	c cleaning 16000 clauses out of 32050 with flag 831959/1257028
149.46/145.55	c Got one! Elapsed wall clock time (in seconds):145.417
149.46/145.55	o 198588781089175
149.46/145.59	c Got one! Elapsed wall clock time (in seconds):145.456
149.46/145.59	o 122797811711800
149.97/146.08	c cleaning 18119 clauses out of 36271 with flag 34978/1277249
150.55/146.60	c cleaning 12063 clauses out of 24151 with flag 76402/1283248
150.96/147.03	c cleaning 9520 clauses out of 19090 with flag 118660/1290250
151.35/147.48	c cleaning 8758 clauses out of 17568 with flag 162153/1298248
152.01/148.08	c cleaning 8881 clauses out of 17810 with flag 222160/1307248
152.69/148.71	c cleaning 9445 clauses out of 18930 with flag 277235/1317249
153.39/149.43	c cleaning 10219 clauses out of 20484 with flag 342284/1328248
154.19/150.26	c cleaning 11115 clauses out of 22265 with flag 409016/1340248
155.12/151.19	c cleaning 12057 clauses out of 24150 with flag 485573/1353248
156.52/152.58	c cleaning 13040 clauses out of 26093 with flag 594174/1367248
158.26/154.25	c cleaning 14015 clauses out of 28054 with flag 712232/1382249
159.96/155.93	c cleaning 15021 clauses out of 30041 with flag 857935/1398251
161.79/157.71	c cleaning 16009 clauses out of 32018 with flag 1004343/1415249
163.59/159.59	c cleaning 16994 clauses out of 34008 with flag 1147083/1433248
165.73/161.66	c cleaning 18005 clauses out of 36014 with flag 1319013/1452248
168.08/163.91	c cleaning 19000 clauses out of 38009 with flag 1485323/1472248
170.67/166.52	c cleaning 20002 clauses out of 40009 with flag 1665048/1493248
173.11/168.90	c cleaning 20998 clauses out of 42007 with flag 1848621/1515248
175.74/171.50	c cleaning 22005 clauses out of 44010 with flag 2046537/1538249
178.40/174.11	c cleaning 22993 clauses out of 46004 with flag 2246980/1562248
181.29/177.07	c cleaning 24006 clauses out of 48011 with flag 2463927/1587248
184.22/179.95	c cleaning 24995 clauses out of 50005 with flag 2685574/1613248
187.25/182.91	c cleaning 25993 clauses out of 52010 with flag 2905990/1640248
190.30/185.96	c cleaning 27006 clauses out of 54017 with flag 3138347/1668248
193.55/189.14	c cleaning 28003 clauses out of 56011 with flag 3381765/1697248
196.89/192.48	c cleaning 29001 clauses out of 58009 with flag 3627422/1727249
200.65/196.13	c cleaning 29993 clauses out of 60007 with flag 3913837/1758248
204.48/199.95	c cleaning 31001 clauses out of 62014 with flag 4196939/1790248
208.62/204.01	c cleaning 32003 clauses out of 64015 with flag 4493826/1823250
212.85/208.28	c cleaning 32998 clauses out of 66011 with flag 4810524/1857249
216.89/212.25	c cleaning 34005 clauses out of 68013 with flag 5141820/1892249
221.28/216.56	c cleaning 34996 clauses out of 70007 with flag 5500391/1928248
225.83/221.27	c cleaning 35997 clauses out of 72012 with flag 5858005/1965249
230.57/225.92	c cleaning 37008 clauses out of 74016 with flag 6219638/2003250
235.20/230.56	c cleaning 38002 clauses out of 76010 with flag 6571948/2042252
239.98/235.28	c cleaning 38996 clauses out of 78005 with flag 6919363/2082249
245.14/240.35	c cleaning 39994 clauses out of 80009 with flag 7309255/2123249
250.43/245.58	c cleaning 41004 clauses out of 82014 with flag 7728871/2165248
254.90/250.14	c cleaning 42001 clauses out of 84010 with flag 8071199/2208248
259.22/254.47	c cleaning 43000 clauses out of 86009 with flag 8412811/2252248
265.11/260.28	c cleaning 44001 clauses out of 88012 with flag 8817603/2297251
271.56/266.62	c cleaning 44999 clauses out of 90011 with flag 9225670/2343251
278.05/273.07	c cleaning 45996 clauses out of 92009 with flag 9639540/2390248
285.27/280.47	c cleaning 47006 clauses out of 94013 with flag 10105315/2438248
289.60/284.70	c cleaning 48002 clauses out of 96008 with flag 10471517/2487249
293.98/289.02	c cleaning 48993 clauses out of 98006 with flag 10865148/2537249
298.52/293.58	c cleaning 50004 clauses out of 100013 with flag 11232168/2588249
303.85/298.89	c cleaning 50997 clauses out of 102008 with flag 11612392/2640248
310.31/305.22	c cleaning 52001 clauses out of 104011 with flag 12028122/2693248
316.71/311.86	c cleaning 53001 clauses out of 106012 with flag 12508689/2747250
323.12/318.10	c cleaning 53998 clauses out of 108013 with flag 12993693/2802252
329.33/324.32	c cleaning 55003 clauses out of 110011 with flag 13500565/2858248
335.59/330.43	c cleaning 56004 clauses out of 112009 with flag 13972782/2915249
341.79/336.63	c cleaning 56990 clauses out of 114004 with flag 14388409/2973248
348.50/343.50	c cleaning 58001 clauses out of 116014 with flag 14879353/3032248
355.50/350.52	c cleaning 59000 clauses out of 118014 with flag 15383312/3092249
362.86/357.83	c cleaning 59996 clauses out of 120013 with flag 15903622/3153248
370.48/365.45	c cleaning 61004 clauses out of 122019 with flag 16427997/3215250
376.88/372.01	c cleaning 62001 clauses out of 124014 with flag 16935905/3278249
384.40/379.53	c cleaning 62994 clauses out of 126012 with flag 17477501/3342248
391.78/386.88	c cleaning 64009 clauses out of 128019 with flag 17997558/3407249
399.51/394.52	c cleaning 65004 clauses out of 130011 with flag 18539922/3473250
405.55/400.36	c Got one! Elapsed wall clock time (in seconds):400.22
405.55/400.36	o 122797811432050
406.15/400.93	c cleaning 58437 clauses out of 116877 with flag 38201/3525120
406.62/401.65	c cleaning 32201 clauses out of 64437 with flag 73580/3531117
407.35/402.30	c cleaning 19582 clauses out of 39236 with flag 123875/3538117
407.96/402.97	c cleaning 13801 clauses out of 27654 with flag 175584/3546117
408.75/403.72	c cleaning 11402 clauses out of 22853 with flag 238487/3555117
409.55/404.50	c cleaning 10694 clauses out of 21453 with flag 280824/3565119
410.38/405.39	c cleaning 10863 clauses out of 21757 with flag 334344/3576117
411.37/406.38	c cleaning 11448 clauses out of 22895 with flag 394245/3588118
412.83/407.79	c cleaning 12221 clauses out of 24447 with flag 479711/3601118
414.72/409.61	c cleaning 13107 clauses out of 26227 with flag 582256/3615119
416.06/410.99	c cleaning 14058 clauses out of 28119 with flag 647957/3630118
416.16/411.06	c Got one! Elapsed wall clock time (in seconds):410.925
416.16/411.06	o 122787460840030
416.56/411.48	c cleaning 9781 clauses out of 19603 with flag 36480/3635660
417.16/412.08	c cleaning 7888 clauses out of 15822 with flag 86582/3641660
417.85/412.79	c cleaning 7451 clauses out of 14934 with flag 144564/3648660
418.55/413.42	c cleaning 7735 clauses out of 15483 with flag 208590/3656660
419.38/414.21	c cleaning 8367 clauses out of 16748 with flag 267539/3665660
420.19/415.05	c cleaning 9174 clauses out of 18383 with flag 322803/3675662
421.08/415.96	c cleaning 10099 clauses out of 20207 with flag 383637/3686660
422.26/417.04	c cleaning 11041 clauses out of 22109 with flag 474252/3698661
423.46/418.23	c cleaning 12029 clauses out of 24067 with flag 586923/3711660
424.65/419.49	c cleaning 13019 clauses out of 26038 with flag 720259/3725660
426.09/420.87	c cleaning 14004 clauses out of 28020 with flag 838145/3740661
427.59/422.39	c cleaning 15001 clauses out of 30016 with flag 955567/3756661
429.64/424.31	c cleaning 16007 clauses out of 32015 with flag 1099435/3773661
431.33/426.08	c cleaning 17001 clauses out of 34007 with flag 1240845/3791660
433.27/428.00	c cleaning 18000 clauses out of 36006 with flag 1391185/3810660
435.37/430.05	c cleaning 18997 clauses out of 38006 with flag 1557276/3830660
437.37/432.28	c cleaning 20007 clauses out of 40013 with flag 1731838/3851664
439.76/434.65	c cleaning 20997 clauses out of 42003 with flag 1913145/3873661
442.69/437.52	c cleaning 22001 clauses out of 44007 with flag 2127184/3896662
445.72/440.57	c cleaning 22996 clauses out of 46005 with flag 2360215/3920661
448.96/443.76	c cleaning 24004 clauses out of 48008 with flag 2589577/3945660
452.40/447.19	c cleaning 24999 clauses out of 50004 with flag 2841804/3971660
456.04/450.76	c cleaning 26000 clauses out of 52006 with flag 3108670/3998661
460.37/455.05	c cleaning 26996 clauses out of 54006 with flag 3410690/4026661
464.31/458.97	c cleaning 28005 clauses out of 56009 with flag 3700042/4055660
468.52/463.34	c cleaning 28995 clauses out of 58004 with flag 4013443/4085660
473.23/467.93	c cleaning 29999 clauses out of 60009 with flag 4326004/4116660
476.88/471.51	c cleaning 31007 clauses out of 62013 with flag 4592815/4148663
480.51/475.17	c cleaning 31998 clauses out of 64003 with flag 4857375/4181660
484.64/479.21	c cleaning 32994 clauses out of 66006 with flag 5154770/4215661
488.87/483.40	c cleaning 34001 clauses out of 68011 with flag 5442700/4250660
492.62/487.11	c cleaning 35005 clauses out of 70011 with flag 5701083/4286661
496.51/491.05	c cleaning 35996 clauses out of 72007 with flag 6002404/4323662
501.78/496.42	c cleaning 36996 clauses out of 74009 with flag 6366723/4361660
506.21/500.83	c cleaning 38004 clauses out of 76013 with flag 6692500/4400660
510.13/504.73	c cleaning 38999 clauses out of 78009 with flag 6995249/4440660
514.48/509.02	c cleaning 39998 clauses out of 80010 with flag 7330278/4481660
519.10/513.66	c cleaning 41006 clauses out of 82013 with flag 7700541/4523661
523.64/518.17	c cleaning 41998 clauses out of 84006 with flag 8075770/4566660
528.45/522.98	c cleaning 43002 clauses out of 86010 with flag 8471200/4610662
533.70/528.32	c cleaning 43996 clauses out of 88006 with flag 8907903/4655660
539.39/533.94	c cleaning 45001 clauses out of 90010 with flag 9351731/4701660
544.73/539.20	c cleaning 46003 clauses out of 92011 with flag 9751692/4748662
550.06/544.56	c cleaning 46997 clauses out of 94006 with flag 10170390/4796660
556.74/551.12	c cleaning 47999 clauses out of 96009 with flag 10633391/4845660
562.65/557.48	c cleaning 49005 clauses out of 98010 with flag 11056285/4895660
568.76/563.51	c cleaning 49995 clauses out of 100005 with flag 11495576/4946660
574.82/569.53	c cleaning 50997 clauses out of 102010 with flag 11943481/4998660
580.75/575.42	c cleaning 52006 clauses out of 104015 with flag 12376473/5051662
587.23/581.83	c cleaning 52994 clauses out of 106008 with flag 12809234/5105661
593.99/588.76	c cleaning 54003 clauses out of 108013 with flag 13274688/5160660
600.86/595.54	c cleaning 55000 clauses out of 110014 with flag 13789356/5216664
607.39/602.05	c cleaning 55996 clauses out of 112010 with flag 14296385/5273660
614.43/609.04	c cleaning 57000 clauses out of 114014 with flag 14820889/5331660
621.59/616.12	c cleaning 58007 clauses out of 116014 with flag 15332930/5390660
629.33/624.09	c cleaning 58996 clauses out of 118010 with flag 15813177/5450663
636.53/631.29	c cleaning 59993 clauses out of 120012 with flag 16272715/5511661
643.79/638.42	c cleaning 61002 clauses out of 122018 with flag 16787860/5573660
651.75/646.36	c cleaning 62003 clauses out of 124019 with flag 17355540/5636663
660.94/655.60	c cleaning 63001 clauses out of 126014 with flag 17954119/5700661
670.23/664.88	c cleaning 63999 clauses out of 128012 with flag 18503377/5765660
680.31/674.63	c cleaning 65003 clauses out of 130015 with flag 19131909/5831662
689.70/684.12	c cleaning 65992 clauses out of 132010 with flag 19771451/5898660
697.96/692.32	c cleaning 67003 clauses out of 134018 with flag 20360654/5966660
706.17/700.58	c cleaning 68003 clauses out of 136016 with flag 20952202/6035661
715.88/710.31	c cleaning 68997 clauses out of 138012 with flag 21530489/6105660
724.96/719.33	c cleaning 70005 clauses out of 140018 with flag 22125831/6176663
735.17/729.47	c cleaning 70998 clauses out of 142012 with flag 22780843/6248662
747.79/742.13	c cleaning 71999 clauses out of 144013 with flag 23483611/6321661
759.51/753.77	c cleaning 73000 clauses out of 146013 with flag 24197380/6395660
773.54/767.68	c cleaning 73999 clauses out of 148013 with flag 24956950/6470660
787.78/782.07	c cleaning 75000 clauses out of 150015 with flag 25720403/6546661
800.32/794.50	c cleaning 76007 clauses out of 152014 with flag 26469347/6623660
815.89/810.05	c cleaning 77005 clauses out of 154009 with flag 27286467/6701662
830.21/824.28	c cleaning 77994 clauses out of 156004 with flag 28150639/6780662
847.26/841.27	c cleaning 79001 clauses out of 158009 with flag 29032996/6860661
863.24/856.79	c cleaning 80000 clauses out of 160007 with flag 29867266/6941660
877.52/871.16	c cleaning 80995 clauses out of 162007 with flag 30696992/7023660
893.89/887.33	c cleaning 81996 clauses out of 164012 with flag 31534192/7106660
909.71/904.42	c cleaning 83009 clauses out of 166018 with flag 32383833/7190662
922.51/917.15	c cleaning 83995 clauses out of 168009 with flag 33132461/7275662
934.24/928.96	c cleaning 85000 clauses out of 170013 with flag 33930862/7361661
944.89/939.50	c cleaning 85995 clauses out of 172012 with flag 34624368/7448660
956.70/951.29	c cleaning 87001 clauses out of 174020 with flag 35275476/7536663
970.56/965.12	c cleaning 87996 clauses out of 176017 with flag 35958701/7625661
983.24/977.70	c cleaning 89004 clauses out of 178020 with flag 36643372/7715660
996.16/990.76	c cleaning 89995 clauses out of 180017 with flag 37363785/7806661
1008.25/1002.74	c cleaning 91007 clauses out of 182021 with flag 38130598/7898660
1022.85/1017.46	c cleaning 91993 clauses out of 184018 with flag 38992631/7991664
1037.16/1031.62	c cleaning 92992 clauses out of 186021 with flag 39808548/8085660
1052.96/1047.77	c cleaning 94007 clauses out of 188029 with flag 40615253/8180660
1068.41/1063.04	c cleaning 95005 clauses out of 190023 with flag 41426508/8276661
1083.07/1078.34	c cleaning 95996 clauses out of 192019 with flag 42264865/8373662
1098.54/1093.74	c cleaning 96999 clauses out of 194022 with flag 43073817/8471661
1113.88/1109.29	c cleaning 98000 clauses out of 196024 with flag 43902320/8570662
1129.10/1124.34	c cleaning 99007 clauses out of 198024 with flag 44790458/8670662
1146.96/1142.56	c cleaning 99993 clauses out of 200015 with flag 45798840/8771660
1159.91/1155.47	c cleaning 101005 clauses out of 202022 with flag 46690435/8873660
1176.94/1172.67	c cleaning 101995 clauses out of 204019 with flag 47648999/8976662
1193.16/1188.72	c cleaning 103005 clauses out of 206027 with flag 48630642/9080665
1212.96/1208.72	c cleaning 103997 clauses out of 208018 with flag 49602139/9185661
1230.13/1225.84	c cleaning 104997 clauses out of 210021 with flag 50585254/9291661
1247.97/1243.74	c cleaning 106001 clauses out of 212024 with flag 51657238/9398661
1267.19/1262.94	c cleaning 107001 clauses out of 214022 with flag 52742289/9506660
1288.32/1283.94	c cleaning 107997 clauses out of 216022 with flag 53889155/9615661
1308.59/1305.80	c cleaning 108995 clauses out of 218024 with flag 54881542/9725660
1329.58/1326.73	c cleaning 110007 clauses out of 220030 with flag 55882843/9836661
1348.87/1345.83	c cleaning 111003 clauses out of 222022 with flag 56835130/9948660
1368.74/1365.70	c cleaning 112011 clauses out of 224021 with flag 57893355/10061662
1389.91/1386.72	c cleaning 112998 clauses out of 226008 with flag 58935590/10175660
1408.96/1405.83	c cleaning 114000 clauses out of 228010 with flag 59997189/10290660
1427.10/1424.06	c cleaning 114991 clauses out of 230010 with flag 60952099/10406660
1445.28/1442.10	c cleaning 115994 clauses out of 232019 with flag 61943543/10523660
1468.28/1465.32	c cleaning 117005 clauses out of 234026 with flag 62991499/10641661
1489.16/1486.21	c cleaning 117996 clauses out of 236020 with flag 64090047/10760660
1510.06/1507.03	c cleaning 119005 clauses out of 238027 with flag 65214288/10880663
1533.09/1530.14	c cleaning 119991 clauses out of 240019 with flag 66384785/11001660
1554.69/1551.57	c cleaning 121007 clauses out of 242030 with flag 67519498/11123662
1577.68/1574.79	c cleaning 122000 clauses out of 244021 with flag 68626824/11246660
1594.97/1591.94	c cleaning 123004 clauses out of 246021 with flag 69691705/11370660
1614.73/1611.91	c cleaning 123995 clauses out of 248017 with flag 70818006/11495660
1640.74/1637.82	c cleaning 125004 clauses out of 250022 with flag 72059354/11621660
1664.63/1661.62	c cleaning 125998 clauses out of 252019 with flag 73329498/11748661
1686.65/1683.64	c cleaning 127007 clauses out of 254021 with flag 74612023/11876661
1708.24/1705.10	c cleaning 127993 clauses out of 256014 with flag 75886217/12005661
1730.20/1726.70	c cleaning 129000 clauses out of 258020 with flag 77068997/12135660
1749.83/1746.46	c cleaning 130008 clauses out of 260023 with flag 78214313/12266663
1768.85/1765.54	c cleaning 130995 clauses out of 262012 with flag 79261716/12398660
1785.95/1782.49	c cleaning 132000 clauses out of 264018 with flag 80276061/12531661
1814.08/1810.40	c cleaning 133005 clauses out of 266019 with flag 81590379/12665662
1837.16/1833.19	c cleaning 134004 clauses out of 268013 with flag 83001155/12800661
1860.71/1856.72	c cleaning 134993 clauses out of 270010 with flag 84315552/12936662
1882.97/1878.91	c cleaning 135991 clauses out of 272016 with flag 85742490/13073661
1908.86/1905.29	c cleaning 137009 clauses out of 274025 with flag 87268868/13211661
1931.74/1927.95	c cleaning 138001 clauses out of 276016 with flag 88638043/13350661
1954.01/1950.04	c cleaning 138995 clauses out of 278015 with flag 90020946/13490661
1976.33/1972.22	c cleaning 139997 clauses out of 280021 with flag 91421522/13631662
2004.73/2000.44	c cleaning 140999 clauses out of 282022 with flag 92905805/13773660
2029.08/2024.69	c cleaning 142010 clauses out of 284024 with flag 94229514/13916661
2052.82/2048.27	c cleaning 143004 clauses out of 286014 with flag 95600217/14060661
2078.63/2074.38	c cleaning 144000 clauses out of 288010 with flag 96961546/14205661
2101.69/2097.24	c cleaning 144998 clauses out of 290010 with flag 98215265/14351661
2133.05/2128.47	c cleaning 145999 clauses out of 292011 with flag 99736149/14498660
2145.11/2140.25	c Got one! Elapsed wall clock time (in seconds):2140.117
2145.11/2140.25	o 122786845512110
2146.33/2141.40	c cleaning 114179 clauses out of 228367 with flag 39203/14581015
2146.93/2142.07	c cleaning 60080 clauses out of 120186 with flag 89856/14587013
2147.55/2142.65	c cleaning 33543 clauses out of 67108 with flag 146293/14594015
2148.15/2143.27	c cleaning 20765 clauses out of 41567 with flag 188710/14602017
2148.95/2144.03	c cleaning 14875 clauses out of 29798 with flag 252992/14611013
2149.75/2144.83	c cleaning 12438 clauses out of 24923 with flag 319685/14621013
2150.64/2145.76	c cleaning 11714 clauses out of 23485 with flag 392955/14632013
2151.64/2146.70	c cleaning 11865 clauses out of 23771 with flag 475165/14644013
2152.73/2147.82	c cleaning 12430 clauses out of 24906 with flag 572823/14657013
2153.85/2148.97	c cleaning 13217 clauses out of 26477 with flag 664356/14671014
2155.14/2150.20	c cleaning 14104 clauses out of 28259 with flag 764557/14686013
2156.45/2151.52	c cleaning 15067 clauses out of 30156 with flag 865986/14702014
2157.66/2152.78	c cleaning 16025 clauses out of 32088 with flag 994599/14719013
2159.05/2154.17	c cleaning 17016 clauses out of 34064 with flag 1110870/14737014
2160.87/2155.94	c cleaning 18008 clauses out of 36047 with flag 1222363/14756013
2162.69/2157.78	c cleaning 19002 clauses out of 38039 with flag 1330706/14776013
2164.59/2159.64	c cleaning 20005 clauses out of 40040 with flag 1463884/14797016
2166.62/2161.66	c cleaning 21004 clauses out of 42034 with flag 1641513/14819015
2168.87/2163.81	c cleaning 21997 clauses out of 44030 with flag 1815431/14842015
2170.87/2165.87	c cleaning 22993 clauses out of 46031 with flag 1985102/14866013
2173.31/2168.27	c cleaning 24006 clauses out of 48041 with flag 2151215/14891016
2176.04/2171.00	c cleaning 24996 clauses out of 50032 with flag 2339277/14917013
2178.78/2173.61	c cleaning 26003 clauses out of 52037 with flag 2549116/14944014
2181.88/2176.73	c cleaning 27001 clauses out of 54033 with flag 2795377/14972013
2185.09/2179.93	c cleaning 28003 clauses out of 56032 with flag 3032759/15001013
2186.93/2181.72	c cleaning 28991 clauses out of 58029 with flag 3109799/15031013
2188.86/2183.60	c cleaning 30006 clauses out of 60039 with flag 3190639/15062014
2190.80/2185.53	c cleaning 31000 clauses out of 62032 with flag 3276356/15094013
2194.05/2188.70	c cleaning 32011 clauses out of 64034 with flag 3497478/15127015
2197.28/2191.90	c cleaning 32998 clauses out of 66022 with flag 3745958/15161014
2200.87/2195.51	c cleaning 34006 clauses out of 68027 with flag 4012328/15196017
2204.78/2199.43	c cleaning 35006 clauses out of 70018 with flag 4296293/15232014
2208.69/2203.31	c cleaning 35993 clauses out of 72011 with flag 4603058/15269013
2212.52/2207.13	c cleaning 36991 clauses out of 74018 with flag 4921597/15307013
2216.84/2211.43	c cleaning 38006 clauses out of 76027 with flag 5278786/15346013
2221.27/2215.85	c cleaning 39006 clauses out of 78021 with flag 5619106/15386013
2226.51/2221.06	c cleaning 40007 clauses out of 80015 with flag 6007676/15427013
2231.63/2226.12	c cleaning 41001 clauses out of 82009 with flag 6381650/15469014
2236.15/2230.67	c cleaning 41991 clauses out of 84008 with flag 6752154/15512014
2241.17/2235.66	c cleaning 43002 clauses out of 86017 with flag 7128213/15556014
2246.48/2240.94	c cleaning 43998 clauses out of 88014 with flag 7501122/15601013
2251.88/2246.35	c cleaning 44996 clauses out of 90016 with flag 7891117/15647013
2257.80/2252.20	c cleaning 45997 clauses out of 92021 with flag 8320885/15694014
2263.21/2257.64	c cleaning 47007 clauses out of 94023 with flag 8733494/15742013
2267.93/2262.32	c cleaning 48003 clauses out of 96016 with flag 9134479/15791013
2273.14/2267.52	c cleaning 49000 clauses out of 98013 with flag 9585720/15841013
2278.55/2272.99	c cleaning 50000 clauses out of 100014 with flag 10029636/15892014
2284.87/2279.26	c cleaning 51002 clauses out of 102013 with flag 10470797/15944013
2290.29/2284.69	c cleaning 51997 clauses out of 104013 with flag 10893756/15997015
2295.61/2289.98	c cleaning 52999 clauses out of 106016 with flag 11357683/16051015
2301.13/2295.40	c cleaning 54000 clauses out of 108017 with flag 11802097/16106015
2307.55/2301.87	c cleaning 54997 clauses out of 110017 with flag 12265287/16162015
2314.06/2308.34	c cleaning 56000 clauses out of 112018 with flag 12748211/16219013
2320.58/2314.86	c cleaning 57000 clauses out of 114019 with flag 13237892/16277014
2327.41/2321.66	c cleaning 58005 clauses out of 116018 with flag 13772692/16336013
2334.12/2328.31	c cleaning 58994 clauses out of 118014 with flag 14277380/16396014
2342.08/2336.24	c cleaning 60005 clauses out of 120019 with flag 14841850/16457013
2350.01/2344.12	c cleaning 61001 clauses out of 122017 with flag 15434628/16519016
2357.31/2351.40	c cleaning 62000 clauses out of 124015 with flag 15956681/16582015
2365.88/2359.98	c cleaning 62995 clauses out of 126014 with flag 16515005/16646014
2373.81/2367.89	c cleaning 63999 clauses out of 128019 with flag 17059626/16711014
2381.26/2375.22	c cleaning 64999 clauses out of 130019 with flag 17634442/16777013
2389.48/2383.46	c cleaning 65995 clauses out of 132020 with flag 18266103/16844013
2397.42/2391.38	c cleaning 67005 clauses out of 134025 with flag 18921946/16912013
2405.24/2399.16	c cleaning 68001 clauses out of 136020 with flag 19614910/16981013
2413.97/2407.81	c cleaning 68997 clauses out of 138020 with flag 20184001/17051014
2422.41/2416.27	c cleaning 70004 clauses out of 140022 with flag 20756459/17122013
2432.03/2425.85	c cleaning 71003 clauses out of 142018 with flag 21386542/17194013
2440.44/2434.28	c cleaning 71994 clauses out of 144018 with flag 21985318/17267016
2449.10/2442.89	c cleaning 73005 clauses out of 146022 with flag 22605928/17341014
2457.70/2451.48	c cleaning 74010 clauses out of 148020 with flag 23248494/17416017
2466.94/2460.69	c cleaning 74997 clauses out of 150006 with flag 23902866/17492013
2475.51/2469.15	c cleaning 75991 clauses out of 152010 with flag 24486832/17569014
2484.82/2478.29	c cleaning 76996 clauses out of 154018 with flag 25175290/17647013
2494.13/2487.54	c cleaning 78003 clauses out of 156023 with flag 25933540/17726014
2503.57/2496.94	c cleaning 79007 clauses out of 158019 with flag 26707912/17806013
2514.85/2508.28	c cleaning 80006 clauses out of 160014 with flag 27491111/17887015
2526.86/2520.28	c cleaning 80997 clauses out of 162006 with flag 28302388/17969013
2536.88/2530.29	c cleaning 81996 clauses out of 164010 with flag 29006562/18052014
2549.04/2542.34	c cleaning 83004 clauses out of 166015 with flag 29712640/18136015
2561.14/2554.44	c cleaning 84004 clauses out of 168009 with flag 30443753/18221013
2574.36/2567.68	c cleaning 84995 clauses out of 170008 with flag 31247618/18307016
2584.52/2577.74	c cleaning 85991 clauses out of 172010 with flag 31921355/18394013
2595.15/2588.34	c cleaning 87003 clauses out of 174020 with flag 32592643/18482014
2606.15/2599.37	c cleaning 88004 clauses out of 176016 with flag 33329255/18571013
2616.69/2609.87	c cleaning 88992 clauses out of 178012 with flag 34013346/18661013
2630.12/2623.15	c cleaning 90004 clauses out of 180021 with flag 34879186/18752014
2641.84/2634.89	c cleaning 90999 clauses out of 182016 with flag 35662413/18844013
2648.59/2641.51	c Got one! Elapsed wall clock time (in seconds):2641.373
2648.59/2641.51	o 122786845078550
2649.19/2642.19	c cleaning 74127 clauses out of 148276 with flag 46926/18901272
2649.68/2642.67	c cleaning 40049 clauses out of 80146 with flag 81175/18907269
2650.28/2643.20	c cleaning 23541 clauses out of 47096 with flag 125412/18914268
2650.98/2643.99	c cleaning 15765 clauses out of 31556 with flag 197828/18922269
2651.80/2644.78	c cleaning 12380 clauses out of 24790 with flag 271080/18931268
2652.69/2645.67	c cleaning 11203 clauses out of 22410 with flag 349459/18941268
2653.69/2646.64	c cleaning 11093 clauses out of 22207 with flag 434054/18952268
2654.79/2647.72	c cleaning 11547 clauses out of 23114 with flag 531085/18964268
2656.00/2648.91	c cleaning 12282 clauses out of 24567 with flag 644193/18977268
2657.29/2650.27	c cleaning 13138 clauses out of 26287 with flag 762165/18991270
2658.79/2651.72	c cleaning 14074 clauses out of 28148 with flag 890659/19006269
2660.38/2653.34	c cleaning 15030 clauses out of 30073 with flag 1034350/19022268
2661.99/2654.92	c cleaning 16019 clauses out of 32043 with flag 1183132/19039268
2663.60/2656.59	c cleaning 17004 clauses out of 34025 with flag 1336446/19057269
2665.50/2658.43	c cleaning 18006 clauses out of 36022 with flag 1492704/19076270
2667.39/2660.31	c cleaning 19005 clauses out of 38015 with flag 1654667/19096269
2669.41/2662.31	c cleaning 20000 clauses out of 40010 with flag 1794612/19117269
2671.93/2664.82	c cleaning 21003 clauses out of 42010 with flag 1977332/19139269
2674.32/2667.25	c cleaning 21999 clauses out of 44007 with flag 2150547/19162269
2676.74/2669.65	c Got one! Elapsed wall clock time (in seconds):2669.512
2676.74/2669.65	o 122598055237950
2677.17/2670.03	c Got one! Elapsed wall clock time (in seconds):2669.898
2677.17/2670.03	o 122478174862485
2677.36/2670.21	c cleaning 23755 clauses out of 47515 with flag 13968/19187776
2677.76/2670.66	c cleaning 14847 clauses out of 29760 with flag 52664/19193776
2678.26/2671.13	c cleaning 10932 clauses out of 21913 with flag 69918/19200776
2679.16/2672.04	c cleaning 9480 clauses out of 18980 with flag 110144/19208775
2680.27/2673.17	c Got one! Elapsed wall clock time (in seconds):2673.03
2680.27/2673.17	o 121480447862250
2680.69/2673.51	c cleaning 10622 clauses out of 21283 with flag 29525/19220558
2681.09/2673.91	c cleaning 8301 clauses out of 16660 with flag 55641/19226557
2681.49/2674.36	c cleaning 7651 clauses out of 15359 with flag 84279/19233557
2682.08/2674.90	c cleaning 7835 clauses out of 15710 with flag 114516/19241559
2682.82/2675.62	c cleaning 8418 clauses out of 16873 with flag 153522/19250557
2683.62/2676.44	c cleaning 9206 clauses out of 18455 with flag 199073/19260557
2684.52/2677.35	c cleaning 10103 clauses out of 20250 with flag 251136/19271558
2685.56/2678.35	c cleaning 11049 clauses out of 22146 with flag 305632/19283557
2686.65/2679.49	c cleaning 12037 clauses out of 24097 with flag 370282/19296557
2687.90/2680.66	c cleaning 13018 clauses out of 26061 with flag 416955/19310558
2689.19/2681.91	c cleaning 14013 clauses out of 28042 with flag 469253/19325557
2690.73/2683.40	c cleaning 15002 clauses out of 30031 with flag 554191/19341559
2692.23/2684.91	c cleaning 15995 clauses out of 32028 with flag 641292/19358558
2693.98/2686.61	c cleaning 16992 clauses out of 34033 with flag 738319/19376558
2695.92/2688.50	c cleaning 18002 clauses out of 36040 with flag 842083/19395557
2697.71/2690.32	c cleaning 18995 clauses out of 38039 with flag 948412/19415558
2700.05/2692.66	c cleaning 19990 clauses out of 40043 with flag 1071528/19436557
2702.30/2694.80	c cleaning 21003 clauses out of 42053 with flag 1193604/19458557
2704.35/2696.81	c cleaning 22004 clauses out of 44052 with flag 1303173/19481559
2706.59/2699.00	c cleaning 22996 clauses out of 46047 with flag 1420527/19505558
2708.88/2701.30	c cleaning 24003 clauses out of 48050 with flag 1547098/19530557
2711.31/2703.74	c cleaning 24998 clauses out of 50047 with flag 1679803/19556557
2714.01/2706.42	c cleaning 26007 clauses out of 52049 with flag 1821433/19583557
2716.65/2709.07	c cleaning 27004 clauses out of 54042 with flag 1967999/19611557
2719.57/2711.96	c cleaning 28000 clauses out of 56040 with flag 2124183/19640559
2722.61/2714.91	c cleaning 28999 clauses out of 58039 with flag 2281417/19670558
2725.36/2717.68	c cleaning 30006 clauses out of 60040 with flag 2383062/19701558
2728.66/2720.83	c cleaning 31004 clauses out of 62033 with flag 2490422/19733557
2732.02/2724.19	c cleaning 31995 clauses out of 64029 with flag 2670965/19766557
2735.56/2727.69	c cleaning 32992 clauses out of 66034 with flag 2859691/19800557
2739.20/2731.29	c cleaning 34001 clauses out of 68043 with flag 3046480/19835558
2742.82/2734.84	c cleaning 34991 clauses out of 70042 with flag 3221026/19871558
2746.47/2738.41	c cleaning 35998 clauses out of 72051 with flag 3371520/19908558
2750.52/2742.47	c cleaning 36997 clauses out of 74054 with flag 3583162/19946559
2754.46/2746.34	c cleaning 37997 clauses out of 76056 with flag 3789046/19985558
2758.41/2750.27	c cleaning 38990 clauses out of 78058 with flag 4008841/20025557
2762.71/2754.45	c cleaning 40001 clauses out of 80068 with flag 4225754/20066557
2767.26/2758.90	c cleaning 41011 clauses out of 82069 with flag 4451835/20108559
2771.79/2763.40	c cleaning 42005 clauses out of 84056 with flag 4686703/20151557
2776.53/2768.10	c cleaning 43003 clauses out of 86052 with flag 4934451/20195558
2781.36/2772.82	c cleaning 44000 clauses out of 88050 with flag 5177153/20240559
2786.13/2777.32	c cleaning 45002 clauses out of 90049 with flag 5388525/20286558
2790.72/2782.00	c cleaning 45987 clauses out of 92046 with flag 5603434/20333557
2795.77/2786.95	c cleaning 47008 clauses out of 94059 with flag 5810070/20381557
2800.59/2791.71	c cleaning 47999 clauses out of 96052 with flag 6045326/20430558
2805.75/2796.87	c cleaning 49000 clauses out of 98052 with flag 6317769/20480557
2811.18/2802.27	c cleaning 50002 clauses out of 100053 with flag 6596500/20531558
2816.77/2807.78	c cleaning 50997 clauses out of 102052 with flag 6876396/20583559
2821.81/2812.77	c cleaning 52001 clauses out of 104053 with flag 7083756/20636557
2827.94/2818.76	c cleaning 52996 clauses out of 106053 with flag 7393906/20690558
2833.38/2824.15	c cleaning 53990 clauses out of 108057 with flag 7611602/20745558
2838.69/2829.47	c cleaning 55022 clauses out of 110067 with flag 8051080/20801558
2844.76/2835.40	c cleaning 56014 clauses out of 112048 with flag 8562909/20858561
2850.91/2841.56	c cleaning 57013 clauses out of 114033 with flag 9092743/20916560
2857.73/2848.36	c cleaning 58002 clauses out of 116017 with flag 9593849/20975557
2864.71/2855.24	c cleaning 59002 clauses out of 118017 with flag 10034593/21035559
2872.04/2862.52	c cleaning 60001 clauses out of 120013 with flag 10523643/21096557
2880.05/2870.53	c cleaning 60998 clauses out of 122014 with flag 11002343/21158559
2887.36/2877.86	c cleaning 62000 clauses out of 124015 with flag 11499222/21221558
2895.69/2886.11	c cleaning 63002 clauses out of 126014 with flag 12025602/21285557
2903.80/2894.21	c cleaning 64002 clauses out of 128013 with flag 12550150/21350558
2911.38/2901.71	c cleaning 65000 clauses out of 130011 with flag 13108471/21416558
2918.71/2909.03	c cleaning 66003 clauses out of 132013 with flag 13598057/21483560
2926.73/2917.03	c cleaning 66996 clauses out of 134009 with flag 14191981/21551559
2935.48/2925.70	c cleaning 68001 clauses out of 136011 with flag 14798448/21620557
2943.21/2933.47	c cleaning 68997 clauses out of 138011 with flag 15427618/21690558
2950.83/2941.06	c cleaning 70004 clauses out of 140015 with flag 16079387/21761559
2959.47/2949.66	c cleaning 70995 clauses out of 142011 with flag 16738845/21833559
2969.19/2959.40	c cleaning 71996 clauses out of 144015 with flag 17383716/21906558
2978.30/2968.46	c cleaning 72996 clauses out of 146018 with flag 18023595/21980557
2989.03/2979.12	c cleaning 74003 clauses out of 148022 with flag 18728310/22055557
2999.84/2989.90	c cleaning 75008 clauses out of 150019 with flag 19420483/22131557
3009.27/2999.35	c cleaning 76001 clauses out of 152013 with flag 20101718/22208559
3017.99/3008.07	c cleaning 76992 clauses out of 154011 with flag 20713580/22286558
3028.73/3018.71	c cleaning 78000 clauses out of 156019 with flag 21456044/22365558
3040.85/3030.85	c cleaning 79003 clauses out of 158018 with flag 22267194/22445557
3051.31/3041.24	c cleaning 80002 clauses out of 160015 with flag 23095952/22526557
3061.78/3051.69	c cleaning 80999 clauses out of 162014 with flag 23889749/22608558
3073.17/3062.94	c cleaning 82000 clauses out of 164014 with flag 24692860/22691557
3084.95/3074.66	c cleaning 82998 clauses out of 166014 with flag 25533660/22775557
3097.08/3086.76	c cleaning 83997 clauses out of 168016 with flag 26325044/22860557
3108.54/3098.13	c cleaning 85004 clauses out of 170020 with flag 27090888/22946558
3121.58/3111.16	c cleaning 86002 clauses out of 172016 with flag 27974377/23033558
3136.39/3125.87	c cleaning 87004 clauses out of 174013 with flag 28876872/23121557
3148.52/3137.95	c cleaning 87996 clauses out of 176010 with flag 29757011/23210558
3159.47/3148.86	c cleaning 89002 clauses out of 178015 with flag 30516608/23300559
3170.68/3160.01	c cleaning 90002 clauses out of 180014 with flag 31371897/23391560
3184.42/3173.74	c cleaning 90993 clauses out of 182009 with flag 32401620/23483557
3197.08/3186.37	c cleaning 92001 clauses out of 184016 with flag 33254793/23576557
3212.21/3201.48	c cleaning 93001 clauses out of 186015 with flag 34084241/23670557
3226.63/3215.88	c cleaning 94003 clauses out of 188015 with flag 34954912/23765558
3241.23/3230.40	c cleaning 94999 clauses out of 190013 with flag 35854852/23861559
3256.65/3245.89	c cleaning 95998 clauses out of 192013 with flag 36780831/23958558
3272.81/3261.99	c cleaning 97003 clauses out of 194014 with flag 37720217/24056557
3289.46/3278.55	c cleaning 98002 clauses out of 196012 with flag 38707211/24155558
3307.10/3296.13	c cleaning 98995 clauses out of 198009 with flag 39673155/24255557
3321.36/3310.32	c cleaning 100007 clauses out of 200015 with flag 40528743/24356558
3336.00/3325.00	c Got one! Elapsed wall clock time (in seconds):3324.862
3336.00/3325.00	o 120860439025800
3337.11/3326.08	c cleaning 103086 clauses out of 206185 with flag 27214/24462735
3338.00/3326.97	c cleaning 54550 clauses out of 109099 with flag 69335/24468735
3338.72/3327.66	c cleaning 30764 clauses out of 61549 with flag 112948/24475735
3339.51/3328.48	c cleaning 19379 clauses out of 38785 with flag 162701/24483735
3340.61/3329.59	c Got one! Elapsed wall clock time (in seconds):3329.453
3340.61/3329.59	o 120798115007200
3341.01/3329.91	c cleaning 16588 clauses out of 33193 with flag 23175/24497522
3341.31/3330.29	c cleaning 11281 clauses out of 22604 with flag 46182/24503521
3341.81/3330.74	c cleaning 9141 clauses out of 18323 with flag 75491/24510521
3342.32/3331.27	c cleaning 8590 clauses out of 17182 with flag 113250/24518521
3343.12/3332.10	c cleaning 8792 clauses out of 17595 with flag 187981/24527524
3344.22/3333.12	c cleaning 9398 clauses out of 18801 with flag 273652/24537522
3345.31/3334.27	c cleaning 10191 clauses out of 20403 with flag 370798/24548522
3346.61/3335.50	c cleaning 11105 clauses out of 22212 with flag 472768/24560522
3348.02/3336.91	c cleaning 12049 clauses out of 24106 with flag 585076/24573521
3349.52/3338.42	c cleaning 13019 clauses out of 26057 with flag 709312/24587521
3351.12/3340.09	c cleaning 14010 clauses out of 28039 with flag 839205/24602522
3352.93/3341.86	c cleaning 15013 clauses out of 30031 with flag 973906/24618524
3354.83/3343.71	c cleaning 16007 clauses out of 32015 with flag 1106611/24635521
3356.73/3345.61	c cleaning 17001 clauses out of 34010 with flag 1252520/24653523
3358.74/3347.69	c cleaning 18002 clauses out of 36008 with flag 1415076/24672522
3361.03/3349.91	c cleaning 19000 clauses out of 38005 with flag 1586069/24692521
3363.26/3352.19	c cleaning 19993 clauses out of 40006 with flag 1773196/24713522
3365.65/3354.51	c cleaning 20997 clauses out of 42013 with flag 1949298/24735522
3367.87/3356.71	c cleaning 22002 clauses out of 44015 with flag 2121065/24758521
3370.47/3359.35	c cleaning 22998 clauses out of 46013 with flag 2348076/24782521
3373.27/3362.12	c cleaning 24006 clauses out of 48015 with flag 2556121/24807521
3376.16/3365.09	c cleaning 25001 clauses out of 50011 with flag 2778226/24833523
3379.28/3368.11	c cleaning 26000 clauses out of 52008 with flag 3006236/24860521
3382.66/3371.59	c cleaning 26997 clauses out of 54010 with flag 3263438/24888523
3386.38/3375.21	c cleaning 27999 clauses out of 56011 with flag 3526029/24917521
3390.32/3379.11	c cleaning 29006 clauses out of 58016 with flag 3793164/24947525
3394.10/3382.93	c cleaning 30002 clauses out of 60007 with flag 4059308/24978522
3398.32/3387.15	c cleaning 30989 clauses out of 62004 with flag 4348861/25010521
3402.74/3391.57	c cleaning 32000 clauses out of 64015 with flag 4628932/25043521
3407.07/3395.88	c cleaning 32995 clauses out of 66015 with flag 4923433/25077521
3411.37/3400.17	c cleaning 34010 clauses out of 68020 with flag 5225038/25112521
3416.08/3404.86	c cleaning 35001 clauses out of 70011 with flag 5545720/25148522
3421.10/3409.80	c cleaning 35995 clauses out of 72009 with flag 5867495/25185521
3426.22/3414.94	c cleaning 37001 clauses out of 74014 with flag 6198577/25223521
3431.44/3420.19	c cleaning 38000 clauses out of 76015 with flag 6549054/25262523
3436.38/3425.02	c cleaning 38999 clauses out of 78013 with flag 6879312/25302521
3441.20/3429.89	c cleaning 40000 clauses out of 80014 with flag 7223310/25343521
3446.63/3435.20	c cleaning 40996 clauses out of 82014 with flag 7573749/25385521
3451.58/3440.14	c cleaning 42006 clauses out of 84018 with flag 7891208/25428521
3456.82/3445.35	c cleaning 42998 clauses out of 86013 with flag 8244396/25472522
3462.46/3450.93	c cleaning 43991 clauses out of 88014 with flag 8611860/25517521
3467.98/3456.46	c cleaning 45005 clauses out of 90024 with flag 8982645/25563522
3473.81/3462.27	c cleaning 46001 clauses out of 92018 with flag 9354715/25610521
3480.54/3468.90	c cleaning 47007 clauses out of 94018 with flag 9762055/25658522
3487.36/3475.71	c cleaning 48003 clauses out of 96012 with flag 10198609/25707523
3493.80/3482.15	c cleaning 48997 clauses out of 98007 with flag 10626155/25757521
3500.67/3489.00	c cleaning 50000 clauses out of 100010 with flag 11063224/25808521
3508.10/3496.34	c cleaning 50998 clauses out of 102010 with flag 11519885/25860521
3515.23/3503.45	c cleaning 51995 clauses out of 104013 with flag 11990797/25913522
3522.26/3510.46	c cleaning 53002 clauses out of 106017 with flag 12436126/25967521
3529.84/3517.92	c cleaning 53998 clauses out of 108016 with flag 12893958/26022522
3537.77/3525.84	c cleaning 55002 clauses out of 110018 with flag 13380406/26078522
3546.45/3534.39	c cleaning 56002 clauses out of 112016 with flag 13887150/26135522
3554.86/3542.73	c cleaning 57001 clauses out of 114014 with flag 14431731/26193522
3562.89/3550.72	c cleaning 57991 clauses out of 116012 with flag 14977651/26252521
3571.94/3559.77	c cleaning 58999 clauses out of 118022 with flag 15537031/26312522
3580.89/3568.64	c cleaning 59998 clauses out of 120022 with flag 16106708/26373521
3589.61/3577.30	c cleaning 61012 clauses out of 122024 with flag 16681496/26435521
3598.23/3585.95	c cleaning 62000 clauses out of 124013 with flag 17289824/26498522
3600.02/3587.71	c starts		: 61136
3600.02/3587.72	c conflicts		: 26513898
3600.02/3587.72	c decisions		: 36293058
3600.02/3587.72	c propagations		: 1023858014
3600.02/3587.72	c inspects		: 18117697374
3600.02/3587.72	c shortcuts		: 0
3600.02/3587.72	c learnt literals	: 0
3600.02/3587.72	c learnt binary clauses	: 3
3600.02/3587.72	c learnt ternary clauses	: 8
3600.02/3587.72	c learnt constraints	: 26513898
3600.02/3587.72	c ignored constraints	: 0
3600.02/3587.72	c root simplifications	: 0
3600.02/3587.72	c removed literals (reason simplification)	: 90207740
3600.02/3587.72	c reason swapping (by a shorter reason)	: 0
3600.02/3587.72	c Calls to reduceDB	: 556
3600.02/3587.72	c Number of update (reduction) of LBD	: 3897378
3600.02/3587.72	c Imported unit clauses	: 0
3600.02/3587.72	c No decision after first conflict	: false
3600.02/3587.72	c number of reductions to clauses (during analyze)	: 0
3600.02/3587.73	c number of learned constraints concerned by reduction	: 0
3600.02/3587.73	c number of learning phase by resolution	: 0
3600.02/3587.73	c number of learning phase by cutting planes	: 0
3600.02/3587.73	c number of rounding to 1 operations	: 0
3600.02/3587.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3587.73	c number of reductions of the coefficients by power 2 	: 0
3600.02/3587.73	c number of right shift for reduction by power 2 	: 0
3600.02/3587.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3587.73	c number of ending skipping 	: 0
3600.02/3587.73	c number of internal skipping 	: 0
3600.02/3587.73	c number of derivation steps 	: 0
3600.02/3587.73	c number of skipped derivation steps 	: 0
3600.02/3587.73	c number of remaining unassigned 	: 0
3600.02/3587.73	c number of remaining assigned 	: 0
3600.02/3587.73	c number of falsified literals weakened from reason	: 0
3600.02/3587.73	c number of falsified literals weakened from conflict	: 0
3600.02/3587.73	c time for arithmetic operations	: 0
3600.02/3587.73	c minimum degree of deleted constraints	: null
3600.02/3587.73	c maximum degree of deleted constraints	: null
3600.02/3587.73	c number of deleted constraints	: 0
3600.02/3587.73	c speed (assignments/second)	: 285397.79181859567
3600.02/3587.73	c non guided choices	: 13074
3600.02/3587.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77386
3600.02/3587.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.02/3587.78	s SATISFIABLE
3600.02/3587.78	c Found 18 solution(s)
3600.02/3587.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 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 x1823 x1824 -x1825 -x1826 x1827 x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 x1855 x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 x1941 x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 x1970 x1971 -x1972 x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 x2020 -x2021 x2022 -x2023 -x2024 x2025 -x2026 -x2027 -x2028 -x2029 x2030 -x2031 -x2032 -x2033 x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 
3600.02/3587.79	c objective function=120798115007200
3600.02/3587.79	c Total wall clock time (in seconds): 3587.658

Verifier Data

OK	120798115007200

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: 63708 MiB (36620 MiB free)
  memory of node 1: 64465 MiB (43947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486065-1751322157/watcher-4486065-1751322157 -o /tmp/evaluation-result-4486065-1751322157/solver-4486065-1751322157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751314974-42777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486065-1751322157 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486065-1751322157.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=43987, runsolver pid=43977

[startup+0.100061 s]*
/proc/loadavg: 4.28 4.28 4.22 7/342 44015
/proc/meminfo: memFree=82481028/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=18930384 memory=57792 CPUtime=0.13 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 6557 0 0 0 10 3 0 0 20 0 18 0 47894300 19384713216 14448 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4732596 14448 5363 1 0 547603 0
[pid=43987/tid=43999] ppid=43977 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 5063 0 0 0 6 1 0 0 20 0 18 0 47894301 19384713216 14448 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47894303 19384713216 14448 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47894303 19384713216 14448 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57792 KiB

[startup+0.205846 s]*
/proc/loadavg: 4.28 4.28 4.22 9/343 44016
/proc/meminfo: memFree=82464960/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=18930384 memory=66156 CPUtime=0.31 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 7048 0 0 0 28 3 0 0 20 0 18 0 47894300 19384713216 16539 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4732596 16539 5427 1 0 547947 0
[pid=43987/tid=43999] ppid=43977 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 5290 0 0 0 14 2 0 0 20 0 18 0 47894301 19384713216 16539 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47894303 19384713216 16539 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47894303 19384713216 16539 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66156 KiB

[startup+0.305917 s]*
/proc/loadavg: 4.28 4.28 4.22 7/344 44017
/proc/meminfo: memFree=82446940/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=18996948 memory=73628 CPUtime=0.51 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 8880 0 0 0 47 4 0 0 20 0 19 0 47894300 19452874752 18407 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4749237 18407 5459 1 0 549403 0
[pid=43987/tid=43999] ppid=43977 vsize=18996948 memory=-6000919476967663979 CPUtime=0.22 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 5417 0 0 0 20 2 0 0 20 0 19 0 47894301 19452874752 18407 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47894303 19452874752 18407 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47894303 19452874752 18407 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47894325 19452874752 18407 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73628 KiB

[startup+0.700232 s]
/proc/loadavg: 4.28 4.28 4.22 7/344 44017
/proc/meminfo: memFree=82372396/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=18996948 memory=161568 CPUtime=1.27 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 14832 0 0 0 120 7 0 0 20 0 19 0 47894300 19452874752 40392 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4749237 40392 5459 1 0 552858 0
[pid=43987/tid=43999] ppid=43977 vsize=18996948 memory=17664 CPUtime=0.56 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 5488 0 0 0 53 3 0 0 20 0 19 0 47894301 19452874752 40392 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47894303 19452874752 40392 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47894303 19452874752 40392 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47894325 19452874752 40392 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161568 KiB

[startup+1.50024 s]
/proc/loadavg: 4.28 4.28 4.22 5/324 44020
/proc/meminfo: memFree=82357796/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=184696 CPUtime=2.85 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 27431 0 0 0 276 9 0 0 20 0 20 0 47894300 19521036288 46174 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 46174 5523 1 0 555880 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=11136 CPUtime=1.33 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 5767 0 0 0 129 4 0 0 20 0 20 0 47894301 19521036288 46174 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 46174 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 46174 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 46174 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184696 KiB

[startup+3.10563 s]
/proc/loadavg: 4.33 4.29 4.23 5/323 44094
/proc/meminfo: memFree=82118728/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=335240 CPUtime=6.02 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 31208 0 0 0 589 13 0 0 20 0 20 0 47894300 19521036288 83810 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 83810 5523 1 0 555908 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=11136 CPUtime=2.88 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 7588 0 0 0 280 8 0 0 20 0 20 0 47894301 19521036288 83810 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=-6000919476967663979 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 83810 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 83810 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 83810 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 335240 KiB

[startup+6.30017 s]
/proc/loadavg: 4.33 4.29 4.23 6/346 44151
/proc/meminfo: memFree=81661236/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=549144 CPUtime=10.08 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 32285 0 0 0 988 20 0 0 20 0 20 0 47894300 19521036288 137286 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 137286 5523 1 0 555911 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=0 CPUtime=6.02 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 7922 0 0 0 588 14 0 0 20 0 20 0 47894301 19521036288 137286 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 137286 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 137286 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=184824 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 137286 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 549144 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.28 4.23 5/346 44152
/proc/meminfo: memFree=79600916/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=1319508 CPUtime=16.69 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 39792 0 0 0 1628 41 0 0 20 0 20 0 47894300 19521036288 329877 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 329877 5555 1 0 555911 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=184824 CPUtime=12.39 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 9998 0 0 0 1205 34 0 0 20 0 20 0 47894301 19521036288 329877 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 329877 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 329877 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=-6000919476967663979 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 329877 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.27 4.22 7/345 44218
/proc/meminfo: memFree=99381348/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=1335924 CPUtime=29.51 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 43803 0 0 0 2900 51 0 0 20 0 20 0 47894300 19521036288 333981 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 333981 5555 1 0 555911 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=-6000919476967663979 CPUtime=25.09 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 11259 0 0 0 2465 44 0 0 20 0 20 0 47894301 19521036288 333981 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 333981 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 333981 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 333981 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335924 KiB

[startup+51.1058 s]
/proc/loadavg: 4.37 4.30 4.23 5/346 44351
/proc/meminfo: memFree=97564408/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=1364656 CPUtime=55.16 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 45971 0 0 0 5446 70 0 0 20 0 20 0 47894300 19521036288 341164 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 341164 5555 1 0 555911 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=1352356 CPUtime=50.5 cores=1,3

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

Current children cumulated CPU time: 3293.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605016 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/346 44607
/proc/meminfo: memFree=47059144/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3353.43 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 137935 0 0 0 333329 2014 0 0 20 0 20 0 47894300 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 651254 5555 1 0 663758 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3284.48 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 49420 0 0 0 326541 1907 0 0 20 0 20 0 47894301 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=-6000919476967663979 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1364 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3353.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605016 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/346 44611
/proc/meminfo: memFree=45979384/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3413.59 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 138051 0 0 0 339310 2049 0 0 20 0 20 0 47894300 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 651254 5555 1 0 663758 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3343.97 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 49438 0 0 0 332458 1939 0 0 20 0 20 0 47894301 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1364 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3413.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605016 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/347 44620
/proc/meminfo: memFree=44619316/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3473.91 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 138165 0 0 0 345304 2087 0 0 20 0 20 0 47894300 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 651254 5555 1 0 663758 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3403.33 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 49457 0 0 0 338357 1976 0 0 20 0 20 0 47894301 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=2605016 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1364 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=2171512 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3473.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/347 44622
/proc/meminfo: memFree=43230388/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2605016 CPUtime=3534.28 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 139183 0 0 0 351308 2120 0 0 20 0 20 0 47894300 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 651254 5555 1 0 663758 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=2171512 CPUtime=3462.64 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 50284 0 0 0 344257 2007 0 0 20 0 20 0 47894301 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=2605016 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=2605016 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1364 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 651254 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3534.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.18 4.17 4/323 44635
/proc/meminfo: memFree=45250208/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2305028 CPUtime=3594.59 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 142229 0 0 0 357308 2151 0 0 20 0 20 0 47894300 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 576257 5555 1 0 588590 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=14572 CPUtime=3522.1 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 51073 0 0 0 350173 2037 0 0 20 0 20 0 47894301 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=2305028 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3594.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2305028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.7 s]
/proc/loadavg: 4.23 4.17 4.17 4/322 44658
/proc/meminfo: memFree=68531420/131249996 swapFree=33010684/33010684
[pid=43987] ppid=43977 vsize=19063512 memory=2305028 CPUtime=3600.02 cores=1,3
/proc/43987/stat : 43987 (java) S 43977 43987 42765 0 -1 4194304 142358 0 0 0 357848 2154 0 0 20 0 20 0 47894300 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
/proc/43987/statm: 4765878 576257 5555 1 0 588590 0
[pid=43987/tid=43999] ppid=43977 vsize=19063512 memory=2305028 CPUtime=3527.45 cores=1,3
/proc/43987/task/43999/stat : 43999 (java) R 43977 43987 42765 0 -1 4194368 51201 0 0 0 350705 2040 0 0 20 0 20 0 47894301 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44008] ppid=43977 vsize=19063512 memory=2305028 CPUtime=0 cores=1,3
/proc/43987/task/44008/stat : 44008 (Finalizer) S 43977 43987 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44015] ppid=43977 vsize=19063512 memory=2605016 CPUtime=0 cores=1,3
/proc/43987/task/44015/stat : 44015 (Common-Cleaner) S 43977 43987 42765 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 47894303 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
[pid=43987/tid=44017] ppid=43977 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/43987/task/44017/stat : 44017 (Timer-0) S 43977 43987 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47894325 19521036288 576257 18446744073709551615 94708418310144 94708418313840 140728027855776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94708418321656 94708418322448 94708421222400 140728027863344 140728027863526 140728027863526 140728027869128 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2305028 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3578.68 s, system=22.1514 s

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

[startup+3588.8 s]
/proc/loadavg: 4.23 4.17 4.17 4/303 44661
/proc/meminfo: memFree=70776584/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3589.2 s]
/proc/loadavg: 4.13 4.15 4.17 3/303 44661
/proc/meminfo: memFree=70769328/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3589.6 s]
/proc/loadavg: 4.13 4.15 4.17 3/303 44661
/proc/meminfo: memFree=70769328/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3589.7 s]
/proc/loadavg: 4.13 4.15 4.17 3/303 44661
/proc/meminfo: memFree=70769328/131249996 swapFree=33010684/33010684
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): 3591.76
CPU time (s): 3600.83
CPU user time (s): 3578.68
CPU system time (s): 22.1514
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2605016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.68
system time used= 22.1514
maximum resident set size= 2605016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 45572480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229719
involuntary context switches= 11717


# summary of solver processes directly reported to runsolver:
#   pid: 43987
#   total CPU time (s): 3600.83
#   total CPU user time (s): 3578.68
#   total CPU system time (s): 22.1514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66074 second user time and 17.9984 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-01 00:22:37
IDJOB=4486065
IDBENCH=146930
IDSOLVER=3364
FILE ID=nodeC032/4486065-1751322157
RUNJOBID= nodeC032-1751314974-42777
SLURM_JOB_ID= 9594329
Free space on /tmp= 432052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-bell3a.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486065-1751322157/watcher-4486065-1751322157 -o /tmp/evaluation-result-4486065-1751322157/solver-4486065-1751322157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751314974-42777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486065-1751322157 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486065-1751322157.opb

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

MD5SUM BENCH= 66c9959016382e41dad7850ad64939ee
RANDOM SEED=552928615

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.176
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3600.094
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.781
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3601.541
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.968
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.838
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3600.396
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3600.111
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82518368 kB
MemAvailable:   114981108 kB
Buffers:            3280 kB
Cached:         33233968 kB
SwapCached:            0 kB
Active:         15079096 kB
Inactive:       32979992 kB
Active(anon):   14839964 kB
Inactive(anon):        0 kB
Active(file):     239132 kB
Inactive(file): 32979992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             68760 kB
Writeback:             0 kB
AnonPages:      14824636 kB
Mapped:           122816 kB
Shmem:             18068 kB
KReclaimable:     165712 kB
Slab:             258060 kB
SReclaimable:     165712 kB
SUnreclaim:        92348 kB
KernelStack:        4992 kB
PageTables:        32412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15350832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14585856 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432064 MiB
End job on nodeC032 at 2025-07-01 01:22:29