Trace number 4510120

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 2025-06-06UNSAT 3163.32 3166.3

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4510120-1751197624.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.032s.
0.13/0.16	c declared #vars     147
0.13/0.16	c #constraints  392
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.13/0.16	c 392 constraints processed.
0.71/0.41	c cleaning 2497 clauses out of 5000 with flag 20525/5000
1.09/0.61	c cleaning 4247 clauses out of 8504 with flag 47266/11001
1.28/0.77	c cleaning 5621 clauses out of 11257 with flag 84734/18001
1.66/0.94	c cleaning 6808 clauses out of 13635 with flag 125631/26000
1.95/1.14	c cleaning 7909 clauses out of 15828 with flag 172273/35001
2.25/1.36	c cleaning 8955 clauses out of 17919 with flag 232526/45001
2.61/1.61	c cleaning 9979 clauses out of 19964 with flag 292946/56001
2.91/1.94	c cleaning 10984 clauses out of 21984 with flag 358314/68000
3.20/2.24	c cleaning 11993 clauses out of 24001 with flag 426227/81001
3.51/2.59	c cleaning 12996 clauses out of 26007 with flag 498319/95000
3.91/2.99	c cleaning 13999 clauses out of 28012 with flag 572726/110001
4.40/3.48	c cleaning 15000 clauses out of 30012 with flag 655645/126000
4.95/3.98	c cleaning 15999 clauses out of 32013 with flag 739332/143001
5.55/4.52	c cleaning 17002 clauses out of 34014 with flag 831195/161001
6.15/5.17	c cleaning 18004 clauses out of 36012 with flag 924462/180001
6.76/5.78	c cleaning 19001 clauses out of 38007 with flag 1022561/200000
7.35/6.37	c cleaning 19998 clauses out of 40006 with flag 1125910/221000
8.15/7.12	c cleaning 20998 clauses out of 42009 with flag 1231379/243001
8.85/7.89	c cleaning 21998 clauses out of 44010 with flag 1340235/266000
9.74/8.75	c cleaning 22999 clauses out of 46012 with flag 1451902/290000
10.65/9.68	c cleaning 24000 clauses out of 48013 with flag 1568780/315000
11.65/10.64	c cleaning 24999 clauses out of 50014 with flag 1693236/341001
12.55/11.59	c cleaning 26004 clauses out of 52014 with flag 1821672/368000
13.74/12.70	c cleaning 27002 clauses out of 54011 with flag 1952560/396001
14.64/13.68	c cleaning 27999 clauses out of 56009 with flag 2093623/425001
15.64/14.69	c cleaning 28999 clauses out of 58009 with flag 2239267/455000
16.85/15.82	c cleaning 30001 clauses out of 60010 with flag 2385181/486000
18.05/17.02	c cleaning 31000 clauses out of 62010 with flag 2538263/518001
19.34/18.33	c cleaning 32001 clauses out of 64009 with flag 2695680/551000
20.64/19.60	c cleaning 33000 clauses out of 66008 with flag 2858131/585000
21.75/20.76	c cleaning 33999 clauses out of 68009 with flag 3033295/620001
23.15/22.14	c cleaning 35000 clauses out of 70010 with flag 3215981/656001
24.74/23.78	c cleaning 36002 clauses out of 72009 with flag 3402586/693000
26.63/25.61	c cleaning 36998 clauses out of 74008 with flag 3600933/731001
28.33/27.36	c cleaning 38000 clauses out of 76009 with flag 3773506/770000
29.68/28.52	c cleaning 39000 clauses out of 78010 with flag 3970482/810001
30.88/29.74	c cleaning 39998 clauses out of 80009 with flag 4163336/851000
32.68/31.52	c cleaning 40999 clauses out of 82011 with flag 4364674/893000
34.31/33.17	c cleaning 42002 clauses out of 84013 with flag 4554712/936001
36.10/34.93	c cleaning 42999 clauses out of 86010 with flag 4749796/980000
37.80/36.65	c cleaning 44000 clauses out of 88011 with flag 4956310/1025000
39.89/38.77	c cleaning 45002 clauses out of 90012 with flag 5175642/1071001
41.79/40.60	c cleaning 45997 clauses out of 92009 with flag 5382621/1118000
44.08/42.92	c cleaning 47003 clauses out of 94012 with flag 5617062/1166000
46.28/45.14	c cleaning 48003 clauses out of 96009 with flag 5839237/1215000
48.28/47.19	c cleaning 48996 clauses out of 98007 with flag 6072067/1265001
51.40/50.25	c cleaning 50002 clauses out of 100011 with flag 6298557/1316001
54.10/52.95	c cleaning 51000 clauses out of 102009 with flag 6536066/1368001
56.99/55.89	c cleaning 51996 clauses out of 104008 with flag 6778360/1421000
60.49/59.31	c cleaning 53000 clauses out of 106013 with flag 7018643/1475001
63.68/62.50	c cleaning 54007 clauses out of 108013 with flag 7266142/1530001
66.77/65.63	c cleaning 54998 clauses out of 110006 with flag 7519412/1586001
69.91/68.78	c cleaning 55998 clauses out of 112007 with flag 7784333/1643000
73.24/72.01	c cleaning 57001 clauses out of 114009 with flag 8069301/1701000
77.82/76.67	c cleaning 57999 clauses out of 116008 with flag 8349909/1760000
81.22/80.04	c cleaning 58998 clauses out of 118009 with flag 8624118/1820000
85.01/83.81	c cleaning 60002 clauses out of 120011 with flag 8891076/1881000
87.60/86.41	c cleaning 61000 clauses out of 122010 with flag 9158107/1943001
90.02/88.80	c cleaning 61997 clauses out of 124010 with flag 9466508/2006001
93.02/91.81	c cleaning 63002 clauses out of 126013 with flag 9769199/2070001
96.02/94.84	c cleaning 63999 clauses out of 128011 with flag 10075287/2135001
98.91/97.76	c cleaning 64999 clauses out of 130012 with flag 10381429/2201001
101.80/100.64	c cleaning 66003 clauses out of 132013 with flag 10668198/2268001
105.13/103.94	c cleaning 67002 clauses out of 134009 with flag 10950862/2336000
109.23/108.01	c cleaning 68000 clauses out of 136008 with flag 11228254/2405001
113.32/112.14	c cleaning 69001 clauses out of 138007 with flag 11517663/2475000
117.80/116.69	c cleaning 69997 clauses out of 140006 with flag 11801602/2546000
121.53/120.39	c cleaning 70999 clauses out of 142009 with flag 12086446/2618000
125.63/124.48	c cleaning 72004 clauses out of 144011 with flag 12388819/2691001
129.82/128.66	c cleaning 72997 clauses out of 146007 with flag 12700028/2765001
133.61/132.41	c cleaning 73999 clauses out of 148009 with flag 13044744/2840000
138.20/137.09	c cleaning 74997 clauses out of 150012 with flag 13392159/2916002
143.13/141.96	c cleaning 75999 clauses out of 152014 with flag 13721914/2993001
148.02/146.88	c cleaning 76998 clauses out of 154015 with flag 14056146/3071001
151.91/150.75	c cleaning 78004 clauses out of 156016 with flag 14432018/3150000
156.50/155.39	c cleaning 79003 clauses out of 158012 with flag 14803190/3230000
160.69/159.55	c cleaning 79997 clauses out of 160010 with flag 15172606/3311001
164.42/163.20	c cleaning 80999 clauses out of 162013 with flag 15534552/3393001
169.40/168.26	c cleaning 81995 clauses out of 164013 with flag 15901727/3476000
175.39/174.21	c cleaning 83000 clauses out of 166018 with flag 16260789/3560000
181.18/180.06	c cleaning 84004 clauses out of 168018 with flag 16644196/3645000
186.90/185.70	c cleaning 85002 clauses out of 170015 with flag 17033809/3731001
191.89/190.70	c cleaning 85997 clauses out of 172012 with flag 17424855/3818000
196.97/195.85	c cleaning 87002 clauses out of 174015 with flag 17833353/3906000
202.06/200.94	c cleaning 87999 clauses out of 176013 with flag 18229420/3995000
208.48/207.30	c cleaning 89001 clauses out of 178015 with flag 18632361/4085001
213.57/212.42	c cleaning 89998 clauses out of 180013 with flag 19042770/4176000
220.05/218.97	c cleaning 90999 clauses out of 182015 with flag 19453430/4268000
227.55/226.46	c cleaning 92001 clauses out of 184016 with flag 19854166/4361000
235.66/234.58	c cleaning 93001 clauses out of 186016 with flag 20269045/4455001
244.35/243.22	c cleaning 94004 clauses out of 188015 with flag 20694336/4550001
253.63/252.59	c cleaning 95000 clauses out of 190011 with flag 21128736/4646001
261.91/260.80	c cleaning 96002 clauses out of 192010 with flag 21581431/4743000
270.49/269.46	c cleaning 96997 clauses out of 194008 with flag 22018267/4841000
279.04/277.90	c cleaning 97999 clauses out of 196012 with flag 22478246/4940001
289.42/288.34	c cleaning 98998 clauses out of 198013 with flag 22940140/5040001
299.40/298.31	c cleaning 100002 clauses out of 200014 with flag 23396491/5141000
309.18/308.13	c cleaning 101005 clauses out of 202012 with flag 23849825/5243000
317.36/316.35	c cleaning 101998 clauses out of 204007 with flag 24308901/5346000
325.31/324.24	c cleaning 103000 clauses out of 206010 with flag 24760114/5450001
334.20/333.16	c cleaning 103997 clauses out of 208010 with flag 25236316/5555001
346.07/345.07	c cleaning 105003 clauses out of 210012 with flag 25713710/5661000
358.25/357.23	c cleaning 106002 clauses out of 212010 with flag 26182731/5768001
370.93/369.97	c cleaning 106998 clauses out of 214007 with flag 26660371/5876000
383.54/382.52	c cleaning 108000 clauses out of 216009 with flag 27141418/5985000
396.41/395.47	c cleaning 108998 clauses out of 218010 with flag 27615808/6095001
408.49/407.50	c cleaning 110004 clauses out of 220011 with flag 28103820/6206000
423.06/422.11	c cleaning 111001 clauses out of 222008 with flag 28598835/6318001
438.72/437.83	c cleaning 111998 clauses out of 224006 with flag 29092281/6431000
450.00/449.19	c cleaning 113000 clauses out of 226009 with flag 29601402/6545001
462.73/461.84	c cleaning 113999 clauses out of 228008 with flag 30123400/6660000
476.11/475.28	c cleaning 115002 clauses out of 230010 with flag 30650351/6776001
490.88/490.02	c cleaning 116003 clauses out of 232007 with flag 31173385/6893000
508.74/507.91	c cleaning 116995 clauses out of 234004 with flag 31701778/7011000
522.51/521.76	c cleaning 118003 clauses out of 236010 with flag 32232708/7130001
536.68/535.94	c cleaning 119002 clauses out of 238008 with flag 32772693/7250002
552.76/552.07	c cleaning 119997 clauses out of 240005 with flag 33333867/7371001
571.88/571.19	c cleaning 121004 clauses out of 242008 with flag 33895730/7493001
583.16/582.49	c cleaning 121998 clauses out of 244004 with flag 34482666/7616001
598.52/597.82	c cleaning 122997 clauses out of 246005 with flag 35025835/7740000
616.18/615.54	c cleaning 124000 clauses out of 248008 with flag 35588357/7865000
629.76/629.12	c cleaning 124996 clauses out of 250009 with flag 36147725/7991001
646.42/645.87	c cleaning 126004 clauses out of 252013 with flag 36740391/8118001
663.09/662.59	c cleaning 126999 clauses out of 254009 with flag 37336321/8246001
681.35/680.88	c cleaning 127998 clauses out of 256010 with flag 37915405/8375001
695.81/695.39	c cleaning 129002 clauses out of 258012 with flag 38499713/8505001
710.99/710.53	c cleaning 129998 clauses out of 260010 with flag 39097785/8636001
723.57/723.11	c cleaning 131002 clauses out of 262012 with flag 39710888/8768001
738.92/738.53	c cleaning 131999 clauses out of 264010 with flag 40315765/8901001
754.99/754.60	c cleaning 133003 clauses out of 266011 with flag 40929065/9035001
772.06/771.76	c cleaning 134002 clauses out of 268007 with flag 41561592/9170000
791.61/791.35	c cleaning 134995 clauses out of 270005 with flag 42183763/9306000
807.17/806.90	c cleaning 135999 clauses out of 272011 with flag 42790311/9443001
826.63/826.49	c cleaning 137003 clauses out of 274011 with flag 43408668/9581000
846.68/846.57	c cleaning 138002 clauses out of 276009 with flag 44029537/9720001
866.03/865.94	c cleaning 138999 clauses out of 278007 with flag 44644371/9860001
893.57/893.51	c cleaning 140001 clauses out of 280008 with flag 45284051/10001001
914.82/914.86	c cleaning 140999 clauses out of 282006 with flag 45900403/10143000
935.66/935.79	c cleaning 142003 clauses out of 284007 with flag 46508268/10286000
954.93/955.03	c cleaning 142996 clauses out of 286005 with flag 47132185/10430001
977.97/978.14	c cleaning 144001 clauses out of 288009 with flag 47777354/10575001
1000.41/1000.69	c cleaning 145001 clauses out of 290008 with flag 48426850/10721001
1026.55/1026.88	c cleaning 145995 clauses out of 292006 with flag 49101361/10868000
1045.81/1046.14	c cleaning 146999 clauses out of 294012 with flag 49754877/11016001
1075.73/1076.12	c cleaning 148002 clauses out of 296012 with flag 50428007/11165000
1100.37/1100.88	c cleaning 149000 clauses out of 298010 with flag 51107738/11315000
1130.61/1131.10	c cleaning 150000 clauses out of 300011 with flag 51794925/11466001
1155.54/1156.16	c cleaning 150997 clauses out of 302010 with flag 52474615/11618000
1180.98/1181.61	c cleaning 152003 clauses out of 304014 with flag 53187880/11771001
1208.72/1209.40	c cleaning 153004 clauses out of 306011 with flag 53861339/11925001
1233.86/1234.69	c cleaning 154000 clauses out of 308007 with flag 54549259/12080001
1270.28/1271.13	c cleaning 155000 clauses out of 310007 with flag 55255577/12236001
1296.22/1297.18	c cleaning 155997 clauses out of 312006 with flag 55924114/12393000
1317.19/1317.93	c cleaning 156999 clauses out of 314010 with flag 56614119/12551001
1344.93/1345.74	c cleaning 158001 clauses out of 316010 with flag 57309870/12710000
1372.66/1373.55	c cleaning 158996 clauses out of 318009 with flag 58049564/12870000
1418.25/1419.20	c cleaning 160005 clauses out of 320015 with flag 58802457/13031002
1471.13/1472.20	c cleaning 161001 clauses out of 322009 with flag 59535719/13193001
1514.93/1516.15	c cleaning 162003 clauses out of 324007 with flag 60268377/13356000
1556.37/1557.50	c cleaning 162996 clauses out of 326004 with flag 61029139/13520000
1596.69/1597.90	c cleaning 164002 clauses out of 328009 with flag 61782423/13685001
1627.53/1628.89	c cleaning 164997 clauses out of 330007 with flag 62562144/13851001
1668.24/1669.63	c cleaning 165999 clauses out of 332009 with flag 63349150/14018000
1709.76/1711.23	c cleaning 166998 clauses out of 334010 with flag 64116052/14186000
1752.77/1754.35	c cleaning 168004 clauses out of 336013 with flag 64901640/14355001
1791.59/1793.21	c cleaning 169004 clauses out of 338008 with flag 65695327/14525000
1823.32/1825.04	c cleaning 169996 clauses out of 340005 with flag 66481650/14696001
1859.15/1860.95	c cleaning 171003 clauses out of 342009 with flag 67258469/14868001
1901.87/1903.44	c cleaning 171998 clauses out of 344007 with flag 68065621/15041002
1945.86/1947.59	c cleaning 173000 clauses out of 346007 with flag 68863029/15215000
1983.68/1985.40	c cleaning 173998 clauses out of 348008 with flag 69657627/15390001
2025.68/2027.50	c cleaning 174997 clauses out of 350009 with flag 70473503/15566000
2068.87/2070.84	c cleaning 176002 clauses out of 352012 with flag 71309722/15743000
2104.79/2106.87	c cleaning 177000 clauses out of 354010 with flag 72124534/15921000
2144.59/2146.77	c cleaning 178000 clauses out of 356010 with flag 72937144/16100000
2182.21/2184.43	c cleaning 178998 clauses out of 358011 with flag 73758340/16280001
2220.32/2222.63	c cleaning 180003 clauses out of 360013 with flag 74589734/16461001
2261.71/2264.07	c cleaning 180999 clauses out of 362009 with flag 75425209/16643000
2306.10/2308.51	c cleaning 181997 clauses out of 364010 with flag 76274416/16826000
2353.99/2356.51	c cleaning 183002 clauses out of 366014 with flag 77143294/17010001
2397.36/2399.60	c cleaning 184004 clauses out of 368012 with flag 78000482/17195001
2440.61/2442.46	c cleaning 184998 clauses out of 370007 with flag 78838248/17381001
2484.23/2486.18	c cleaning 185997 clauses out of 372010 with flag 79682106/17568002
2536.22/2538.26	c cleaning 187006 clauses out of 374011 with flag 80541631/17756000
2584.72/2586.88	c cleaning 187997 clauses out of 376006 with flag 81416296/17945001
2633.33/2635.52	c cleaning 188997 clauses out of 378010 with flag 82288831/18135002
2683.51/2685.71	c cleaning 190002 clauses out of 380012 with flag 83168593/18326001
2729.02/2731.36	c cleaning 191002 clauses out of 382010 with flag 84022020/18518001
2775.52/2778.00	c cleaning 191998 clauses out of 384008 with flag 84917542/18711001
2826.60/2829.10	c cleaning 193002 clauses out of 386010 with flag 85824629/18905001
2895.85/2898.45	c cleaning 193997 clauses out of 388008 with flag 86689797/19100001
2958.74/2961.42	c cleaning 194999 clauses out of 390010 with flag 87575244/19296001
3001.06/3003.84	c cleaning 196002 clauses out of 392011 with flag 88480907/19493001
3057.73/3060.68	c cleaning 197003 clauses out of 394009 with flag 89410501/19691001
3122.78/3125.81	c cleaning 197999 clauses out of 396005 with flag 90340508/19890001
3162.91/3166.08	c starts		: 5146
3162.91/3166.10	c conflicts		: 20044741
3162.91/3166.10	c decisions		: 24046676
3162.91/3166.10	c propagations		: 104872139
3162.91/3166.10	c inspects		: 43124722946
3162.91/3166.10	c shortcuts		: 0
3162.91/3166.10	c learnt literals	: 19
3162.91/3166.10	c learnt binary clauses	: 170
3162.91/3166.10	c learnt ternary clauses	: 965
3162.91/3166.10	c learnt constraints	: 20044721
3162.91/3166.10	c ignored constraints	: 0
3162.91/3166.10	c root simplifications	: 0
3162.91/3166.10	c removed literals (reason simplification)	: 103311766
3162.91/3166.10	c reason swapping (by a shorter reason)	: 0
3162.91/3166.10	c Calls to reduceDB	: 195
3162.91/3166.10	c Number of update (reduction) of LBD	: 3517909
3162.91/3166.10	c Imported unit clauses	: 0
3162.91/3166.10	c No decision after first conflict	: false
3162.91/3166.10	c number of reductions to clauses (during analyze)	: 0
3162.91/3166.10	c number of learned constraints concerned by reduction	: 0
3162.91/3166.10	c number of learning phase by resolution	: 0
3162.91/3166.10	c number of learning phase by cutting planes	: 0
3162.91/3166.10	c number of rounding to 1 operations	: 0
3162.91/3166.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3162.91/3166.10	c number of reductions of the coefficients by power 2 	: 0
3162.91/3166.10	c number of right shift for reduction by power 2 	: 0
3162.91/3166.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3162.91/3166.10	c number of ending skipping 	: 0
3162.91/3166.10	c number of internal skipping 	: 0
3162.91/3166.10	c number of derivation steps 	: 0
3162.91/3166.10	c number of skipped derivation steps 	: 0
3162.91/3166.10	c number of remaining unassigned 	: 0
3162.91/3166.10	c number of remaining assigned 	: 0
3162.91/3166.10	c number of falsified literals weakened from reason	: 0
3162.91/3166.10	c number of falsified literals weakened from conflict	: 0
3162.91/3166.10	c time for arithmetic operations	: 0
3162.91/3166.10	c minimum degree of deleted constraints	: null
3162.91/3166.10	c maximum degree of deleted constraints	: null
3162.91/3166.10	c number of deleted constraints	: 0
3163.03/3166.20	c speed (assignments/second)	: 33125.1503109506
3163.03/3166.20	c non guided choices	: 4293
3163.22/3166.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 352559
3163.22/3166.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 170
3163.22/3166.27	s UNSATISFIABLE
3163.22/3166.27	c Total wall clock time (in seconds): 3166.14

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62832 MiB free)
  memory of node 1: 64465 MiB (60173 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510120-1751197624/watcher-4510120-1751197624 -o /tmp/evaluation-result-4510120-1751197624/solver-4510120-1751197624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24632 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4510120-1751197624.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 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=25669, runsolver pid=25666

[startup+0.100062 s]*
/proc/loadavg: 4.16 4.18 4.13 5/339 25687
/proc/meminfo: memFree=125934508/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18930384 memory=57812 CPUtime=0.13 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 6585 0 0 0 11 2 0 0 20 0 18 0 35436975 19384713216 14453 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4732596 14453 5347 1 0 547622 0
[pid=25669/tid=25671] ppid=25666 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5081 0 0 0 7 1 0 0 20 0 18 0 35436976 19384713216 14453 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35436978 19384713216 14453 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18930384 memory=57385981078853 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35436978 19384713216 14453 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.206195 s]*
/proc/loadavg: 4.16 4.18 4.13 7/340 25688
/proc/meminfo: memFree=125932744/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=62752 CPUtime=0.32 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 7472 0 0 0 30 2 0 0 20 0 19 0 35436975 19452874752 15688 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 15688 5411 1 0 548417 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5288 0 0 0 16 1 0 0 20 0 19 0 35436976 19452874752 15688 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=13929 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 15688 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=56286469424100 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 15688 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 15688 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62752 KiB

