Trace number 4510661

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 NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 1077.78 1076.54

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x100split.cnf-plain.pb.metafix.opb
MD5SUMe27638fbedede025521b1384f289f9e5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark201.671
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1001
Total number of constraints4002
Number of constraints which are clauses4002
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4510661-1751199141.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.09s.
0.32/0.22	c declared #vars     1001
0.32/0.22	c #constraints  4002
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4000
0.32/0.22	c 4002 constraints processed.
1.08/0.62	c cleaning 2491 clauses out of 5001 with flag 20623/5001
1.88/1.03	c cleaning 4243 clauses out of 8509 with flag 48909/11000
2.46/1.30	c cleaning 5600 clauses out of 11266 with flag 83638/18000
2.86/1.50	c cleaning 6807 clauses out of 13666 with flag 122944/26000
3.05/1.68	c cleaning 7898 clauses out of 15860 with flag 169450/35001
3.45/1.87	c cleaning 8939 clauses out of 17962 with flag 224687/45001
3.84/2.10	c cleaning 9991 clauses out of 20022 with flag 289103/56000
4.50/2.42	c cleaning 10985 clauses out of 22031 with flag 358477/68000
4.70/2.68	c cleaning 11968 clauses out of 24046 with flag 430962/81000
5.05/2.95	c cleaning 12987 clauses out of 26078 with flag 512017/95000
5.34/3.27	c cleaning 14016 clauses out of 28091 with flag 601055/110000
5.75/3.63	c cleaning 14985 clauses out of 30076 with flag 694196/126001
6.21/4.01	c cleaning 16029 clauses out of 32090 with flag 796670/143000
6.63/4.42	c cleaning 17009 clauses out of 34061 with flag 903272/161000
7.04/4.83	c cleaning 17987 clauses out of 36052 with flag 1005674/180000
7.44/5.27	c cleaning 19017 clauses out of 38065 with flag 1113587/200000
7.94/5.72	c cleaning 19968 clauses out of 40049 with flag 1230999/221001
8.44/6.20	c cleaning 21008 clauses out of 42082 with flag 1356547/243002
8.94/6.74	c cleaning 21976 clauses out of 44073 with flag 1486731/266001
9.54/7.33	c cleaning 22989 clauses out of 46096 with flag 1624865/290000
10.14/7.94	c cleaning 23995 clauses out of 48107 with flag 1770854/315000
10.93/8.70	c cleaning 25009 clauses out of 50112 with flag 1918166/341000
11.63/9.42	c cleaning 26009 clauses out of 52104 with flag 2064102/368001
12.33/10.13	c cleaning 26994 clauses out of 54094 with flag 2215398/396000
13.03/10.89	c cleaning 27998 clauses out of 56100 with flag 2368693/425000
13.83/11.66	c cleaning 28996 clauses out of 58102 with flag 2531838/455000
14.62/12.47	c cleaning 30000 clauses out of 60106 with flag 2698635/486000
15.52/13.33	c cleaning 30995 clauses out of 62106 with flag 2872148/518000
16.43/14.23	c cleaning 31993 clauses out of 64112 with flag 3046069/551001
17.33/15.14	c cleaning 33018 clauses out of 66118 with flag 3218895/585000
18.33/16.12	c cleaning 34019 clauses out of 68100 with flag 3406417/620000
19.24/17.09	c cleaning 34996 clauses out of 70083 with flag 3590282/656002
20.34/18.15	c cleaning 36033 clauses out of 72085 with flag 3785957/693000
21.43/19.25	c cleaning 37015 clauses out of 74052 with flag 3985900/731000
22.52/20.40	c cleaning 37994 clauses out of 76037 with flag 4181648/770000
23.86/21.63	c cleaning 39014 clauses out of 78044 with flag 4388174/810001
25.06/22.86	c cleaning 39954 clauses out of 80029 with flag 4599404/851000
26.26/24.10	c cleaning 40990 clauses out of 82075 with flag 4804738/893000
27.54/25.39	c cleaning 42001 clauses out of 84086 with flag 5020772/936001
28.95/26.74	c cleaning 43013 clauses out of 86084 with flag 5235686/980000
30.35/28.12	c cleaning 44025 clauses out of 88072 with flag 5455614/1025001
31.74/29.56	c cleaning 45024 clauses out of 90047 with flag 5682335/1071001
33.24/31.08	c cleaning 45974 clauses out of 92023 with flag 5906406/1118001
34.94/32.70	c cleaning 47006 clauses out of 94049 with flag 6145391/1166001
36.51/34.48	c cleaning 47962 clauses out of 96043 with flag 6390053/1215001
38.22/36.15	c cleaning 49022 clauses out of 98080 with flag 6630138/1265000
40.00/37.96	c cleaning 49988 clauses out of 100058 with flag 6877597/1316000
41.81/39.73	c cleaning 50997 clauses out of 102070 with flag 7127729/1368000
43.60/41.56	c cleaning 52023 clauses out of 104074 with flag 7385230/1421001
45.50/43.48	c cleaning 53002 clauses out of 106051 with flag 7645135/1475001
47.50/45.41	c cleaning 53987 clauses out of 108048 with flag 7908799/1530000
49.40/47.39	c cleaning 54995 clauses out of 110062 with flag 8171199/1586001
51.72/49.57	c cleaning 55998 clauses out of 112066 with flag 8441549/1643000
53.81/51.66	c cleaning 56999 clauses out of 114068 with flag 8715635/1701000
55.91/53.77	c cleaning 57990 clauses out of 116070 with flag 8988088/1760001
58.10/55.91	c cleaning 59019 clauses out of 118079 with flag 9266891/1820000
60.48/58.23	c cleaning 59985 clauses out of 120061 with flag 9550692/1881001
62.77/60.55	c cleaning 61003 clauses out of 122076 with flag 9835776/1943001
65.07/62.87	c cleaning 62018 clauses out of 124072 with flag 10116309/2006000
67.48/65.35	c cleaning 63010 clauses out of 126054 with flag 10407617/2070000
69.99/67.82	c cleaning 63984 clauses out of 128044 with flag 10708794/2135000
72.73/70.59	c cleaning 65013 clauses out of 130061 with flag 11018151/2201001
75.50/73.27	c cleaning 66009 clauses out of 132047 with flag 11330904/2268000
78.31/76.02	c cleaning 67006 clauses out of 134040 with flag 11644506/2336002
81.02/78.77	c cleaning 67967 clauses out of 136032 with flag 11963916/2405000
83.82/81.51	c cleaning 68999 clauses out of 138066 with flag 12279469/2475001
86.61/84.33	c cleaning 69993 clauses out of 140066 with flag 12600933/2546000
89.56/87.25	c cleaning 71001 clauses out of 142073 with flag 12930670/2618000
92.48/90.19	c cleaning 72008 clauses out of 144072 with flag 13257171/2691000
95.66/93.32	c cleaning 73003 clauses out of 146064 with flag 13593852/2765000
99.06/96.81	c cleaning 74015 clauses out of 148062 with flag 13932439/2840001
102.38/100.17	c cleaning 74995 clauses out of 150046 with flag 14274144/2916000
105.87/103.67	c cleaning 76008 clauses out of 152053 with flag 14625908/2993002
109.27/107.02	c cleaning 77003 clauses out of 154043 with flag 14968380/3071000
112.72/110.40	c cleaning 77986 clauses out of 156041 with flag 15312575/3150001
116.15/113.89	c cleaning 78991 clauses out of 158055 with flag 15664807/3230001
119.84/117.54	c cleaning 80002 clauses out of 160064 with flag 16018739/3311001
123.63/121.31	c cleaning 80992 clauses out of 162061 with flag 16370806/3393000
127.34/125.02	c cleaning 82014 clauses out of 164070 with flag 16733454/3476001
131.26/129.08	c cleaning 83005 clauses out of 166055 with flag 17104741/3560000
135.14/132.95	c cleaning 83998 clauses out of 168052 with flag 17476899/3645002
139.26/137.02	c cleaning 84995 clauses out of 170052 with flag 17847124/3731000
143.65/141.42	c cleaning 85999 clauses out of 172058 with flag 18231400/3818001
147.54/145.35	c cleaning 86999 clauses out of 174059 with flag 18595647/3906001
151.74/149.57	c cleaning 88004 clauses out of 176060 with flag 18983760/3995001
156.34/154.11	c cleaning 88997 clauses out of 178057 with flag 19367885/4085002
160.75/158.65	c cleaning 90009 clauses out of 180058 with flag 19751540/4176000
165.85/163.70	c cleaning 90994 clauses out of 182049 with flag 20167316/4268000
170.45/168.37	c cleaning 92008 clauses out of 184055 with flag 20558129/4361000
175.45/173.36	c cleaning 93000 clauses out of 186047 with flag 20961062/4455000
180.53/178.48	c cleaning 93986 clauses out of 188047 with flag 21370003/4550000
185.62/183.53	c cleaning 94998 clauses out of 190064 with flag 21775065/4646003
190.99/189.09	c cleaning 95999 clauses out of 192063 with flag 22189498/4743000
196.47/194.55	c cleaning 97014 clauses out of 194064 with flag 22608619/4841000
201.56/199.69	c cleaning 97999 clauses out of 196051 with flag 23021869/4940001
206.97/205.06	c cleaning 99009 clauses out of 198051 with flag 23431780/5040000
212.55/210.67	c cleaning 100001 clauses out of 200042 with flag 23857415/5141000
218.17/216.20	c cleaning 100995 clauses out of 202042 with flag 24277317/5243001
223.50/221.64	c cleaning 101999 clauses out of 204048 with flag 24697032/5346002
229.38/227.57	c cleaning 102992 clauses out of 206048 with flag 25131977/5450001
235.59/233.70	c cleaning 104008 clauses out of 208055 with flag 25574806/5555000
241.48/239.60	c cleaning 105002 clauses out of 210049 with flag 26016405/5661002
247.19/245.33	c cleaning 105993 clauses out of 212046 with flag 26441924/5768001
253.12/251.32	c cleaning 106998 clauses out of 214052 with flag 26873039/5876000
259.44/257.64	c cleaning 108012 clauses out of 216054 with flag 27320648/5985000
265.73/263.99	c cleaning 109007 clauses out of 218042 with flag 27760168/6095000
272.22/270.43	c cleaning 109983 clauses out of 220035 with flag 28212227/6206000
279.11/277.31	c cleaning 111001 clauses out of 222052 with flag 28668186/6318000
285.53/283.84	c cleaning 112019 clauses out of 224052 with flag 29120820/6431001
292.33/290.60	c cleaning 113005 clauses out of 226033 with flag 29574482/6545001
299.42/297.75	c cleaning 113996 clauses out of 228027 with flag 30034243/6660000
306.33/304.68	c cleaning 114992 clauses out of 230031 with flag 30491604/6776000
313.26/311.61	c cleaning 116003 clauses out of 232040 with flag 30950256/6893001
319.99/318.34	c cleaning 117000 clauses out of 234037 with flag 31412488/7011001
327.18/325.57	c cleaning 117996 clauses out of 236037 with flag 31881512/7130001
334.51/332.87	c cleaning 119008 clauses out of 238041 with flag 32352745/7250001
341.59/339.92	c cleaning 119989 clauses out of 240034 with flag 32820169/7371002
348.85/347.21	c cleaning 121018 clauses out of 242043 with flag 33289342/7493000
356.23/354.61	c cleaning 121999 clauses out of 244025 with flag 33777220/7616000
363.77/362.14	c cleaning 122984 clauses out of 246026 with flag 34259367/7740000
371.05/369.47	c cleaning 124000 clauses out of 248042 with flag 34734417/7865000
378.93/377.36	c cleaning 125009 clauses out of 250043 with flag 35211416/7991001
386.21/384.63	c cleaning 125993 clauses out of 252034 with flag 35691144/8118001
393.84/392.20	c cleaning 127010 clauses out of 254040 with flag 36178536/8246000
401.52/399.94	c cleaning 127993 clauses out of 256030 with flag 36671888/8375000
409.08/407.50	c cleaning 129013 clauses out of 258037 with flag 37159743/8505000
416.64/415.05	c cleaning 130002 clauses out of 260025 with flag 37640706/8636001
424.11/422.50	c cleaning 131002 clauses out of 262022 with flag 38131026/8768000
431.37/429.73	c cleaning 131993 clauses out of 264020 with flag 38611918/8901000
438.58/437.09	c cleaning 132993 clauses out of 266028 with flag 39094763/9035001
446.42/444.83	c cleaning 133999 clauses out of 268035 with flag 39583683/9170001
453.70/452.12	c cleaning 135010 clauses out of 270035 with flag 40078366/9306000
460.93/459.38	c cleaning 135992 clauses out of 272026 with flag 40569117/9443001
468.61/467.07	c cleaning 137004 clauses out of 274035 with flag 41074075/9581002
476.09/474.51	c cleaning 138002 clauses out of 276029 with flag 41574962/9720000
483.54/481.92	c cleaning 139003 clauses out of 278029 with flag 42077125/9860002
490.73/489.14	c cleaning 139997 clauses out of 280024 with flag 42577559/10001000
498.56/497.71	c cleaning 140999 clauses out of 282028 with flag 43093132/10143001
506.54/505.77	c cleaning 142001 clauses out of 284028 with flag 43606928/10286000
514.37/513.57	c cleaning 143001 clauses out of 286027 with flag 44136758/10430000
522.01/521.19	c cleaning 143990 clauses out of 288026 with flag 44663084/10575000
530.13/529.36	c cleaning 145009 clauses out of 290037 with flag 45210194/10721001
538.56/537.78	c cleaning 146001 clauses out of 292028 with flag 45760802/10868001
546.81/545.97	c cleaning 146999 clauses out of 294026 with flag 46304083/11016000
555.19/554.37	c cleaning 147995 clauses out of 296029 with flag 46849298/11165002
563.86/563.25	c cleaning 149007 clauses out of 298033 with flag 47396615/11315001
572.34/571.76	c cleaning 149998 clauses out of 300025 with flag 47946857/11466000
581.26/580.68	c cleaning 150994 clauses out of 302028 with flag 48516678/11618001
590.24/589.62	c cleaning 152007 clauses out of 304033 with flag 49086866/11771000
599.12/598.57	c cleaning 152999 clauses out of 306027 with flag 49641264/11925001
608.75/608.11	c cleaning 153992 clauses out of 308027 with flag 50221931/12080000
617.73/617.18	c cleaning 155016 clauses out of 310035 with flag 50809558/12236000
626.62/626.06	c cleaning 155991 clauses out of 312021 with flag 51382383/12393002
636.24/635.64	c cleaning 157002 clauses out of 314029 with flag 51961052/12551001
646.28/645.67	c cleaning 157998 clauses out of 316026 with flag 52552669/12710000
656.10/655.58	c cleaning 158992 clauses out of 318028 with flag 53152391/12870000
666.23/665.61	c cleaning 160003 clauses out of 320037 with flag 53752485/13031001
677.28/676.63	c cleaning 160998 clauses out of 322033 with flag 54363040/13193000
687.70/687.14	c cleaning 162001 clauses out of 324036 with flag 54985368/13356001
698.53/697.98	c cleaning 163001 clauses out of 326034 with flag 55610001/13520000
710.01/709.41	c cleaning 164002 clauses out of 328034 with flag 56237131/13685001
722.06/721.43	c cleaning 165000 clauses out of 330031 with flag 56882212/13851000
733.42/732.89	c cleaning 165998 clauses out of 332031 with flag 57536349/14018000
745.30/744.78	c cleaning 167009 clauses out of 334033 with flag 58190078/14186000
757.83/757.28	c cleaning 167998 clauses out of 336024 with flag 58870640/14355000
770.71/770.11	c cleaning 168998 clauses out of 338027 with flag 59548275/14525001
783.79/783.29	c cleaning 169999 clauses out of 340029 with flag 60218525/14696001
796.62/796.08	c cleaning 171002 clauses out of 342030 with flag 60898660/14868001
810.01/809.46	c cleaning 172001 clauses out of 344027 with flag 61585611/15041000
823.78/823.22	c cleaning 173008 clauses out of 346027 with flag 62280884/15215001
837.51/837.02	c cleaning 174002 clauses out of 348018 with flag 62979898/15390000
851.25/850.73	c cleaning 174993 clauses out of 350016 with flag 63690231/15566000
864.13/863.78	c cleaning 175999 clauses out of 352024 with flag 64391039/15743001
878.06/877.63	c cleaning 177001 clauses out of 354025 with flag 65086175/15921001
891.99/891.55	c cleaning 178004 clauses out of 356023 with flag 65788384/16100000
906.66/906.31	c cleaning 178997 clauses out of 358020 with flag 66506448/16280001
921.21/920.83	c cleaning 179997 clauses out of 360022 with flag 67222677/16461000
936.56/936.35	c cleaning 181002 clauses out of 362025 with flag 67938340/16643000
952.98/952.76	c cleaning 181998 clauses out of 364024 with flag 68682351/16826001
969.67/969.51	c cleaning 183002 clauses out of 366026 with flag 69446037/17010001
987.56/987.51	c cleaning 184006 clauses out of 368023 with flag 70212948/17195000
1007.22/1007.24	c cleaning 184999 clauses out of 370017 with flag 70999640/17381000
1025.89/1026.01	c cleaning 186001 clauses out of 372020 with flag 71798109/17568002
1048.81/1049.04	c cleaning 187002 clauses out of 374018 with flag 72633475/17756001
1072.84/1071.99	c cleaning 188004 clauses out of 376012 with flag 73506328/17945000
1077.64/1076.44	c starts		: 17280
1077.64/1076.45	c conflicts		: 18008187
1077.64/1076.45	c decisions		: 25102444
1077.64/1076.45	c propagations		: 154307789
1077.64/1076.45	c inspects		: 18423626446
1077.64/1076.45	c shortcuts		: 0
1077.64/1076.45	c learnt literals	: 18
1077.64/1076.45	c learnt binary clauses	: 121
1077.64/1076.45	c learnt ternary clauses	: 485
1077.64/1076.45	c learnt constraints	: 18008168
1077.64/1076.45	c ignored constraints	: 0
1077.64/1076.45	c root simplifications	: 0
1077.64/1076.45	c removed literals (reason simplification)	: 16339299
1077.64/1076.45	c reason swapping (by a shorter reason)	: 0
1077.64/1076.45	c Calls to reduceDB	: 185
1077.64/1076.45	c Number of update (reduction) of LBD	: 4005022
1077.64/1076.45	c Imported unit clauses	: 0
1077.64/1076.45	c No decision after first conflict	: false
1077.64/1076.45	c number of reductions to clauses (during analyze)	: 0
1077.64/1076.45	c number of learned constraints concerned by reduction	: 0
1077.64/1076.45	c number of learning phase by resolution	: 0
1077.64/1076.45	c number of learning phase by cutting planes	: 0
1077.64/1076.45	c number of rounding to 1 operations	: 0
1077.64/1076.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1077.64/1076.45	c number of reductions of the coefficients by power 2 	: 0
1077.64/1076.45	c number of right shift for reduction by power 2 	: 0
1077.64/1076.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
1077.64/1076.45	c number of ending skipping 	: 0
1077.64/1076.45	c number of internal skipping 	: 0
1077.64/1076.45	c number of derivation steps 	: 0
1077.64/1076.45	c number of skipped derivation steps 	: 0
1077.64/1076.45	c number of remaining unassigned 	: 0
1077.64/1076.45	c number of remaining assigned 	: 0
1077.64/1076.45	c number of falsified literals weakened from reason	: 0
1077.64/1076.45	c number of falsified literals weakened from conflict	: 0
1077.64/1076.45	c time for arithmetic operations	: 0
1077.64/1076.45	c minimum degree of deleted constraints	: null
1077.64/1076.45	c maximum degree of deleted constraints	: null
1077.64/1076.45	c number of deleted constraints	: 0
1077.64/1076.45	c speed (assignments/second)	: 143379.41034361004
1077.64/1076.45	c non guided choices	: 1258834
1077.74/1076.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 251058
1077.74/1076.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 121
1077.74/1076.51	s UNSATISFIABLE
1077.74/1076.51	c Total wall clock time (in seconds): 1076.383

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 14:12:54 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63665 MiB (57491 MiB free)
  memory of node 1: 64507 MiB (56233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510661-1751199141/watcher-4510661-1751199141 -o /tmp/evaluation-result-4510661-1751199141/solver-4510661-1751199141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510661-1751199141 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510661-1751199141.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
solver pid=26961, runsolver pid=26958
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.17 4.16 4.12 6/345 26984
/proc/meminfo: memFree=116437992/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=18930384 memory=57772 CPUtime=0.12 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 6556 0 0 0 11 1 0 0 20 0 18 0 35591863 19384713216 14443 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4732596 14443 5371 1 0 547612 0
[pid=26961/tid=26963] ppid=26958 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 5056 0 0 0 7 0 0 0 20 0 18 0 35591864 19384713216 14443 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35591866 19384713216 14443 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35591867 19384713216 14443 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205952 s]*
/proc/loadavg: 4.17 4.16 4.12 7/345 26984
/proc/meminfo: memFree=116433112/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=18930384 memory=66052 CPUtime=0.32 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 7009 0 0 0 30 2 0 0 20 0 18 0 35591863 19384713216 16513 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4732596 16513 5435 1 0 547902 0
[pid=26961/tid=26963] ppid=26958 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 5266 0 0 0 17 1 0 0 20 0 18 0 35591864 19384713216 16513 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=18930384 memory=16195 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35591866 19384713216 16513 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35591867 19384713216 16513 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66052 KiB

