Trace number 4514886

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 1043.04 1042.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
MD5SUM22f5cbb2f2c2a73b7dbac80b761f1874
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 benchmark0.284334
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints134
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints88
Minimum length of a constraint3
Maximum length of a constraint201
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 9600
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 107514
Number of bits of the biggest sum of numbers17
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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-4514886-1751228872.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.033s.
0.13/0.16	c declared #vars     201
0.13/0.16	c #constraints  134
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 34
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
0.13/0.16	c 134 constraints processed.
0.90/0.51	c cleaning 2496 clauses out of 5002 with flag 11575/5002
1.28/0.79	c cleaning 4246 clauses out of 8504 with flag 26832/11000
1.86/1.05	c cleaning 5621 clauses out of 11260 with flag 43450/18002
2.35/1.32	c cleaning 6815 clauses out of 13637 with flag 63585/26000
2.89/1.63	c cleaning 7902 clauses out of 15822 with flag 87542/35000
3.19/1.96	c cleaning 8949 clauses out of 17921 with flag 112444/45001
3.64/2.33	c cleaning 9975 clauses out of 19971 with flag 142917/56000
4.03/2.70	c cleaning 10986 clauses out of 21996 with flag 177753/68000
4.44/3.19	c cleaning 11997 clauses out of 24011 with flag 211618/81001
5.04/3.71	c cleaning 12998 clauses out of 26014 with flag 249839/95001
5.54/4.26	c cleaning 13993 clauses out of 28016 with flag 293859/110001
6.13/4.84	c cleaning 15007 clauses out of 30024 with flag 343343/126002
6.67/5.33	c cleaning 16000 clauses out of 32015 with flag 387229/143000
7.30/5.85	c cleaning 17007 clauses out of 34017 with flag 436103/161002
7.99/6.50	c cleaning 17997 clauses out of 36008 with flag 489025/180000
8.60/7.14	c cleaning 19002 clauses out of 38012 with flag 550435/200001
9.29/7.81	c cleaning 20000 clauses out of 40010 with flag 610539/221001
9.99/8.54	c cleaning 21001 clauses out of 42009 with flag 670207/243000
10.80/9.31	c cleaning 21999 clauses out of 44008 with flag 737484/266000
11.60/10.10	c cleaning 23001 clauses out of 46010 with flag 805850/290001
12.50/11.04	c cleaning 24002 clauses out of 48008 with flag 882143/315000
13.50/12.08	c cleaning 25000 clauses out of 50006 with flag 963099/341000
14.49/13.01	c cleaning 25998 clauses out of 52006 with flag 1036178/368000
15.49/14.04	c cleaning 27005 clauses out of 54010 with flag 1113863/396002
16.59/15.18	c cleaning 27999 clauses out of 56003 with flag 1196380/425000
17.59/16.18	c cleaning 28992 clauses out of 58004 with flag 1273250/455000
18.68/17.27	c cleaning 30005 clauses out of 60012 with flag 1352034/486000
19.88/18.41	c cleaning 30994 clauses out of 62007 with flag 1436141/518000
21.08/19.62	c cleaning 32004 clauses out of 64013 with flag 1517403/551000
22.37/20.92	c cleaning 33001 clauses out of 66010 with flag 1601803/585001
23.78/22.34	c cleaning 34002 clauses out of 68009 with flag 1695322/620001
25.17/23.71	c cleaning 35000 clauses out of 70006 with flag 1789546/656000
26.57/25.15	c cleaning 35998 clauses out of 72007 with flag 1887870/693001
28.06/26.65	c cleaning 37002 clauses out of 74009 with flag 1986461/731001
29.66/28.26	c cleaning 38003 clauses out of 76008 with flag 2095326/770002
31.26/29.82	c cleaning 39000 clauses out of 78003 with flag 2212966/810000
32.76/31.38	c cleaning 40001 clauses out of 80004 with flag 2320038/851001
34.66/33.25	c cleaning 40999 clauses out of 82003 with flag 2438528/893001
36.36/34.99	c cleaning 42000 clauses out of 84004 with flag 2549894/936001
38.26/36.87	c cleaning 43001 clauses out of 86003 with flag 2661321/980000
40.06/38.66	c cleaning 43997 clauses out of 88002 with flag 2772868/1025000
42.05/40.60	c cleaning 45001 clauses out of 90006 with flag 2886836/1071001
43.95/42.57	c cleaning 45998 clauses out of 92004 with flag 3002293/1118000
46.25/44.87	c cleaning 47002 clauses out of 94006 with flag 3118266/1166000
48.55/47.15	c cleaning 48001 clauses out of 96005 with flag 3237263/1215001
50.83/49.44	c cleaning 48997 clauses out of 98003 with flag 3356759/1265000
53.16/51.79	c cleaning 49999 clauses out of 100006 with flag 3477503/1316000
55.65/54.21	c cleaning 51004 clauses out of 102007 with flag 3602057/1368000
57.95/56.55	c cleaning 52002 clauses out of 104004 with flag 3728669/1421001
60.24/58.87	c cleaning 52999 clauses out of 106002 with flag 3853132/1475001
62.84/61.49	c cleaning 54001 clauses out of 108003 with flag 3980315/1530001
65.44/64.06	c cleaning 54996 clauses out of 110001 with flag 4112033/1586000
68.26/66.88	c cleaning 56000 clauses out of 112005 with flag 4250480/1643000
70.85/69.44	c cleaning 56999 clauses out of 114007 with flag 4384481/1701002
73.45/72.08	c cleaning 58000 clauses out of 116006 with flag 4520741/1760000
76.65/75.29	c cleaning 58999 clauses out of 118006 with flag 4672354/1820000
79.64/78.21	c cleaning 60001 clauses out of 120010 with flag 4816672/1881003
82.63/81.29	c cleaning 60999 clauses out of 122006 with flag 4965900/1943000
85.95/84.57	c cleaning 61997 clauses out of 124007 with flag 5115168/2006000
89.14/87.72	c cleaning 63004 clauses out of 126011 with flag 5270587/2070001
92.04/90.61	c cleaning 64003 clauses out of 128007 with flag 5419563/2135001
95.03/93.65	c cleaning 64998 clauses out of 130004 with flag 5572387/2201001
98.32/96.97	c cleaning 66003 clauses out of 132005 with flag 5734414/2268000
102.05/100.62	c cleaning 66995 clauses out of 134002 with flag 5899399/2336000
105.74/104.35	c cleaning 68002 clauses out of 136008 with flag 6069567/2405001
109.23/107.82	c cleaning 68998 clauses out of 138006 with flag 6236143/2475001
113.32/111.92	c cleaning 69999 clauses out of 140007 with flag 6405483/2546000
117.52/116.10	c cleaning 71003 clauses out of 142009 with flag 6578974/2618001
121.74/120.31	c cleaning 71998 clauses out of 144007 with flag 6760711/2691002
125.73/124.37	c cleaning 73002 clauses out of 146008 with flag 6936356/2765001
130.12/128.79	c cleaning 74000 clauses out of 148007 with flag 7113684/2840002
134.61/133.26	c cleaning 75000 clauses out of 150005 with flag 7296927/2916000
139.30/137.92	c cleaning 75999 clauses out of 152005 with flag 7485492/2993000
143.71/142.31	c cleaning 76999 clauses out of 154008 with flag 7677884/3071002
147.80/146.41	c cleaning 78000 clauses out of 156007 with flag 7856843/3150000
152.19/150.83	c cleaning 79001 clauses out of 158008 with flag 8046768/3230001
156.39/155.08	c cleaning 80000 clauses out of 160007 with flag 8240436/3311001
161.30/159.95	c cleaning 80999 clauses out of 162007 with flag 8440038/3393001
165.99/164.68	c cleaning 82000 clauses out of 164007 with flag 8640600/3476000
170.99/169.66	c cleaning 82993 clauses out of 166009 with flag 8838139/3560002
175.58/174.29	c cleaning 84001 clauses out of 168015 with flag 9035193/3645001
180.77/179.46	c cleaning 85005 clauses out of 170014 with flag 9247553/3731001
185.78/184.44	c cleaning 86000 clauses out of 172008 with flag 9449032/3818000
191.47/190.12	c cleaning 87001 clauses out of 174009 with flag 9668102/3906001
197.56/196.26	c cleaning 87996 clauses out of 176007 with flag 9895870/3995000
203.04/201.76	c cleaning 88998 clauses out of 178011 with flag 10110288/4085000
208.44/207.19	c cleaning 90001 clauses out of 180013 with flag 10334578/4176000
213.93/212.56	c cleaning 91006 clauses out of 182014 with flag 10552127/4268002
219.22/217.82	c cleaning 91997 clauses out of 184006 with flag 10771677/4361000
224.20/222.82	c cleaning 93000 clauses out of 186009 with flag 10992827/4455000
230.09/228.72	c cleaning 93998 clauses out of 188011 with flag 11216483/4550002
235.68/234.34	c cleaning 95002 clauses out of 190012 with flag 11444766/4646001
241.80/240.44	c cleaning 96002 clauses out of 192009 with flag 11690544/4743000
247.40/246.09	c cleaning 96998 clauses out of 194008 with flag 11924934/4841001
253.28/251.90	c cleaning 98000 clauses out of 196010 with flag 12164750/4940001
259.06/257.74	c cleaning 98998 clauses out of 198010 with flag 12408714/5040001
265.15/263.86	c cleaning 99999 clauses out of 200011 with flag 12648875/5141000
271.63/270.39	c cleaning 101002 clauses out of 202013 with flag 12895178/5243001
278.26/276.91	c cleaning 102001 clauses out of 204011 with flag 13138116/5346001
284.75/283.49	c cleaning 103001 clauses out of 206011 with flag 13391057/5450002
292.13/290.89	c cleaning 104002 clauses out of 208011 with flag 13653823/5555003
298.43/297.15	c cleaning 104998 clauses out of 210006 with flag 13908709/5661000
305.50/304.27	c cleaning 105996 clauses out of 212008 with flag 14167274/5768000
312.59/311.39	c cleaning 107004 clauses out of 214012 with flag 14424506/5876000
319.88/318.65	c cleaning 107999 clauses out of 216008 with flag 14689530/5985000
326.72/325.46	c cleaning 109000 clauses out of 218009 with flag 14949684/6095000
334.10/332.83	c cleaning 109999 clauses out of 220010 with flag 15216425/6206001
341.30/340.07	c cleaning 111000 clauses out of 222010 with flag 15479548/6318000
348.78/347.52	c cleaning 112003 clauses out of 224011 with flag 15746927/6431001
356.36/355.18	c cleaning 112999 clauses out of 226007 with flag 16020805/6545000
364.25/363.01	c cleaning 113995 clauses out of 228008 with flag 16293365/6660000
373.38/372.13	c cleaning 114998 clauses out of 230013 with flag 16580265/6776000
380.65/379.48	c cleaning 116004 clauses out of 232016 with flag 16859502/6893001
389.74/388.58	c cleaning 117001 clauses out of 234012 with flag 17147696/7011001
397.92/396.73	c cleaning 118004 clauses out of 236011 with flag 17429381/7130001
406.10/404.96	c cleaning 119000 clauses out of 238008 with flag 17712268/7250002
415.38/414.27	c cleaning 119999 clauses out of 240006 with flag 18006896/7371000
424.07/422.53	c cleaning 120997 clauses out of 242006 with flag 18294478/7493000
431.96/430.47	c cleaning 122005 clauses out of 244009 with flag 18588242/7616000
440.77/439.26	c cleaning 122999 clauses out of 246005 with flag 18873976/7740001
449.45/447.92	c cleaning 123992 clauses out of 248005 with flag 19169563/7865000
459.04/457.51	c cleaning 125004 clauses out of 250014 with flag 19473141/7991001
468.22/466.75	c cleaning 126000 clauses out of 252009 with flag 19787066/8118000
477.79/476.36	c cleaning 127001 clauses out of 254010 with flag 20096828/8246001
489.07/487.67	c cleaning 128002 clauses out of 256008 with flag 20419857/8375000
498.84/497.44	c cleaning 128999 clauses out of 258006 with flag 20732106/8505000
509.03/507.63	c cleaning 129998 clauses out of 260007 with flag 21052691/8636000
520.20/518.89	c cleaning 131001 clauses out of 262009 with flag 21364031/8768000
531.77/530.48	c cleaning 132001 clauses out of 264009 with flag 21691751/8901001
542.35/541.06	c cleaning 133002 clauses out of 266007 with flag 22016065/9035000
553.02/551.78	c cleaning 134001 clauses out of 268006 with flag 22343649/9170001
564.80/563.50	c cleaning 135000 clauses out of 270005 with flag 22675474/9306001
578.06/576.80	c cleaning 136000 clauses out of 272006 with flag 23034194/9443002
588.45/587.29	c cleaning 137001 clauses out of 274005 with flag 23379234/9581001
599.62/598.49	c cleaning 137998 clauses out of 276003 with flag 23714972/9720000
612.30/611.13	c cleaning 138995 clauses out of 278005 with flag 24049358/9860000
625.55/624.32	c cleaning 139999 clauses out of 280010 with flag 24385680/10001000
636.93/635.75	c cleaning 141004 clauses out of 282012 with flag 24726611/10143001
648.70/647.50	c cleaning 141994 clauses out of 284008 with flag 25076283/10286001
660.78/659.60	c cleaning 143005 clauses out of 286013 with flag 25417030/10430000
672.65/671.54	c cleaning 143999 clauses out of 288009 with flag 25771687/10575001
685.62/684.53	c cleaning 144998 clauses out of 290010 with flag 26135748/10721001
698.39/697.35	c cleaning 146001 clauses out of 292011 with flag 26497311/10868001
712.46/711.46	c cleaning 147002 clauses out of 294009 with flag 26859055/11016001
725.74/724.71	c cleaning 147999 clauses out of 296008 with flag 27216817/11165002
739.31/738.30	c cleaning 148999 clauses out of 298007 with flag 27578904/11315000
753.68/752.69	c cleaning 150000 clauses out of 300009 with flag 27947803/11466001
767.75/766.71	c cleaning 150998 clauses out of 302008 with flag 28316235/11618000
781.83/780.81	c cleaning 151997 clauses out of 304010 with flag 28685217/11771000
795.30/794.36	c cleaning 153000 clauses out of 306015 with flag 29056637/11925002
808.97/808.06	c cleaning 154004 clauses out of 308013 with flag 29429451/12080000
825.45/824.48	c cleaning 154998 clauses out of 310009 with flag 29824248/12236000
841.12/840.12	c cleaning 156004 clauses out of 312011 with flag 30213845/12393000
856.48/855.55	c cleaning 156995 clauses out of 314008 with flag 30602087/12551001
874.91/873.90	c cleaning 158007 clauses out of 316013 with flag 31006040/12710001
892.57/891.60	c cleaning 158999 clauses out of 318005 with flag 31416939/12870000
911.66/910.71	c cleaning 159996 clauses out of 320006 with flag 31830663/13031001
928.82/927.92	c cleaning 161002 clauses out of 322009 with flag 32229730/13193000
948.48/947.64	c cleaning 161999 clauses out of 324007 with flag 32639931/13356000
967.63/966.80	c cleaning 163000 clauses out of 326009 with flag 33060124/13520001
987.59/986.89	c cleaning 163999 clauses out of 328006 with flag 33490741/13685001
1008.85/1008.12	c cleaning 165002 clauses out of 330007 with flag 33905698/13851002
1031.60/1031.00	c cleaning 165995 clauses out of 332002 with flag 34321749/14018001
1042.87/1042.21	c starts		: 3986
1042.87/1042.22	c conflicts		: 14100834
1042.87/1042.22	c decisions		: 17072785
1042.87/1042.22	c propagations		: 144187692
1042.87/1042.22	c inspects		: 12448142525
1042.87/1042.22	c shortcuts		: 0
1042.87/1042.22	c learnt literals	: 32
1042.87/1042.22	c learnt binary clauses	: 577
1042.87/1042.22	c learnt ternary clauses	: 2509
1042.87/1042.22	c learnt constraints	: 14100801
1042.87/1042.22	c ignored constraints	: 0
1042.87/1042.22	c root simplifications	: 0
1042.87/1042.22	c removed literals (reason simplification)	: 314041192
1042.87/1042.22	c reason swapping (by a shorter reason)	: 0
1042.87/1042.22	c Calls to reduceDB	: 163
1042.87/1042.22	c Number of update (reduction) of LBD	: 1093222
1042.87/1042.22	c Imported unit clauses	: 0
1042.87/1042.22	c No decision after first conflict	: false
1042.87/1042.22	c number of reductions to clauses (during analyze)	: 0
1042.87/1042.22	c number of learned constraints concerned by reduction	: 0
1042.87/1042.22	c number of learning phase by resolution	: 0
1042.87/1042.22	c number of learning phase by cutting planes	: 0
1042.87/1042.22	c number of rounding to 1 operations	: 0
1042.87/1042.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1042.87/1042.22	c number of reductions of the coefficients by power 2 	: 0
1042.87/1042.22	c number of right shift for reduction by power 2 	: 0
1042.87/1042.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
1042.87/1042.22	c number of ending skipping 	: 0
1042.87/1042.22	c number of internal skipping 	: 0
1042.87/1042.22	c number of derivation steps 	: 0
1042.87/1042.22	c number of skipped derivation steps 	: 0
1042.87/1042.22	c number of remaining unassigned 	: 0
1042.87/1042.22	c number of remaining assigned 	: 0
1042.87/1042.22	c number of falsified literals weakened from reason	: 0
1042.87/1042.22	c number of falsified literals weakened from conflict	: 0
1042.87/1042.22	c time for arithmetic operations	: 0
1042.87/1042.22	c minimum degree of deleted constraints	: null
1042.87/1042.22	c maximum degree of deleted constraints	: null
1042.87/1042.22	c number of deleted constraints	: 0
1042.87/1042.22	c speed (assignments/second)	: 138368.3349375322
1042.87/1042.22	c non guided choices	: 144
1042.87/1042.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 248240
1042.87/1042.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 577
1042.87/1042.30	s UNSATISFIABLE
1043.02/1042.30	c Total wall clock time (in seconds): 1042.168

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514886-1751228872/watcher-4514886-1751228872 -o /tmp/evaluation-result-4514886-1751228872/solver-4514886-1751228872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514886-1751228872.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=30618, runsolver pid=30615
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.12 4.13 4.09 6/337 30636
/proc/meminfo: memFree=125824096/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18930384 memory=57740 CPUtime=0.13 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 6569 0 0 0 11 2 0 0 20 0 18 0 38564916 19384713216 14435 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4732596 14435 5336 1 0 547619 0
[pid=30618/tid=30620] ppid=30615 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 5074 0 0 0 7 1 0 0 20 0 18 0 38564917 19384713216 14435 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38564919 19384713216 14435 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38564919 19384713216 14435 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.20577 s]*
/proc/loadavg: 4.12 4.13 4.09 7/338 30637
/proc/meminfo: memFree=125819496/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=62684 CPUtime=0.32 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 7275 0 0 0 30 2 0 0 20 0 19 0 38564916 19452874752 15671 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 15671 5432 1 0 548456 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) S 30615 30618 28429 0 -1 4194368 5322 0 0 0 16 1 0 0 20 0 19 0 38564917 19452874752 15671 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=16880 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 15671 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=59585004307431 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 15671 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 15671 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62684 KiB