[startup+0.30611 s]*
/proc/loadavg: 4.16 4.18 4.13 6/340 25688
/proc/meminfo: memFree=125927452/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=67968 CPUtime=0.52 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 9500 0 0 0 49 3 0 0 20 0 19 0 35436975 19452874752 16992 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 16992 5411 1 0 549634 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=-6000919481279604589 CPUtime=0.27 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5296 0 0 0 26 1 0 0 20 0 19 0 35436976 19452874752 16992 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 16992 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 16992 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 16992 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67968 KiB

[startup+0.700252 s]
/proc/loadavg: 4.16 4.18 4.13 6/340 25688
/proc/meminfo: memFree=125915544/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=79824 CPUtime=1.28 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 11912 0 0 0 125 3 0 0 20 0 19 0 35436975 19452874752 19956 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 19956 5443 1 0 551453 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=17152 CPUtime=0.63 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5333 0 0 0 62 1 0 0 20 0 19 0 35436976 19452874752 19956 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 19956 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 19956 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=4624 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 19956 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79824 KiB

[startup+1.50024 s]
/proc/loadavg: 4.16 4.18 4.13 6/340 25688
/proc/meminfo: memFree=125911448/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=94552 CPUtime=2.51 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 15783 0 0 0 247 4 0 0 20 0 19 0 35436975 19452874752 23638 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 23638 5443 1 0 551471 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=0 CPUtime=1.42 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5692 0 0 0 141 1 0 0 20 0 19 0 35436976 19452874752 23638 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 23638 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 23638 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=4624 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 23638 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94552 KiB