[startup+0.305921 s]*
/proc/loadavg: 4.17 4.16 4.12 6/346 26985
/proc/meminfo: memFree=116419124/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=18996948 memory=77624 CPUtime=0.51 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 8885 0 0 0 49 2 0 0 20 0 19 0 35591863 19452874752 19406 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4749237 19406 5435 1 0 549432 0
[pid=26961/tid=26963] ppid=26958 vsize=18996948 memory=-6000919472706250349 CPUtime=0.26 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 5361 0 0 0 25 1 0 0 20 0 19 0 35591864 19452874752 19406 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=18996948 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35591866 19452874752 19406 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35591867 19452874752 19406 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35591886 19452874752 19406 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77624 KiB

[startup+0.700242 s]
/proc/loadavg: 4.17 4.16 4.12 6/346 26985
/proc/meminfo: memFree=116401732/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=18996948 memory=130104 CPUtime=1.27 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 16407 0 0 0 123 4 0 0 20 0 19 0 35591863 19452874752 32526 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4749237 32526 5435 1 0 553645 0
[pid=26961/tid=26963] ppid=26958 vsize=18996948 memory=17280 CPUtime=0.57 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 5482 0 0 0 56 1 0 0 20 0 19 0 35591864 19452874752 32526 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35591866 19452874752 32526 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35591867 19452874752 32526 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35591886 19452874752 32526 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130104 KiB

