Trace number 4510119

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 CP VeriPB 2025-06-06UNSAT cert. 1836.88 1828.05

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n98-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM113ac974cfbbea52fe5442f60fd809f6
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 benchmark108.1
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints392
Number of constraints which are clauses392
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 constraint3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4510119-1751202286.opb
0.10/0.17	c reading problem ... 
0.10/0.18	c using VERIPB proof format
0.10/0.18	c  no objective function found
0.28/0.22	c ... done. Wall clock time 0.05s.
0.28/0.22	c declared #vars     147
0.28/0.22	c #constraints  392
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.28/0.22	c 392 constraints processed.
1.62/0.92	c cleaning 2499 clauses out of 5001 with flag 0/5001
2.41/1.31	c cleaning 4248 clauses out of 8502 with flag 0/11001
3.21/1.72	c cleaning 5623 clauses out of 11253 with flag 0/18000
3.99/2.18	c cleaning 6811 clauses out of 13631 with flag 0/26001
4.58/2.62	c cleaning 7904 clauses out of 15820 with flag 0/35001
5.08/3.15	c cleaning 8951 clauses out of 17915 with flag 0/45000
5.77/3.71	c cleaning 9979 clauses out of 19964 with flag 0/56000
6.27/4.22	c cleaning 10989 clauses out of 21987 with flag 0/68002
6.78/4.77	c cleaning 11991 clauses out of 23996 with flag 0/81000
7.49/5.40	c cleaning 12998 clauses out of 26006 with flag 0/95001
8.09/6.10	c cleaning 13992 clauses out of 28008 with flag 0/110001
8.78/6.73	c cleaning 15003 clauses out of 30016 with flag 0/126001
9.52/7.43	c cleaning 15999 clauses out of 32012 with flag 0/143000
10.35/8.21	c cleaning 16998 clauses out of 34014 with flag 0/161001
11.16/9.07	c cleaning 18000 clauses out of 36015 with flag 0/180000
12.16/10.05	c cleaning 19004 clauses out of 38015 with flag 0/200000
13.16/11.03	c cleaning 19995 clauses out of 40011 with flag 0/221000
14.16/12.03	c cleaning 20999 clauses out of 42016 with flag 0/243000
15.26/13.13	c cleaning 22003 clauses out of 44018 with flag 0/266001
16.36/14.21	c cleaning 23000 clauses out of 46015 with flag 0/290001
17.54/15.44	c cleaning 23997 clauses out of 48014 with flag 0/315000
18.75/16.68	c cleaning 24998 clauses out of 50017 with flag 0/341000
20.06/17.98	c cleaning 26002 clauses out of 52020 with flag 0/368001
21.46/19.37	c cleaning 26999 clauses out of 54017 with flag 0/396000
22.97/20.86	c cleaning 28001 clauses out of 56020 with flag 0/425002
24.47/22.32	c cleaning 29002 clauses out of 58018 with flag 0/455001
25.98/23.86	c cleaning 30003 clauses out of 60015 with flag 0/486000
27.67/25.54	c cleaning 30996 clauses out of 62012 with flag 0/518000
29.46/27.30	c cleaning 32000 clauses out of 64016 with flag 0/551000
31.36/29.26	c cleaning 32999 clauses out of 66016 with flag 0/585000
33.28/31.14	c cleaning 33999 clauses out of 68017 with flag 0/620000
35.28/33.19	c cleaning 35003 clauses out of 70019 with flag 0/656001
37.41/35.21	c cleaning 35999 clauses out of 72015 with flag 0/693000
39.45/37.34	c cleaning 37002 clauses out of 74018 with flag 0/731002
41.85/39.73	c cleaning 37996 clauses out of 76014 with flag 0/770000
44.43/42.31	c cleaning 39003 clauses out of 78018 with flag 0/810000
47.14/45.04	c cleaning 39999 clauses out of 80016 with flag 0/851001
49.85/47.72	c cleaning 41003 clauses out of 82017 with flag 0/893001
52.75/50.62	c cleaning 41997 clauses out of 84013 with flag 0/936000
55.78/53.64	c cleaning 42999 clauses out of 86017 with flag 0/980001
59.16/57.06	c cleaning 44000 clauses out of 88017 with flag 0/1025000
61.76/59.64	c cleaning 45000 clauses out of 90018 with flag 0/1071001
64.37/62.24	c cleaning 46001 clauses out of 92017 with flag 0/1118000
67.39/65.22	c cleaning 46999 clauses out of 94017 with flag 0/1166001
70.40/68.23	c cleaning 47997 clauses out of 96017 with flag 0/1215000
73.13/70.97	c cleaning 49002 clauses out of 98021 with flag 0/1265001
75.93/73.76	c cleaning 50005 clauses out of 100020 with flag 0/1316002
78.76/76.56	c cleaning 51001 clauses out of 102014 with flag 0/1368001
81.79/79.56	c cleaning 51998 clauses out of 104013 with flag 0/1421001
84.82/82.51	c cleaning 52996 clauses out of 106014 with flag 0/1475000
87.65/85.39	c cleaning 54004 clauses out of 108020 with flag 0/1530002
91.67/89.34	c cleaning 54999 clauses out of 110014 with flag 0/1586000
95.43/93.09	c cleaning 56000 clauses out of 112015 with flag 0/1643000
98.86/96.47	c cleaning 57000 clauses out of 114015 with flag 0/1701000
102.39/99.93	c cleaning 57999 clauses out of 116015 with flag 0/1760000
106.13/103.63	c cleaning 59001 clauses out of 118017 with flag 0/1820001
109.58/107.08	c cleaning 60002 clauses out of 120016 with flag 0/1881001
113.64/111.04	c cleaning 60997 clauses out of 122014 with flag 0/1943001
117.96/115.34	c cleaning 62003 clauses out of 124017 with flag 0/2006001
122.33/119.62	c cleaning 63001 clauses out of 126014 with flag 0/2070001
127.05/124.31	c cleaning 64001 clauses out of 128013 with flag 0/2135001
131.61/128.89	c cleaning 65002 clauses out of 130012 with flag 0/2201001
136.91/134.15	c cleaning 66000 clauses out of 132010 with flag 0/2268001
141.57/138.73	c cleaning 67000 clauses out of 134011 with flag 0/2336002
146.34/143.40	c cleaning 67997 clauses out of 136009 with flag 0/2405000
151.91/148.90	c cleaning 68999 clauses out of 138012 with flag 0/2475000
157.25/154.21	c cleaning 70001 clauses out of 140014 with flag 0/2546001
162.52/159.48	c cleaning 70999 clauses out of 142012 with flag 0/2618000
167.66/164.58	c cleaning 71998 clauses out of 144014 with flag 0/2691001
173.40/170.26	c cleaning 73001 clauses out of 146015 with flag 0/2765000
179.15/175.96	c cleaning 74001 clauses out of 148015 with flag 0/2840001
184.91/181.62	c cleaning 75000 clauses out of 150013 with flag 0/2916000
190.83/187.55	c cleaning 76000 clauses out of 152014 with flag 0/2993001
197.28/193.90	c cleaning 77001 clauses out of 154014 with flag 0/3071001
204.00/200.60	c cleaning 78000 clauses out of 156012 with flag 0/3150000
209.31/205.92	c cleaning 78999 clauses out of 158012 with flag 0/3230000
215.64/212.23	c cleaning 80000 clauses out of 160014 with flag 0/3311001
220.69/217.26	c cleaning 80998 clauses out of 162013 with flag 0/3393000
225.84/222.37	c cleaning 81999 clauses out of 164015 with flag 0/3476000
231.43/227.97	c cleaning 82998 clauses out of 166016 with flag 0/3560000
237.51/233.94	c cleaning 84004 clauses out of 168018 with flag 0/3645000
243.79/240.12	c cleaning 85001 clauses out of 170015 with flag 0/3731001
248.91/245.21	c cleaning 86005 clauses out of 172013 with flag 0/3818000
254.31/250.55	c cleaning 86997 clauses out of 174008 with flag 0/3906000
259.86/256.07	c cleaning 88001 clauses out of 176012 with flag 0/3995001
266.05/262.21	c cleaning 88999 clauses out of 178011 with flag 0/4085001
272.21/268.33	c cleaning 89998 clauses out of 180012 with flag 0/4176001
278.87/274.99	c cleaning 91000 clauses out of 182014 with flag 0/4268001
285.05/281.08	c cleaning 91999 clauses out of 184013 with flag 0/4361000
291.48/287.45	c cleaning 93003 clauses out of 186014 with flag 0/4455000
298.51/294.42	c cleaning 94000 clauses out of 188013 with flag 0/4550002
306.28/302.11	c cleaning 95004 clauses out of 190011 with flag 0/4646000
312.85/308.66	c cleaning 95995 clauses out of 192007 with flag 0/4743000
319.71/315.48	c cleaning 96998 clauses out of 194012 with flag 0/4841000
327.13/322.82	c cleaning 98004 clauses out of 196015 with flag 0/4940001
334.65/330.39	c cleaning 99000 clauses out of 198011 with flag 0/5040001
342.27/337.87	c cleaning 100002 clauses out of 200011 with flag 0/5141001
348.94/344.40	c cleaning 100999 clauses out of 202008 with flag 0/5243000
356.37/351.82	c cleaning 102000 clauses out of 204009 with flag 0/5346000
364.44/359.87	c cleaning 103001 clauses out of 206009 with flag 0/5450000
372.44/367.74	c cleaning 104000 clauses out of 208009 with flag 0/5555001
381.27/376.59	c cleaning 104997 clauses out of 210008 with flag 0/5661000
388.83/384.05	c cleaning 106003 clauses out of 212012 with flag 0/5768001
397.72/392.86	c cleaning 106999 clauses out of 214008 with flag 0/5876000
407.07/402.17	c cleaning 107996 clauses out of 216009 with flag 0/5985000
415.75/410.86	c cleaning 109001 clauses out of 218013 with flag 0/6095000
424.42/419.43	c cleaning 110003 clauses out of 220012 with flag 0/6206000
434.06/429.04	c cleaning 111000 clauses out of 222009 with flag 0/6318000
442.62/437.52	c cleaning 112000 clauses out of 224010 with flag 0/6431001
450.31/445.21	c cleaning 113000 clauses out of 226010 with flag 0/6545001
458.28/453.15	c cleaning 113999 clauses out of 228010 with flag 0/6660001
467.83/462.60	c cleaning 114999 clauses out of 230010 with flag 0/6776000
476.20/470.93	c cleaning 116000 clauses out of 232013 with flag 0/6893002
485.47/480.29	c cleaning 117001 clauses out of 234011 with flag 0/7011000
494.55/489.23	c cleaning 118002 clauses out of 236010 with flag 0/7130000
504.81/499.45	c cleaning 118997 clauses out of 238008 with flag 0/7250000
514.43/509.10	c cleaning 119999 clauses out of 240012 with flag 0/7371001
524.43/518.90	c cleaning 121000 clauses out of 242013 with flag 0/7493001
535.15/529.66	c cleaning 122002 clauses out of 244013 with flag 0/7616001
545.53/539.90	c cleaning 123001 clauses out of 246010 with flag 0/7740000
557.08/551.40	c cleaning 123997 clauses out of 248009 with flag 0/7865000
567.58/561.90	c cleaning 125005 clauses out of 250013 with flag 0/7991001
577.51/571.88	c cleaning 126000 clauses out of 252007 with flag 0/8118000
588.40/582.65	c cleaning 126999 clauses out of 254008 with flag 0/8246001
599.09/593.35	c cleaning 127998 clauses out of 256009 with flag 0/8375001
610.13/604.34	c cleaning 129002 clauses out of 258010 with flag 0/8505000
620.80/614.91	c cleaning 130000 clauses out of 260009 with flag 0/8636001
630.47/624.68	c cleaning 131001 clauses out of 262009 with flag 0/8768001
641.82/635.92	c cleaning 132001 clauses out of 264007 with flag 0/8901000
651.85/645.96	c cleaning 132999 clauses out of 266006 with flag 0/9035000
662.83/657.02	c cleaning 134002 clauses out of 268007 with flag 0/9170000
673.05/667.23	c cleaning 134999 clauses out of 270005 with flag 0/9306000
683.25/677.46	c cleaning 135999 clauses out of 272006 with flag 0/9443000
693.41/687.63	c cleaning 137003 clauses out of 274007 with flag 0/9581000
703.47/697.62	c cleaning 137997 clauses out of 276004 with flag 0/9720000
714.74/708.80	c cleaning 138999 clauses out of 278007 with flag 0/9860000
725.65/719.73	c cleaning 139997 clauses out of 280008 with flag 0/10001000
739.81/733.84	c cleaning 141003 clauses out of 282011 with flag 0/10143000
749.57/743.81	c cleaning 141997 clauses out of 284009 with flag 0/10286001
760.41/754.63	c cleaning 142998 clauses out of 286012 with flag 0/10430001
772.70/766.83	c cleaning 144006 clauses out of 288014 with flag 0/10575001
785.11/779.04	c cleaning 144999 clauses out of 290008 with flag 0/10721001
799.54/793.46	c cleaning 146000 clauses out of 292008 with flag 0/10868000
814.19/808.17	c cleaning 147003 clauses out of 294008 with flag 0/11016000
826.95/820.86	c cleaning 147995 clauses out of 296006 with flag 0/11165001
841.28/835.12	c cleaning 149003 clauses out of 298011 with flag 0/11315001
856.73/850.54	c cleaning 150002 clauses out of 300007 with flag 0/11466000
870.29/864.03	c cleaning 151001 clauses out of 302005 with flag 0/11618000
882.17/875.97	c cleaning 151992 clauses out of 304004 with flag 0/11771000
895.59/889.30	c cleaning 153001 clauses out of 306013 with flag 0/11925001
908.45/902.26	c cleaning 154006 clauses out of 308012 with flag 0/12080001
922.89/916.63	c cleaning 155001 clauses out of 310005 with flag 0/12236000
937.15/930.96	c cleaning 155997 clauses out of 312005 with flag 0/12393001
951.92/945.61	c cleaning 157002 clauses out of 314007 with flag 0/12551000
966.86/960.50	c cleaning 158001 clauses out of 316005 with flag 0/12710000
980.82/974.11	c cleaning 158992 clauses out of 318003 with flag 0/12870000
993.21/986.58	c cleaning 159997 clauses out of 320011 with flag 0/13031000
1006.25/999.58	c cleaning 161003 clauses out of 322015 with flag 0/13193001
1018.99/1012.28	c cleaning 161997 clauses out of 324011 with flag 0/13356000
1031.07/1024.27	c cleaning 163000 clauses out of 326014 with flag 0/13520000
1043.87/1037.00	c cleaning 164002 clauses out of 328015 with flag 0/13685001
1057.98/1051.07	c cleaning 165002 clauses out of 330012 with flag 0/13851000
1071.97/1064.90	c cleaning 165997 clauses out of 332011 with flag 0/14018001
1085.58/1078.54	c cleaning 167005 clauses out of 334013 with flag 0/14186000
1098.86/1091.75	c cleaning 167998 clauses out of 336008 with flag 0/14355000
1112.53/1105.34	c cleaning 168999 clauses out of 338010 with flag 0/14525000
1126.02/1118.77	c cleaning 169999 clauses out of 340011 with flag 0/14696000
1139.66/1132.37	c cleaning 171001 clauses out of 342013 with flag 0/14868001
1156.99/1149.57	c cleaning 172003 clauses out of 344012 with flag 0/15041001
1171.96/1164.28	c cleaning 173000 clauses out of 346008 with flag 0/15215000
1186.32/1178.50	c cleaning 174002 clauses out of 348009 with flag 0/15390001
1201.06/1193.22	c cleaning 175001 clauses out of 350007 with flag 0/15566001
1217.41/1209.51	c cleaning 175998 clauses out of 352005 with flag 0/15743000
1231.72/1223.71	c cleaning 176997 clauses out of 354007 with flag 0/15921000
1247.60/1239.68	c cleaning 177995 clauses out of 356010 with flag 0/16100000
1262.30/1254.23	c cleaning 179002 clauses out of 358015 with flag 0/16280000
1277.79/1269.76	c cleaning 180000 clauses out of 360013 with flag 0/16461000
1294.95/1286.98	c cleaning 181000 clauses out of 362013 with flag 0/16643000
1312.08/1303.94	c cleaning 182000 clauses out of 364014 with flag 0/16826001
1327.41/1319.29	c cleaning 183002 clauses out of 366013 with flag 0/17010000
1343.72/1335.49	c cleaning 184000 clauses out of 368011 with flag 0/17195000
1359.64/1351.36	c cleaning 185001 clauses out of 370011 with flag 0/17381000
1376.09/1367.79	c cleaning 185998 clauses out of 372011 with flag 0/17568001
1392.61/1384.22	c cleaning 187005 clauses out of 374012 with flag 0/17756000
1411.54/1403.08	c cleaning 188000 clauses out of 376008 with flag 0/17945001
1428.77/1420.25	c cleaning 188999 clauses out of 378007 with flag 0/18135000
1446.06/1437.45	c cleaning 189999 clauses out of 380009 with flag 0/18326001
1463.69/1455.02	c cleaning 191002 clauses out of 382009 with flag 0/18518000
1481.41/1472.77	c cleaning 192000 clauses out of 384008 with flag 0/18711001
1500.08/1491.38	c cleaning 193000 clauses out of 386007 with flag 0/18905000
1517.29/1508.54	c cleaning 193997 clauses out of 388007 with flag 0/19100000
1535.66/1526.89	c cleaning 194998 clauses out of 390011 with flag 0/19296001
1558.05/1549.21	c cleaning 195999 clauses out of 392013 with flag 0/19493001
1575.23/1566.40	c cleaning 197003 clauses out of 394014 with flag 0/19691001
1594.40/1585.42	c cleaning 198000 clauses out of 396011 with flag 0/19890001
1613.51/1604.50	c cleaning 198999 clauses out of 398010 with flag 0/20090000
1634.60/1625.85	c cleaning 199998 clauses out of 400011 with flag 0/20291000
1655.20/1646.40	c cleaning 201007 clauses out of 402013 with flag 0/20493000
1676.07/1667.20	c cleaning 202001 clauses out of 404007 with flag 0/20696001
1697.88/1689.09	c cleaning 202994 clauses out of 406006 with flag 0/20900001
1718.56/1709.79	c cleaning 204002 clauses out of 408011 with flag 0/21105000
1742.11/1733.24	c cleaning 204999 clauses out of 410009 with flag 0/21311000
1764.53/1755.60	c cleaning 205999 clauses out of 412010 with flag 0/21518000
1787.56/1778.77	c cleaning 207004 clauses out of 414012 with flag 0/21726001
1810.83/1802.04	c cleaning 208002 clauses out of 416007 with flag 0/21935000
1834.96/1826.16	c cleaning 208999 clauses out of 418005 with flag 0/22145000
1836.76/1827.93	c starts		: 1
1836.76/1827.94	c conflicts		: 22177519
1836.76/1827.94	c decisions		: 25996875
1836.76/1827.94	c propagations		: 146439046
1836.76/1827.94	c inspects		: 11574266362
1836.76/1827.94	c shortcuts		: 0
1836.76/1827.94	c learnt literals	: 1
1836.76/1827.94	c learnt binary clauses	: 2
1836.76/1827.94	c learnt ternary clauses	: 16
1836.76/1827.94	c learnt constraints	: 22177517
1836.76/1827.94	c ignored constraints	: 0
1836.76/1827.94	c root simplifications	: 0
1836.76/1827.94	c removed literals (reason simplification)	: 0
1836.76/1827.94	c reason swapping (by a shorter reason)	: 0
1836.76/1827.94	c Calls to reduceDB	: 206
1836.76/1827.94	c Number of update (reduction) of LBD	: 24296498
1836.76/1827.94	c Imported unit clauses	: 0
1836.76/1827.94	c No decision after first conflict	: false
1836.76/1827.94	c number of reductions to clauses (during analyze)	: 0
1836.76/1827.94	c number of learned constraints concerned by reduction	: 0
1836.76/1827.94	c number of learning phase by resolution	: 0
1836.76/1827.94	c number of learning phase by cutting planes	: 0
1836.76/1827.94	c number of rounding to 1 operations	: 0
1836.76/1827.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1836.76/1827.94	c number of reductions of the coefficients by power 2 	: 0
1836.76/1827.94	c number of right shift for reduction by power 2 	: 0
1836.76/1827.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
1836.76/1827.94	c number of ending skipping 	: 0
1836.76/1827.94	c number of internal skipping 	: 0
1836.76/1827.94	c number of derivation steps 	: 131559711
1836.76/1827.94	c number of skipped derivation steps 	: 0
1836.76/1827.94	c number of remaining unassigned 	: 0
1836.76/1827.94	c number of remaining assigned 	: 0
1836.76/1827.94	c number of falsified literals weakened from reason	: 0
1836.76/1827.94	c number of falsified literals weakened from conflict	: 0
1836.76/1827.94	c time for arithmetic operations	: 0
1836.76/1827.94	c minimum degree of deleted constraints	: 1
1836.76/1827.94	c maximum degree of deleted constraints	: 1
1836.76/1827.94	c number of deleted constraints	: 21935993
1836.76/1827.94	c speed (assignments/second)	: 80121.29120646139
1836.76/1827.94	c non guided choices	: 11123
1836.86/1828.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 241522
1836.86/1828.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
1836.86/1828.00	s UNSATISFIABLE
1836.86/1828.00	c Total wall clock time (in seconds): 1827.838

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 23:53:01 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 (62714 MiB free)
  memory of node 1: 64507 MiB (63986 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510119-1751202286/watcher-4510119-1751202286 -o /tmp/evaluation-result-4510119-1751202286/solver-4510119-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23247 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510119-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510119-1751202286.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Starting watchdog thread
solver pid=23292, runsolver pid=23286
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.80 2.71 3.56 7/332 23373
/proc/meminfo: memFree=129655580/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=18930384 memory=53168 CPUtime=0.1 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 6409 0 86 0 8 2 0 0 20 0 18 0 35908528 19384713216 13292 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4732596 13292 5335 1 0 547534 0
[pid=23292/tid=23307] ppid=23286 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 4940 0 80 0 5 1 0 0 20 0 18 0 35908530 19384713216 13292 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908532 19384713216 13292 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35908533 19384713216 13292 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53168 KiB

[startup+0.205902 s]*
/proc/loadavg: 0.80 2.71 3.56 14/332 23373
/proc/meminfo: memFree=129618344/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=18930384 memory=62084 CPUtime=0.28 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 7033 0 87 0 25 3 0 0 20 0 18 0 35908528 19384713216 15521 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4732596 15521 5431 1 0 547972 0
[pid=23292/tid=23307] ppid=23286 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 5330 0 81 0 14 1 0 0 20 0 18 0 35908530 19384713216 15521 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908532 19384713216 15521 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35908533 19384713216 15521 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62084 KiB

[startup+0.3059 s]*
/proc/loadavg: 0.80 2.71 3.56 11/336 23377
/proc/meminfo: memFree=129605500/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=18997228 memory=72708 CPUtime=0.46 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 7670 0 87 0 43 3 0 0 20 0 19 0 35908528 19453161472 18177 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4749307 18177 5463 1 0 548657 0
[pid=23292/tid=23307] ppid=23286 vsize=18997228 memory=-6000919472656378221 CPUtime=0.22 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 5386 0 81 0 20 2 0 0 20 0 19 0 35908530 19453161472 18177 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=18997228 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35908532 19453161472 18177 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=18997228 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35908533 19453161472 18177 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=18997228 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35908551 19453161472 18177 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18997228 KiB
Current children cumulated memory: 72708 KiB

[startup+0.700237 s]
/proc/loadavg: 0.80 2.71 3.56 10/336 23377
/proc/meminfo: memFree=129360188/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=164808 CPUtime=1.22 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 12379 0 87 0 116 6 0 0 20 0 20 0 35908528 19521036288 41202 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 41202 5463 1 0 551741 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=17664 CPUtime=0.58 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 5440 0 81 0 54 4 0 0 20 0 20 0 35908530 19521036288 41202 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 41202 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 41202 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 41202 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164808 KiB

[startup+1.50024 s]
/proc/loadavg: 0.80 2.71 3.56 10/340 23381
/proc/meminfo: memFree=129202772/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=308596 CPUtime=2.81 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 21063 0 87 0 270 11 0 0 20 0 20 0 35908528 19521036288 77149 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 77149 5463 1 0 553741 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=10880 CPUtime=1.34 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 5968 0 81 0 127 7 0 0 20 0 20 0 35908530 19521036288 77149 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 77149 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 77149 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 77149 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 308596 KiB

[startup+3.1057 s]
/proc/loadavg: 1.38 2.80 3.58 5/340 23381
/proc/meminfo: memFree=126787256/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=773456 CPUtime=5.08 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 23678 0 87 0 487 21 0 0 20 0 20 0 35908528 19521036288 193364 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 193364 5463 1 0 554108 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=10880 CPUtime=2.92 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 6988 0 81 0 275 17 0 0 20 0 20 0 35908530 19521036288 193364 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=-6000919481246312813 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 193364 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 193364 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 193364 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 773456 KiB

[startup+6.30021 s]
/proc/loadavg: 1.38 2.80 3.58 5/342 23383
/proc/meminfo: memFree=124609568/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=1304280 CPUtime=8.38 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 24757 0 87 0 804 34 0 0 20 0 20 0 35908528 19521036288 326070 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 326070 5463 1 0 554127 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=0 CPUtime=6.09 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 7372 0 81 0 579 30 0 0 20 0 20 0 35908530 19521036288 326070 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 326070 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 326070 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 326070 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1304280 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 2.84 3.59 5/342 23383
/proc/meminfo: memFree=124546776/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=1310452 CPUtime=14.86 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 26262 0 87 0 1449 37 0 0 20 0 20 0 35908528 19521036288 327613 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 327613 5463 1 0 554127 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=10880 CPUtime=12.43 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 8256 0 81 0 1211 32 0 0 20 0 20 0 35908530 19521036288 327613 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=1310452 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 327613 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 327613 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=-6000919481246312813 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 327613 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 14.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1310452 KiB

[startup+25.5002 s]
/proc/loadavg: 2.28 2.91 3.61 5/342 23383
/proc/meminfo: memFree=124420284/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=1320724 CPUtime=27.67 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 31557 0 87 0 2724 43 0 0 20 0 20 0 35908528 19521036288 330181 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 330181 5463 1 0 554127 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=1310452 CPUtime=25.1 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 9699 0 81 0 2473 37 0 0 20 0 20 0 35908530 19521036288 330181 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 330181 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=-6000919481246312813 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 330181 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=1304280 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 330181 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 27.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320724 KiB

[startup+51.1058 s]
/proc/loadavg: 2.87 3.00 3.62 5/343 23384
/proc/meminfo: memFree=124201944/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=1339400 CPUtime=53.27 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 35297 0 87 0 5273 54 0 0 20 0 20 0 35908528 19521036288 334850 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 334850 5463 1 0 554127 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=1337348 CPUtime=50.37 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 11051 0 81 0 4989 48 0 0 20 0 20 0 35908530 19521036288 334850 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0

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

/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1791.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

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

# cumulated CPU time of all completed processes:  user=1831.55 s, system=5.33518 s

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

[startup+1792 s]*
/proc/loadavg: 4.12 4.16 4.09 5/344 23471
/proc/meminfo: memFree=113131464/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1800.92 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88139 0 87 0 179566 526 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=-6000919472656378221 CPUtime=1765.61 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31030 0 81 0 176106 455 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=4642814959343529626 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 773 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1800.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1804.8 s]
/proc/loadavg: 4.18 4.17 4.09 5/344 23474
/proc/meminfo: memFree=113094352/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1813.64 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88281 0 87 0 180836 528 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=17664 CPUtime=1778.29 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31112 0 81 0 177373 456 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1813.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1817.6 s]
/proc/loadavg: 4.21 4.18 4.10 5/344 23474
/proc/meminfo: memFree=113039600/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1826.47 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88571 0 87 0 182117 530 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=14720 CPUtime=1790.98 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31374 0 81 0 178640 458 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1826.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1824 s]*
/proc/loadavg: 4.27 4.19 4.10 5/344 23474
/proc/meminfo: memFree=113009416/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1832.87 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88702 0 87 0 182756 531 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=-6000919472656378221 CPUtime=1797.38 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31503 0 81 0 179279 459 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=4642814959343529626 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=23368 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1832.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1825.6 s]
/proc/loadavg: 4.27 4.19 4.10 5/344 23474
/proc/meminfo: memFree=113009424/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1834.46 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88702 0 87 0 182915 531 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=14720 CPUtime=1798.97 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31503 0 81 0 179438 459 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=2598176 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=7024 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1834.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1827.2 s]
/proc/loadavg: 4.25 4.19 4.10 5/344 23474
/proc/meminfo: memFree=112985264/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1836.05 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88713 0 87 0 183074 531 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=5760 CPUtime=1800.52 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31511 0 81 0 179592 460 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1836.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1827.6 s]
/proc/loadavg: 4.25 4.19 4.10 5/344 23474
/proc/meminfo: memFree=112985264/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19063512 memory=2598176 CPUtime=1836.45 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 88755 0 87 0 183114 531 0 0 20 0 20 0 35908528 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4765878 649544 5527 1 0 663197 0
[pid=23292/tid=23307] ppid=23286 vsize=19063512 memory=14720 CPUtime=1800.92 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) R 23286 23292 23236 0 -1 4194368 31553 0 81 0 179632 460 0 0 20 0 20 0 35908530 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19063512 memory=-6000919481246312813 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23374] ppid=23286 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/23292/task/23374/stat : 23374 (Timer-0) S 23286 23292 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908551 19521036288 649544 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1836.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598176 KiB