[startup+0.305745 s]*
/proc/loadavg: 4.12 4.13 4.09 6/338 30637
/proc/meminfo: memFree=125817732/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=64436 CPUtime=0.52 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 8379 0 0 0 49 3 0 0 20 0 19 0 38564916 19452874752 16109 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 16109 5464 1 0 548721 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=-6000919485658459244 CPUtime=0.26 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 5335 0 0 0 25 1 0 0 20 0 19 0 38564917 19452874752 16109 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 16109 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 16109 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 16109 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64436 KiB

[startup+0.700243 s]
/proc/loadavg: 4.12 4.13 4.09 6/338 30637
/proc/meminfo: memFree=125812188/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=77588 CPUtime=1.28 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 11080 0 0 0 124 4 0 0 20 0 19 0 38564916 19452874752 19397 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 19397 5464 1 0 550334 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 5393 0 0 0 61 2 0 0 20 0 19 0 38564917 19452874752 19397 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 19397 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 19397 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 19397 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77588 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.13 4.09 6/338 30637
/proc/meminfo: memFree=125789856/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=102356 CPUtime=2.75 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 23256 0 0 0 269 6 0 0 20 0 19 0 38564916 19452874752 25589 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 25589 5464 1 0 553943 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=0 CPUtime=1.42 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 5733 0 0 0 140 2 0 0 20 0 19 0 38564917 19452874752 25589 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 25589 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 25589 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 25589 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102356 KiB