[startup+1.50024 s]
/proc/loadavg: 4.17 4.16 4.12 6/346 26985
/proc/meminfo: memFree=116345084/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=177676 CPUtime=2.86 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 22305 0 0 0 278 8 0 0 20 0 20 0 35591863 19521036288 44419 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 44419 5499 1 0 554268 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=10752 CPUtime=1.35 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 5889 0 0 0 131 4 0 0 20 0 20 0 35591864 19521036288 44419 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 44419 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 44419 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 44419 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177676 KiB

[startup+3.10578 s]
/proc/loadavg: 4.16 4.16 4.12 5/347 26986
/proc/meminfo: memFree=116259916/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=219216 CPUtime=5.25 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 25408 0 0 0 515 10 0 0 20 0 20 0 35591863 19521036288 54804 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 54804 5499 1 0 554287 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=10752 CPUtime=2.93 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 6449 0 0 0 287 6 0 0 20 0 20 0 35591864 19521036288 54804 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=-6000919472706250349 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 54804 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 54804 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 54804 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219216 KiB

[startup+6.30022 s]
/proc/loadavg: 4.16 4.16 4.12 5/347 26986
/proc/meminfo: memFree=115949680/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=473640 CPUtime=8.54 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 26229 0 0 0 837 17 0 0 20 0 20 0 35591863 19521036288 118410 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 118410 5531 1 0 554289 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 7023 0 0 0 598 12 0 0 20 0 20 0 35591864 19521036288 118410 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 118410 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 118410 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=177676 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 118410 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 473640 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.15 4.12 5/347 26986
/proc/meminfo: memFree=115447120/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=901700 CPUtime=14.93 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 29080 0 0 0 1463 30 0 0 20 0 20 0 35591863 19521036288 225425 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 225425 5531 1 0 554289 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=177676 CPUtime=12.46 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 8156 0 0 0 1222 24 0 0 20 0 20 0 35591864 19521036288 225425 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 225425 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=901700 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 225425 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 225425 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 14.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 901700 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.16 4.12 5/346 26987
/proc/meminfo: memFree=114893540/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1321604 CPUtime=27.75 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 32357 0 0 0 2729 46 0 0 20 0 20 0 35591863 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 330401 5531 1 0 554289 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=10752 CPUtime=25.2 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 9684 0 0 0 2481 39 0 0 20 0 20 0 35591864 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=901700 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 27.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321604 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.15 4.11 5/346 26987
/proc/meminfo: memFree=114644524/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1321604 CPUtime=53.31 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 36425 0 0 0 5273 58 0 0 20 0 20 0 35591863 19521036288 330401 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 330401 5531 1 0 554289 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=21996 CPUtime=50.57 cores=1,3

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

