Trace number 4493845

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
roundingsat+pbsuma-log 63f22adSAT 100.829 101.563

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.054091
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4493845-1751155639.opb'
0.00/0.01	c 	read 0.03MB  (0.51ms)
0.00/0.01	c	 [cnf: #variables 428 #clauses 644 #duplicates 0 #arr 3448]
0.00/0.01	c output proof to 'PROOFDIR/proof-4493845-1751155639'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 78] (0.55ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (25.84ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 2644 #edges 10040]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.60*10^1 #generators 3] (2.32ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	(0.01ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=10)
0.00/0.04	c 	added predicates for 3 generators (0.01ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 84 #add_vars 27]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4493845-1751155639.opb.pre'
0.00/0.04	c 	wrote 0.03MB (0.15ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                  25.84ms 82.62% detect_special
0.00/0.04	c                   2.32ms  7.41% detect_generic
0.00/0.04	c                   1.86ms  5.93% other
0.00/0.04	c                   0.55ms  1.77% approx_orbits
0.00/0.04	c                   0.51ms  1.64% parse
0.00/0.04	c                   0.15ms  0.48% output
0.00/0.04	c                   0.03ms  0.09% finalize_order
0.00/0.04	c                   0.01ms  0.04% break_generic
0.00/0.04	c                   0.01ms  0.02% optimize_gens
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  31.27ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 63f22ad
0.00/0.05	c #variables 455 #constraints 728
0.00/0.06	c rational objective 56.25
0.76/0.89	c #Conflicts:       1000 | #Constraints:       1743
0.76/0.89	c #Conflicts:       2000 | #Constraints:       2743
0.76/0.89	c INPROCESSING
0.76/0.89	c GARBAGE COLLECT
0.76/0.89	c #Conflicts:       3000 | #Constraints:       2740
0.76/0.89	c #Conflicts:       4000 | #Constraints:       3740
0.76/0.89	c INPROCESSING
0.76/0.89	c GARBAGE COLLECT
0.76/0.89	c rational objective 56.6042
1.86/1.95	c #Conflicts:       5000 | #Constraints:       3159
1.86/1.95	c #Conflicts:       6000 | #Constraints:       4159
1.86/1.95	c INPROCESSING
1.86/1.95	c GARBAGE COLLECT
1.86/1.95	c #Conflicts:       7000 | #Constraints:       3148
1.86/1.95	c #Conflicts:       8000 | #Constraints:       4148
1.86/1.95	c #Conflicts:       9000 | #Constraints:       5148
1.86/1.95	c INPROCESSING
1.86/1.95	c GARBAGE COLLECT
1.86/1.95	c rational objective 57.1667
3.06/3.18	c #Conflicts:      10000 | #Constraints:       3856
3.06/3.18	c #Conflicts:      11000 | #Constraints:       4856
3.06/3.18	c #Conflicts:      12000 | #Constraints:       5856
3.06/3.18	c INPROCESSING
3.06/3.18	c GARBAGE COLLECT
3.06/3.18	c #Conflicts:      13000 | #Constraints:       4297
3.06/3.18	c #Conflicts:      14000 | #Constraints:       5297
3.06/3.18	c #Conflicts:      15000 | #Constraints:       6297
3.06/3.18	c INPROCESSING
3.06/3.18	c GARBAGE COLLECT
3.06/3.18	c rational objective 57.5
3.76/3.81	c #Conflicts:      16000 | #Constraints:       4533
3.76/3.81	c #Conflicts:      17000 | #Constraints:       5534
3.76/3.81	c #Conflicts:      18000 | #Constraints:       6534
3.76/3.81	c INPROCESSING
3.76/3.81	c GARBAGE COLLECT
3.76/3.81	c rational objective 58.0625
5.34/5.41	c #Conflicts:      19000 | #Constraints:       4545
5.34/5.41	c #Conflicts:      20000 | #Constraints:       5545
5.34/5.41	c #Conflicts:      21000 | #Constraints:       6545
5.34/5.41	c INPROCESSING
5.34/5.41	c GARBAGE COLLECT
5.34/5.41	c #Conflicts:      22000 | #Constraints:       4345
5.34/5.41	c #Conflicts:      23000 | #Constraints:       5345
5.34/5.41	c #Conflicts:      24000 | #Constraints:       6345
5.34/5.41	c #Conflicts:      25000 | #Constraints:       7345
5.34/5.41	c INPROCESSING
5.34/5.41	c GARBAGE COLLECT
5.34/5.41	c rational objective 58.4695
12.41/12.51	c #Conflicts:      26000 | #Constraints:       4955
12.41/12.51	c #Conflicts:      27000 | #Constraints:       5955
12.41/12.51	c #Conflicts:      28000 | #Constraints:       6955
12.41/12.51	c #Conflicts:      29000 | #Constraints:       7955
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      30000 | #Constraints:       5350
12.41/12.51	c #Conflicts:      31000 | #Constraints:       6351
12.41/12.51	c #Conflicts:      32000 | #Constraints:       7351
12.41/12.51	c #Conflicts:      33000 | #Constraints:       8352
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      34000 | #Constraints:       5548
12.41/12.51	c #Conflicts:      35000 | #Constraints:       6548
12.41/12.51	c #Conflicts:      36000 | #Constraints:       7550
12.41/12.51	c #Conflicts:      37000 | #Constraints:       8550
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      38000 | #Constraints:       5552
12.41/12.51	c #Conflicts:      39000 | #Constraints:       6552
12.41/12.51	c #Conflicts:      40000 | #Constraints:       7552
12.41/12.51	c #Conflicts:      41000 | #Constraints:       8552
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      42000 | #Constraints:       5349
12.41/12.51	c #Conflicts:      43000 | #Constraints:       6349
12.41/12.51	c #Conflicts:      44000 | #Constraints:       7349
12.41/12.51	c #Conflicts:      45000 | #Constraints:       8351
12.41/12.51	c #Conflicts:      46000 | #Constraints:       9351
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      47000 | #Constraints:       5947
12.41/12.51	c #Conflicts:      48000 | #Constraints:       6947
12.41/12.51	c #Conflicts:      49000 | #Constraints:       7948
12.41/12.51	c #Conflicts:      50000 | #Constraints:       8949
12.41/12.51	c #Conflicts:      51000 | #Constraints:       9953
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c #Conflicts:      52000 | #Constraints:       6351
12.41/12.51	c #Conflicts:      53000 | #Constraints:       7352
12.41/12.51	c #Conflicts:      54000 | #Constraints:       8352
12.41/12.51	c #Conflicts:      55000 | #Constraints:       9352
12.41/12.51	c #Conflicts:      56000 | #Constraints:      10352
12.41/12.51	c INPROCESSING
12.41/12.51	c GARBAGE COLLECT
12.41/12.51	c rational objective 58.9459
31.07/31.22	c #Conflicts:      57000 | #Constraints:       6564
31.07/31.22	c #Conflicts:      58000 | #Constraints:       7564
31.07/31.22	c #Conflicts:      59000 | #Constraints:       8564
31.07/31.22	c #Conflicts:      60000 | #Constraints:       9564
31.07/31.22	c #Conflicts:      61000 | #Constraints:      10564
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      62000 | #Constraints:       6552
31.07/31.22	c #Conflicts:      63000 | #Constraints:       7552
31.07/31.22	c #Conflicts:      64000 | #Constraints:       8552
31.07/31.22	c #Conflicts:      65000 | #Constraints:       9552
31.07/31.22	c #Conflicts:      66000 | #Constraints:      10552
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      67000 | #Constraints:       6346
31.07/31.22	c #Conflicts:      68000 | #Constraints:       7351
31.07/31.22	c #Conflicts:      69000 | #Constraints:       8354
31.07/31.22	c #Conflicts:      70000 | #Constraints:       9356
31.07/31.22	c #Conflicts:      71000 | #Constraints:      10357
31.07/31.22	c #Conflicts:      72000 | #Constraints:      11361
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      73000 | #Constraints:       6959
31.07/31.22	c #Conflicts:      74000 | #Constraints:       7961
31.07/31.22	c #Conflicts:      75000 | #Constraints:       8963
31.07/31.22	c #Conflicts:      76000 | #Constraints:       9964
31.07/31.22	c #Conflicts:      77000 | #Constraints:      10968
31.07/31.22	c #Conflicts:      78000 | #Constraints:      11969
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      79000 | #Constraints:       7358
31.07/31.22	c #Conflicts:      80000 | #Constraints:       8358
31.07/31.22	c #Conflicts:      81000 | #Constraints:       9358
31.07/31.22	c #Conflicts:      82000 | #Constraints:      10358
31.07/31.22	c #Conflicts:      83000 | #Constraints:      11358
31.07/31.22	c #Conflicts:      84000 | #Constraints:      12358
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      85000 | #Constraints:       7557
31.07/31.22	c #Conflicts:      86000 | #Constraints:       8557
31.07/31.22	c #Conflicts:      87000 | #Constraints:       9557
31.07/31.22	c #Conflicts:      88000 | #Constraints:      10557
31.07/31.22	c #Conflicts:      89000 | #Constraints:      11557
31.07/31.22	c #Conflicts:      90000 | #Constraints:      12558
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      91000 | #Constraints:       7555
31.07/31.22	c #Conflicts:      92000 | #Constraints:       8559
31.07/31.22	c #Conflicts:      93000 | #Constraints:       9570
31.07/31.22	c #Conflicts:      94000 | #Constraints:      10571
31.07/31.22	c #Conflicts:      95000 | #Constraints:      11572
31.07/31.22	c #Conflicts:      96000 | #Constraints:      12572
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:      97000 | #Constraints:       7363
31.07/31.22	c #Conflicts:      98000 | #Constraints:       8363
31.07/31.22	c #Conflicts:      99000 | #Constraints:       9364
31.07/31.22	c #Conflicts:     100000 | #Constraints:      10370
31.07/31.22	c #Conflicts:     101000 | #Constraints:      11381
31.07/31.22	c #Conflicts:     102000 | #Constraints:      12389
31.07/31.22	c #Conflicts:     103000 | #Constraints:      13397
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:     104000 | #Constraints:       7970
31.07/31.22	c #Conflicts:     105000 | #Constraints:       8970
31.07/31.22	c #Conflicts:     106000 | #Constraints:       9971
31.07/31.22	c #Conflicts:     107000 | #Constraints:      10972
31.07/31.22	c #Conflicts:     108000 | #Constraints:      11975
31.07/31.22	c #Conflicts:     109000 | #Constraints:      12976
31.07/31.22	c #Conflicts:     110000 | #Constraints:      13978
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:     111000 | #Constraints:       8372
31.07/31.22	c #Conflicts:     112000 | #Constraints:       9374
31.07/31.22	c #Conflicts:     113000 | #Constraints:      10375
31.07/31.22	c #Conflicts:     114000 | #Constraints:      11376
31.07/31.22	c #Conflicts:     115000 | #Constraints:      12377
31.07/31.22	c #Conflicts:     116000 | #Constraints:      13380
31.07/31.22	c #Conflicts:     117000 | #Constraints:      14383
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:     118000 | #Constraints:       8580
31.07/31.22	c #Conflicts:     119000 | #Constraints:       9581
31.07/31.22	c #Conflicts:     120000 | #Constraints:      10582
31.07/31.22	c #Conflicts:     121000 | #Constraints:      11585
31.07/31.22	c #Conflicts:     122000 | #Constraints:      12588
31.07/31.22	c #Conflicts:     123000 | #Constraints:      13591
31.07/31.22	c #Conflicts:     124000 | #Constraints:      14593
31.07/31.22	c INPROCESSING
31.07/31.22	c GARBAGE COLLECT
31.07/31.22	c #Conflicts:     125000 | #Constraints:       8579
31.07/31.22	c #Conflicts:     126000 | #Constraints:       9582
31.07/31.22	c #Conflicts:     127000 | #Constraints:      10583
31.07/31.22	c #Conflicts:     128000 | #Constraints:      11585
52.41/52.68	c #Conflicts:     129000 | #Constraints:      12586
52.41/52.68	c #Conflicts:     130000 | #Constraints:      13588
52.41/52.68	c #Conflicts:     131000 | #Constraints:      14590
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     132000 | #Constraints:       8371
52.41/52.68	c #Conflicts:     133000 | #Constraints:       9373
52.41/52.68	c #Conflicts:     134000 | #Constraints:      10376
52.41/52.68	c #Conflicts:     135000 | #Constraints:      11377
52.41/52.68	c #Conflicts:     136000 | #Constraints:      12380
52.41/52.68	c #Conflicts:     137000 | #Constraints:      13382
52.41/52.68	c #Conflicts:     138000 | #Constraints:      14387
52.41/52.68	c #Conflicts:     139000 | #Constraints:      15389
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     140000 | #Constraints:       8977
52.41/52.68	c #Conflicts:     141000 | #Constraints:       9991
52.41/52.68	c #Conflicts:     142000 | #Constraints:      10993
52.41/52.68	c #Conflicts:     143000 | #Constraints:      11996
52.41/52.68	c #Conflicts:     144000 | #Constraints:      13013
52.41/52.68	c #Conflicts:     145000 | #Constraints:      14013
52.41/52.68	c #Conflicts:     146000 | #Constraints:      15015
52.41/52.68	c #Conflicts:     147000 | #Constraints:      16017
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     148000 | #Constraints:       9388
52.41/52.68	c #Conflicts:     149000 | #Constraints:      10388
52.41/52.68	c #Conflicts:     150000 | #Constraints:      11388
52.41/52.68	c #Conflicts:     151000 | #Constraints:      12388
52.41/52.68	c #Conflicts:     152000 | #Constraints:      13391
52.41/52.68	c #Conflicts:     153000 | #Constraints:      14394
52.41/52.68	c #Conflicts:     154000 | #Constraints:      15396
52.41/52.68	c #Conflicts:     155000 | #Constraints:      16397
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     156000 | #Constraints:       9583
52.41/52.68	c #Conflicts:     157000 | #Constraints:      10585
52.41/52.68	c #Conflicts:     158000 | #Constraints:      11587
52.41/52.68	c #Conflicts:     159000 | #Constraints:      12589
52.41/52.68	c #Conflicts:     160000 | #Constraints:      13591
52.41/52.68	c #Conflicts:     161000 | #Constraints:      14593
52.41/52.68	c #Conflicts:     162000 | #Constraints:      15595
52.41/52.68	c #Conflicts:     163000 | #Constraints:      16600
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     164000 | #Constraints:       9586
52.41/52.68	c #Conflicts:     165000 | #Constraints:      10592
52.41/52.68	c #Conflicts:     166000 | #Constraints:      11597
52.41/52.68	c #Conflicts:     167000 | #Constraints:      12601
52.41/52.68	c #Conflicts:     168000 | #Constraints:      13603
52.41/52.68	c #Conflicts:     169000 | #Constraints:      14605
52.41/52.68	c #Conflicts:     170000 | #Constraints:      15610
52.41/52.68	c #Conflicts:     171000 | #Constraints:      16612
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     172000 | #Constraints:       9385
52.41/52.68	c #Conflicts:     173000 | #Constraints:      10388
52.41/52.68	c #Conflicts:     174000 | #Constraints:      11389
52.41/52.68	c #Conflicts:     175000 | #Constraints:      12390
52.41/52.68	c #Conflicts:     176000 | #Constraints:      13392
52.41/52.68	c #Conflicts:     177000 | #Constraints:      14395
52.41/52.68	c #Conflicts:     178000 | #Constraints:      15396
52.41/52.68	c #Conflicts:     179000 | #Constraints:      16398
52.41/52.68	c #Conflicts:     180000 | #Constraints:      17400
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     181000 | #Constraints:       9983
52.41/52.68	c #Conflicts:     182000 | #Constraints:      10990
52.41/52.68	c #Conflicts:     183000 | #Constraints:      11995
52.41/52.68	c #Conflicts:     184000 | #Constraints:      12997
52.41/52.68	c #Conflicts:     185000 | #Constraints:      14005
52.41/52.68	c #Conflicts:     186000 | #Constraints:      15007
52.41/52.68	c #Conflicts:     187000 | #Constraints:      16012
52.41/52.68	c #Conflicts:     188000 | #Constraints:      17023
52.41/52.68	c #Conflicts:     189000 | #Constraints:      18032
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     190000 | #Constraints:      10399
52.41/52.68	c #Conflicts:     191000 | #Constraints:      11401
52.41/52.68	c #Conflicts:     192000 | #Constraints:      12406
52.41/52.68	c #Conflicts:     193000 | #Constraints:      13413
52.41/52.68	c #Conflicts:     194000 | #Constraints:      14415
52.41/52.68	c #Conflicts:     195000 | #Constraints:      15418
52.41/52.68	c #Conflicts:     196000 | #Constraints:      16430
52.41/52.68	c #Conflicts:     197000 | #Constraints:      17436
52.41/52.68	c #Conflicts:     198000 | #Constraints:      18444
52.41/52.68	c INPROCESSING
52.41/52.68	c GARBAGE COLLECT
52.41/52.68	c #Conflicts:     199000 | #Constraints:      10612
52.41/52.68	c #Conflicts:     200000 | #Constraints:      11621
52.41/52.68	c #Conflicts:     201000 | #Constraints:      12630
75.53/76.09	c #Conflicts:     202000 | #Constraints:      13643
75.53/76.09	c #Conflicts:     203000 | #Constraints:      14643
75.53/76.09	c #Conflicts:     204000 | #Constraints:      15643
75.53/76.09	c #Conflicts:     205000 | #Constraints:      16643
75.53/76.09	c #Conflicts:     206000 | #Constraints:      17643
75.53/76.09	c #Conflicts:     207000 | #Constraints:      18643
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     208000 | #Constraints:      10602
75.53/76.09	c #Conflicts:     209000 | #Constraints:      11606
75.53/76.09	c #Conflicts:     210000 | #Constraints:      12609
75.53/76.09	c #Conflicts:     211000 | #Constraints:      13615
75.53/76.09	c #Conflicts:     212000 | #Constraints:      14622
75.53/76.09	c #Conflicts:     213000 | #Constraints:      15637
75.53/76.09	c #Conflicts:     214000 | #Constraints:      16645
75.53/76.09	c #Conflicts:     215000 | #Constraints:      17645
75.53/76.09	c #Conflicts:     216000 | #Constraints:      18645
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     217000 | #Constraints:      10403
75.53/76.09	c #Conflicts:     218000 | #Constraints:      11403
75.53/76.09	c #Conflicts:     219000 | #Constraints:      12409
75.53/76.09	c #Conflicts:     220000 | #Constraints:      13415
75.53/76.09	c #Conflicts:     221000 | #Constraints:      14416
75.53/76.09	c #Conflicts:     222000 | #Constraints:      15416
75.53/76.09	c #Conflicts:     223000 | #Constraints:      16416
75.53/76.09	c #Conflicts:     224000 | #Constraints:      17416
75.53/76.09	c #Conflicts:     225000 | #Constraints:      18416
75.53/76.09	c #Conflicts:     226000 | #Constraints:      19416
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     227000 | #Constraints:      10987
75.53/76.09	c #Conflicts:     228000 | #Constraints:      11987
75.53/76.09	c #Conflicts:     229000 | #Constraints:      12987
75.53/76.09	c #Conflicts:     230000 | #Constraints:      13987
75.53/76.09	c #Conflicts:     231000 | #Constraints:      14987
75.53/76.09	c #Conflicts:     232000 | #Constraints:      15987
75.53/76.09	c #Conflicts:     233000 | #Constraints:      16987
75.53/76.09	c #Conflicts:     234000 | #Constraints:      17987
75.53/76.09	c #Conflicts:     235000 | #Constraints:      18987
75.53/76.09	c #Conflicts:     236000 | #Constraints:      19988
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     237000 | #Constraints:      11365
75.53/76.09	c #Conflicts:     238000 | #Constraints:      12373
75.53/76.09	c #Conflicts:     239000 | #Constraints:      13378
75.53/76.09	c #Conflicts:     240000 | #Constraints:      14380
75.53/76.09	c #Conflicts:     241000 | #Constraints:      15381
75.53/76.09	c #Conflicts:     242000 | #Constraints:      16381
75.53/76.09	c #Conflicts:     243000 | #Constraints:      17382
75.53/76.09	c #Conflicts:     244000 | #Constraints:      18384
75.53/76.09	c #Conflicts:     245000 | #Constraints:      19386
75.53/76.09	c #Conflicts:     246000 | #Constraints:      20387
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     247000 | #Constraints:      11568
75.53/76.09	c #Conflicts:     248000 | #Constraints:      12571
75.53/76.09	c #Conflicts:     249000 | #Constraints:      13574
75.53/76.09	c #Conflicts:     250000 | #Constraints:      14574
75.53/76.09	c #Conflicts:     251000 | #Constraints:      15575
75.53/76.09	c #Conflicts:     252000 | #Constraints:      16575
75.53/76.09	c #Conflicts:     253000 | #Constraints:      17575
75.53/76.09	c #Conflicts:     254000 | #Constraints:      18575
75.53/76.09	c #Conflicts:     255000 | #Constraints:      19575
75.53/76.09	c #Conflicts:     256000 | #Constraints:      20575
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     257000 | #Constraints:      11564
75.53/76.09	c #Conflicts:     258000 | #Constraints:      12564
75.53/76.09	c #Conflicts:     259000 | #Constraints:      13564
75.53/76.09	c #Conflicts:     260000 | #Constraints:      14564
75.53/76.09	c #Conflicts:     261000 | #Constraints:      15565
75.53/76.09	c #Conflicts:     262000 | #Constraints:      16565
75.53/76.09	c #Conflicts:     263000 | #Constraints:      17566
75.53/76.09	c #Conflicts:     264000 | #Constraints:      18566
75.53/76.09	c #Conflicts:     265000 | #Constraints:      19567
75.53/76.09	c #Conflicts:     266000 | #Constraints:      20567
75.53/76.09	c INPROCESSING
75.53/76.09	c GARBAGE COLLECT
75.53/76.09	c #Conflicts:     267000 | #Constraints:      11358
75.53/76.09	c #Conflicts:     268000 | #Constraints:      12358
75.53/76.09	c #Conflicts:     269000 | #Constraints:      13364
75.53/76.09	c #Conflicts:     270000 | #Constraints:      14364
75.53/76.09	c #Conflicts:     271000 | #Constraints:      15364
75.53/76.09	c #Conflicts:     272000 | #Constraints:      16364
75.53/76.09	c #Conflicts:     273000 | #Constraints:      17364
75.53/76.09	c #Conflicts:     274000 | #Constraints:      18364
75.53/76.09	c #Conflicts:     275000 | #Constraints:      19364
75.53/76.09	c #Conflicts:     276000 | #Constraints:      20365
79.92/80.47	c #Conflicts:     277000 | #Constraints:      21365
79.92/80.47	c INPROCESSING
79.92/80.47	c GARBAGE COLLECT
79.92/80.47	c #Conflicts:     278000 | #Constraints:      11958
79.92/80.47	c #Conflicts:     279000 | #Constraints:      12958
79.92/80.47	c #Conflicts:     280000 | #Constraints:      13958
79.92/80.47	c #Conflicts:     281000 | #Constraints:      14958
79.92/80.47	c #Conflicts:     282000 | #Constraints:      15958
79.92/80.47	c #Conflicts:     283000 | #Constraints:      16958
79.92/80.47	c #Conflicts:     284000 | #Constraints:      17958
79.92/80.47	c #Conflicts:     285000 | #Constraints:      18958
79.92/80.47	c #Conflicts:     286000 | #Constraints:      19958
79.92/80.47	c #Conflicts:     287000 | #Constraints:      20958
79.92/80.47	c #Conflicts:     288000 | #Constraints:      21958
79.92/80.47	c INPROCESSING
79.92/80.47	c GARBAGE COLLECT
79.92/80.47	c rational objective 59.2349
84.00/84.52	c #Conflicts:     289000 | #Constraints:      12362
84.00/84.52	c #Conflicts:     290000 | #Constraints:      13363
84.00/84.52	c #Conflicts:     291000 | #Constraints:      14364
84.00/84.52	c #Conflicts:     292000 | #Constraints:      15364
84.00/84.52	c #Conflicts:     293000 | #Constraints:      16367
84.00/84.52	c #Conflicts:     294000 | #Constraints:      17371
84.00/84.52	c #Conflicts:     295000 | #Constraints:      18374
84.00/84.52	c #Conflicts:     296000 | #Constraints:      19375
84.00/84.52	c #Conflicts:     297000 | #Constraints:      20376
84.00/84.52	c #Conflicts:     298000 | #Constraints:      21377
84.00/84.52	c #Conflicts:     299000 | #Constraints:      22378
84.00/84.52	c INPROCESSING
84.00/84.52	c GARBAGE COLLECT
84.00/84.52	c rational objective 60.1009
100.79/101.52	c #Conflicts:     300000 | #Constraints:      12569
100.79/101.52	c #Conflicts:     301000 | #Constraints:      13571
100.79/101.52	c #Conflicts:     302000 | #Constraints:      14573
100.79/101.52	c #Conflicts:     303000 | #Constraints:      15574
100.79/101.52	c #Conflicts:     304000 | #Constraints:      16575
100.79/101.52	c #Conflicts:     305000 | #Constraints:      17577
100.79/101.52	c #Conflicts:     306000 | #Constraints:      18578
100.79/101.52	c #Conflicts:     307000 | #Constraints:      19579
100.79/101.52	c #Conflicts:     308000 | #Constraints:      20581
100.79/101.52	c #Conflicts:     309000 | #Constraints:      21583
100.79/101.52	c #Conflicts:     310000 | #Constraints:      22583
100.79/101.52	c INPROCESSING
100.79/101.52	c GARBAGE COLLECT
100.79/101.52	c #Conflicts:     311000 | #Constraints:      12571
100.79/101.52	c #Conflicts:     312000 | #Constraints:      13572
100.79/101.52	c #Conflicts:     313000 | #Constraints:      14573
100.79/101.52	c #Conflicts:     314000 | #Constraints:      15576
100.79/101.52	c #Conflicts:     315000 | #Constraints:      16578
100.79/101.52	c #Conflicts:     316000 | #Constraints:      17581
100.79/101.52	c #Conflicts:     317000 | #Constraints:      18583
100.79/101.52	c #Conflicts:     318000 | #Constraints:      19583
100.79/101.52	c #Conflicts:     319000 | #Constraints:      20586
100.79/101.52	c #Conflicts:     320000 | #Constraints:      21597
100.79/101.52	c #Conflicts:     321000 | #Constraints:      22603
100.79/101.52	c INPROCESSING
100.79/101.52	c GARBAGE COLLECT
100.79/101.52	c #Conflicts:     322000 | #Constraints:      12379
100.79/101.52	c #Conflicts:     323000 | #Constraints:      13384
100.79/101.52	c #Conflicts:     324000 | #Constraints:      14387
100.79/101.52	c #Conflicts:     325000 | #Constraints:      15398
100.79/101.52	c #Conflicts:     326000 | #Constraints:      16437
100.79/101.52	c #Conflicts:     327000 | #Constraints:      17442
100.79/101.52	c #Conflicts:     328000 | #Constraints:      18445
100.79/101.52	c #Conflicts:     329000 | #Constraints:      19475
100.79/101.52	c #Conflicts:     330000 | #Constraints:      20502
100.79/101.52	c #Conflicts:     331000 | #Constraints:      21508
100.79/101.52	c #Conflicts:     332000 | #Constraints:      22517
100.79/101.52	c #Conflicts:     333000 | #Constraints:      23542
100.79/101.52	c INPROCESSING
100.79/101.52	c GARBAGE COLLECT
100.79/101.52	c #Conflicts:     334000 | #Constraints:      13063
100.79/101.52	c #Conflicts:     335000 | #Constraints:      14069
100.79/101.52	c #Conflicts:     336000 | #Constraints:      15071
100.79/101.52	c #Conflicts:     337000 | #Constraints:      16072
100.79/101.52	c #Conflicts:     338000 | #Constraints:      17074
100.79/101.52	c #Conflicts:     339000 | #Constraints:      18075
100.79/101.52	c #Conflicts:     340000 | #Constraints:      19076
100.79/101.52	c #Conflicts:     341000 | #Constraints:      20077
100.79/101.52	c #Conflicts:     342000 | #Constraints:      21079
100.79/101.52	c #Conflicts:     343000 | #Constraints:      22079
100.79/101.52	c #Conflicts:     344000 | #Constraints:      23081
100.79/101.52	c #Conflicts:     345000 | #Constraints:      24081
100.79/101.52	c INPROCESSING
100.79/101.52	c GARBAGE COLLECT
100.79/101.52	c cpu time 98.8896 s
100.79/101.52	c deterministic time 7219637433 7.22e+09
100.79/101.52	c optimization time 8.3e-05 s
100.79/101.52	c total solve time 98.8848 s
100.79/101.52	c core-guided solve time 0 s
100.79/101.52	c propagation time 59.8056 s
100.79/101.52	c conflict analysis time 32.604 s
100.79/101.52	c propagations 20307100
100.79/101.52	c resolve steps 8422275
100.79/101.52	c decisions 561278
100.79/101.52	c conflicts 345001
100.79/101.52	c restarts 814
100.79/101.52	c inprocessing phases 50
100.79/101.52	c garbage collections 50 ,( 100.00 )
100.79/101.52	c input clauses 438 ,( 60.16 )
100.79/101.52	c input cardinalities 2 ,( 0.27 )
100.79/101.52	c input general constraints 288 ,( 39.56 )
100.79/101.52	c input average constraint length 5.07
100.79/101.52	c input average constraint degree 2.24
100.79/101.52	c learned clauses 273243 ,( 78.98 )
100.79/101.52	c learned cardinalities 8920 ,( 2.58 )
100.79/101.52	c learned general constraints 63799 ,( 18.44 )
100.79/101.52	c learned average constraint length 196.94
100.79/101.52	c learned average constraint degree 29465453.84
100.79/101.52	c watched  CF 32, 64, 128, Arb: 47071 , 0 , 0 , 0
100.79/101.52	c counting CF 32, 64, 128, Arb: 17016 , 0 , 0 , 0
100.79/101.52	c watched   constraints 47071 ,( 73.45 ) 
100.79/101.52	c counting  constraints 17016 ,( 26.55 ) 
100.79/101.52	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 121909093 , 233031637 , 183161684 ,( 143108378 , 40053306 )
100.79/101.52	c gcd simplifications 67746
100.79/101.52	c detected cardinalities 1078
100.79/101.52	c weakened non-implied lits 7811663
100.79/101.52	c weakened non-implying lits 216033
100.79/101.52	c original variables 455
100.79/101.52	c clausal propagations 5448122
100.79/101.52	c cardinality propagations 1011507
100.79/101.52	c watched propagations 1893587
100.79/101.52	c counting propagations 11033362
100.79/101.52	c watch lookups 1637556444
100.79/101.52	c watch backjump lookups 0
100.79/101.52	c watch checks 5130245843
100.79/101.52	c propagation checks 211203444
100.79/101.52	c constraint additions 198495804
100.79/101.52	c trail pops 21213375
100.79/101.52	c formula constraints 728
100.79/101.52	c learned constraints 344997
100.79/101.52	c bound constraints 0
100.79/101.52	c core-guided constraints 0
100.79/101.52	c encountered formula constraints 7821349
100.79/101.52	c encountered learned constraints 940104
100.79/101.52	c encountered bound constraints 0
100.79/101.52	c encountered core-guided constraints 0
100.79/101.52	c LP total time 3.21261 s
100.79/101.52	c LP solve time 1.94 s
100.79/101.52	c LP constraints added 851
100.79/101.52	c LP constraints removed 62
100.79/101.52	c LP pivots internal 34521
100.79/101.52	c LP pivots root 19623
100.79/101.52	c LP calls 931
100.79/101.52	c LP optimalities 31
100.79/101.52	c LP no pivot count 0
100.79/101.52	c LP infeasibilities 881
100.79/101.52	c LP valid Farkas constraints 861
100.79/101.52	c LP learned Farkas constraints 4
100.79/101.52	c LP basis resets 21
100.79/101.52	c LP cycling count 5
100.79/101.52	c LP singular count 1
100.79/101.52	c LP no primal count 0
100.79/101.52	c LP no farkas count 3
100.79/101.52	c LP other issue count 12
100.79/101.52	c LP Gomory cuts 100
100.79/101.52	c LP learned cuts 23
100.79/101.52	c LP deleted cuts 62
100.79/101.52	c LP encountered Gomory constraints 17
100.79/101.52	c LP encountered Farkas constraints 5798
100.79/101.52	c LP encountered learned Farkas constraints 4
100.79/101.52	c CG auxiliary variables introduced 0
100.79/101.52	c CG solutions found 0
100.79/101.52	c CG cores constructed 0
100.79/101.52	c CG core cardinality constraints returned 0
100.79/101.52	c CG unit cores 0
100.79/101.52	c CG single cores 0
100.79/101.52	c CG blocks removed during cardinality reduction 0
100.79/101.52	c CG first core best 0
100.79/101.52	c CG decision core best 0
100.79/101.52	c CG core reduction tie 0
100.79/101.52	c CG core degree average 0.00
100.79/101.52	c CG core slack average 0.00
100.79/101.52	c CG core upper bound improvements 0
100.79/101.52	c STR number of successful calls 0
100.79/101.52	c STR number of unsuccessful calls 0
100.79/101.52	c STR number of inconclusive calls 0
100.79/101.52	c STR number of successful attempts 0
100.79/101.52	c STR number of unsuccessful attempts 0
100.79/101.52	c STR number of inconclusive attempts 0
100.79/101.52	c STR average degree increase per successful call inf
100.79/101.52	c STR average degree increase per successful attempt inf
100.79/101.52	c STR total number of conflicts for successful attempts 0
100.79/101.52	c STR total number of conflicts for unsuccessful attempts 0
100.79/101.52	c STR total number of conflicts for inconclusive attempts 0
100.79/101.52	c STR average number of conflicts per successful attempt inf
100.79/101.52	c STR average number of conflicts per unsuccessful attempt inf
100.79/101.52	c STR average number of conflicts per inconclusive attempt inf
100.79/101.52	c AVG.sumWPerc 21.48 
100.79/101.52	c bigint constraints 0 
100.79/101.52	s SATISFIABLE
100.79/101.52	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 -x301 x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 -x321 x322 -x323 x324 -x325 x326 x327 -x328 x329 -x330 -x331 x332 -x333 x334 -x335 x336 -x337 x338 x339 -x340 x341 -x342 x343 -x344 -x345 x346 -x347 x348 -x349 x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 -x387 x388 -x389 x390 -x391 x392 -x393 x394 -x395 x396 -x397 x398 -x399 x400 -x401 x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 -x421 x422 -x423 x424 -x425 x426 x427 -x428

Verifier Data

OK	0

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4493845-1751155639/watcher-4493845-1751155639 -o /tmp/evaluation-result-4493845-1751155639/solver-4493845-1751155639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4493845-1751155639.opb PROOFDIR/proof-4493845-1751155639 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129349640/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=57620 memory=11960 CPUtime=0.04 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 994 0 0 0 4 0 0 0 20 0 1 0 31242435 59002880 2990 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 14405 2990 2336 1147 0 1832 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61812 KiB
Current children cumulated memory: 14776 KiB

[startup+0.20554 s]*
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129341576/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=58460 memory=15184 CPUtime=0.15 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 1253 0 0 0 14 1 0 0 20 0 1 0 31242435 59863040 3796 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 14615 3796 2368 1147 0 2042 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62652 KiB
Current children cumulated memory: 18000 KiB

[startup+0.305566 s]*
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129340820/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=58856 memory=15568 CPUtime=0.24 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 1351 0 0 0 23 1 0 0 20 0 1 0 31242435 60268544 3892 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 14714 3892 2368 1147 0 2141 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 63048 KiB
Current children cumulated memory: 18384 KiB

[startup+0.700142 s]
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129338116/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=60228 memory=16848 CPUtime=0.63 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 1673 0 0 0 61 2 0 0 20 0 1 0 31242435 61673472 4212 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 15057 4212 2368 1147 0 2484 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 64420 KiB
Current children cumulated memory: 19664 KiB

[startup+1.50015 s]
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129313860/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=61944 memory=20468 CPUtime=1.43 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 2079 0 0 0 139 4 0 0 20 0 1 0 31242435 63430656 5117 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 15486 5117 2368 1147 0 2913 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66136 KiB
Current children cumulated memory: 23284 KiB

[startup+3.10541 s]
/proc/loadavg: 3.54 2.99 3.28 5/273 15877
/proc/meminfo: memFree=129249700/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=66256 memory=22132 CPUtime=3.03 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 2481 0 0 0 295 8 0 0 20 0 1 0 31242435 67846144 5533 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 16564 5533 2368 1147 0 3991 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 70448 KiB
Current children cumulated memory: 24948 KiB

[startup+6.30014 s]
/proc/loadavg: 3.58 3.01 3.29 5/274 15878
/proc/meminfo: memFree=129207896/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=68232 memory=25204 CPUtime=6.2 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 3252 0 0 0 604 16 0 0 20 0 1 0 31242435 69869568 6301 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 17058 6301 2368 1147 0 4485 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 72424 KiB
Current children cumulated memory: 28020 KiB

[startup+12.7001 s]
/proc/loadavg: 3.61 3.03 3.29 5/274 15878
/proc/meminfo: memFree=129102728/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=77024 memory=30964 CPUtime=12.58 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 4681 0 0 0 1229 29 0 0 20 0 1 0 31242435 78872576 7741 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 19256 7741 2400 1147 0 6683 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 81216 KiB
Current children cumulated memory: 33780 KiB

[startup+25.5002 s]
/proc/loadavg: 3.70 3.08 3.30 5/274 15879
/proc/meminfo: memFree=128836760/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=79572 memory=36820 CPUtime=25.35 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 5633 0 0 0 2481 54 0 0 20 0 1 0 31242435 81481728 9205 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 19893 9205 2400 1147 0 7320 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 83764 KiB
Current children cumulated memory: 39636 KiB

[startup+51.1055 s]
/proc/loadavg: 3.86 3.17 3.33 5/274 15973
/proc/meminfo: memFree=128910868/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=94112 memory=47136 CPUtime=50.89 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 7706 0 0 0 4983 106 0 0 20 0 1 0 31242435 96370688 11784 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 23528 11784 2400 1147 0 10955 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 98304 KiB
Current children cumulated memory: 49952 KiB

[startup+101.562 s]
# the end of solver process 15874 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=98.923 s, system=1.90608 s

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

[startup+51.2002 s]
/proc/loadavg: 3.86 3.17 3.33 5/274 15973
/proc/meminfo: memFree=128910868/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=94112 memory=47136 CPUtime=50.98 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 7706 0 0 0 4992 106 0 0 20 0 1 0 31242435 96370688 11784 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 23528 11784 2400 1147 0 10955 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 98304 KiB
Current children cumulated memory: 49952 KiB

[startup+76.8001 s]
/proc/loadavg: 3.99 3.25 3.35 5/274 16020
/proc/meminfo: memFree=127439948/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=97752 memory=52984 CPUtime=76.3 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 8989 0 0 0 7480 150 0 0 20 0 1 0 31242435 100098048 13246 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24438 13246 2432 1147 0 11865 0
Current children cumulated CPU time: 76.33 s
Current children cumulated vsize: 101944 KiB
Current children cumulated memory: 55800 KiB

[startup+89.6001 s]
/proc/loadavg: 3.99 3.29 3.36 5/274 16068
/proc/meminfo: memFree=128371688/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98056 memory=53616 CPUtime=89.06 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9406 0 0 0 8736 170 0 0 20 0 1 0 31242435 100409344 13404 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24514 13404 2432 1147 0 11941 0
Current children cumulated CPU time: 89.09 s
Current children cumulated vsize: 102248 KiB
Current children cumulated memory: 56432 KiB

[startup+96.0001 s]*
/proc/loadavg: 3.99 3.30 3.37 5/274 16115
/proc/meminfo: memFree=128317476/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98312 memory=53780 CPUtime=95.28 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9522 0 0 0 9348 180 0 0 20 0 1 0 31242435 100671488 13445 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24578 13445 2432 1147 0 12005 0
Current children cumulated CPU time: 95.31 s
Current children cumulated vsize: 102504 KiB
Current children cumulated memory: 56596 KiB

[startup+99.2001 s]
/proc/loadavg: 3.99 3.31 3.37 4/271 16154
/proc/meminfo: memFree=128518008/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98916 memory=55188 CPUtime=98.46 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9881 0 0 0 9660 186 0 0 20 0 1 0 31242435 101289984 13797 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24729 13797 2432 1147 0 12156 0
Current children cumulated CPU time: 98.49 s
Current children cumulated vsize: 103108 KiB
Current children cumulated memory: 58004 KiB

[startup+100.8 s]
/proc/loadavg: 3.99 3.31 3.37 5/274 16161
/proc/meminfo: memFree=128029356/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98916 memory=55188 CPUtime=100.06 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9891 0 0 0 9818 188 0 0 20 0 1 0 31242435 101289984 13797 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24729 13797 2432 1147 0 12156 0
Current children cumulated CPU time: 100.09 s
Current children cumulated vsize: 103108 KiB
Current children cumulated memory: 58004 KiB

[startup+101.2 s]
/proc/loadavg: 3.99 3.31 3.37 5/274 16161
/proc/meminfo: memFree=127626416/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98916 memory=55188 CPUtime=100.46 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9894 0 0 0 9857 189 0 0 20 0 1 0 31242435 101289984 13797 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24729 13797 2432 1147 0 12156 0
Current children cumulated CPU time: 100.49 s
Current children cumulated vsize: 103108 KiB
Current children cumulated memory: 58004 KiB

[startup+101.4 s]
/proc/loadavg: 3.99 3.31 3.37 5/274 16161
/proc/meminfo: memFree=127626416/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98916 memory=55316 CPUtime=100.66 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9906 0 0 0 9877 189 0 0 20 0 1 0 31242435 101289984 13829 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24729 13829 2432 1147 0 12156 0
Current children cumulated CPU time: 100.69 s
Current children cumulated vsize: 103108 KiB
Current children cumulated memory: 58132 KiB

[startup+101.5 s]
/proc/loadavg: 3.99 3.31 3.37 5/274 16161
/proc/meminfo: memFree=127626416/131249988 swapFree=33010684/33010684
[pid=15874] ppid=15871 vsize=4192 memory=2816 CPUtime=0.03 cores=0,2
/proc/15874/stat : 15874 (run-dec-break-l) S 15871 15874 15084 0 -1 4194304 243 590 0 0 0 0 3 0 20 0 1 0 31242431 4292608 704 18446744073709551615 94296335896576 94296336791109 140732029913120 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94296337030160 94296337077904 94296341463040 140732029921557 140732029921758 140732029921758 140732029927360 0
/proc/15874/statm: 1048 704 672 219 0 110 0
[pid=15877] ppid=15874 vsize=98916 memory=55316 CPUtime=100.76 cores=0,2
/proc/15877/stat : 15877 (roundingsat) R 15874 15874 15084 0 -1 4194304 9917 0 0 0 9887 189 0 0 20 0 1 0 31242435 101289984 13829 18446744073709551615 4227072 8923433 140723250649536 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 32198656 140723250657524 140723250657832 140723250657832 140723250663402 0
/proc/15877/statm: 24729 13829 2432 1147 0 12156 0
Current children cumulated CPU time: 100.79 s
Current children cumulated vsize: 103108 KiB
Current children cumulated memory: 58132 KiB

Child status: 0

Real time (s): 101.563
CPU time (s): 100.829
CPU user time (s): 98.923
CPU system time (s): 1.90608
CPU usage (%): 99.2778
Max. virtual memory (cumulated for all children) (KiB): 103108
Max. memory (cumulated for all children) (KiB): 58132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.923
system time used= 1.90608
maximum resident set size= 55316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 916984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1254
involuntary context switches= 245


# summary of solver processes directly reported to runsolver:
#   pid: 15874
#   total CPU time (s): 100.829
#   total CPU user time (s): 98.923
#   total CPU system time (s): 1.90608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.219327 second user time and 0.441614 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 02:07:19
IDJOB=4493845
IDBENCH=147874
IDSOLVER=3358
FILE ID=nodeC031/4493845-1751155639
RUNJOBID= nodeC031-1751155546-15094
SLURM_JOB_ID= 9587472
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4493845-1751155639/watcher-4493845-1751155639 -o /tmp/evaluation-result-4493845-1751155639/solver-4493845-1751155639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4493845-1751155639.opb PROOFDIR/proof-4493845-1751155639

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
RANDOM SEED=777362498

nodeC031 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.890
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.78
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.885
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.78
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		: 3582.927
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.78
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		: 3600.198
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.78
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.894
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.78
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.890
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129350088 kB
MemAvailable:   129500328 kB
Buffers:            3280 kB
Cached:           960984 kB
SwapCached:            0 kB
Active:           598120 kB
Inactive:         741956 kB
Active(anon):     393884 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   741956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            185996 kB
Writeback:             0 kB
AnonPages:        378840 kB
Mapped:           115952 kB
Shmem:             18064 kB
KReclaimable:      86576 kB
Slab:             176176 kB
SReclaimable:      86576 kB
SUnreclaim:        89600 kB
KernelStack:        4400 kB
PageTables:         3908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     733288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432940 MiB
End job on nodeC031 at 2025-06-29 02:09:01