[startup+3.10552 s]
/proc/loadavg: 4.12 4.13 4.09 5/338 30637
/proc/meminfo: memFree=125758232/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=120916 CPUtime=4.44 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 23838 0 0 0 438 6 0 0 20 0 19 0 38564916 19452874752 30229 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 30229 5464 1 0 553945 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=10752 CPUtime=3.02 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 6044 0 0 0 300 2 0 0 20 0 19 0 38564917 19452874752 30229 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=-6000919485658459244 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 30229 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 30229 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 30229 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120916 KiB

[startup+6.30018 s]
/proc/loadavg: 4.11 4.13 4.09 5/338 30637
/proc/meminfo: memFree=125729976/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=18996948 memory=141336 CPUtime=7.8 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 24495 0 0 0 773 7 0 0 20 0 19 0 38564916 19452874752 35334 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4749237 35334 5464 1 0 553964 0
[pid=30618/tid=30620] ppid=30615 vsize=18996948 memory=0 CPUtime=6.21 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 6194 0 0 0 618 3 0 0 20 0 19 0 38564917 19452874752 35334 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 35334 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38564919 19452874752 35334 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=18996948 memory=104532 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38564933 19452874752 35334 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.13 4.09 5/339 30638
/proc/meminfo: memFree=125689040/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=176560 CPUtime=14.19 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 27518 0 0 0 1411 8 0 0 20 0 20 0 38564916 19521036288 44140 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 44140 5464 1 0 554253 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=104532 CPUtime=12.57 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 7106 0 0 0 1254 3 0 0 20 0 20 0 38564917 19521036288 44140 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=176560 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 44140 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 44140 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 44140 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 14.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176560 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.14 4.09 5/339 30638
/proc/meminfo: memFree=125656816/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=182752 CPUtime=26.97 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 28964 0 0 0 2689 8 0 0 20 0 20 0 38564916 19521036288 45688 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 45688 5464 1 0 554253 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=176560 CPUtime=25.33 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 7458 0 0 0 2530 3 0 0 20 0 20 0 38564917 19521036288 45688 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 45688 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=176560 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 45688 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 45688 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 26.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182752 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.13 4.09 5/339 30639
/proc/meminfo: memFree=125434648/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=224112 CPUtime=52.56 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 29296 0 0 0 5246 10 0 0 20 0 20 0 38564916 19521036288 56028 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 56028 5496 1 0 554253 0

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