/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1062.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1953504 KiB

[startup+1076.54 s]
# the end of solver process 26961 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1073.67 s, system=4.10897 s

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

[startup+1062.4 s]
/proc/loadavg: 4.20 4.16 4.15 5/346 27836
/proc/meminfo: memFree=119134764/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1953504 CPUtime=1062.27 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 59861 0 0 0 105823 404 0 0 20 0 20 0 35591863 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 488376 5531 1 0 554305 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=1930976 CPUtime=1051.98 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 21794 0 0 0 104839 359 0 0 20 0 20 0 35591864 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=1930976 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=1930976 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=1953504 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 488376 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1062.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1953504 KiB

[startup+1068.8 s]
/proc/loadavg: 4.17 4.16 4.15 5/346 27836
/proc/meminfo: memFree=119109228/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1958012 CPUtime=1069.42 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 68154 0 0 0 106536 406 0 0 20 0 20 0 35591863 19521036288 489503 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 489503 5531 1 0 554477 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=1930976 CPUtime=1058.36 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 22927 0 0 0 105476 360 0 0 20 0 20 0 35591864 19521036288 489503 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=1953504 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 489503 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 489503 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 489503 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1069.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1958012 KiB

[startup+1072 s]*
/proc/loadavg: 4.17 4.16 4.15 5/346 27836
/proc/meminfo: memFree=119077292/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1952348 CPUtime=1072.94 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 69132 0 0 0 106887 407 0 0 20 0 20 0 35591863 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 488087 5531 1 0 554819 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=2688 CPUtime=1061.57 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 22932 0 0 0 105795 362 0 0 20 0 20 0 35591864 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=-4421386487674528869 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=5787136757648155044 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1072.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1952348 KiB