[startup+3.10603 s]
/proc/loadavg: 4.22 4.19 4.13 5/340 25688
/proc/meminfo: memFree=125841908/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=113028 CPUtime=4.11 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 16411 0 0 0 407 4 0 0 20 0 19 0 35436975 19452874752 28257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 28257 5443 1 0 551472 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=10752 CPUtime=3.02 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 5941 0 0 0 301 1 0 0 20 0 19 0 35436976 19452874752 28257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=-6000919481279604589 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 28257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 28257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 28257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113028 KiB

[startup+6.30022 s]
/proc/loadavg: 4.22 4.19 4.13 5/340 25688
/proc/meminfo: memFree=125817584/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=18996948 memory=136356 CPUtime=7.35 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 18861 0 0 0 730 5 0 0 20 0 19 0 35436975 19452874752 34089 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4749237 34089 5443 1 0 551472 0
[pid=25669/tid=25671] ppid=25666 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 6315 0 0 0 619 2 0 0 20 0 19 0 35436976 19452874752 34089 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 34089 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35436978 19452874752 34089 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=18996948 memory=94552 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35436991 19452874752 34089 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 7.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136356 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.18 4.13 5/341 25689
/proc/meminfo: memFree=125641456/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=169600 CPUtime=13.74 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 20921 0 0 0 1368 6 0 0 20 0 20 0 35436975 19521036288 42400 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 42400 5475 1 0 551761 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=94552 CPUtime=12.59 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 6791 0 0 0 1256 3 0 0 20 0 20 0 35436976 19521036288 42400 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=169600 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 42400 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 42400 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 42400 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169600 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.18 4.13 5/341 25689
/proc/meminfo: memFree=125441004/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=177840 CPUtime=26.53 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 22643 0 0 0 2646 7 0 0 20 0 20 0 35436975 19521036288 44460 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 44460 5475 1 0 551761 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=169600 CPUtime=25.34 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 7298 0 0 0 2531 3 0 0 20 0 20 0 35436976 19521036288 44460 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 44460 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=-6000919481279604589 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 44460 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 44460 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 26.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177840 KiB