/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1003.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

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

# cumulated CPU time of all completed processes:  user=1042.5 s, system=0.535816 s

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

[startup+1024 s]*
/proc/loadavg: 4.24 4.18 4.15 5/341 30691
/proc/meminfo: memFree=116363144/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1024.72 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47704 0 0 0 102420 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=2314914285914977534 CPUtime=1020.44 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14688 0 0 0 102034 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=3472328296227420993 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=4715432209094962848 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1024.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1030.4 s]
/proc/loadavg: 4.22 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116363232/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1031.1 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47784 0 0 0 103058 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1026.82 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14696 0 0 0 102672 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1031.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1036.8 s]
/proc/loadavg: 4.21 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116289512/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1037.49 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47896 0 0 0 103697 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=17408 CPUtime=1033.2 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14808 0 0 0 103310 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1037.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1040 s]*
/proc/loadavg: 4.19 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116289512/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1040.68 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47901 0 0 0 104016 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=-6000919485658459244 CPUtime=1036.4 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14813 0 0 0 103630 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=4715432209094962848 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=799628 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=7024 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1040.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1041.6 s]
/proc/loadavg: 4.19 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116289512/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1042.27 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47905 0 0 0 104175 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1037.99 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14817 0 0 0 103789 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=46464 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1042.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1042 s]*
/proc/loadavg: 4.19 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116051944/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1042.68 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47906 0 0 0 104216 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=-6000919485658459244 CPUtime=1038.4 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14818 0 0 0 103830 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=4715432209094962848 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=7681062374679864096 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=245635481903 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1042.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1042.2 s]
/proc/loadavg: 4.19 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116051944/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19063512 memory=1296104 CPUtime=1042.87 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 47961 0 0 0 104235 52 0 0 20 0 20 0 38564916 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4765878 324026 5496 1 0 554255 0
[pid=30618/tid=30620] ppid=30615 vsize=19063512 memory=245635481903 CPUtime=1038.59 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) R 30615 30618 28429 0 -1 4194368 14826 0 0 0 103849 10 0 0 20 0 20 0 38564917 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19063512 memory=61805452067567 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19063512 memory=3473458628571430944 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30637] ppid=30615 vsize=19063512 memory=8440 CPUtime=0 cores=5,7
/proc/30618/task/30637/stat : 30637 (Timer-0) S 30615 30618 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38564933 19521036288 324026 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1042.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1296104 KiB