[startup+1073.6 s]
/proc/loadavg: 4.16 4.15 4.15 5/346 27836
/proc/meminfo: memFree=119066204/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1952348 CPUtime=1074.55 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 69142 0 0 0 107047 408 0 0 20 0 20 0 35591863 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 488087 5531 1 0 554819 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=10752 CPUtime=1063.15 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 22933 0 0 0 105953 362 0 0 20 0 20 0 35591864 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=-6000919472706250349 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1074.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1952348 KiB

[startup+1075.2 s]
/proc/loadavg: 4.16 4.15 4.15 5/346 27836
/proc/meminfo: memFree=119048312/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1952348 CPUtime=1076.14 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 69142 0 0 0 107206 408 0 0 20 0 20 0 35591863 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 488087 5531 1 0 554819 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=14824 CPUtime=1064.75 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 22933 0 0 0 106113 362 0 0 20 0 20 0 35591864 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=1930976 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=1930976 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 488087 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1076.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1952348 KiB

[startup+1076 s]*
/proc/loadavg: 4.16 4.15 4.15 5/346 27836
/proc/meminfo: memFree=119046548/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1962208 CPUtime=1077.23 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 72694 0 0 0 107314 409 0 0 20 0 20 0 35591863 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 490552 5531 1 0 554841 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=0 CPUtime=1065.55 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 22933 0 0 0 106193 362 0 0 20 0 20 0 35591864 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=-4421386487674528869 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1077.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1962208 KiB

