Trace number 4510121

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. 3293.82 3297.93

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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.26/0.27	c Pseudo Boolean Optimization by upper bound
0.26/0.27	c --- Begin Solver configuration ---
0.26/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.27	c Learn all clauses as in MiniSAT
0.26/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.27	c Expensive reason simplification
0.26/0.27	c Glucose 2.1 dynamic restart strategy
0.26/0.27	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.26/0.27	c timeout=2147483s
0.26/0.27	c DB Simplification allowed=false
0.26/0.27	c Listener: none
0.26/0.27	c --- End Solver configuration ---
0.26/0.27	c solving HOME/instance-4510121-1751197829.opb
0.26/0.27	c reading problem ... 
0.26/0.28	c using VERIPB proof format
0.26/0.28	c  no objective function found
0.42/0.35	c ... done. Wall clock time 0.073s.
0.42/0.35	c declared #vars     147
0.42/0.35	c #constraints  392
0.42/0.35	c constraints type 
0.42/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.42/0.35	c 392 constraints processed.
1.50/0.91	c cleaning 2497 clauses out of 5000 with flag 20525/5000
2.09/1.23	c cleaning 4247 clauses out of 8504 with flag 47266/11001
2.69/1.55	c cleaning 5621 clauses out of 11257 with flag 84734/18001
3.28/1.80	c cleaning 6808 clauses out of 13635 with flag 125631/26000
3.65/2.06	c cleaning 7909 clauses out of 15828 with flag 172273/35001
4.13/2.34	c cleaning 8955 clauses out of 17919 with flag 232526/45001
4.47/2.66	c cleaning 9979 clauses out of 19964 with flag 292946/56001
4.99/3.14	c cleaning 10984 clauses out of 21984 with flag 358314/68000
5.38/3.52	c cleaning 11993 clauses out of 24001 with flag 426227/81001
6.10/3.99	c cleaning 12996 clauses out of 26007 with flag 498319/95000
6.71/4.51	c cleaning 13999 clauses out of 28012 with flag 572726/110001
7.22/5.09	c cleaning 15000 clauses out of 30012 with flag 655645/126000
7.88/5.70	c cleaning 15999 clauses out of 32013 with flag 739332/143001
8.64/6.36	c cleaning 17002 clauses out of 34014 with flag 831195/161001
9.46/7.15	c cleaning 18004 clauses out of 36012 with flag 924462/180001
10.24/7.92	c cleaning 19001 clauses out of 38007 with flag 1022561/200000
10.94/8.67	c cleaning 19998 clauses out of 40006 with flag 1125910/221000
11.84/9.59	c cleaning 20998 clauses out of 42009 with flag 1231379/243001
12.84/10.54	c cleaning 21998 clauses out of 44010 with flag 1340235/266000
13.94/11.66	c cleaning 22999 clauses out of 46012 with flag 1451902/290000
15.04/12.75	c cleaning 24000 clauses out of 48013 with flag 1568780/315000
16.13/13.89	c cleaning 24999 clauses out of 50014 with flag 1693236/341001
17.34/15.02	c cleaning 26004 clauses out of 52014 with flag 1821672/368000
18.64/16.36	c cleaning 27002 clauses out of 54011 with flag 1952560/396001
19.84/17.53	c cleaning 27999 clauses out of 56009 with flag 2093623/425001
21.03/18.76	c cleaning 28999 clauses out of 58009 with flag 2239267/455000
22.44/20.11	c cleaning 30001 clauses out of 60010 with flag 2385181/486000
23.82/21.55	c cleaning 31000 clauses out of 62010 with flag 2538263/518001
25.33/23.10	c cleaning 32001 clauses out of 64009 with flag 2695680/551000
26.91/24.68	c cleaning 33000 clauses out of 66008 with flag 2858131/585000
28.32/26.04	c cleaning 33999 clauses out of 68009 with flag 3033295/620001
29.80/27.59	c cleaning 35000 clauses out of 70010 with flag 3215981/656001
31.60/29.37	c cleaning 36002 clauses out of 72009 with flag 3402586/693000
33.60/31.35	c cleaning 36998 clauses out of 74008 with flag 3600933/731001
35.61/33.43	c cleaning 38000 clauses out of 76009 with flag 3773506/770000
37.44/34.79	c cleaning 39000 clauses out of 78010 with flag 3970482/810001
38.94/36.20	c cleaning 39998 clauses out of 80009 with flag 4163336/851000
40.84/38.17	c cleaning 40999 clauses out of 82011 with flag 4364674/893000
42.74/40.02	c cleaning 42002 clauses out of 84013 with flag 4554712/936001
44.64/41.97	c cleaning 42999 clauses out of 86010 with flag 4749796/980000
46.53/43.86	c cleaning 44000 clauses out of 88011 with flag 4956310/1025000
48.84/46.19	c cleaning 45002 clauses out of 90012 with flag 5175642/1071001
50.91/48.23	c cleaning 45997 clauses out of 92009 with flag 5382621/1118000
53.50/50.85	c cleaning 47003 clauses out of 94012 with flag 5617062/1166000
55.89/53.25	c cleaning 48003 clauses out of 96009 with flag 5839237/1215000
58.09/55.47	c cleaning 48996 clauses out of 98007 with flag 6072067/1265001
61.39/58.73	c cleaning 50002 clauses out of 100011 with flag 6298557/1316001
64.27/61.68	c cleaning 51000 clauses out of 102009 with flag 6536066/1368001
67.52/64.96	c cleaning 51996 clauses out of 104008 with flag 6778360/1421000
71.11/68.54	c cleaning 53000 clauses out of 106013 with flag 7018643/1475001
74.51/71.92	c cleaning 54007 clauses out of 108013 with flag 7266142/1530001
77.80/75.29	c cleaning 54998 clauses out of 110006 with flag 7519412/1586001
81.30/78.75	c cleaning 55998 clauses out of 112007 with flag 7784333/1643000
84.85/82.21	c cleaning 57001 clauses out of 114009 with flag 8069301/1701000
89.54/87.01	c cleaning 57999 clauses out of 116008 with flag 8349909/1760000
93.33/90.75	c cleaning 58998 clauses out of 118009 with flag 8624118/1820000
97.28/94.79	c cleaning 60002 clauses out of 120011 with flag 8891076/1881000
100.16/97.69	c cleaning 61000 clauses out of 122010 with flag 9158107/1943001
102.98/100.43	c cleaning 61997 clauses out of 124010 with flag 9466508/2006001
106.27/103.72	c cleaning 63002 clauses out of 126013 with flag 9769199/2070001
109.57/107.06	c cleaning 63999 clauses out of 128011 with flag 10075287/2135001
112.78/110.26	c cleaning 64999 clauses out of 130012 with flag 10381429/2201001
115.87/113.39	c cleaning 66003 clauses out of 132013 with flag 10668198/2268001
119.46/116.96	c cleaning 67002 clauses out of 134009 with flag 10950862/2336000
123.85/121.38	c cleaning 68000 clauses out of 136008 with flag 11228254/2405001
128.28/125.84	c cleaning 69001 clauses out of 138007 with flag 11517663/2475000
133.07/130.69	c cleaning 69997 clauses out of 140006 with flag 11801602/2546000
137.16/134.70	c cleaning 70999 clauses out of 142009 with flag 12086446/2618000
141.56/139.13	c cleaning 72004 clauses out of 144011 with flag 12388819/2691001
146.03/143.63	c cleaning 72997 clauses out of 146007 with flag 12700028/2765001
150.22/147.84	c cleaning 73999 clauses out of 148009 with flag 13044744/2840000
155.21/152.86	c cleaning 74997 clauses out of 150012 with flag 13392159/2916002
160.40/158.12	c cleaning 75999 clauses out of 152014 with flag 13721914/2993001
165.70/163.41	c cleaning 76998 clauses out of 154015 with flag 14056146/3071001
169.99/167.73	c cleaning 78004 clauses out of 156016 with flag 14432018/3150000
175.08/172.87	c cleaning 79003 clauses out of 158012 with flag 14803190/3230000
179.57/177.39	c cleaning 79997 clauses out of 160010 with flag 15172606/3311001
183.56/181.39	c cleaning 80999 clauses out of 162013 with flag 15534552/3393001
190.34/188.24	c cleaning 81995 clauses out of 164013 with flag 15901727/3476000
196.63/194.58	c cleaning 83000 clauses out of 166018 with flag 16260789/3560000
203.13/201.02	c cleaning 84004 clauses out of 168018 with flag 16644196/3645000
209.12/207.02	c cleaning 85002 clauses out of 170015 with flag 17033809/3731001
214.38/212.39	c cleaning 85997 clauses out of 172012 with flag 17424855/3818000
220.16/218.13	c cleaning 87002 clauses out of 174015 with flag 17833353/3906000
225.63/223.65	c cleaning 87999 clauses out of 176013 with flag 18229420/3995000
233.61/231.60	c cleaning 89001 clauses out of 178015 with flag 18632361/4085001
239.20/237.22	c cleaning 89998 clauses out of 180013 with flag 19042770/4176000
246.39/244.49	c cleaning 90999 clauses out of 182015 with flag 19453430/4268000
254.53/252.61	c cleaning 92001 clauses out of 184016 with flag 19854166/4361000
263.11/261.26	c cleaning 93001 clauses out of 186016 with flag 20269045/4455001
272.53/270.67	c cleaning 94004 clauses out of 188015 with flag 20694336/4550001
282.57/280.77	c cleaning 95000 clauses out of 190011 with flag 21128736/4646001
291.47/289.65	c cleaning 96002 clauses out of 192010 with flag 21581431/4743000
300.75/298.92	c cleaning 96997 clauses out of 194008 with flag 22018267/4841000
309.63/307.89	c cleaning 97999 clauses out of 196012 with flag 22478246/4940001
320.93/319.12	c cleaning 98998 clauses out of 198013 with flag 22940140/5040001
331.60/329.88	c cleaning 100002 clauses out of 200014 with flag 23396491/5141000
343.57/341.87	c cleaning 101005 clauses out of 202012 with flag 23849825/5243000
352.77/350.79	c cleaning 101998 clauses out of 204007 with flag 24308901/5346000
361.53/359.49	c cleaning 103000 clauses out of 206010 with flag 24760114/5450001
371.48/369.36	c cleaning 103997 clauses out of 208010 with flag 25236316/5555001
384.42/382.32	c cleaning 105003 clauses out of 210012 with flag 25713710/5661000
398.64/396.59	c cleaning 106002 clauses out of 212010 with flag 26182731/5768001
412.38/410.34	c cleaning 106998 clauses out of 214007 with flag 26660371/5876000
427.42/425.35	c cleaning 108000 clauses out of 216009 with flag 27141418/5985000
441.26/439.28	c cleaning 108998 clauses out of 218010 with flag 27615808/6095001
454.33/452.30	c cleaning 110004 clauses out of 220011 with flag 28103820/6206000
469.84/467.87	c cleaning 111001 clauses out of 222008 with flag 28598835/6318001
486.70/484.70	c cleaning 111998 clauses out of 224006 with flag 29092281/6431000
499.03/497.05	c cleaning 113000 clauses out of 226009 with flag 29601402/6545001
512.49/510.55	c cleaning 113999 clauses out of 228008 with flag 30123400/6660000
527.09/525.12	c cleaning 115002 clauses out of 230010 with flag 30650351/6776001
543.02/541.11	c cleaning 116003 clauses out of 232007 with flag 31173385/6893000
562.55/560.64	c cleaning 116995 clauses out of 234004 with flag 31701778/7011000
577.71/575.73	c cleaning 118003 clauses out of 236010 with flag 32232708/7130001
593.24/591.40	c cleaning 119002 clauses out of 238008 with flag 32772693/7250002
611.27/609.34	c cleaning 119997 clauses out of 240005 with flag 33333867/7371001
631.91/630.04	c cleaning 121004 clauses out of 242008 with flag 33895730/7493001
645.24/643.39	c cleaning 121998 clauses out of 244004 with flag 34482666/7616001
661.47/659.66	c cleaning 122997 clauses out of 246005 with flag 35025835/7740000
680.18/678.35	c cleaning 124000 clauses out of 248008 with flag 35588357/7865000
694.83/692.96	c cleaning 124996 clauses out of 250009 with flag 36147725/7991001
712.56/710.72	c cleaning 126004 clauses out of 252013 with flag 36740391/8118001
730.30/728.46	c cleaning 126999 clauses out of 254009 with flag 37336321/8246001
750.71/748.88	c cleaning 127998 clauses out of 256010 with flag 37915405/8375001
766.07/764.22	c cleaning 129002 clauses out of 258012 with flag 38499713/8505001
782.49/780.64	c cleaning 129998 clauses out of 260010 with flag 39097785/8636001
796.45/794.68	c cleaning 131002 clauses out of 262012 with flag 39710888/8768001
813.24/811.43	c cleaning 131999 clauses out of 264010 with flag 40315765/8901001
831.15/829.35	c cleaning 133003 clauses out of 266011 with flag 40929065/9035001
849.78/848.03	c cleaning 134002 clauses out of 268007 with flag 41561592/9170000
871.33/869.68	c cleaning 134995 clauses out of 270005 with flag 42183763/9306000
887.79/886.10	c cleaning 135999 clauses out of 272011 with flag 42790311/9443001
908.40/906.72	c cleaning 137003 clauses out of 274011 with flag 43408668/9581000
929.53/927.81	c cleaning 138002 clauses out of 276009 with flag 44029537/9720001
949.89/948.24	c cleaning 138999 clauses out of 278007 with flag 44644371/9860001
978.59/976.94	c cleaning 140001 clauses out of 280008 with flag 45284051/10001001
1000.95/999.29	c cleaning 140999 clauses out of 282006 with flag 45900403/10143000
1022.79/1021.16	c cleaning 142003 clauses out of 284007 with flag 46508268/10286000
1043.22/1041.57	c cleaning 142996 clauses out of 286005 with flag 47132185/10430001
1067.23/1065.59	c cleaning 144001 clauses out of 288009 with flag 47777354/10575001
1090.76/1089.12	c cleaning 145001 clauses out of 290008 with flag 48426850/10721001
1117.84/1116.29	c cleaning 145995 clauses out of 292006 with flag 49101361/10868000
1138.49/1136.80	c cleaning 146999 clauses out of 294012 with flag 49754877/11016001
1169.50/1167.94	c cleaning 148002 clauses out of 296012 with flag 50428007/11165000
1195.28/1193.77	c cleaning 149000 clauses out of 298010 with flag 51107738/11315000
1227.77/1226.89	c cleaning 150000 clauses out of 300011 with flag 51794925/11466001
1253.39/1252.54	c cleaning 150997 clauses out of 302010 with flag 52474615/11618000
1279.37/1278.58	c cleaning 152003 clauses out of 304014 with flag 53187880/11771001
1308.47/1307.63	c cleaning 153004 clauses out of 306011 with flag 53861339/11925001
1334.08/1333.32	c cleaning 154000 clauses out of 308007 with flag 54549259/12080001
1370.56/1369.80	c cleaning 155000 clauses out of 310007 with flag 55255577/12236001
1398.54/1397.86	c cleaning 155997 clauses out of 312006 with flag 55924114/12393000
1420.38/1419.62	c cleaning 156999 clauses out of 314010 with flag 56614119/12551001
1449.20/1448.54	c cleaning 158001 clauses out of 316010 with flag 57309870/12710000
1478.20/1477.58	c cleaning 158996 clauses out of 318009 with flag 58049564/12870000
1524.84/1524.25	c cleaning 160005 clauses out of 320015 with flag 58802457/13031002
1579.52/1582.35	c cleaning 161001 clauses out of 322009 with flag 59535719/13193001
1622.89/1625.86	c cleaning 162003 clauses out of 324007 with flag 60268377/13356000
1664.46/1667.45	c cleaning 162996 clauses out of 326004 with flag 61029139/13520000
1705.94/1708.99	c cleaning 164002 clauses out of 328009 with flag 61782423/13685001
1736.95/1740.04	c cleaning 164997 clauses out of 330007 with flag 62562144/13851001
1777.10/1780.28	c cleaning 165999 clauses out of 332009 with flag 63349150/14018000
1818.25/1821.40	c cleaning 166998 clauses out of 334010 with flag 64116052/14186000
1860.53/1863.74	c cleaning 168004 clauses out of 336013 with flag 64901640/14355001
1898.94/1902.11	c cleaning 169004 clauses out of 338008 with flag 65695327/14525000
1931.44/1934.75	c cleaning 169996 clauses out of 340005 with flag 66481650/14696001
1967.19/1970.57	c cleaning 171003 clauses out of 342009 with flag 67258469/14868001
2009.64/2013.05	c cleaning 171998 clauses out of 344007 with flag 68065621/15041002
2055.02/2058.48	c cleaning 173000 clauses out of 346007 with flag 68863029/15215000
2093.10/2096.69	c cleaning 173998 clauses out of 348008 with flag 69657627/15390001
2135.97/2139.53	c cleaning 174997 clauses out of 350009 with flag 70473503/15566000
2179.88/2183.58	c cleaning 176002 clauses out of 352012 with flag 71309722/15743000
2217.00/2220.71	c cleaning 177000 clauses out of 354010 with flag 72124534/15921000
2256.60/2260.44	c cleaning 178000 clauses out of 356010 with flag 72937144/16100000
2294.67/2298.57	c cleaning 178998 clauses out of 358011 with flag 73758340/16280001
2332.40/2336.33	c cleaning 180003 clauses out of 360013 with flag 74589734/16461001
2373.65/2377.69	c cleaning 180999 clauses out of 362009 with flag 75425209/16643000
2418.13/2422.17	c cleaning 181997 clauses out of 364010 with flag 76274416/16826000
2466.56/2470.64	c cleaning 183002 clauses out of 366014 with flag 77143294/17010001
2512.08/2514.63	c cleaning 184004 clauses out of 368012 with flag 78000482/17195001
2558.12/2560.69	c cleaning 184998 clauses out of 370007 with flag 78838248/17381001
2604.64/2607.24	c cleaning 185997 clauses out of 372010 with flag 79682106/17568002
2657.97/2661.93	c cleaning 187006 clauses out of 374011 with flag 80541631/17756000
2706.82/2710.82	c cleaning 187997 clauses out of 376006 with flag 81416296/17945001
2756.06/2760.12	c cleaning 188997 clauses out of 378010 with flag 82288831/18135002
2806.91/2811.05	c cleaning 190002 clauses out of 380012 with flag 83168593/18326001
2853.46/2857.67	c cleaning 191002 clauses out of 382010 with flag 84022020/18518001
2900.40/2904.66	c cleaning 191998 clauses out of 384008 with flag 84917542/18711001
2953.60/2957.64	c cleaning 193002 clauses out of 386010 with flag 85824629/18905001
3022.51/3026.75	c cleaning 193997 clauses out of 388008 with flag 86689797/19100001
3084.09/3088.40	c cleaning 194999 clauses out of 390010 with flag 87575244/19296001
3127.58/3132.06	c cleaning 196002 clauses out of 392011 with flag 88480907/19493001
3186.73/3191.34	c cleaning 197003 clauses out of 394009 with flag 89410501/19691001
3251.64/3256.39	c cleaning 197999 clauses out of 396005 with flag 90340508/19890001
3293.54/3297.78	c starts		: 5146
3293.54/3297.78	c conflicts		: 20044741
3293.54/3297.78	c decisions		: 24046676
3293.54/3297.78	c propagations		: 104872139
3293.54/3297.78	c inspects		: 43124722946
3293.54/3297.78	c shortcuts		: 0
3293.54/3297.78	c learnt literals	: 19
3293.54/3297.78	c learnt binary clauses	: 170
3293.54/3297.78	c learnt ternary clauses	: 965
3293.54/3297.78	c learnt constraints	: 20044721
3293.54/3297.78	c ignored constraints	: 0
3293.54/3297.78	c root simplifications	: 0
3293.54/3297.78	c removed literals (reason simplification)	: 103311766
3293.54/3297.78	c reason swapping (by a shorter reason)	: 0
3293.54/3297.78	c Calls to reduceDB	: 195
3293.54/3297.78	c Number of update (reduction) of LBD	: 3517909
3293.54/3297.78	c Imported unit clauses	: 0
3293.54/3297.78	c No decision after first conflict	: false
3293.54/3297.78	c number of reductions to clauses (during analyze)	: 0
3293.54/3297.78	c number of learned constraints concerned by reduction	: 0
3293.54/3297.78	c number of learning phase by resolution	: 0
3293.54/3297.78	c number of learning phase by cutting planes	: 0
3293.54/3297.78	c number of rounding to 1 operations	: 0
3293.54/3297.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3293.54/3297.78	c number of reductions of the coefficients by power 2 	: 0
3293.54/3297.78	c number of right shift for reduction by power 2 	: 0
3293.54/3297.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3293.54/3297.78	c number of ending skipping 	: 0
3293.54/3297.78	c number of internal skipping 	: 0
3293.54/3297.78	c number of derivation steps 	: 0
3293.54/3297.78	c number of skipped derivation steps 	: 0
3293.54/3297.78	c number of remaining unassigned 	: 0
3293.54/3297.78	c number of remaining assigned 	: 0
3293.54/3297.78	c number of falsified literals weakened from reason	: 0
3293.54/3297.78	c number of falsified literals weakened from conflict	: 0
3293.54/3297.78	c time for arithmetic operations	: 0
3293.54/3297.78	c minimum degree of deleted constraints	: null
3293.54/3297.78	c maximum degree of deleted constraints	: null
3293.54/3297.78	c number of deleted constraints	: 0
3293.54/3297.78	c speed (assignments/second)	: 31804.37840342669
3293.54/3297.78	c non guided choices	: 4293
3293.65/3297.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 352559
3293.65/3297.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 170
3293.65/3297.87	s UNSATISFIABLE
3293.65/3297.87	c Total wall clock time (in seconds): 3297.591

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 23:53:46 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: 63794 MiB (61487 MiB free)
  memory of node 1: 64507 MiB (60204 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=24582, runsolver pid=24579

[startup+0.100069 s]*
/proc/loadavg: 4.13 4.23 4.24 5/335 24600
/proc/meminfo: memFree=124587108/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=18930384 memory=51088 CPUtime=0.11 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 5919 0 0 0 9 2 0 0 20 0 18 0 35462283 19384713216 12772 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4732596 12772 5335 1 0 547122 0
[pid=24582/tid=24584] ppid=24579 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 4818 0 0 0 6 1 0 0 20 0 18 0 35462284 19384713216 12772 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35462287 19384713216 12772 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35462288 19384713216 12772 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51088 KiB

[startup+0.214113 s]*
/proc/loadavg: 4.13 4.23 4.24 5/335 24600
/proc/meminfo: memFree=124579232/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=18930384 memory=59628 CPUtime=0.26 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 6530 0 0 0 23 3 0 0 20 0 18 0 35462283 19384713216 14907 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4732596 14907 5367 1 0 547659 0
[pid=24582/tid=24584] ppid=24579 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 5095 0 0 0 16 2 0 0 20 0 18 0 35462284 19384713216 14907 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35462287 19384713216 14907 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35462288 19384713216 14907 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59628 KiB

[startup+0.313992 s]*
/proc/loadavg: 4.13 4.23 4.24 7/335 24600
/proc/meminfo: memFree=124578224/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=18930384 memory=60780 CPUtime=0.42 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 6755 0 0 0 38 4 0 0 20 0 18 0 35462283 19384713216 15195 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4732596 15195 5431 1 0 547835 0
[pid=24582/tid=24584] ppid=24579 vsize=18930384 memory=-6000919468377991277 CPUtime=0.27 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 5250 0 0 0 25 2 0 0 20 0 18 0 35462284 19384713216 15195 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35462287 19384713216 15195 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35462288 19384713216 15195 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60780 KiB

[startup+0.70029 s]
/proc/loadavg: 4.13 4.23 4.24 6/336 24601
/proc/meminfo: memFree=124559952/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=18996948 memory=96856 CPUtime=1.11 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 9641 0 0 0 106 5 0 0 20 0 19 0 35462283 19452874752 24214 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4749237 24214 5431 1 0 549969 0
[pid=24582/tid=24584] ppid=24579 vsize=18996948 memory=17152 CPUtime=0.6 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 5347 0 0 0 57 3 0 0 20 0 19 0 35462284 19452874752 24214 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35462287 19452874752 24214 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35462288 19452874752 24214 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35462319 19452874752 24214 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96856 KiB

[startup+1.50023 s]
/proc/loadavg: 4.13 4.23 4.24 6/336 24601
/proc/meminfo: memFree=124474500/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=172624 CPUtime=2.69 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 18395 0 0 0 259 10 0 0 20 0 20 0 35462283 19521036288 43156 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 43156 5463 1 0 553052 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=0 CPUtime=1.37 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 5784 0 0 0 132 5 0 0 20 0 20 0 35462284 19521036288 43156 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 43156 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 43156 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 43156 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172624 KiB

[startup+3.10707 s]
/proc/loadavg: 4.13 4.23 4.24 5/337 24602
/proc/meminfo: memFree=124341144/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=231764 CPUtime=4.99 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 20705 0 0 0 486 13 0 0 20 0 20 0 35462283 19521036288 57941 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 57941 5463 1 0 553379 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=11136 CPUtime=2.95 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 6144 0 0 0 288 7 0 0 20 0 20 0 35462284 19521036288 57941 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=-6000919468377991277 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 57941 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 57941 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 57941 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 231764 KiB

[startup+6.30044 s]
/proc/loadavg: 4.12 4.22 4.24 5/337 24602
/proc/meminfo: memFree=124061004/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=431808 CPUtime=8.64 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 21480 0 0 0 844 20 0 0 20 0 20 0 35462283 19521036288 107952 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 107952 5463 1 0 553380 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=0 CPUtime=6.13 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 6605 0 0 0 598 15 0 0 20 0 20 0 35462284 19521036288 107952 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 107952 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 107952 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=173904 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 107952 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 431808 KiB

[startup+12.7005 s]
/proc/loadavg: 4.11 4.22 4.23 5/337 24602
/proc/meminfo: memFree=122660516/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=1304284 CPUtime=15.04 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 24085 0 0 0 1458 46 0 0 20 0 20 0 35462283 19521036288 326071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 326071 5463 1 0 553380 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=173904 CPUtime=12.45 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 7747 0 0 0 1206 39 0 0 20 0 20 0 35462284 19521036288 326071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=1304284 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 326071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 326071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 326071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 15.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1304284 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.24 4.24 5/337 24603
/proc/meminfo: memFree=122381840/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=1310440 CPUtime=27.81 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 26270 0 0 0 2722 59 0 0 20 0 20 0 35462283 19521036288 327610 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 327610 5463 1 0 553380 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=-6000919468377991277 CPUtime=25.16 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 8967 0 0 0 2464 52 0 0 20 0 20 0 35462284 19521036288 327610 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=1310440 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 327610 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 327610 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 327610 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1310440 KiB

[startup+51.1139 s]
/proc/loadavg: 4.16 4.22 4.23 6/337 24604
/proc/meminfo: memFree=121886712/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=1326700 CPUtime=53.81 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 32545 0 0 0 5300 81 0 0 20 0 20 0 35462283 19521036288 331675 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 331675 5463 1 0 553380 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=1316444 CPUtime=50.42 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 9976 0 0 0 4970 72 0 0 20 0 20 0 35462284 19521036288 331675 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 331675 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0

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

/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=2128156 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3157.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/333 24784
/proc/meminfo: memFree=86009424/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128156 CPUtime=3217.72 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 108920 0 0 0 320845 927 0 0 20 0 20 0 35462283 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532039 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=2128156 CPUtime=3194.75 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 38927 0 0 0 318719 756 0 0 20 0 20 0 35462284 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=2128156 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=2128156 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532039 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3217.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 24786
/proc/meminfo: memFree=85569576/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3278.17 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114211 0 0 0 326880 937 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3254.47 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 39997 0 0 0 324685 762 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3278.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

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

# cumulated CPU time of all completed processes:  user=3284.4 s, system=9.41426 s

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

[startup+3289.6 s]
/proc/loadavg: 4.21 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85522212/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3285.46 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114374 0 0 0 327608 938 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3261.74 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 40093 0 0 0 325412 762 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=46464 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3285.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

[startup+3292.8 s]
/proc/loadavg: 4.21 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85517736/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3288.65 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114381 0 0 0 327927 938 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=17152 CPUtime=3264.93 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 40100 0 0 0 325731 762 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=2128284 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3288.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

[startup+3296 s]*
/proc/loadavg: 4.19 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85485492/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3291.86 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114442 0 0 0 328247 939 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=-6000919468377991277 CPUtime=3268.14 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 40161 0 0 0 326051 763 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=-4421386504753801061 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=2944 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3291.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

[startup+3296.8 s]
/proc/loadavg: 4.19 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85485492/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3292.65 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114444 0 0 0 328326 939 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=-6000919468377991277 CPUtime=3268.93 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 40163 0 0 0 326130 763 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=2724 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=17316 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=9344 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3292.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

[startup+3297.6 s]
/proc/loadavg: 4.19 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85477428/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3293.44 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 114444 0 0 0 328405 939 0 0 20 0 20 0 35462283 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4765878 532071 5495 1 0 554899 0
[pid=24582/tid=24584] ppid=24579 vsize=19063512 memory=2128284 CPUtime=3269.72 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) R 24579 24582 23518 0 -1 4194368 40163 0 0 0 326209 763 0 0 20 0 20 0 35462284 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19063512 memory=-6000919468377991277 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24601] ppid=24579 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/24582/task/24601/stat : 24601 (Timer-0) S 24579 24582 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35462319 19521036288 532071 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3293.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128284 KiB