[startup+1828 s]*
/proc/loadavg: 4.25 4.19 4.10 6/344 23476
/proc/meminfo: memFree=112985592/131250000 swapFree=33010684/33010684
[pid=23292] ppid=23286 vsize=19196640 memory=2598816 CPUtime=1836.86 cores=4,6
/proc/23292/stat : 23292 (java) S 23286 23292 23236 0 -1 4194304 90877 0 87 0 183154 532 0 0 20 0 20 0 35908528 19657359360 649704 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
/proc/23292/statm: 4799160 649704 5527 1 0 663852 0
[pid=23292/tid=23307] ppid=23286 vsize=19196640 memory=-6000919472656378221 CPUtime=1801.21 cores=4,6
/proc/23292/task/23307/stat : 23307 (java) S 23286 23292 23236 0 -1 4194368 33132 0 81 0 179661 460 0 0 20 0 20 0 35908530 19657359360 649704 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23326] ppid=23286 vsize=19196640 memory=-4050210904893865874 CPUtime=0 cores=4,6
/proc/23292/task/23326/stat : 23326 (Finalizer) S 23286 23292 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19657359360 649704 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23351] ppid=23286 vsize=19196640 memory=5760 CPUtime=0 cores=4,6
/proc/23292/task/23351/stat : 23351 (Common-Cleaner) S 23286 23292 23236 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 35908533 19657359360 649704 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
[pid=23292/tid=23475] ppid=23286 vsize=19196640 memory=2944 CPUtime=0.06 cores=4,6
/proc/23292/task/23475/stat : 23475 (Thread-0) R 23286 23292 23236 0 -1 4194368 329 0 0 0 6 0 0 0 20 0 20 0 36091321 19657359360 649704 18446744073709551615 94837139902464 94837139906160 140722368954592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837139913976 94837139914768 94837155774464 140722368956717 140722368956902 140722368956902 140722368962504 0
Current children cumulated CPU time: 1836.86 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2598816 KiB

