Trace number 4532048

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3? (exit code) 3321.7 3340.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_6_mh_ic.opb
MD5SUM1bb082b6412719493b7deb7ac7dad108
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1178861
Best CPU time to get the best result obtained on this benchmark515.301
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 10171756525
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 10171756525
Number of bits of the biggest sum of numbers34
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532048-1752684911.opb'
0.07/0.19	c 	read 4.33MB  (166.96ms)
0.07/0.19	c	 [cnf: #variables 45775 #clauses 102434 #duplicates 300 #arr 351525]
0.07/0.19	c output proof to 'PROOFDIR/proof-4532048-1752684911'
0.07/0.19	c 
0.07/0.19	c make graph and approximate orbits
0.39/0.45	c	 [group: #orbits ~= 15616] (254.18ms)
0.39/0.45	c 
0.39/0.45	c detect special group actions
0.39/0.45	c 	probe for Johnson action (limit=64)
0.39/0.45	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.39/0.48	c 	probe for row symmetry (limit=64, splits=16.78M)
0.39/0.49	c 	 found row 25x2, generating row predicate
0.39/0.50	c 	 found row 4x2, generating row predicate
0.39/0.50	c 	 found row 25x2, generating row predicate
0.39/0.51	c 	 found row 4x2, generating row predicate
0.39/0.51	c 	 (65.55ms)
0.39/0.51	c 
0.39/0.51	c detect symmetries on remainder
0.39/0.52	c 	[graph: #vertices 330559 #edges 1067750]
0.39/0.52	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.66/0.75	c 	 [group: #symmetries 5.61*10^886 #generators 1488] (240.23ms)
0.66/0.75	c 
0.66/0.75	c optimize generators (opt_passes=64, conjugate_limit=256)
0.66/0.76	c 	ran it=0, +gens=11 
1.36/1.40	c 	con best_support=4, best_gens=1188, +gens=132
1.36/1.40	c 	(645.34ms)
1.36/1.40	c 
1.36/1.40	c finalize break order and special generators
1.36/1.40	c 
1.36/1.40	c add generic predicates (break_depth=20)
1.36/1.40	c 	added predicates for 1631 generators (0.63ms)
1.36/1.45	c 
1.36/1.45	c generation finished
1.36/1.45	c 	[sbp: #constraints 18815 #add_vars 5710]
1.36/1.46	c 
1.36/1.46	c write result to 'HOME/instance-4532048-1752684911.opb.pre'
1.36/1.47	c 	wrote 5.09MB (16.53ms)
1.36/1.47	c ------------------------------------------------------------------
1.36/1.47	c                 645.34ms 44.49% optimize_gens
1.36/1.47	c                 254.18ms 17.52% approx_orbits
1.36/1.47	c                 240.23ms 16.56% detect_generic
1.36/1.47	c                 166.95ms 11.51% parse
1.36/1.47	c                  65.55ms  4.52% detect_special
1.36/1.47	c                  58.04ms  4.00% other
1.36/1.47	c                  16.53ms  1.14% output
1.36/1.47	c                   3.24ms  0.22% finalize_order
1.36/1.47	c                   0.63ms  0.04% break_generic
1.36/1.47	c         ───────────────────────────────────────────────
1.36/1.47	c                1450.69ms   100% total
1.36/1.47	c ------------------------------------------------------------------
0.00/1.51	c RoundingSat 2
0.00/1.51	c branch pb25
0.00/1.51	c commit 0f876b3
2.33/2.40	c #variables 51485 #constraints 123012
2.33/2.40	c objective is ce32 
2.63/2.76	c initial watched  CF 32, 64, 128, Arb: 25 , 0 , 0 , 0
2.63/2.76	c initial counting CF 32, 64, 128, Arb: 29126 , 0 , 0 , 0
2.63/2.76	c bounds - >= -25 @ 1.08166
3.23/3.32	c bounds 34151542 >= -25 @ 1.59544
3.23/3.36	c bounds 33992089 >= -25 @ 1.62888
3.23/3.38	c bounds 33713212 >= -25 @ 1.65353
3.32/3.42	c bounds 33702445 >= -25 @ 1.69075
3.32/3.45	c bounds 32318430 >= -25 @ 1.72141
3.42/3.50	c bounds 32000316 >= -25 @ 1.76908
3.53/3.60	c bounds 31618176 >= -25 @ 1.86422
3.53/3.63	c bounds 31369572 >= -25 @ 1.89474
3.62/3.71	c bounds 30849785 >= -25 @ 1.96831
3.72/3.80	c bounds 16820801 >= -25 @ 2.06215
3.72/3.85	c bounds 16818259 >= -25 @ 2.10261
3.72/3.88	c bounds 16026096 >= -25 @ 2.13205
3.82/3.90	c bounds 15993996 >= -25 @ 2.15523
8.92/9.05	c #Conflicts:       1000 | #Constraints:     124024
8.92/9.05	c bounds 15631582 >= -25 @ 7.15243
9.11/9.27	c bounds 15604210 >= -25 @ 7.3632
9.20/9.32	c bounds 15601850 >= -25 @ 7.40444
9.20/9.36	c bounds 15575635 >= -25 @ 7.45211
9.51/9.65	c bounds 13079360 >= -25 @ 7.72717
12.50/12.62	c bounds 12651186 >= -25 @ 10.6181
21.47/21.62	c #Conflicts:       2000 | #Constraints:     125030
21.47/21.62	c INPROCESSING
21.47/21.62	c GARBAGE COLLECT
21.47/21.62	c bounds 12642333 >= -25 @ 19.466
21.56/21.73	c bounds 12614961 >= -25 @ 19.5658
21.56/21.78	c bounds 12612601 >= -25 @ 19.6194
22.46/22.64	c bounds 12602388 >= -25 @ 20.4623
22.67/22.88	c bounds 12526880 >= -25 @ 20.6921
22.77/22.92	c bounds 12455713 >= -25 @ 20.7325
23.26/23.45	c bounds 12285742 >= -25 @ 21.2574
23.47/23.65	c bounds 12281316 >= -25 @ 21.452
23.57/23.74	c bounds 12270858 >= -25 @ 21.5379
28.74/28.96	c #Conflicts:       3000 | #Constraints:     124525
28.74/28.96	c bounds 12242009 >= -25 @ 26.6083
29.04/29.20	c bounds 12208673 >= -25 @ 26.8433
29.64/29.85	c bounds 12065006 >= -25 @ 27.4757
30.44/30.62	c bounds 11985481 >= -25 @ 28.22
30.95/31.20	c bounds 11676760 >= -25 @ 28.7811
31.85/32.03	c bounds 11647028 >= -25 @ 29.6054
33.14/33.33	c bounds 11580584 >= -25 @ 30.873
33.33/33.59	c #Conflicts:       4000 | #Constraints:     125534
33.33/33.59	c bounds 11117245 >= -25 @ 31.1326
34.03/34.23	c bounds 11104229 >= -25 @ 31.7471
36.62/36.88	c INPROCESSING
36.62/36.88	c GARBAGE COLLECT
36.62/36.88	c bounds 11074044 >= -25 @ 34.3409
36.73/36.91	c bounds 11035517 >= -25 @ 34.3713
36.73/36.97	c bounds 11035394 >= -25 @ 34.425
45.29/45.55	c #Conflicts:       5000 | #Constraints:     124860
45.29/45.55	c bounds 4375746 >= -25 @ 42.8267
45.29/45.59	c bounds 4360166 >= -25 @ 42.871
45.40/45.66	c bounds 4335936 >= -25 @ 42.9337
48.58/48.85	c #Conflicts:       6000 | #Constraints:     125865
48.58/48.85	c bounds 4267358 >= -25 @ 46.058
49.28/49.56	c bounds 4261529 >= -25 @ 46.7528
49.39/49.67	c bounds 4259432 >= -25 @ 46.8658
80.99/81.34	c INPROCESSING
80.99/81.34	c GARBAGE COLLECT
80.99/81.34	c #Conflicts:       7000 | #Constraints:     124514
80.99/81.34	c #Conflicts:       8000 | #Constraints:     125514
80.99/81.34	c #Conflicts:       9000 | #Constraints:     126514
80.99/81.34	c INPROCESSING
80.99/81.34	c GARBAGE COLLECT
80.99/81.34	c bounds 4250186 >= -25 @ 77.771
82.58/82.98	c bounds 4193051 >= -25 @ 79.3739
84.69/85.03	c bounds 4176837 >= -25 @ 81.3899
84.69/85.07	c bounds 4140066 >= -25 @ 81.4234
85.17/85.51	c bounds 4093011 >= -25 @ 81.8631
85.58/85.95	c bounds 4068890 >= -25 @ 82.2858
87.68/88.06	c bounds 4064590 >= -25 @ 84.3602
91.96/92.38	c #Conflicts:      10000 | #Constraints:     125230
91.96/92.38	c bounds 4022591 >= -25 @ 88.5683
99.54/99.94	c #Conflicts:      11000 | #Constraints:     126231
99.54/99.94	c bounds 3913397 >= -25 @ 95.9534
99.94/100.33	c bounds 3902117 >= -25 @ 96.3347
99.94/100.39	c bounds 3882974 >= -25 @ 96.394
100.04/100.47	c bounds 3877164 >= -25 @ 96.4653
100.83/101.20	c bounds 3806128 >= -25 @ 97.1825
100.83/101.27	c bounds 3797332 >= -25 @ 97.2432
101.93/102.37	c bounds 3784879 >= -25 @ 98.3256
102.64/103.10	c bounds 3773527 >= -25 @ 99.0471
122.47/122.95	c #Conflicts:      12000 | #Constraints:     127239
122.47/122.95	c INPROCESSING
122.47/122.95	c GARBAGE COLLECT
122.47/122.95	c #Conflicts:      13000 | #Constraints:     125651
122.47/122.95	c bounds 3765463 >= -25 @ 118.455
132.55/133.05	c #Conflicts:      14000 | #Constraints:     126652
132.55/133.05	c bounds 3724622 >= -25 @ 128.296
132.65/133.15	c bounds 3693705 >= -25 @ 128.393
132.93/133.43	c bounds 3693704 >= -25 @ 128.668
140.63/141.12	c #Conflicts:      15000 | #Constraints:     127656
140.63/141.12	c INPROCESSING
140.63/141.12	c GARBAGE COLLECT
140.63/141.12	c rational objective 410211
141.52/142.05	c bounds 2297151 >= -25 @ 137.178
141.52/142.10	c bounds 2243432 >= -25 @ 137.229
141.81/142.39	c bounds 2204276 >= -25 @ 137.513
142.41/142.94	c bounds 2200788 >= -25 @ 138.031
143.11/143.68	c bounds 2195088 >= -25 @ 138.749
144.40/145.00	c bounds 2183180 >= -25 @ 140.047
144.70/145.21	c bounds 2182638 >= -25 @ 140.25
144.90/145.49	c bounds 2127622 >= -25 @ 140.519
147.50/148.04	c bounds 2081631 >= -25 @ 143.016
148.60/149.16	c bounds 2049627 >= -25 @ 144.106
148.68/149.22	c bounds 2046139 >= -25 @ 144.16
149.50/150.10	c bounds 2021836 >= -25 @ 145.025
181.50/182.15	c #Conflicts:      16000 | #Constraints:     125898
181.50/182.15	c #Conflicts:      17000 | #Constraints:     126898
181.50/182.15	c #Conflicts:      18000 | #Constraints:     127898
181.50/182.15	c INPROCESSING
181.50/182.15	c GARBAGE COLLECT
181.50/182.15	c #Conflicts:      19000 | #Constraints:     124544
181.50/182.15	c bounds 2019928 >= -25 @ 176.311
182.29/182.95	c bounds 2000614 >= -25 @ 177.095
183.40/184.06	c bounds 1976533 >= -25 @ 178.17
187.07/187.78	c #Conflicts:      20000 | #Constraints:     125547
187.07/187.78	c bounds 1950995 >= -25 @ 181.802
187.27/187.93	c bounds 1860512 >= -25 @ 181.95
187.27/188.00	c bounds 1829595 >= -25 @ 182.014
188.17/188.87	c bounds 1827927 >= -25 @ 182.861
188.67/189.36	c bounds 1809828 >= -25 @ 183.341
192.26/193.01	c #Conflicts:      21000 | #Constraints:     126552
192.26/193.01	c bounds 1735540 >= -25 @ 186.909
198.14/198.87	c INPROCESSING
198.14/198.87	c GARBAGE COLLECT
198.14/198.87	c bounds 1679007 >= -25 @ 192.644
205.22/205.95	c #Conflicts:      22000 | #Constraints:     124324
205.22/205.95	c bounds 1616485 >= -25 @ 199.536
205.44/206.16	c bounds 1614211 >= -25 @ 199.739
205.44/206.19	c bounds 1612461 >= -25 @ 199.776
205.52/206.25	c bounds 1608973 >= -25 @ 199.83
206.12/206.81	c bounds 1584779 >= -25 @ 200.37
230.56/231.36	c #Conflicts:      23000 | #Constraints:     125329
230.56/231.36	c #Conflicts:      24000 | #Constraints:     126330
230.56/231.36	c #Conflicts:      25000 | #Constraints:     127331
230.56/231.36	c INPROCESSING
230.56/231.36	c GARBAGE COLLECT
230.56/231.36	c rational objective 411255
231.45/232.29	c bounds 1577587 >= -25 @ 225.317
231.55/232.34	c bounds 1460357 >= -25 @ 225.363
231.55/232.37	c bounds 1399543 >= -25 @ 225.391
267.36/268.30	c #Conflicts:      26000 | #Constraints:     123369
267.36/268.30	c #Conflicts:      27000 | #Constraints:     124378
267.36/268.30	c #Conflicts:      28000 | #Constraints:     125384
267.36/268.30	c bounds 1389414 >= -25 @ 260.458
324.80/325.86	c #Conflicts:      29000 | #Constraints:     126389
324.80/325.86	c INPROCESSING
324.80/325.86	c GARBAGE COLLECT
324.80/325.86	c #Conflicts:      30000 | #Constraints:     123763
324.80/325.86	c #Conflicts:      31000 | #Constraints:     124764
324.80/325.86	c #Conflicts:      32000 | #Constraints:     125767
324.80/325.86	c #Conflicts:      33000 | #Constraints:     126769
324.80/325.86	c INPROCESSING
324.80/325.86	c GARBAGE COLLECT
324.80/325.86	c rational objective 411279
325.80/326.85	c bounds 1381451 >= -25 @ 317.635
336.67/337.79	c #Conflicts:      34000 | #Constraints:     123990
336.67/337.79	c bounds 1363780 >= -25 @ 328.368
347.24/348.34	c #Conflicts:      35000 | #Constraints:     124992
347.24/348.34	c bounds 1325708 >= -25 @ 338.701
347.84/348.93	c bounds 1317958 >= -25 @ 339.276
348.14/349.27	c bounds 1290144 >= -25 @ 339.608
367.00/368.12	c #Conflicts:      36000 | #Constraints:     125995
367.00/368.12	c #Conflicts:      37000 | #Constraints:     126995
367.00/368.12	c INPROCESSING
367.00/368.12	c GARBAGE COLLECT
367.00/368.12	c rational objective 415653
373.77/374.96	c bounds 1277109 >= -25 @ 364.769
462.95/464.33	c #Conflicts:      38000 | #Constraints:     123976
462.95/464.33	c #Conflicts:      39000 | #Constraints:     124978
462.95/464.33	c #Conflicts:      40000 | #Constraints:     125981
462.95/464.33	c #Conflicts:      41000 | #Constraints:     126984
462.95/464.33	c INPROCESSING
462.95/464.33	c GARBAGE COLLECT
462.95/464.33	c #Conflicts:      42000 | #Constraints:     123791
462.95/464.33	c #Conflicts:      43000 | #Constraints:     124798
462.95/464.33	c #Conflicts:      44000 | #Constraints:     125801
462.95/464.33	c #Conflicts:      45000 | #Constraints:     126808
462.95/464.33	c bounds 1218081 >= -25 @ 451.887
478.50/479.91	c #Conflicts:      46000 | #Constraints:     127812
478.50/479.91	c INPROCESSING
478.50/479.91	c GARBAGE COLLECT
478.50/479.91	c rational objective 416941
539.33/540.95	c #Conflicts:      47000 | #Constraints:     124415
539.33/540.95	c #Conflicts:      48000 | #Constraints:     125416
539.33/540.95	c #Conflicts:      49000 | #Constraints:     126417
539.33/540.95	c #Conflicts:      50000 | #Constraints:     127420
539.33/540.95	c #Conflicts:      51000 | #Constraints:     128423
539.33/540.95	c INPROCESSING
539.33/540.95	c GARBAGE COLLECT
539.33/540.95	c rational objective 419760
596.07/597.89	c #Conflicts:      52000 | #Constraints:     124808
596.07/597.89	c #Conflicts:      53000 | #Constraints:     125808
596.07/597.89	c #Conflicts:      54000 | #Constraints:     126808
596.07/597.89	c #Conflicts:      55000 | #Constraints:     127814
596.07/597.89	c #Conflicts:      56000 | #Constraints:     128817
596.07/597.89	c INPROCESSING
596.07/597.89	c GARBAGE COLLECT
596.07/597.89	c rational objective 421966
667.17/669.15	c #Conflicts:      57000 | #Constraints:     125019
667.17/669.15	c #Conflicts:      58000 | #Constraints:     126021
667.17/669.15	c #Conflicts:      59000 | #Constraints:     127026
667.17/669.15	c #Conflicts:      60000 | #Constraints:     128031
667.17/669.15	c #Conflicts:      61000 | #Constraints:     129035
667.17/669.15	c INPROCESSING
667.17/669.15	c GARBAGE COLLECT
667.17/669.15	c rational objective 428677
946.60/949.32	c #Conflicts:      62000 | #Constraints:     123020
946.60/949.32	c #Conflicts:      63000 | #Constraints:     124096
946.60/949.32	c #Conflicts:      64000 | #Constraints:     125117
946.60/949.32	c #Conflicts:      65000 | #Constraints:     126117
946.60/949.32	c #Conflicts:      66000 | #Constraints:     127117
946.60/949.32	c INPROCESSING
946.60/949.32	c GARBAGE COLLECT
946.60/949.32	c #Conflicts:      67000 | #Constraints:     122863
946.60/949.32	c #Conflicts:      68000 | #Constraints:     123863
946.60/949.32	c #Conflicts:      69000 | #Constraints:     124864
946.60/949.32	c #Conflicts:      70000 | #Constraints:     125923
946.60/949.32	c #Conflicts:      71000 | #Constraints:     127394
946.60/949.32	c #Conflicts:      72000 | #Constraints:     128520
946.60/949.32	c INPROCESSING
946.60/949.32	c GARBAGE COLLECT
946.60/949.32	c #Conflicts:      73000 | #Constraints:     123776
946.60/949.32	c #Conflicts:      74000 | #Constraints:     124778
946.60/949.32	c #Conflicts:      75000 | #Constraints:     125806
946.60/949.32	c #Conflicts:      76000 | #Constraints:     126806
946.60/949.32	c #Conflicts:      77000 | #Constraints:     127806
946.60/949.32	c #Conflicts:      78000 | #Constraints:     128806
946.60/949.32	c INPROCESSING
946.60/949.32	c GARBAGE COLLECT
946.60/949.32	c #Conflicts:      79000 | #Constraints:     124007
946.60/949.32	c #Conflicts:      80000 | #Constraints:     125007
946.60/949.32	c #Conflicts:      81000 | #Constraints:     126007
946.60/949.32	c #Conflicts:      82000 | #Constraints:     127008
946.60/949.32	c #Conflicts:      83000 | #Constraints:     128012
946.60/949.32	c #Conflicts:      84000 | #Constraints:     129015
946.60/949.32	c INPROCESSING
946.60/949.32	c GARBAGE COLLECT
946.60/949.32	c rational objective 429483
1026.07/1029.06	c #Conflicts:      85000 | #Constraints:     124131
1026.07/1029.06	c #Conflicts:      86000 | #Constraints:     125132
1026.07/1029.06	c #Conflicts:      87000 | #Constraints:     126134
1026.07/1029.06	c #Conflicts:      88000 | #Constraints:     127136
1026.07/1029.06	c #Conflicts:      89000 | #Constraints:     128139
1026.07/1029.06	c #Conflicts:      90000 | #Constraints:     129142
1026.07/1029.06	c INPROCESSING
1026.07/1029.06	c GARBAGE COLLECT
1026.07/1029.06	c rational objective 432265
1112.99/1116.23	c #Conflicts:      91000 | #Constraints:     124053
1112.99/1116.23	c #Conflicts:      92000 | #Constraints:     125059
1112.99/1116.23	c #Conflicts:      93000 | #Constraints:     126063
1112.99/1116.23	c #Conflicts:      94000 | #Constraints:     127069
1112.99/1116.23	c #Conflicts:      95000 | #Constraints:     128074
1112.99/1116.23	c #Conflicts:      96000 | #Constraints:     129079
1112.99/1116.23	c INPROCESSING
1112.99/1116.23	c GARBAGE COLLECT
1112.99/1116.23	c rational objective 434087
1642.89/1647.70	c #Conflicts:      97000 | #Constraints:     123859
1642.89/1647.70	c #Conflicts:      98000 | #Constraints:     124860
1642.89/1647.70	c #Conflicts:      99000 | #Constraints:     125865
1642.89/1647.70	c #Conflicts:     100000 | #Constraints:     127162
1642.89/1647.70	c #Conflicts:     101000 | #Constraints:     128474
1642.89/1647.70	c #Conflicts:     102000 | #Constraints:     129936
1642.89/1647.70	c #Conflicts:     103000 | #Constraints:     131201
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c #Conflicts:     104000 | #Constraints:     125105
1642.89/1647.70	c #Conflicts:     105000 | #Constraints:     126105
1642.89/1647.70	c #Conflicts:     106000 | #Constraints:     127106
1642.89/1647.70	c #Conflicts:     107000 | #Constraints:     128124
1642.89/1647.70	c #Conflicts:     108000 | #Constraints:     129124
1642.89/1647.70	c #Conflicts:     109000 | #Constraints:     130124
1642.89/1647.70	c #Conflicts:     110000 | #Constraints:     131124
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c #Conflicts:     111000 | #Constraints:     125193
1642.89/1647.70	c #Conflicts:     112000 | #Constraints:     126193
1642.89/1647.70	c #Conflicts:     113000 | #Constraints:     127193
1642.89/1647.70	c #Conflicts:     114000 | #Constraints:     128193
1642.89/1647.70	c #Conflicts:     115000 | #Constraints:     129193
1642.89/1647.70	c #Conflicts:     116000 | #Constraints:     130193
1642.89/1647.70	c #Conflicts:     117000 | #Constraints:     131381
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c #Conflicts:     118000 | #Constraints:     125292
1642.89/1647.70	c #Conflicts:     119000 | #Constraints:     126292
1642.89/1647.70	c #Conflicts:     120000 | #Constraints:     127292
1642.89/1647.70	c #Conflicts:     121000 | #Constraints:     128292
1642.89/1647.70	c #Conflicts:     122000 | #Constraints:     129292
1642.89/1647.70	c #Conflicts:     123000 | #Constraints:     130292
1642.89/1647.70	c #Conflicts:     124000 | #Constraints:     131292
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c #Conflicts:     125000 | #Constraints:     125165
1642.89/1647.70	c #Conflicts:     126000 | #Constraints:     126166
1642.89/1647.70	c #Conflicts:     127000 | #Constraints:     127166
1642.89/1647.70	c #Conflicts:     128000 | #Constraints:     128197
1642.89/1647.70	c #Conflicts:     129000 | #Constraints:     129275
1642.89/1647.70	c #Conflicts:     130000 | #Constraints:     130276
1642.89/1647.70	c #Conflicts:     131000 | #Constraints:     131277
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c #Conflicts:     132000 | #Constraints:     125027
1642.89/1647.70	c #Conflicts:     133000 | #Constraints:     126028
1642.89/1647.70	c #Conflicts:     134000 | #Constraints:     127055
1642.89/1647.70	c #Conflicts:     135000 | #Constraints:     128057
1642.89/1647.70	c #Conflicts:     136000 | #Constraints:     129071
1642.89/1647.70	c #Conflicts:     137000 | #Constraints:     130072
1642.89/1647.70	c #Conflicts:     138000 | #Constraints:     131072
1642.89/1647.70	c #Conflicts:     139000 | #Constraints:     132072
1642.89/1647.70	c INPROCESSING
1642.89/1647.70	c GARBAGE COLLECT
1642.89/1647.70	c rational objective 434725
1738.92/1744.07	c #Conflicts:     140000 | #Constraints:     125565
1738.92/1744.07	c #Conflicts:     141000 | #Constraints:     126565
1738.92/1744.07	c #Conflicts:     142000 | #Constraints:     127565
1738.92/1744.07	c #Conflicts:     143000 | #Constraints:     128568
1738.92/1744.07	c #Conflicts:     144000 | #Constraints:     129572
1738.92/1744.07	c #Conflicts:     145000 | #Constraints:     130576
1738.92/1744.07	c #Conflicts:     146000 | #Constraints:     131580
1738.92/1744.07	c #Conflicts:     147000 | #Constraints:     132582
1738.92/1744.07	c INPROCESSING
1738.92/1744.07	c GARBAGE COLLECT
1738.92/1744.07	c rational objective 435321
1940.91/1946.68	c #Conflicts:     148000 | #Constraints:     126137
1940.91/1946.68	c #Conflicts:     149000 | #Constraints:     127650
1940.91/1946.68	c #Conflicts:     150000 | #Constraints:     128873
1940.91/1946.68	c #Conflicts:     151000 | #Constraints:     129873
1940.91/1946.68	c #Conflicts:     152000 | #Constraints:     130873
1940.91/1946.68	c #Conflicts:     153000 | #Constraints:     131873
1940.91/1946.68	c #Conflicts:     154000 | #Constraints:     132873
1940.91/1946.68	c #Conflicts:     155000 | #Constraints:     133874
1940.91/1946.68	c INPROCESSING
1940.91/1946.68	c GARBAGE COLLECT
1940.91/1946.68	c #Conflicts:     156000 | #Constraints:     126572
1940.91/1946.68	c #Conflicts:     157000 | #Constraints:     127572
1940.91/1946.68	c #Conflicts:     158000 | #Constraints:     128572
1940.91/1946.68	c #Conflicts:     159000 | #Constraints:     129573
1940.91/1946.68	c #Conflicts:     160000 | #Constraints:     130573
1940.91/1946.68	c #Conflicts:     161000 | #Constraints:     131573
1940.91/1946.68	c #Conflicts:     162000 | #Constraints:     132575
1940.91/1946.68	c #Conflicts:     163000 | #Constraints:     133578
1940.91/1946.68	c INPROCESSING
1940.91/1946.68	c GARBAGE COLLECT
1940.91/1946.68	c rational objective 435575
2046.37/2052.40	c #Conflicts:     164000 | #Constraints:     126334
2046.37/2052.40	c #Conflicts:     165000 | #Constraints:     127335
2046.37/2052.40	c #Conflicts:     166000 | #Constraints:     128337
2046.37/2052.40	c #Conflicts:     167000 | #Constraints:     129340
2046.37/2052.40	c #Conflicts:     168000 | #Constraints:     130342
2046.37/2052.40	c #Conflicts:     169000 | #Constraints:     131348
2046.37/2052.40	c #Conflicts:     170000 | #Constraints:     132351
2046.37/2052.40	c #Conflicts:     171000 | #Constraints:     133352
2046.37/2052.40	c INPROCESSING
2046.37/2052.40	c GARBAGE COLLECT
2046.37/2052.40	c rational objective 437149
2255.63/2262.34	c #Conflicts:     172000 | #Constraints:     126003
2255.63/2262.34	c #Conflicts:     173000 | #Constraints:     127003
2255.63/2262.34	c #Conflicts:     174000 | #Constraints:     128004
2255.63/2262.34	c #Conflicts:     175000 | #Constraints:     129004
2255.63/2262.34	c #Conflicts:     176000 | #Constraints:     130144
2255.63/2262.34	c #Conflicts:     177000 | #Constraints:     131145
2255.63/2262.34	c #Conflicts:     178000 | #Constraints:     132257
2255.63/2262.34	c #Conflicts:     179000 | #Constraints:     133575
2255.63/2262.34	c #Conflicts:     180000 | #Constraints:     134575
2255.63/2262.34	c INPROCESSING
2255.63/2262.34	c GARBAGE COLLECT
2255.63/2262.34	c #Conflicts:     181000 | #Constraints:     126888
2255.63/2262.34	c #Conflicts:     182000 | #Constraints:     127888
2255.63/2262.34	c #Conflicts:     183000 | #Constraints:     128888
2255.63/2262.34	c #Conflicts:     184000 | #Constraints:     129888
2255.63/2262.34	c #Conflicts:     185000 | #Constraints:     130888
2255.63/2262.34	c #Conflicts:     186000 | #Constraints:     131888
2255.63/2262.34	c #Conflicts:     187000 | #Constraints:     132889
2255.63/2262.34	c #Conflicts:     188000 | #Constraints:     133889
2255.63/2262.34	c #Conflicts:     189000 | #Constraints:     134889
2255.63/2262.34	c INPROCESSING
2255.63/2262.34	c GARBAGE COLLECT
2255.63/2262.34	c rational objective 439600
2381.46/2388.52	c #Conflicts:     190000 | #Constraints:     127081
2381.46/2388.52	c #Conflicts:     191000 | #Constraints:     128082
2381.46/2388.52	c #Conflicts:     192000 | #Constraints:     129083
2381.46/2388.52	c #Conflicts:     193000 | #Constraints:     130087
2381.46/2388.52	c #Conflicts:     194000 | #Constraints:     131090
2381.46/2388.52	c #Conflicts:     195000 | #Constraints:     132096
2381.46/2388.52	c #Conflicts:     196000 | #Constraints:     133100
2381.46/2388.52	c #Conflicts:     197000 | #Constraints:     134102
2381.46/2388.52	c #Conflicts:     198000 | #Constraints:     135103
2381.46/2388.52	c INPROCESSING
2381.46/2388.52	c GARBAGE COLLECT
2381.46/2388.52	c rational objective 440642
2500.00/2507.43	c #Conflicts:     199000 | #Constraints:     127224
2500.00/2507.43	c #Conflicts:     200000 | #Constraints:     128225
2500.00/2507.43	c #Conflicts:     201000 | #Constraints:     129228
2500.00/2507.43	c #Conflicts:     202000 | #Constraints:     130228
2500.00/2507.43	c #Conflicts:     203000 | #Constraints:     131228
2500.00/2507.43	c #Conflicts:     204000 | #Constraints:     132230
2500.00/2507.43	c #Conflicts:     205000 | #Constraints:     133231
2500.00/2507.43	c #Conflicts:     206000 | #Constraints:     134233
2500.00/2507.43	c #Conflicts:     207000 | #Constraints:     135241
2500.00/2507.43	c INPROCESSING
2500.00/2507.43	c GARBAGE COLLECT
2500.00/2507.43	c rational objective 447127
2628.42/2636.20	c #Conflicts:     208000 | #Constraints:     127142
2628.42/2636.20	c #Conflicts:     209000 | #Constraints:     128149
2628.42/2636.20	c #Conflicts:     210000 | #Constraints:     129151
2628.42/2636.20	c #Conflicts:     211000 | #Constraints:     130156
2628.42/2636.20	c #Conflicts:     212000 | #Constraints:     131163
2628.42/2636.20	c #Conflicts:     213000 | #Constraints:     132166
2628.42/2636.20	c #Conflicts:     214000 | #Constraints:     133169
2628.42/2636.20	c #Conflicts:     215000 | #Constraints:     134173
2628.42/2636.20	c #Conflicts:     216000 | #Constraints:     135178
2628.42/2636.20	c INPROCESSING
2628.42/2636.20	c GARBAGE COLLECT
2628.42/2636.20	c rational objective 447398
2736.49/2744.69	c #Conflicts:     217000 | #Constraints:     126897
2736.49/2744.69	c #Conflicts:     218000 | #Constraints:     127897
2736.49/2744.69	c #Conflicts:     219000 | #Constraints:     128897
2736.49/2744.69	c #Conflicts:     220000 | #Constraints:     129897
2736.49/2744.69	c #Conflicts:     221000 | #Constraints:     130897
2736.49/2744.69	c #Conflicts:     222000 | #Constraints:     131897
2736.49/2744.69	c #Conflicts:     223000 | #Constraints:     132897
2736.49/2744.69	c #Conflicts:     224000 | #Constraints:     133898
2736.49/2744.69	c #Conflicts:     225000 | #Constraints:     134899
2736.49/2744.69	c #Conflicts:     226000 | #Constraints:     135902
2736.49/2744.69	c INPROCESSING
2736.49/2744.69	c GARBAGE COLLECT
2736.49/2744.69	c rational objective 447751
2876.26/2884.81	c #Conflicts:     227000 | #Constraints:     127498
2876.26/2884.81	c #Conflicts:     228000 | #Constraints:     128500
2876.26/2884.81	c #Conflicts:     229000 | #Constraints:     129503
2876.26/2884.81	c #Conflicts:     230000 | #Constraints:     130510
2876.26/2884.81	c #Conflicts:     231000 | #Constraints:     131513
2876.26/2884.81	c #Conflicts:     232000 | #Constraints:     132517
2876.26/2884.81	c #Conflicts:     233000 | #Constraints:     133518
2876.26/2884.81	c #Conflicts:     234000 | #Constraints:     134518
2876.26/2884.81	c #Conflicts:     235000 | #Constraints:     135520
2876.26/2884.81	c #Conflicts:     236000 | #Constraints:     136525
2876.26/2884.81	c INPROCESSING
2876.26/2884.81	c GARBAGE COLLECT
2876.26/2884.81	c rational objective 448765
3139.34/3148.73	c #Conflicts:     237000 | #Constraints:     127925
3139.34/3148.73	c #Conflicts:     238000 | #Constraints:     128928
3139.34/3148.73	c #Conflicts:     239000 | #Constraints:     129966
3139.34/3148.73	c #Conflicts:     240000 | #Constraints:     130978
3139.34/3148.73	c #Conflicts:     241000 | #Constraints:     132005
3139.34/3148.73	c #Conflicts:     242000 | #Constraints:     133005
3139.34/3148.73	c #Conflicts:     243000 | #Constraints:     134008
3139.34/3148.73	c #Conflicts:     244000 | #Constraints:     135008
3139.34/3148.73	c #Conflicts:     245000 | #Constraints:     136008
3139.34/3148.73	c #Conflicts:     246000 | #Constraints:     137008
3139.34/3148.73	c INPROCESSING
3139.34/3148.73	c GARBAGE COLLECT
3139.34/3148.73	c #Conflicts:     247000 | #Constraints:     128202
3139.34/3148.73	c #Conflicts:     248000 | #Constraints:     129202
3139.34/3148.73	c #Conflicts:     249000 | #Constraints:     130203
3139.34/3148.73	c #Conflicts:     250000 | #Constraints:     131203
3139.34/3148.73	c #Conflicts:     251000 | #Constraints:     132203
3139.34/3148.73	c #Conflicts:     252000 | #Constraints:     133205
3139.34/3148.73	c #Conflicts:     253000 | #Constraints:     134206
3139.34/3148.73	c #Conflicts:     254000 | #Constraints:     135210
3139.34/3148.73	c #Conflicts:     255000 | #Constraints:     136212
3139.34/3148.73	c #Conflicts:     256000 | #Constraints:     137216
3139.34/3148.73	c INPROCESSING
3139.34/3148.73	c GARBAGE COLLECT
3139.34/3148.73	c rational objective 448840
3284.60/3294.45	c #Conflicts:     257000 | #Constraints:     128148
3284.60/3294.45	c #Conflicts:     258000 | #Constraints:     129148
3284.60/3294.45	c #Conflicts:     259000 | #Constraints:     130148
3284.60/3294.45	c #Conflicts:     260000 | #Constraints:     131151
3284.60/3294.45	c #Conflicts:     261000 | #Constraints:     132155
3284.60/3294.45	c #Conflicts:     262000 | #Constraints:     133162
3284.60/3294.45	c #Conflicts:     263000 | #Constraints:     134165
3284.60/3294.45	c #Conflicts:     264000 | #Constraints:     135169
3284.60/3294.45	c #Conflicts:     265000 | #Constraints:     136172
3284.60/3294.45	c #Conflicts:     266000 | #Constraints:     137176
3284.60/3294.45	c INPROCESSING
3284.60/3294.45	c GARBAGE COLLECT
3284.60/3294.45	c rational objective 449783
1.45/3340.46	HOME/run-opt-ls-log.sh: line 3: 136749 File size limit exceeded(core dumped) ./roundingsat "$1" --lp-maxconstr=1000000 --ls-opt-initial-iterations=2 --preprocessed-input="$1.pre" --proof-log="$2"

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: 63837 MiB (41967 MiB free)
  memory of node 1: 64465 MiB (49327 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532048-1752684911/watcher-4532048-1752684911 -o /tmp/evaluation-result-4532048-1752684911/solver-4532048-1752684911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752684911-136685 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532048-1752684911.opb PROOFDIR/proof-4532048-1752684911 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=136734, runsolver pid=136730

[startup+0.100073 s]*
/proc/loadavg: 1.08 1.11 1.09 4/259 136738
/proc/meminfo: memFree=93371648/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136737] ppid=136734 vsize=37428 memory=28212 CPUtime=0.07 cores=4,6
/proc/136737/stat : 136737 (pbsuma) R 136734 136734 136420 0 -1 4194304 3524 0 0 0 6 1 0 0 20 0 1 0 184169963 38326272 7053 18446744073709551615 4210688 4653049 140728687962704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 11128832 140728687970529 140728687970864 140728687970864 140728687976431 0
/proc/136737/statm: 9357 7053 960 108 0 6765 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 41620 KiB
Current children cumulated memory: 31156 KiB

[startup+0.215059 s]*
/proc/loadavg: 1.08 1.11 1.09 5/264 136747
/proc/meminfo: memFree=93301328/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136737] ppid=136734 vsize=63440 memory=52180 CPUtime=0.19 cores=4,6
/proc/136737/stat : 136737 (pbsuma) R 136734 136734 136420 0 -1 4194304 8196 0 0 0 15 4 0 0 20 0 1 0 184169963 64962560 13045 18446744073709551615 4210688 4653049 140728687962704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 11128832 140728687970529 140728687970864 140728687970864 140728687976431 0
/proc/136737/statm: 15860 13045 960 108 0 13268 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 67632 KiB
Current children cumulated memory: 55124 KiB

[startup+0.315393 s]*
/proc/loadavg: 1.08 1.11 1.09 5/264 136747
/proc/meminfo: memFree=93216332/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136737] ppid=136734 vsize=105276 memory=79256 CPUtime=0.29 cores=4,6
/proc/136737/stat : 136737 (pbsuma) R 136734 136734 136420 0 -1 4194304 14456 0 0 0 23 6 0 0 20 0 1 0 184169963 107802624 19814 18446744073709551615 4210688 4653049 140728687962704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 11128832 140728687970529 140728687970864 140728687970864 140728687976431 0
/proc/136737/statm: 26319 19814 960 108 0 23727 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 109468 KiB
Current children cumulated memory: 82200 KiB

[startup+0.700493 s]
/proc/loadavg: 1.08 1.11 1.09 5/264 136748
/proc/meminfo: memFree=93081000/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136737] ppid=136734 vsize=186360 memory=136688 CPUtime=0.66 cores=4,6
/proc/136737/stat : 136737 (pbsuma) R 136734 136734 136420 0 -1 4194304 27852 0 0 0 54 12 0 0 20 0 1 0 184169963 190832640 34172 18446744073709551615 4210688 4653049 140728687962704 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 11128832 140728687970529 140728687970864 140728687970864 140728687976431 0
/proc/136737/statm: 46590 34172 992 108 0 43998 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 190552 KiB
Current children cumulated memory: 139632 KiB

[startup+1.50035 s]
/proc/loadavg: 1.08 1.11 1.09 5/264 136748
/proc/meminfo: memFree=92787936/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.11475 s]
/proc/loadavg: 1.08 1.11 1.09 5/264 136751
/proc/meminfo: memFree=92774924/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=269700 memory=223152 CPUtime=1.59 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 32740 0 0 0 139 20 0 0 20 0 1 0 184170112 276172800 55788 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 67425 55788 2368 1147 0 54851 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 273892 KiB
Current children cumulated memory: 226096 KiB

[startup+6.3004 s]
/proc/loadavg: 1.31 1.15 1.10 5/264 136751
/proc/meminfo: memFree=91780780/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=305540 memory=260116 CPUtime=4.76 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 39941 0 0 0 448 28 0 0 20 0 1 0 184170112 312872960 65029 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 76385 65029 2400 1147 0 63811 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 309732 KiB
Current children cumulated memory: 263060 KiB

[startup+12.7004 s]
/proc/loadavg: 1.53 1.20 1.12 5/264 136751
/proc/meminfo: memFree=90849752/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=356164 memory=310728 CPUtime=11.14 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 50019 0 0 0 1069 45 0 0 20 0 1 0 184170112 364711936 77682 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 89041 77682 2400 1147 0 76467 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 360356 KiB
Current children cumulated memory: 313672 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 1.34 1.17 5/264 136751
/proc/meminfo: memFree=88995088/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=425284 memory=372764 CPUtime=23.9 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 59409 0 0 0 2324 66 0 0 20 0 1 0 184170112 435490816 93191 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 106321 93191 2400 1147 0 93747 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 429476 KiB
Current children cumulated memory: 375708 KiB

[startup+51.1144 s]
/proc/loadavg: 2.81 1.57 1.25 5/265 136752
/proc/meminfo: memFree=85320356/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=514536 memory=443832 CPUtime=49.45 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 73259 0 0 0 4826 119 0 0 20 0 1 0 184170112 526884864 110958 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 128634 110958 2400 1147 0 116060 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 518728 KiB
Current children cumulated memory: 446776 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 1.98 1.41 5/266 136755
/proc/meminfo: memFree=78430864/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=683732 memory=578168 CPUtime=100.48 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 99718 0 0 0 9825 223 0 0 20 0 1 0 184170112 700141568 144542 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 170933 144542 2400 1147 0 158359 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 687924 KiB
Current children cumulated memory: 581112 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.36 1.58 5/265 136757
/proc/meminfo: memFree=70720072/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=765316 memory=666972 CPUtime=160.3 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 116433 0 0 0 15692 338 0 0 20 0 1 0 184170112 783683584 166743 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 191329 166743 2400 1147 0 178755 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 769508 KiB
Current children cumulated memory: 669916 KiB

[startup+222.3 s]
/proc/loadavg: 4.32 2.77 1.77 6/264 136759
/proc/meminfo: memFree=63497172/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=798640 memory=699516 CPUtime=220.13 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 123018 0 0 0 21550 463 0 0 20 0 1 0 184170112 817807360 174879 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 199660 174879 2400 1147 0 187086 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 802832 KiB
Current children cumulated memory: 702460 KiB


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

/proc/loadavg: 4.78 4.39 4.29 6/267 136993
/proc/meminfo: memFree=1937752/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2217800 memory=1956616 CPUtime=3091.64 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 440790 0 0 0 302842 6322 0 0 20 0 1 0 184170112 2271027200 489154 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 554450 489154 2528 1147 0 541876 0
Current children cumulated CPU time: 3093.09 s
Current children cumulated vsize: 2221992 KiB
Current children cumulated memory: 1959560 KiB

[startup+3162.3 s]
/proc/loadavg: 4.93 4.53 4.34 7/267 136996
/proc/meminfo: memFree=1970316/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2223064 memory=1962200 CPUtime=3151.45 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 441807 0 0 0 308697 6448 0 0 20 0 1 0 184170112 2276417536 490550 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 555766 490550 2528 1147 0 543192 0
Current children cumulated CPU time: 3152.9 s
Current children cumulated vsize: 2227256 KiB
Current children cumulated memory: 1965144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.38 4.44 4.33 5/266 136998
/proc/meminfo: memFree=1964560/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2223064 memory=1962200 CPUtime=3211.27 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 441866 0 0 0 314539 6588 0 0 20 0 1 0 184170112 2276417536 490550 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 555766 490550 2528 1147 0 543192 0
Current children cumulated CPU time: 3212.72 s
Current children cumulated vsize: 2227256 KiB
Current children cumulated memory: 1965144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.44 4.33 5/266 137000
/proc/meminfo: memFree=1813536/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2223064 memory=1962456 CPUtime=3271.09 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 442051 0 0 0 320387 6722 0 0 20 0 1 0 184170112 2276417536 490614 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 555766 490614 2528 1147 0 543192 0
Current children cumulated CPU time: 3272.54 s
Current children cumulated vsize: 2227256 KiB
Current children cumulated memory: 1965400 KiB

[startup+3340.47 s]
# the end of solver process 136734 was just reported to runsolver
# Child status: 153

# cumulated CPU time of all completed processes:  user=3251.6 s, system=70.098 s

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

[startup+3302.4 s]
/proc/loadavg: 4.27 4.41 4.32 5/266 137000
/proc/meminfo: memFree=1875716/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3291.12 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 442092 0 0 0 322349 6763 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3292.57 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3315.2 s]
/proc/loadavg: 4.29 4.40 4.32 5/266 137001
/proc/meminfo: memFree=1755360/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3303.88 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 442092 0 0 0 323598 6790 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3305.33 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3328 s]*
/proc/loadavg: 4.25 4.39 4.32 5/266 137002
/proc/meminfo: memFree=1934740/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3316.66 cores=4,6
/proc/136749/stat : 136749 (roundingsat) R 136734 136734 136420 0 -1 4194304 442096 0 0 0 324849 6817 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 0
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3318.11 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3334.4 s]
/proc/loadavg: 4.23 4.38 4.32 7/267 137005
/proc/meminfo: memFree=1771672/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3319.79 cores=4,6
/proc/136749/stat : 136749 (roundingsat) S 136734 136734 136420 0 -1 4195840 442096 0 0 0 325028 6951 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 140725156383848 140573991230295 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 25
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3321.24 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3337.6 s]
/proc/loadavg: 4.29 4.39 4.32 5/267 137005
/proc/meminfo: memFree=1820336/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3319.79 cores=4,6
/proc/136749/stat : 136749 (roundingsat) S 136734 136734 136420 0 -1 4195840 442096 0 0 0 325028 6951 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 140725156383848 140573991230295 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 25
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3321.24 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3339.2 s]
/proc/loadavg: 4.29 4.39 4.32 4/267 137005
/proc/meminfo: memFree=1963120/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
[pid=136749] ppid=136734 vsize=2227888 memory=1962584 CPUtime=3319.79 cores=4,6
/proc/136749/stat : 136749 (roundingsat) S 136734 136734 136420 0 -1 4195840 442096 0 0 0 325028 6951 0 0 20 0 1 0 184170112 2281357312 490646 18446744073709551615 4227072 8923577 140725156386800 140725156383848 140573991230295 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 13332480 140725156391156 140725156391462 140725156391462 140725156397034 25
/proc/136749/statm: 556972 490646 2528 1147 0 544398 0
Current children cumulated CPU time: 3321.24 s
Current children cumulated vsize: 2232080 KiB
Current children cumulated memory: 1965528 KiB