[startup+3297.8 s]
/proc/loadavg: 4.19 4.18 4.18 5/332 24786
/proc/meminfo: memFree=85477428/131382120 swapFree=33010684/33010684
[pid=24582] ppid=24579 vsize=19196640 memory=2128924 CPUtime=3293.65 cores=0,2
/proc/24582/stat : 24582 (java) S 24579 24582 23518 0 -1 4194304 116235 0 0 0 328426 939 0 0 20 0 20 0 35462283 19657359360 532231 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
/proc/24582/statm: 4799160 532231 5527 1 0 555520 0
[pid=24582/tid=24584] ppid=24579 vsize=19196640 memory=3200 CPUtime=3269.87 cores=0,2
/proc/24582/task/24584/stat : 24584 (java) S 24579 24582 23518 0 -1 4194368 41533 0 0 0 326224 763 0 0 20 0 20 0 35462284 19657359360 532231 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24593] ppid=24579 vsize=19196640 memory=-6000919468377991277 CPUtime=0 cores=0,2
/proc/24582/task/24593/stat : 24593 (Finalizer) S 24579 24582 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35462287 19657359360 532231 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
[pid=24582/tid=24600] ppid=24579 vsize=19196640 memory=3200 CPUtime=0 cores=0,2
/proc/24582/task/24600/stat : 24600 (Common-Cleaner) S 24579 24582 23518 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 35462288 19657359360 532231 18446744073709551615 94234914054144 94234914057840 140727386381072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94234914065656 94234914066448 94234944679936 140727386384688 140727386384870 140727386384870 140727386390472 0
Current children cumulated CPU time: 3293.65 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2128924 KiB