[startup+1042.3 s]
/proc/loadavg: 4.19 4.17 4.14 5/341 30691
/proc/meminfo: memFree=116051944/131249996 swapFree=33010684/33010684
[pid=30618] ppid=30615 vsize=19196640 memory=1296744 CPUtime=1043.02 cores=5,7
/proc/30618/stat : 30618 (java) S 30615 30618 28429 0 -1 4194304 50318 0 0 0 104250 52 0 0 20 0 20 0 38564916 19657359360 324186 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
/proc/30618/statm: 4799160 324186 5528 1 0 554889 0
[pid=30618/tid=30620] ppid=30615 vsize=19196640 memory=1296104 CPUtime=1038.6 cores=5,7
/proc/30618/task/30620/stat : 30620 (java) S 30615 30618 28429 0 -1 4194368 16419 0 0 0 103850 10 0 0 20 0 20 0 38564917 19657359360 324186 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30629] ppid=30615 vsize=19196640 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30629/stat : 30629 (Finalizer) S 30615 30618 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38564919 19657359360 324186 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
[pid=30618/tid=30636] ppid=30615 vsize=19196640 memory=1296104 CPUtime=0 cores=5,7
/proc/30618/task/30636/stat : 30636 (Common-Cleaner) S 30615 30618 28429 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 20 0 38564919 19657359360 324186 18446744073709551615 94580615766016 94580615769712 140732036392816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94580615777528 94580615778320 94580618194944 140732036397441 140732036397542 140732036397542 140732036403144 0
Current children cumulated CPU time: 1043.02 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1296744 KiB