[startup+51.1062 s]
/proc/loadavg: 4.17 4.18 4.13 5/342 25691
/proc/meminfo: memFree=125093100/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=233708 CPUtime=52.31 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 27892 0 0 0 5222 9 0 0 20 0 20 0 35436975 19521036288 58427 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 58427 5507 1 0 551761 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=14720 CPUtime=50.82 cores=0,2

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

/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1441 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 2919.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/341 25855
/proc/meminfo: memFree=119453776/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=2979.6 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 78911 0 0 0 297846 114 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=280753331349644 CPUtime=2973.3 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 29210 0 0 0 297305 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 2979.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.15 4.10 5/341 25857
/proc/meminfo: memFree=119248364/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3039.47 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 79003 0 0 0 303832 115 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3033.15 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 29272 0 0 0 303290 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=21744 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3039.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/342 25860
/proc/meminfo: memFree=119248468/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3099.34 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 79908 0 0 0 309817 117 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3092.98 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 29973 0 0 0 309273 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1557 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3099.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 25863
/proc/meminfo: memFree=119248864/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3159.22 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 81381 0 0 0 315803 119 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3152.83 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 30944 0 0 0 315258 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3159.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

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

# cumulated CPU time of all completed processes:  user=3162.11 s, system=1.21168 s

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