Child status: 20

Real time (s): 3297.93
CPU time (s): 3293.82
CPU user time (s): 3284.4
CPU system time (s): 9.41426
CPU usage (%): 99.8751
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2134016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3284.4
system time used= 9.41426
maximum resident set size= 2134188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5298928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100376
involuntary context switches= 10428


# summary of solver processes directly reported to runsolver:
#   pid: 24582
#   total CPU time (s): 3293.82
#   total CPU user time (s): 3284.4
#   total CPU system time (s): 9.41426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1413 second user time and 33.4515 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 13:50:29
IDJOB=4510121
IDBENCH=159967
IDSOLVER=3364
FILE ID=nodeC006/4510121-1751197829
RUNJOBID= nodeC006-1751194066-23528
SLURM_JOB_ID= 9587594
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 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 ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510121-1751197829/watcher-4510121-1751197829 -o /tmp/evaluation-result-4510121-1751197829/solver-4510121-1751197829 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23528 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510121-1751197829 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510121-1751197829.opb

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

MD5SUM BENCH= 113ac974cfbbea52fe5442f60fd809f6
RANDOM SEED=1645302107

nodeC006 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	: 0xb00001f
cpu MHz		: 2395.045
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1795.694
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3492.029
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3664.193
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3660.174
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.322
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.737
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124611816 kB
MemAvailable:   125610392 kB
Buffers:            3280 kB
Cached:          1808196 kB
SwapCached:            0 kB
Active:          4673628 kB
Inactive:        1560156 kB
Active(anon):    4440384 kB
Inactive(anon):        0 kB
Active(file):     233244 kB
Inactive(file):  1560156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            255756 kB
Writeback:             0 kB
AnonPages:       4425108 kB
Mapped:           122280 kB
Shmem:             17960 kB
KReclaimable:      89220 kB
Slab:             179476 kB
SReclaimable:      89220 kB
SUnreclaim:        90256 kB
KernelStack:        5136 kB
PageTables:        12320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7484728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4235264 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC006 at 2025-06-29 14:45:27