[startup+3340 s]*
/proc/loadavg: 4.27 4.39 4.32 5/268 137011
/proc/meminfo: memFree=4907968/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3340.4 s]
/proc/loadavg: 4.27 4.39 4.32 5/268 137011
/proc/meminfo: memFree=4907968/131382120 swapFree=33010416/33010684
[pid=136734] ppid=136730 vsize=4192 memory=2944 CPUtime=1.45 cores=4,6
/proc/136734/stat : 136734 (run-opt-ls-log.) S 136730 136734 136420 0 -1 4194304 240 28891 0 0 0 0 131 14 20 0 1 0 184169962 4292608 736 18446744073709551615 93979124170752 93979125065285 140727656989328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93979125304336 93979125352080 93979146235904 140727656995097 140727656995295 140727656995295 140727657000899 0
/proc/136734/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 153

Real time (s): 3340.47
CPU time (s): 3321.7
CPU user time (s): 3251.6
CPU system time (s): 70.098
CPU usage (%): 99.4381
Max. virtual memory (cumulated for all children) (KiB): 2232080
Max. memory (cumulated for all children) (KiB): 1965528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3251.6
system time used= 70.098
maximum resident set size= 1962584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471238
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204809952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17259
involuntary context switches= 11725


# summary of solver processes directly reported to runsolver:
#   pid: 136734
#   total CPU time (s): 3321.7
#   total CPU user time (s): 3251.6
#   total CPU system time (s): 70.098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4609 second user time and 36.3258 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-16 18:55:12
IDJOB=4532048
IDBENCH=155693
IDSOLVER=3392
FILE ID=nodeC002/4532048-1752684911
RUNJOBID= nodeC002-1752684911-136685
SLURM_JOB_ID= 9686895
Free space on /tmp= 431592 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_6_mh_ic.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532048-1752684911/watcher-4532048-1752684911 -o /tmp/evaluation-result-4532048-1752684911/solver-4532048-1752684911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752684911-136685 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532048-1752684911.opb PROOFDIR/proof-4532048-1752684911

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

MD5SUM BENCH= 1bb082b6412719493b7deb7ac7dad108
RANDOM SEED=735605069

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2095.003
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.401
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.204
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.238
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.487
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.171
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.214
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.217
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        93520972 kB
MemAvailable:   129914436 kB
Buffers:            2128 kB
Cached:         37155440 kB
SwapCached:           28 kB
Active:           931004 kB
Inactive:       36299800 kB
Active(anon):      95112 kB
Inactive(anon):     4248 kB
Active(file):     835892 kB
Inactive(file): 36295552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49884 kB
Writeback:            20 kB
AnonPages:         76320 kB
Mapped:           108536 kB
Shmem:             26124 kB
KReclaimable:     203292 kB
Slab:             294104 kB
SReclaimable:     203292 kB
SUnreclaim:        90812 kB
KernelStack:        3920 kB
PageTables:         2640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     352164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431324 MiB
End job on nodeC002 at 2025-07-16 19:50:52