[startup+1076.4 s]
/proc/loadavg: 4.16 4.15 4.15 5/346 27836
/proc/meminfo: memFree=119046548/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19063512 memory=1962208 CPUtime=1077.64 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 72911 0 0 0 107355 409 0 0 20 0 20 0 35591863 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4765878 490552 5531 1 0 554841 0
[pid=26961/tid=26963] ppid=26958 vsize=19063512 memory=-6000919472706250349 CPUtime=1065.95 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) R 26958 26961 24970 0 -1 4194368 23143 0 0 0 106232 363 0 0 20 0 20 0 35591864 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19063512 memory=4207488197506367791 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19063512 memory=-4421386487674528869 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26985] ppid=26958 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26961/task/26985/stat : 26985 (Timer-0) S 26958 26961 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35591886 19521036288 490552 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1077.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1962208 KiB

[startup+1076.5 s]
/proc/loadavg: 4.16 4.15 4.15 5/346 27836
/proc/meminfo: memFree=119046548/131249996 swapFree=33010684/33010684
[pid=26961] ppid=26958 vsize=19196640 memory=1962592 CPUtime=1077.74 cores=1,3
/proc/26961/stat : 26961 (java) S 26958 26961 24970 0 -1 4194304 73848 0 0 0 107364 410 0 0 20 0 20 0 35591863 19657359360 490648 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
/proc/26961/statm: 4799160 490648 5531 1 0 555459 0
[pid=26961/tid=26963] ppid=26958 vsize=19196640 memory=1930976 CPUtime=1065.95 cores=1,3
/proc/26961/task/26963/stat : 26963 (java) S 26958 26961 24970 0 -1 4194368 23739 0 0 0 106232 363 0 0 20 0 20 0 35591864 19657359360 490648 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26972] ppid=26958 vsize=19196640 memory=1887956 CPUtime=0 cores=1,3
/proc/26961/task/26972/stat : 26972 (Finalizer) S 26958 26961 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35591866 19657359360 490648 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
[pid=26961/tid=26979] ppid=26958 vsize=19196640 memory=1953504 CPUtime=0 cores=1,3
/proc/26961/task/26979/stat : 26979 (Common-Cleaner) S 26958 26961 24970 0 -1 4194368 507 0 0 0 0 0 0 0 20 0 20 0 35591867 19657359360 490648 18446744073709551615 94536180224000 94536180227696 140722266244768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94536180235512 94536180236304 94536197722112 140722266249520 140722266249702 140722266249702 140722266255304 0
Current children cumulated CPU time: 1077.74 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1962592 KiB