Child status: 20

Real time (s): 1042.32
CPU time (s): 1043.04
CPU user time (s): 1042.5
CPU system time (s): 0.535816
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1296744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1042.5
system time used= 0.535816
maximum resident set size= 1297000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31841
involuntary context switches= 1365


# summary of solver processes directly reported to runsolver:
#   pid: 30618
#   total CPU time (s): 1043.04
#   total CPU user time (s): 1042.5
#   total CPU system time (s): 0.535816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14154 second user time and 4.91986 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 22:27:52
IDJOB=4514886
IDBENCH=163972
IDSOLVER=3363
FILE ID=nodeC022/4514886-1751228872
RUNJOBID= nodeC022-1751219267-28442
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514886-1751228872/watcher-4514886-1751228872 -o /tmp/evaluation-result-4514886-1751228872/solver-4514886-1751228872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514886-1751228872.opb

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

MD5SUM BENCH= 22f5cbb2f2c2a73b7dbac80b761f1874
RANDOM SEED=345527499

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.542
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.44
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.714
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.44
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		: 3619.711
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.44
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		: 3639.845
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.44
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.719
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.44
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.921
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.44
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		: 3599.917
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.44
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		: 3621.710
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125839924 kB
MemAvailable:   126500432 kB
Buffers:            3280 kB
Cached:          1464976 kB
SwapCached:            0 kB
Active:          3604172 kB
Inactive:        1216612 kB
Active(anon):    3370592 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1216612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:            12 kB
AnonPages:       3355776 kB
Mapped:           122240 kB
Shmem:             18060 kB
KReclaimable:      98708 kB
Slab:             186348 kB
SReclaimable:      98708 kB
SUnreclaim:        87640 kB
KernelStack:        5184 kB
PageTables:        10300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7342676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3160064 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 nodeC022 at 2025-06-29 22:45:14