Child status: 20

Real time (s): 1828.05
CPU time (s): 1836.88
CPU user time (s): 1831.55
CPU system time (s): 5.33518
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2598816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1831.55
system time used= 5.33518
maximum resident set size= 2598816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91057
page faults= 87
swaps= 0
block input operations= 0
block output operations= 3570064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78666
involuntary context switches= 7935


# summary of solver processes directly reported to runsolver:
#   pid: 23292
#   total CPU time (s): 1836.88
#   total CPU user time (s): 1831.55
#   total CPU system time (s): 5.33518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.81454 second user time and 8.84109 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 15:04:46
IDJOB=4510119
IDBENCH=159967
IDSOLVER=3362
FILE ID=nodeC027/4510119-1751202286
RUNJOBID= nodeC027-1751202286-23247
SLURM_JOB_ID= 9587612
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n98-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510119-1751202286/watcher-4510119-1751202286 -o /tmp/evaluation-result-4510119-1751202286/solver-4510119-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23247 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510119-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510119-1751202286.opb

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

MD5SUM BENCH= 113ac974cfbbea52fe5442f60fd809f6
RANDOM SEED=264074300

nodeC027 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		: 3599.654
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.29
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		: 2497.577
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.29
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.642
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.29
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		: 2076.125
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.29
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.642
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.29
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		: 1995.474
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.29
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.167
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.29
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		: 2549.504
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129701740 kB
MemAvailable:   129704772 kB
Buffers:            3280 kB
Cached:           808524 kB
SwapCached:            0 kB
Active:           328968 kB
Inactive:         554668 kB
Active(anon):      89900 kB
Inactive(anon):        0 kB
Active(file):     239068 kB
Inactive(file):   554668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:         74912 kB
Mapped:           102412 kB
Shmem:             18068 kB
KReclaimable:      96672 kB
Slab:             182028 kB
SReclaimable:      96672 kB
SUnreclaim:        85356 kB
KernelStack:        4040 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 15:35:15