Child status: 20

Real time (s): 1076.54
CPU time (s): 1077.78
CPU user time (s): 1073.67
CPU system time (s): 4.10897
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1962592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.67
system time used= 4.10898
maximum resident set size= 1962848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4613952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37152
involuntary context switches= 4167


# summary of solver processes directly reported to runsolver:
#   pid: 26961
#   total CPU time (s): 1077.78
#   total CPU user time (s): 1073.67
#   total CPU system time (s): 4.10897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35779 second user time and 5.25136 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:12:21
IDJOB=4510661
IDBENCH=160381
IDSOLVER=3364
FILE ID=nodeC017/4510661-1751199141
RUNJOBID= nodeC017-1751191606-24982
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x100split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510661-1751199141/watcher-4510661-1751199141 -o /tmp/evaluation-result-4510661-1751199141/solver-4510661-1751199141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510661-1751199141 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510661-1751199141.opb

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

MD5SUM BENCH= e27638fbedede025521b1384f289f9e5
RANDOM SEED=1062549680

nodeC017 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.097
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	: 7000.12
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.052
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	: 7000.12
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		: 3607.233
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.510
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	: 7000.12
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		: 3600.069
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	: 7000.12
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		: 3600.073
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	: 7000.12
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		: 3602.777
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.214
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116454824 kB
MemAvailable:   124542452 kB
Buffers:            3280 kB
Cached:          8887880 kB
SwapCached:            0 kB
Active:          5557424 kB
Inactive:        8634096 kB
Active(anon):    5318548 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  8634096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             95356 kB
Writeback:           240 kB
AnonPages:       5302852 kB
Mapped:           122712 kB
Shmem:             18080 kB
KReclaimable:     107388 kB
Slab:             197100 kB
SReclaimable:     107388 kB
SUnreclaim:        89712 kB
KernelStack:        5260 kB
PageTables:        14064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7059660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5087232 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:30:18