[startup+3164.8 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 25863
/proc/meminfo: memFree=119248864/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3161.71 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 81383 0 0 0 316052 119 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3155.32 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 30946 0 0 0 315507 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=2229028 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3161.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3165.6 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 25863
/proc/meminfo: memFree=119248864/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3162.51 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 81385 0 0 0 316132 119 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=17152 CPUtime=3156.12 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 30946 0 0 0 315587 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=4624 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3162.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3166 s]*
/proc/loadavg: 4.10 4.12 4.09 5/342 25863
/proc/meminfo: memFree=119248864/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19063512 memory=2229028 CPUtime=3162.91 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 81386 0 0 0 316172 119 0 0 20 0 20 0 35436975 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4765878 557257 5507 1 0 572904 0
[pid=25669/tid=25671] ppid=25666 vsize=19063512 memory=-6000919481279604589 CPUtime=3156.52 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) R 25666 25669 24622 0 -1 4194368 30947 0 0 0 315627 25 0 0 20 0 20 0 35436976 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19063512 memory=1487412 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 35436978 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25688] ppid=25666 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/25669/task/25688/stat : 25688 (Timer-0) S 25666 25669 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35436991 19521036288 557257 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3162.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2229028 KiB

[startup+3166.2 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 25863
/proc/meminfo: memFree=119248864/131249992 swapFree=33010672/33010684
[pid=25669] ppid=25666 vsize=19196640 memory=2229668 CPUtime=3163.22 cores=0,2
/proc/25669/stat : 25669 (java) S 25666 25669 24622 0 -1 4194304 84706 0 0 0 316202 120 0 0 20 0 20 0 35436975 19657359360 557417 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
/proc/25669/statm: 4799160 557417 5507 1 0 573532 0
[pid=25669/tid=25671] ppid=25666 vsize=19196640 memory=6896 CPUtime=3156.6 cores=0,2
/proc/25669/task/25671/stat : 25671 (java) S 25666 25669 24622 0 -1 4194368 32778 0 0 0 315635 25 0 0 20 0 20 0 35436976 19657359360 557417 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25680] ppid=25666 vsize=19196640 memory=2193400 CPUtime=0 cores=0,2
/proc/25669/task/25680/stat : 25680 (Finalizer) S 25666 25669 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35436978 19657359360 557417 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
[pid=25669/tid=25687] ppid=25666 vsize=19196640 memory=6900 CPUtime=0 cores=0,2
/proc/25669/task/25687/stat : 25687 (Common-Cleaner) S 25666 25669 24622 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 35436978 19657359360 557417 18446744073709551615 94671145488384 94671145492080 140737303207856 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94671145499896 94671145500688 94671150174208 140737303210369 140737303210470 140737303210470 140737303216072 0
Current children cumulated CPU time: 3163.22 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2229668 KiB

Child status: 20

Real time (s): 3166.3
CPU time (s): 3163.32
CPU user time (s): 3162.11
CPU system time (s): 1.21168
CPU usage (%): 99.9061
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2230004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3162.11
system time used= 1.21168
maximum resident set size= 2230868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90992
involuntary context switches= 7685


# summary of solver processes directly reported to runsolver:
#   pid: 25669
#   total CPU time (s): 3163.32
#   total CPU user time (s): 3162.11
#   total CPU system time (s): 1.21168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46574 second user time and 16.1474 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 13:47:04
IDJOB=4510120
IDBENCH=159967
IDSOLVER=3363
FILE ID=nodeC035/4510120-1751197624
RUNJOBID= nodeC035-1751193887-24632
SLURM_JOB_ID= 9587593
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510120-1751197624/watcher-4510120-1751197624 -o /tmp/evaluation-result-4510120-1751197624/solver-4510120-1751197624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24632 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4510120-1751197624.opb

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

MD5SUM BENCH= 113ac974cfbbea52fe5442f60fd809f6
RANDOM SEED=1007659703

nodeC035 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		: 3598.193
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.51
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		: 3599.752
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.51
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.734
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.51
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		: 3597.622
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.51
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.751
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        125957972 kB
MemAvailable:   128412900 kB
Buffers:            2352 kB
Cached:          3249364 kB
SwapCached:            8 kB
Active:          1721968 kB
Inactive:        2964672 kB
Active(anon):    1446944 kB
Inactive(anon):     6036 kB
Active(file):     275024 kB
Inactive(file):  2958636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               752 kB
Writeback:             4 kB
AnonPages:       1437944 kB
Mapped:           122840 kB
Shmem:             18056 kB
KReclaimable:     121012 kB
Slab:             207664 kB
SReclaimable:     121012 kB
SUnreclaim:        86652 kB
KernelStack:        5148 kB
PageTables:         6508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7032716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-29 14:39:51