Trace number 4541766

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 63f22ad? (TO) 3600.13 3611.31

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
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-4541766-1753202597.opb'
0.00/0.01	c 	read 0.22MB  (3.53ms)
0.00/0.01	c	 [cnf: #variables 5122 #clauses 7056 #duplicates 54 #arr 20294]
0.00/0.01	c output proof to '/tmp/proof-4541766-1753202597'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 2] (5.83ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 found row 46x2, generating row predicate
0.00/0.02	c 	 (0.84ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 27291 #edges 70814]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.88ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 45 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4541766-1753202597.opb.pre'
0.00/0.02	c 	wrote 0.23MB (0.62ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   5.83ms 43.34% approx_orbits
0.00/0.02	c                   3.53ms 26.25% parse
0.00/0.02	c                   1.88ms 13.98% detect_generic
0.00/0.02	c                   0.84ms  6.23% detect_special
0.00/0.02	c                   0.62ms  4.63% output
0.00/0.02	c                   0.60ms  4.43% other
0.00/0.02	c                   0.15ms  1.15% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  13.44ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.09	c #variables 5122 #constraints 9683
0.00/0.10	c rational objective 0
2.45/2.53	c #Conflicts:       1000 | #Constraints:      10682
2.45/2.53	c #Conflicts:       2000 | #Constraints:      11682
2.45/2.53	c INPROCESSING
2.45/2.53	c GARBAGE COLLECT
2.45/2.53	c rational objective 0
92.85/93.27	c #Conflicts:       3000 | #Constraints:      11639
92.85/93.27	c #Conflicts:       4000 | #Constraints:      12639
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:       5000 | #Constraints:      12061
92.85/93.27	c #Conflicts:       6000 | #Constraints:      13061
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:       7000 | #Constraints:      12072
92.85/93.27	c #Conflicts:       8000 | #Constraints:      13072
92.85/93.27	c #Conflicts:       9000 | #Constraints:      14072
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      10000 | #Constraints:      12795
92.85/93.27	c #Conflicts:      11000 | #Constraints:      13795
92.85/93.27	c #Conflicts:      12000 | #Constraints:      14795
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      13000 | #Constraints:      13249
92.85/93.27	c #Conflicts:      14000 | #Constraints:      14249
92.85/93.27	c #Conflicts:      15000 | #Constraints:      15249
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      16000 | #Constraints:      13492
92.85/93.27	c #Conflicts:      17000 | #Constraints:      14492
92.85/93.27	c #Conflicts:      18000 | #Constraints:      15492
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      19000 | #Constraints:      13506
92.85/93.27	c #Conflicts:      20000 | #Constraints:      14506
92.85/93.27	c #Conflicts:      21000 | #Constraints:      15506
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      22000 | #Constraints:      13325
92.85/93.27	c #Conflicts:      23000 | #Constraints:      14325
92.85/93.27	c #Conflicts:      24000 | #Constraints:      15325
92.85/93.27	c #Conflicts:      25000 | #Constraints:      16325
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      26000 | #Constraints:      13940
92.85/93.27	c #Conflicts:      27000 | #Constraints:      14940
92.85/93.27	c #Conflicts:      28000 | #Constraints:      15940
92.85/93.27	c #Conflicts:      29000 | #Constraints:      16940
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      30000 | #Constraints:      14355
92.85/93.27	c #Conflicts:      31000 | #Constraints:      15355
92.85/93.27	c #Conflicts:      32000 | #Constraints:      16355
92.85/93.27	c #Conflicts:      33000 | #Constraints:      17355
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      34000 | #Constraints:      14573
92.85/93.27	c #Conflicts:      35000 | #Constraints:      15573
92.85/93.27	c #Conflicts:      36000 | #Constraints:      16573
92.85/93.27	c #Conflicts:      37000 | #Constraints:      17573
92.85/93.27	c #Conflicts:      38000 | #Constraints:      18573
92.85/93.27	c #Conflicts:      39000 | #Constraints:      19573
92.85/93.27	c #Conflicts:      40000 | #Constraints:      20573
92.85/93.27	c #Conflicts:      41000 | #Constraints:      21573
92.85/93.27	c #Conflicts:      42000 | #Constraints:      22573
92.85/93.27	c #Conflicts:      43000 | #Constraints:      23573
92.85/93.27	c #Conflicts:      44000 | #Constraints:      24573
92.85/93.27	c #Conflicts:      45000 | #Constraints:      25573
92.85/93.27	c #Conflicts:      46000 | #Constraints:      26573
92.85/93.27	c #Conflicts:      47000 | #Constraints:      27573
92.85/93.27	c #Conflicts:      48000 | #Constraints:      28573
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c #Conflicts:      49000 | #Constraints:      20196
92.85/93.27	c #Conflicts:      50000 | #Constraints:      21196
92.85/93.27	c #Conflicts:      51000 | #Constraints:      22196
92.85/93.27	c #Conflicts:      52000 | #Constraints:      23196
92.85/93.27	c #Conflicts:      53000 | #Constraints:      24196
92.85/93.27	c INPROCESSING
92.85/93.27	c GARBAGE COLLECT
92.85/93.27	c rational objective 0
165.41/166.09	c #Conflicts:      54000 | #Constraints:      17861
165.41/166.09	c #Conflicts:      55000 | #Constraints:      18861
165.41/166.09	c #Conflicts:      56000 | #Constraints:      19861
165.41/166.09	c #Conflicts:      57000 | #Constraints:      20861
165.41/166.09	c #Conflicts:      58000 | #Constraints:      21861
165.41/166.09	c INPROCESSING
165.41/166.09	c GARBAGE COLLECT
165.41/166.09	c #Conflicts:      59000 | #Constraints:      16456
165.41/166.09	c #Conflicts:      60000 | #Constraints:      17456
165.41/166.09	c #Conflicts:      61000 | #Constraints:      18456
165.41/166.09	c #Conflicts:      62000 | #Constraints:      19456
165.41/166.09	c #Conflicts:      63000 | #Constraints:      20456
165.41/166.09	c #Conflicts:      64000 | #Constraints:      21456
165.41/166.09	c INPROCESSING
165.41/166.09	c GARBAGE COLLECT
165.41/166.09	c #Conflicts:      65000 | #Constraints:      16402
165.41/166.09	c #Conflicts:      66000 | #Constraints:      17402
165.41/166.09	c #Conflicts:      67000 | #Constraints:      18402
165.41/166.09	c #Conflicts:      68000 | #Constraints:      19402
165.41/166.09	c #Conflicts:      69000 | #Constraints:      20402
165.41/166.09	c #Conflicts:      70000 | #Constraints:      21402
165.41/166.09	c #Conflicts:      71000 | #Constraints:      22402
165.41/166.09	c #Conflicts:      72000 | #Constraints:      23402
165.41/166.09	c #Conflicts:      73000 | #Constraints:      24402
165.41/166.09	c #Conflicts:      74000 | #Constraints:      25402
165.41/166.09	c #Conflicts:      75000 | #Constraints:      26402
165.41/166.09	c #Conflicts:      76000 | #Constraints:      27402
165.41/166.09	c #Conflicts:      77000 | #Constraints:      28402
165.41/166.09	c #Conflicts:      78000 | #Constraints:      29402
165.41/166.09	c #Conflicts:      79000 | #Constraints:      30402
165.41/166.09	c #Conflicts:      80000 | #Constraints:      31402
165.41/166.09	c #Conflicts:      81000 | #Constraints:      32402
165.41/166.09	c #Conflicts:      82000 | #Constraints:      33402
165.41/166.09	c #Conflicts:      83000 | #Constraints:      34402
165.41/166.09	c #Conflicts:      84000 | #Constraints:      35402
165.41/166.09	c INPROCESSING
165.41/166.09	c GARBAGE COLLECT
165.41/166.09	c rational objective 0
232.96/233.87	c #Conflicts:      85000 | #Constraints:      23240
232.96/233.87	c #Conflicts:      86000 | #Constraints:      24240
232.96/233.87	c #Conflicts:      87000 | #Constraints:      25240
232.96/233.87	c #Conflicts:      88000 | #Constraints:      26240
232.96/233.87	c #Conflicts:      89000 | #Constraints:      27240
232.96/233.87	c #Conflicts:      90000 | #Constraints:      28240
232.96/233.87	c #Conflicts:      91000 | #Constraints:      29240
232.96/233.87	c INPROCESSING
232.96/233.87	c GARBAGE COLLECT
232.96/233.87	c #Conflicts:      92000 | #Constraints:      20201
232.96/233.87	c #Conflicts:      93000 | #Constraints:      21201
232.96/233.87	c #Conflicts:      94000 | #Constraints:      22201
232.96/233.87	c #Conflicts:      95000 | #Constraints:      23201
232.96/233.87	c #Conflicts:      96000 | #Constraints:      24201
232.96/233.87	c #Conflicts:      97000 | #Constraints:      25201
232.96/233.87	c #Conflicts:      98000 | #Constraints:      26201
232.96/233.87	c #Conflicts:      99000 | #Constraints:      27201
232.96/233.87	c INPROCESSING
232.96/233.87	c GARBAGE COLLECT
232.96/233.87	c #Conflicts:     100000 | #Constraints:      19579
232.96/233.87	c #Conflicts:     101000 | #Constraints:      20579
232.96/233.87	c #Conflicts:     102000 | #Constraints:      21579
232.96/233.87	c #Conflicts:     103000 | #Constraints:      22579
232.96/233.87	c #Conflicts:     104000 | #Constraints:      23579
232.96/233.87	c #Conflicts:     105000 | #Constraints:      24579
232.96/233.87	c #Conflicts:     106000 | #Constraints:      25579
232.96/233.87	c #Conflicts:     107000 | #Constraints:      26579
232.96/233.87	c #Conflicts:     108000 | #Constraints:      27579
232.96/233.87	c #Conflicts:     109000 | #Constraints:      28579
232.96/233.87	c #Conflicts:     110000 | #Constraints:      29579
232.96/233.87	c #Conflicts:     111000 | #Constraints:      30579
232.96/233.87	c #Conflicts:     112000 | #Constraints:      31579
232.96/233.87	c #Conflicts:     113000 | #Constraints:      32579
232.96/233.87	c #Conflicts:     114000 | #Constraints:      33579
232.96/233.87	c #Conflicts:     115000 | #Constraints:      34579
232.96/233.87	c #Conflicts:     116000 | #Constraints:      35579
232.96/233.87	c #Conflicts:     117000 | #Constraints:      36579
232.96/233.87	c #Conflicts:     118000 | #Constraints:      37579
232.96/233.87	c #Conflicts:     119000 | #Constraints:      38579
232.96/233.87	c #Conflicts:     120000 | #Constraints:      39579
232.96/233.87	c #Conflicts:     121000 | #Constraints:      40579
232.96/233.87	c #Conflicts:     122000 | #Constraints:      41579
232.96/233.87	c #Conflicts:     123000 | #Constraints:      42579
232.96/233.87	c INPROCESSING
232.96/233.87	c GARBAGE COLLECT
232.96/233.87	c rational objective 0
487.38/489.04	c #Conflicts:     124000 | #Constraints:      27020
487.38/489.04	c #Conflicts:     125000 | #Constraints:      28020
487.38/489.04	c #Conflicts:     126000 | #Constraints:      29020
487.38/489.04	c #Conflicts:     127000 | #Constraints:      30020
487.38/489.04	c #Conflicts:     128000 | #Constraints:      31020
487.38/489.04	c #Conflicts:     129000 | #Constraints:      32020
487.38/489.04	c #Conflicts:     130000 | #Constraints:      33020
487.38/489.04	c #Conflicts:     131000 | #Constraints:      34020
487.38/489.04	c #Conflicts:     132000 | #Constraints:      35020
487.38/489.04	c INPROCESSING
487.38/489.04	c GARBAGE COLLECT
487.38/489.04	c #Conflicts:     133000 | #Constraints:      23477
487.38/489.04	c #Conflicts:     134000 | #Constraints:      24477
487.38/489.04	c #Conflicts:     135000 | #Constraints:      25477
487.38/489.04	c #Conflicts:     136000 | #Constraints:      26477
487.38/489.04	c #Conflicts:     137000 | #Constraints:      27477
487.38/489.04	c #Conflicts:     138000 | #Constraints:      28477
487.38/489.04	c #Conflicts:     139000 | #Constraints:      29477
487.38/489.04	c #Conflicts:     140000 | #Constraints:      30477
487.38/489.04	c INPROCESSING
487.38/489.04	c GARBAGE COLLECT
487.38/489.04	c #Conflicts:     141000 | #Constraints:      20879
487.38/489.04	c #Conflicts:     142000 | #Constraints:      21879
487.38/489.04	c #Conflicts:     143000 | #Constraints:      22879
487.38/489.04	c #Conflicts:     144000 | #Constraints:      23879
487.38/489.04	c #Conflicts:     145000 | #Constraints:      24879
487.38/489.04	c #Conflicts:     146000 | #Constraints:      25879
487.38/489.04	c #Conflicts:     147000 | #Constraints:      26879
487.38/489.04	c #Conflicts:     148000 | #Constraints:      27879
487.38/489.04	c #Conflicts:     149000 | #Constraints:      28879
487.38/489.04	c #Conflicts:     150000 | #Constraints:      29879
487.38/489.04	c #Conflicts:     151000 | #Constraints:      30879
487.38/489.04	c #Conflicts:     152000 | #Constraints:      31879
487.38/489.04	c #Conflicts:     153000 | #Constraints:      32879
487.38/489.04	c #Conflicts:     154000 | #Constraints:      33879
487.38/489.04	c #Conflicts:     155000 | #Constraints:      34879
487.38/489.04	c #Conflicts:     156000 | #Constraints:      35879
487.38/489.04	c #Conflicts:     157000 | #Constraints:      36879
487.38/489.04	c #Conflicts:     158000 | #Constraints:      37879
487.38/489.04	c #Conflicts:     159000 | #Constraints:      38879
487.38/489.04	c #Conflicts:     160000 | #Constraints:      39879
487.38/489.04	c #Conflicts:     161000 | #Constraints:      40879
487.38/489.04	c #Conflicts:     162000 | #Constraints:      41879
487.38/489.04	c #Conflicts:     163000 | #Constraints:      42879
487.38/489.04	c #Conflicts:     164000 | #Constraints:      43879
487.38/489.04	c #Conflicts:     165000 | #Constraints:      44879
487.38/489.04	c #Conflicts:     166000 | #Constraints:      45879
487.38/489.04	c #Conflicts:     167000 | #Constraints:      46879
487.38/489.04	c #Conflicts:     168000 | #Constraints:      47879
487.38/489.04	c #Conflicts:     169000 | #Constraints:      48879
487.38/489.04	c INPROCESSING
487.38/489.04	c GARBAGE COLLECT
487.38/489.04	c #Conflicts:     170000 | #Constraints:      30243
487.38/489.04	c #Conflicts:     171000 | #Constraints:      31243
487.38/489.04	c #Conflicts:     172000 | #Constraints:      32243
487.38/489.04	c #Conflicts:     173000 | #Constraints:      33243
487.38/489.04	c #Conflicts:     174000 | #Constraints:      34243
487.38/489.04	c #Conflicts:     175000 | #Constraints:      35243
487.38/489.04	c #Conflicts:     176000 | #Constraints:      36243
487.38/489.04	c #Conflicts:     177000 | #Constraints:      37243
487.38/489.04	c #Conflicts:     178000 | #Constraints:      38243
487.38/489.04	c #Conflicts:     179000 | #Constraints:      39243
487.38/489.04	c INPROCESSING
487.38/489.04	c GARBAGE COLLECT
487.38/489.04	c #Conflicts:     180000 | #Constraints:      25455
487.38/489.04	c #Conflicts:     181000 | #Constraints:      26455
487.38/489.04	c #Conflicts:     182000 | #Constraints:      27455
487.38/489.04	c #Conflicts:     183000 | #Constraints:      28455
487.38/489.04	c #Conflicts:     184000 | #Constraints:      29455
487.38/489.04	c #Conflicts:     185000 | #Constraints:      30455
487.38/489.04	c #Conflicts:     186000 | #Constraints:      31455
487.38/489.04	c #Conflicts:     187000 | #Constraints:      32455
487.38/489.04	c #Conflicts:     188000 | #Constraints:      33455
487.38/489.04	c #Conflicts:     189000 | #Constraints:      34455
487.38/489.04	c INPROCESSING
487.38/489.04	c GARBAGE COLLECT
487.38/489.04	c #Conflicts:     190000 | #Constraints:      22960
487.38/489.04	c #Conflicts:     191000 | #Constraints:      23960
487.38/489.04	c #Conflicts:     192000 | #Constraints:      24960
487.38/489.04	c #Conflicts:     193000 | #Constraints:      25960
487.38/489.04	c #Conflicts:     194000 | #Constraints:      26960
487.38/489.04	c #Conflicts:     195000 | #Constraints:      27960
487.38/489.04	c #Conflicts:     196000 | #Constraints:      28960
487.38/489.04	c #Conflicts:     197000 | #Constraints:      29960
487.38/489.04	c #Conflicts:     198000 | #Constraints:      30960
487.38/489.04	c #Conflicts:     199000 | #Constraints:      31960
573.63/575.53	c #Conflicts:     200000 | #Constraints:      32960
573.63/575.53	c #Conflicts:     201000 | #Constraints:      33960
573.63/575.53	c #Conflicts:     202000 | #Constraints:      34960
573.63/575.53	c #Conflicts:     203000 | #Constraints:      35960
573.63/575.53	c #Conflicts:     204000 | #Constraints:      36960
573.63/575.53	c #Conflicts:     205000 | #Constraints:      37960
573.63/575.53	c #Conflicts:     206000 | #Constraints:      38960
573.63/575.53	c #Conflicts:     207000 | #Constraints:      39960
573.63/575.53	c #Conflicts:     208000 | #Constraints:      40960
573.63/575.53	c #Conflicts:     209000 | #Constraints:      41960
573.63/575.53	c #Conflicts:     210000 | #Constraints:      42960
573.63/575.53	c #Conflicts:     211000 | #Constraints:      43960
573.63/575.53	c #Conflicts:     212000 | #Constraints:      44960
573.63/575.53	c #Conflicts:     213000 | #Constraints:      45960
573.63/575.53	c #Conflicts:     214000 | #Constraints:      46960
573.63/575.53	c #Conflicts:     215000 | #Constraints:      47960
573.63/575.53	c #Conflicts:     216000 | #Constraints:      48960
573.63/575.53	c #Conflicts:     217000 | #Constraints:      49960
573.63/575.53	c #Conflicts:     218000 | #Constraints:      50960
573.63/575.53	c #Conflicts:     219000 | #Constraints:      51960
573.63/575.53	c #Conflicts:     220000 | #Constraints:      52960
573.63/575.53	c #Conflicts:     221000 | #Constraints:      53960
573.63/575.53	c #Conflicts:     222000 | #Constraints:      54960
573.63/575.53	c INPROCESSING
573.63/575.53	c GARBAGE COLLECT
573.63/575.53	c rational objective 0
772.53/775.15	c #Conflicts:     223000 | #Constraints:      33284
772.53/775.15	c #Conflicts:     224000 | #Constraints:      34284
772.53/775.15	c #Conflicts:     225000 | #Constraints:      35284
772.53/775.15	c #Conflicts:     226000 | #Constraints:      36284
772.53/775.15	c #Conflicts:     227000 | #Constraints:      37284
772.53/775.15	c #Conflicts:     228000 | #Constraints:      38284
772.53/775.15	c #Conflicts:     229000 | #Constraints:      39284
772.53/775.15	c #Conflicts:     230000 | #Constraints:      40284
772.53/775.15	c #Conflicts:     231000 | #Constraints:      41284
772.53/775.15	c #Conflicts:     232000 | #Constraints:      42284
772.53/775.15	c #Conflicts:     233000 | #Constraints:      43284
772.53/775.15	c #Conflicts:     234000 | #Constraints:      44284
772.53/775.15	c INPROCESSING
772.53/775.15	c GARBAGE COLLECT
772.53/775.15	c #Conflicts:     235000 | #Constraints:      28164
772.53/775.15	c #Conflicts:     236000 | #Constraints:      29164
772.53/775.15	c #Conflicts:     237000 | #Constraints:      30164
772.53/775.15	c #Conflicts:     238000 | #Constraints:      31164
772.53/775.15	c #Conflicts:     239000 | #Constraints:      32164
772.53/775.15	c #Conflicts:     240000 | #Constraints:      33164
772.53/775.15	c #Conflicts:     241000 | #Constraints:      34164
772.53/775.15	c #Conflicts:     242000 | #Constraints:      35164
772.53/775.15	c #Conflicts:     243000 | #Constraints:      36164
772.53/775.15	c #Conflicts:     244000 | #Constraints:      37164
772.53/775.15	c #Conflicts:     245000 | #Constraints:      38164
772.53/775.15	c INPROCESSING
772.53/775.15	c GARBAGE COLLECT
772.53/775.15	c #Conflicts:     246000 | #Constraints:      24782
772.53/775.15	c #Conflicts:     247000 | #Constraints:      25782
772.53/775.15	c #Conflicts:     248000 | #Constraints:      26782
772.53/775.15	c #Conflicts:     249000 | #Constraints:      27782
772.53/775.15	c #Conflicts:     250000 | #Constraints:      28782
772.53/775.15	c #Conflicts:     251000 | #Constraints:      29782
772.53/775.15	c #Conflicts:     252000 | #Constraints:      30782
772.53/775.15	c #Conflicts:     253000 | #Constraints:      31782
772.53/775.15	c #Conflicts:     254000 | #Constraints:      32782
772.53/775.15	c #Conflicts:     255000 | #Constraints:      33782
772.53/775.15	c #Conflicts:     256000 | #Constraints:      34782
772.53/775.15	c #Conflicts:     257000 | #Constraints:      35782
772.53/775.15	c #Conflicts:     258000 | #Constraints:      36782
772.53/775.15	c #Conflicts:     259000 | #Constraints:      37782
772.53/775.15	c #Conflicts:     260000 | #Constraints:      38782
772.53/775.15	c #Conflicts:     261000 | #Constraints:      39782
772.53/775.15	c #Conflicts:     262000 | #Constraints:      40782
772.53/775.15	c #Conflicts:     263000 | #Constraints:      41782
772.53/775.15	c #Conflicts:     264000 | #Constraints:      42782
772.53/775.15	c #Conflicts:     265000 | #Constraints:      43782
772.53/775.15	c #Conflicts:     266000 | #Constraints:      44782
772.53/775.15	c #Conflicts:     267000 | #Constraints:      45782
772.53/775.15	c #Conflicts:     268000 | #Constraints:      46782
772.53/775.15	c #Conflicts:     269000 | #Constraints:      47782
772.53/775.15	c #Conflicts:     270000 | #Constraints:      48782
772.53/775.15	c #Conflicts:     271000 | #Constraints:      49782
772.53/775.15	c #Conflicts:     272000 | #Constraints:      50782
772.53/775.15	c #Conflicts:     273000 | #Constraints:      51782
772.53/775.15	c #Conflicts:     274000 | #Constraints:      52782
772.53/775.15	c #Conflicts:     275000 | #Constraints:      53782
772.53/775.15	c #Conflicts:     276000 | #Constraints:      54782
772.53/775.15	c #Conflicts:     277000 | #Constraints:      55782
772.53/775.15	c #Conflicts:     278000 | #Constraints:      56782
772.53/775.15	c #Conflicts:     279000 | #Constraints:      57782
772.53/775.15	c #Conflicts:     280000 | #Constraints:      58782
772.53/775.15	c #Conflicts:     281000 | #Constraints:      59782
772.53/775.15	c #Conflicts:     282000 | #Constraints:      60782
772.53/775.15	c INPROCESSING
772.53/775.15	c GARBAGE COLLECT
772.53/775.15	c rational objective 0
842.18/845.05	c #Conflicts:     283000 | #Constraints:      36068
842.18/845.05	c #Conflicts:     284000 | #Constraints:      37068
842.18/845.05	c #Conflicts:     285000 | #Constraints:      38068
842.18/845.05	c #Conflicts:     286000 | #Constraints:      39068
842.18/845.05	c #Conflicts:     287000 | #Constraints:      40068
842.18/845.05	c #Conflicts:     288000 | #Constraints:      41068
842.18/845.05	c #Conflicts:     289000 | #Constraints:      42068
842.18/845.05	c #Conflicts:     290000 | #Constraints:      43068
842.18/845.05	c #Conflicts:     291000 | #Constraints:      44068
842.18/845.05	c #Conflicts:     292000 | #Constraints:      45068
842.18/845.05	c #Conflicts:     293000 | #Constraints:      46068
842.18/845.05	c #Conflicts:     294000 | #Constraints:      47068
842.18/845.05	c #Conflicts:     295000 | #Constraints:      48068
842.18/845.05	c INPROCESSING
842.18/845.05	c GARBAGE COLLECT
842.18/845.05	c #Conflicts:     296000 | #Constraints:      29729
842.18/845.05	c #Conflicts:     297000 | #Constraints:      30729
842.18/845.05	c #Conflicts:     298000 | #Constraints:      31729
842.18/845.05	c #Conflicts:     299000 | #Constraints:      32729
842.18/845.05	c #Conflicts:     300000 | #Constraints:      33729
842.18/845.05	c #Conflicts:     301000 | #Constraints:      34729
842.18/845.05	c #Conflicts:     302000 | #Constraints:      35729
842.18/845.05	c #Conflicts:     303000 | #Constraints:      36729
842.18/845.05	c #Conflicts:     304000 | #Constraints:      37729
842.18/845.05	c #Conflicts:     305000 | #Constraints:      38729
842.18/845.05	c #Conflicts:     306000 | #Constraints:      39729
842.18/845.05	c #Conflicts:     307000 | #Constraints:      40729
842.18/845.05	c #Conflicts:     308000 | #Constraints:      41729
842.18/845.05	c #Conflicts:     309000 | #Constraints:      42729
842.18/845.05	c INPROCESSING
842.18/845.05	c GARBAGE COLLECT
842.18/845.05	c rational objective 0
1077.76/1081.45	c #Conflicts:     310000 | #Constraints:      27428
1077.76/1081.45	c #Conflicts:     311000 | #Constraints:      28428
1077.76/1081.45	c #Conflicts:     312000 | #Constraints:      29428
1077.76/1081.45	c #Conflicts:     313000 | #Constraints:      30428
1077.76/1081.45	c #Conflicts:     314000 | #Constraints:      31428
1077.76/1081.45	c #Conflicts:     315000 | #Constraints:      32428
1077.76/1081.45	c #Conflicts:     316000 | #Constraints:      33428
1077.76/1081.45	c #Conflicts:     317000 | #Constraints:      34428
1077.76/1081.45	c #Conflicts:     318000 | #Constraints:      35428
1077.76/1081.45	c #Conflicts:     319000 | #Constraints:      36428
1077.76/1081.45	c #Conflicts:     320000 | #Constraints:      37428
1077.76/1081.45	c #Conflicts:     321000 | #Constraints:      38428
1077.76/1081.45	c #Conflicts:     322000 | #Constraints:      39428
1077.76/1081.45	c #Conflicts:     323000 | #Constraints:      40428
1077.76/1081.45	c #Conflicts:     324000 | #Constraints:      41428
1077.76/1081.45	c #Conflicts:     325000 | #Constraints:      42428
1077.76/1081.45	c #Conflicts:     326000 | #Constraints:      43428
1077.76/1081.45	c #Conflicts:     327000 | #Constraints:      44428
1077.76/1081.45	c #Conflicts:     328000 | #Constraints:      45428
1077.76/1081.45	c #Conflicts:     329000 | #Constraints:      46428
1077.76/1081.45	c #Conflicts:     330000 | #Constraints:      47428
1077.76/1081.45	c #Conflicts:     331000 | #Constraints:      48428
1077.76/1081.45	c #Conflicts:     332000 | #Constraints:      49428
1077.76/1081.45	c #Conflicts:     333000 | #Constraints:      50428
1077.76/1081.45	c #Conflicts:     334000 | #Constraints:      51428
1077.76/1081.45	c #Conflicts:     335000 | #Constraints:      52428
1077.76/1081.45	c #Conflicts:     336000 | #Constraints:      53428
1077.76/1081.45	c #Conflicts:     337000 | #Constraints:      54428
1077.76/1081.45	c #Conflicts:     338000 | #Constraints:      55428
1077.76/1081.45	c #Conflicts:     339000 | #Constraints:      56428
1077.76/1081.45	c #Conflicts:     340000 | #Constraints:      57428
1077.76/1081.45	c #Conflicts:     341000 | #Constraints:      58428
1077.76/1081.45	c #Conflicts:     342000 | #Constraints:      59428
1077.76/1081.45	c #Conflicts:     343000 | #Constraints:      60428
1077.76/1081.45	c #Conflicts:     344000 | #Constraints:      61428
1077.76/1081.45	c #Conflicts:     345000 | #Constraints:      62428
1077.76/1081.45	c #Conflicts:     346000 | #Constraints:      63428
1077.76/1081.45	c #Conflicts:     347000 | #Constraints:      64428
1077.76/1081.45	c #Conflicts:     348000 | #Constraints:      65428
1077.76/1081.45	c #Conflicts:     349000 | #Constraints:      66428
1077.76/1081.45	c #Conflicts:     350000 | #Constraints:      67428
1077.76/1081.45	c INPROCESSING
1077.76/1081.45	c GARBAGE COLLECT
1077.76/1081.45	c rational objective 0
1163.61/1167.55	c #Conflicts:     351000 | #Constraints:      39666
1163.61/1167.55	c #Conflicts:     352000 | #Constraints:      40666
1163.61/1167.55	c #Conflicts:     353000 | #Constraints:      41666
1163.61/1167.55	c #Conflicts:     354000 | #Constraints:      42666
1163.61/1167.55	c #Conflicts:     355000 | #Constraints:      43666
1163.61/1167.55	c #Conflicts:     356000 | #Constraints:      44666
1163.61/1167.55	c #Conflicts:     357000 | #Constraints:      45666
1163.61/1167.55	c #Conflicts:     358000 | #Constraints:      46666
1163.61/1167.55	c #Conflicts:     359000 | #Constraints:      47666
1163.61/1167.55	c #Conflicts:     360000 | #Constraints:      48666
1163.61/1167.55	c #Conflicts:     361000 | #Constraints:      49666
1163.61/1167.55	c #Conflicts:     362000 | #Constraints:      50666
1163.61/1167.55	c #Conflicts:     363000 | #Constraints:      51666
1163.61/1167.55	c #Conflicts:     364000 | #Constraints:      52666
1163.61/1167.55	c INPROCESSING
1163.61/1167.55	c GARBAGE COLLECT
1163.61/1167.55	c #Conflicts:     365000 | #Constraints:      32004
1163.61/1167.55	c #Conflicts:     366000 | #Constraints:      33004
1163.61/1167.55	c #Conflicts:     367000 | #Constraints:      34004
1163.61/1167.55	c #Conflicts:     368000 | #Constraints:      35004
1163.61/1167.55	c #Conflicts:     369000 | #Constraints:      36004
1163.61/1167.55	c #Conflicts:     370000 | #Constraints:      37004
1163.61/1167.55	c #Conflicts:     371000 | #Constraints:      38004
1163.61/1167.55	c #Conflicts:     372000 | #Constraints:      39004
1163.61/1167.55	c #Conflicts:     373000 | #Constraints:      40004
1163.61/1167.55	c #Conflicts:     374000 | #Constraints:      41004
1163.61/1167.55	c #Conflicts:     375000 | #Constraints:      42004
1163.61/1167.55	c #Conflicts:     376000 | #Constraints:      43004
1163.61/1167.55	c #Conflicts:     377000 | #Constraints:      44004
1163.61/1167.55	c #Conflicts:     378000 | #Constraints:      45004
1163.61/1167.55	c #Conflicts:     379000 | #Constraints:      46004
1163.61/1167.55	c INPROCESSING
1163.61/1167.55	c GARBAGE COLLECT
1163.61/1167.55	c rational objective 0
1493.25/1498.11	c #Conflicts:     380000 | #Constraints:      29521
1493.25/1498.11	c #Conflicts:     381000 | #Constraints:      30521
1493.25/1498.11	c #Conflicts:     382000 | #Constraints:      31521
1493.25/1498.11	c #Conflicts:     383000 | #Constraints:      32521
1493.25/1498.11	c #Conflicts:     384000 | #Constraints:      33521
1493.25/1498.11	c #Conflicts:     385000 | #Constraints:      34521
1493.25/1498.11	c #Conflicts:     386000 | #Constraints:      35521
1493.25/1498.11	c #Conflicts:     387000 | #Constraints:      36521
1493.25/1498.11	c #Conflicts:     388000 | #Constraints:      37521
1493.25/1498.11	c #Conflicts:     389000 | #Constraints:      38521
1493.25/1498.11	c #Conflicts:     390000 | #Constraints:      39521
1493.25/1498.11	c #Conflicts:     391000 | #Constraints:      40521
1493.25/1498.11	c #Conflicts:     392000 | #Constraints:      41521
1493.25/1498.11	c #Conflicts:     393000 | #Constraints:      42521
1493.25/1498.11	c #Conflicts:     394000 | #Constraints:      43521
1493.25/1498.11	c #Conflicts:     395000 | #Constraints:      44521
1493.25/1498.11	c #Conflicts:     396000 | #Constraints:      45521
1493.25/1498.11	c #Conflicts:     397000 | #Constraints:      46521
1493.25/1498.11	c #Conflicts:     398000 | #Constraints:      47521
1493.25/1498.11	c #Conflicts:     399000 | #Constraints:      48521
1493.25/1498.11	c #Conflicts:     400000 | #Constraints:      49521
1493.25/1498.11	c #Conflicts:     401000 | #Constraints:      50521
1493.25/1498.11	c #Conflicts:     402000 | #Constraints:      51521
1493.25/1498.11	c #Conflicts:     403000 | #Constraints:      52521
1493.25/1498.11	c #Conflicts:     404000 | #Constraints:      53521
1493.25/1498.11	c #Conflicts:     405000 | #Constraints:      54521
1493.25/1498.11	c #Conflicts:     406000 | #Constraints:      55521
1493.25/1498.11	c #Conflicts:     407000 | #Constraints:      56521
1493.25/1498.11	c #Conflicts:     408000 | #Constraints:      57521
1493.25/1498.11	c #Conflicts:     409000 | #Constraints:      58521
1493.25/1498.11	c #Conflicts:     410000 | #Constraints:      59521
1493.25/1498.11	c #Conflicts:     411000 | #Constraints:      60521
1493.25/1498.11	c #Conflicts:     412000 | #Constraints:      61521
1493.25/1498.11	c #Conflicts:     413000 | #Constraints:      62521
1493.25/1498.11	c #Conflicts:     414000 | #Constraints:      63521
1493.25/1498.11	c #Conflicts:     415000 | #Constraints:      64521
1493.25/1498.11	c #Conflicts:     416000 | #Constraints:      65521
1493.25/1498.11	c #Conflicts:     417000 | #Constraints:      66521
1493.25/1498.11	c #Conflicts:     418000 | #Constraints:      67521
1493.25/1498.11	c #Conflicts:     419000 | #Constraints:      68521
1493.25/1498.11	c #Conflicts:     420000 | #Constraints:      69521
1493.25/1498.11	c #Conflicts:     421000 | #Constraints:      70521
1493.25/1498.11	c #Conflicts:     422000 | #Constraints:      71521
1493.25/1498.11	c #Conflicts:     423000 | #Constraints:      72521
1493.25/1498.11	c #Conflicts:     424000 | #Constraints:      73521
1493.25/1498.11	c #Conflicts:     425000 | #Constraints:      74521
1493.25/1498.11	c INPROCESSING
1493.25/1498.11	c GARBAGE COLLECT
1493.25/1498.11	c #Conflicts:     426000 | #Constraints:      43372
1493.25/1498.11	c #Conflicts:     427000 | #Constraints:      44372
1493.25/1498.11	c #Conflicts:     428000 | #Constraints:      45372
1493.25/1498.11	c #Conflicts:     429000 | #Constraints:      46372
1493.25/1498.11	c #Conflicts:     430000 | #Constraints:      47372
1493.25/1498.11	c #Conflicts:     431000 | #Constraints:      48372
1493.25/1498.11	c #Conflicts:     432000 | #Constraints:      49372
1493.25/1498.11	c #Conflicts:     433000 | #Constraints:      50372
1493.25/1498.11	c #Conflicts:     434000 | #Constraints:      51372
1493.25/1498.11	c #Conflicts:     435000 | #Constraints:      52372
1493.25/1498.11	c #Conflicts:     436000 | #Constraints:      53372
1493.25/1498.11	c #Conflicts:     437000 | #Constraints:      54372
1493.25/1498.11	c #Conflicts:     438000 | #Constraints:      55372
1493.25/1498.11	c #Conflicts:     439000 | #Constraints:      56372
1493.25/1498.11	c #Conflicts:     440000 | #Constraints:      57372
1493.25/1498.11	c #Conflicts:     441000 | #Constraints:      58372
1493.25/1498.11	c INPROCESSING
1493.25/1498.11	c GARBAGE COLLECT
1493.25/1498.11	c #Conflicts:     442000 | #Constraints:      35288
1493.25/1498.11	c #Conflicts:     443000 | #Constraints:      36288
1493.25/1498.11	c #Conflicts:     444000 | #Constraints:      37288
1493.25/1498.11	c #Conflicts:     445000 | #Constraints:      38288
1493.25/1498.11	c #Conflicts:     446000 | #Constraints:      39288
1493.25/1498.11	c #Conflicts:     447000 | #Constraints:      40288
1493.25/1498.11	c #Conflicts:     448000 | #Constraints:      41288
1493.25/1498.11	c #Conflicts:     449000 | #Constraints:      42288
1493.25/1498.11	c #Conflicts:     450000 | #Constraints:      43288
1493.25/1498.11	c #Conflicts:     451000 | #Constraints:      44288
1493.25/1498.11	c #Conflicts:     452000 | #Constraints:      45288
1493.25/1498.11	c #Conflicts:     453000 | #Constraints:      46288
1493.25/1498.11	c #Conflicts:     454000 | #Constraints:      47288
1493.25/1498.11	c #Conflicts:     455000 | #Constraints:      48288
1493.25/1498.11	c #Conflicts:     456000 | #Constraints:      49288
1493.25/1498.11	c #Conflicts:     457000 | #Constraints:      50288
1825.28/1831.13	c INPROCESSING
1825.28/1831.13	c GARBAGE COLLECT
1825.28/1831.13	c #Conflicts:     458000 | #Constraints:      32429
1825.28/1831.13	c #Conflicts:     459000 | #Constraints:      33429
1825.28/1831.13	c #Conflicts:     460000 | #Constraints:      34429
1825.28/1831.13	c #Conflicts:     461000 | #Constraints:      35429
1825.28/1831.13	c #Conflicts:     462000 | #Constraints:      36429
1825.28/1831.13	c #Conflicts:     463000 | #Constraints:      37429
1825.28/1831.13	c #Conflicts:     464000 | #Constraints:      38429
1825.28/1831.13	c #Conflicts:     465000 | #Constraints:      39429
1825.28/1831.13	c #Conflicts:     466000 | #Constraints:      40429
1825.28/1831.13	c #Conflicts:     467000 | #Constraints:      41429
1825.28/1831.13	c #Conflicts:     468000 | #Constraints:      42429
1825.28/1831.13	c #Conflicts:     469000 | #Constraints:      43429
1825.28/1831.13	c #Conflicts:     470000 | #Constraints:      44429
1825.28/1831.13	c #Conflicts:     471000 | #Constraints:      45429
1825.28/1831.13	c #Conflicts:     472000 | #Constraints:      46429
1825.28/1831.13	c #Conflicts:     473000 | #Constraints:      47429
1825.28/1831.13	c #Conflicts:     474000 | #Constraints:      48429
1825.28/1831.13	c #Conflicts:     475000 | #Constraints:      49429
1825.28/1831.13	c #Conflicts:     476000 | #Constraints:      50429
1825.28/1831.13	c #Conflicts:     477000 | #Constraints:      51429
1825.28/1831.13	c #Conflicts:     478000 | #Constraints:      52429
1825.28/1831.13	c #Conflicts:     479000 | #Constraints:      53429
1825.28/1831.13	c #Conflicts:     480000 | #Constraints:      54429
1825.28/1831.13	c #Conflicts:     481000 | #Constraints:      55429
1825.28/1831.13	c #Conflicts:     482000 | #Constraints:      56429
1825.28/1831.13	c #Conflicts:     483000 | #Constraints:      57429
1825.28/1831.13	c #Conflicts:     484000 | #Constraints:      58429
1825.28/1831.13	c #Conflicts:     485000 | #Constraints:      59429
1825.28/1831.13	c #Conflicts:     486000 | #Constraints:      60429
1825.28/1831.13	c #Conflicts:     487000 | #Constraints:      61429
1825.28/1831.13	c #Conflicts:     488000 | #Constraints:      62429
1825.28/1831.13	c #Conflicts:     489000 | #Constraints:      63429
1825.28/1831.13	c #Conflicts:     490000 | #Constraints:      64429
1825.28/1831.13	c #Conflicts:     491000 | #Constraints:      65429
1825.28/1831.13	c #Conflicts:     492000 | #Constraints:      66429
1825.28/1831.13	c #Conflicts:     493000 | #Constraints:      67429
1825.28/1831.13	c #Conflicts:     494000 | #Constraints:      68429
1825.28/1831.13	c #Conflicts:     495000 | #Constraints:      69429
1825.28/1831.13	c #Conflicts:     496000 | #Constraints:      70429
1825.28/1831.13	c #Conflicts:     497000 | #Constraints:      71429
1825.28/1831.13	c #Conflicts:     498000 | #Constraints:      72429
1825.28/1831.13	c #Conflicts:     499000 | #Constraints:      73429
1825.28/1831.13	c #Conflicts:     500000 | #Constraints:      74429
1825.28/1831.13	c #Conflicts:     501000 | #Constraints:      75429
1825.28/1831.13	c #Conflicts:     502000 | #Constraints:      76429
1825.28/1831.13	c #Conflicts:     503000 | #Constraints:      77429
1825.28/1831.13	c #Conflicts:     504000 | #Constraints:      78429
1825.28/1831.13	c #Conflicts:     505000 | #Constraints:      79429
1825.28/1831.13	c #Conflicts:     506000 | #Constraints:      80429
1825.28/1831.13	c INPROCESSING
1825.28/1831.13	c GARBAGE COLLECT
1825.28/1831.13	c rational objective 0
2065.73/2072.48	c #Conflicts:     507000 | #Constraints:      45874
2065.73/2072.48	c #Conflicts:     508000 | #Constraints:      46874
2065.73/2072.48	c #Conflicts:     509000 | #Constraints:      47874
2065.73/2072.48	c #Conflicts:     510000 | #Constraints:      48874
2065.73/2072.48	c #Conflicts:     511000 | #Constraints:      49874
2065.73/2072.48	c #Conflicts:     512000 | #Constraints:      50874
2065.73/2072.48	c #Conflicts:     513000 | #Constraints:      51875
2065.73/2072.48	c #Conflicts:     514000 | #Constraints:      52875
2065.73/2072.48	c #Conflicts:     515000 | #Constraints:      53875
2065.73/2072.48	c #Conflicts:     516000 | #Constraints:      54875
2065.73/2072.48	c #Conflicts:     517000 | #Constraints:      55875
2065.73/2072.48	c #Conflicts:     518000 | #Constraints:      56875
2065.73/2072.48	c #Conflicts:     519000 | #Constraints:      57875
2065.73/2072.48	c #Conflicts:     520000 | #Constraints:      58875
2065.73/2072.48	c #Conflicts:     521000 | #Constraints:      59875
2065.73/2072.48	c #Conflicts:     522000 | #Constraints:      60875
2065.73/2072.48	c #Conflicts:     523000 | #Constraints:      61875
2065.73/2072.48	c #Conflicts:     524000 | #Constraints:      62875
2065.73/2072.48	c INPROCESSING
2065.73/2072.48	c GARBAGE COLLECT
2065.73/2072.48	c #Conflicts:     525000 | #Constraints:      37389
2065.73/2072.48	c #Conflicts:     526000 | #Constraints:      38389
2065.73/2072.48	c #Conflicts:     527000 | #Constraints:      39389
2065.73/2072.48	c #Conflicts:     528000 | #Constraints:      40389
2065.73/2072.48	c #Conflicts:     529000 | #Constraints:      41389
2065.73/2072.48	c #Conflicts:     530000 | #Constraints:      42389
2065.73/2072.48	c #Conflicts:     531000 | #Constraints:      43389
2065.73/2072.48	c #Conflicts:     532000 | #Constraints:      44389
2065.73/2072.48	c #Conflicts:     533000 | #Constraints:      45389
2065.73/2072.48	c #Conflicts:     534000 | #Constraints:      46389
2065.73/2072.48	c #Conflicts:     535000 | #Constraints:      47389
2065.73/2072.48	c #Conflicts:     536000 | #Constraints:      48389
2065.73/2072.48	c #Conflicts:     537000 | #Constraints:      49389
2065.73/2072.48	c #Conflicts:     538000 | #Constraints:      50389
2065.73/2072.48	c #Conflicts:     539000 | #Constraints:      51389
2065.73/2072.48	c #Conflicts:     540000 | #Constraints:      52389
2065.73/2072.48	c #Conflicts:     541000 | #Constraints:      53389
2065.73/2072.48	c #Conflicts:     542000 | #Constraints:      54389
2065.73/2072.48	c INPROCESSING
2065.73/2072.48	c GARBAGE COLLECT
2065.73/2072.48	c #Conflicts:     543000 | #Constraints:      34997
2065.73/2072.48	c #Conflicts:     544000 | #Constraints:      35997
2065.73/2072.48	c #Conflicts:     545000 | #Constraints:      36997
2065.73/2072.48	c #Conflicts:     546000 | #Constraints:      37997
2065.73/2072.48	c #Conflicts:     547000 | #Constraints:      38997
2065.73/2072.48	c #Conflicts:     548000 | #Constraints:      39997
2065.73/2072.48	c #Conflicts:     549000 | #Constraints:      40997
2065.73/2072.48	c #Conflicts:     550000 | #Constraints:      41997
2065.73/2072.48	c #Conflicts:     551000 | #Constraints:      42997
2065.73/2072.48	c #Conflicts:     552000 | #Constraints:      43997
2065.73/2072.48	c #Conflicts:     553000 | #Constraints:      44997
2065.73/2072.48	c #Conflicts:     554000 | #Constraints:      45997
2065.73/2072.48	c #Conflicts:     555000 | #Constraints:      46997
2065.73/2072.48	c #Conflicts:     556000 | #Constraints:      47997
2065.73/2072.48	c #Conflicts:     557000 | #Constraints:      48997
2065.73/2072.48	c #Conflicts:     558000 | #Constraints:      49997
2065.73/2072.48	c #Conflicts:     559000 | #Constraints:      50997
2065.73/2072.48	c #Conflicts:     560000 | #Constraints:      51997
2065.73/2072.48	c #Conflicts:     561000 | #Constraints:      52997
2065.73/2072.48	c #Conflicts:     562000 | #Constraints:      53997
2065.73/2072.48	c #Conflicts:     563000 | #Constraints:      54997
2065.73/2072.48	c #Conflicts:     564000 | #Constraints:      55997
2065.73/2072.48	c #Conflicts:     565000 | #Constraints:      56997
2065.73/2072.48	c #Conflicts:     566000 | #Constraints:      57997
2065.73/2072.48	c #Conflicts:     567000 | #Constraints:      58997
2065.73/2072.48	c #Conflicts:     568000 | #Constraints:      59997
2065.73/2072.48	c #Conflicts:     569000 | #Constraints:      60997
2065.73/2072.48	c #Conflicts:     570000 | #Constraints:      61997
2065.73/2072.48	c #Conflicts:     571000 | #Constraints:      62997
2065.73/2072.48	c #Conflicts:     572000 | #Constraints:      63997
2065.73/2072.48	c #Conflicts:     573000 | #Constraints:      64997
2065.73/2072.48	c #Conflicts:     574000 | #Constraints:      65997
2065.73/2072.48	c #Conflicts:     575000 | #Constraints:      66997
2065.73/2072.48	c #Conflicts:     576000 | #Constraints:      67997
2065.73/2072.48	c #Conflicts:     577000 | #Constraints:      68997
2065.73/2072.48	c #Conflicts:     578000 | #Constraints:      69997
2065.73/2072.48	c #Conflicts:     579000 | #Constraints:      70997
2065.73/2072.48	c #Conflicts:     580000 | #Constraints:      71997
2065.73/2072.48	c #Conflicts:     581000 | #Constraints:      72997
2065.73/2072.48	c #Conflicts:     582000 | #Constraints:      73997
2065.73/2072.48	c #Conflicts:     583000 | #Constraints:      74997
2065.73/2072.48	c #Conflicts:     584000 | #Constraints:      75997
2137.51/2144.41	c #Conflicts:     585000 | #Constraints:      76997
2137.51/2144.41	c #Conflicts:     586000 | #Constraints:      77997
2137.51/2144.41	c #Conflicts:     587000 | #Constraints:      78997
2137.51/2144.41	c #Conflicts:     588000 | #Constraints:      79997
2137.51/2144.41	c #Conflicts:     589000 | #Constraints:      80997
2137.51/2144.41	c #Conflicts:     590000 | #Constraints:      81997
2137.51/2144.41	c #Conflicts:     591000 | #Constraints:      82997
2137.51/2144.41	c #Conflicts:     592000 | #Constraints:      83997
2137.51/2144.41	c #Conflicts:     593000 | #Constraints:      84997
2137.51/2144.41	c #Conflicts:     594000 | #Constraints:      85997
2137.51/2144.41	c #Conflicts:     595000 | #Constraints:      86997
2137.51/2144.41	c #Conflicts:     596000 | #Constraints:      87997
2137.51/2144.41	c INPROCESSING
2137.51/2144.41	c GARBAGE COLLECT
2137.51/2144.41	c rational objective 0
2153.56/2160.50	c #Conflicts:     597000 | #Constraints:      50128
2153.56/2160.50	c #Conflicts:     598000 | #Constraints:      51128
2153.56/2160.50	c #Conflicts:     599000 | #Constraints:      52128
2153.56/2160.50	c #Conflicts:     600000 | #Constraints:      53128
2153.56/2160.50	c #Conflicts:     601000 | #Constraints:      54128
2153.56/2160.50	c #Conflicts:     602000 | #Constraints:      55128
2153.56/2160.50	c #Conflicts:     603000 | #Constraints:      56128
2153.56/2160.50	c #Conflicts:     604000 | #Constraints:      57128
2153.56/2160.50	c #Conflicts:     605000 | #Constraints:      58128
2153.56/2160.50	c #Conflicts:     606000 | #Constraints:      59128
2153.56/2160.50	c #Conflicts:     607000 | #Constraints:      60128
2153.56/2160.50	c #Conflicts:     608000 | #Constraints:      61128
2153.56/2160.50	c #Conflicts:     609000 | #Constraints:      62128
2153.56/2160.50	c #Conflicts:     610000 | #Constraints:      63128
2153.56/2160.50	c #Conflicts:     611000 | #Constraints:      64128
2153.56/2160.50	c #Conflicts:     612000 | #Constraints:      65128
2153.56/2160.50	c #Conflicts:     613000 | #Constraints:      66128
2153.56/2160.50	c #Conflicts:     614000 | #Constraints:      67128
2153.56/2160.50	c #Conflicts:     615000 | #Constraints:      68128
2153.56/2160.50	c INPROCESSING
2153.56/2160.50	c GARBAGE COLLECT
2153.56/2160.50	c rational objective 0
2207.40/2214.53	c #Conflicts:     616000 | #Constraints:      40221
2207.40/2214.53	c #Conflicts:     617000 | #Constraints:      41221
2207.40/2214.53	c #Conflicts:     618000 | #Constraints:      42221
2207.40/2214.53	c #Conflicts:     619000 | #Constraints:      43221
2207.40/2214.53	c #Conflicts:     620000 | #Constraints:      44221
2207.40/2214.53	c #Conflicts:     621000 | #Constraints:      45221
2207.40/2214.53	c #Conflicts:     622000 | #Constraints:      46221
2207.40/2214.53	c #Conflicts:     623000 | #Constraints:      47221
2207.40/2214.53	c #Conflicts:     624000 | #Constraints:      48221
2207.40/2214.53	c #Conflicts:     625000 | #Constraints:      49221
2207.40/2214.53	c #Conflicts:     626000 | #Constraints:      50221
2207.40/2214.53	c #Conflicts:     627000 | #Constraints:      51221
2207.40/2214.53	c #Conflicts:     628000 | #Constraints:      52221
2207.40/2214.53	c #Conflicts:     629000 | #Constraints:      53221
2207.40/2214.53	c #Conflicts:     630000 | #Constraints:      54221
2207.40/2214.53	c #Conflicts:     631000 | #Constraints:      55221
2207.40/2214.53	c #Conflicts:     632000 | #Constraints:      56221
2207.40/2214.53	c #Conflicts:     633000 | #Constraints:      57221
2207.40/2214.53	c #Conflicts:     634000 | #Constraints:      58221
2207.40/2214.53	c INPROCESSING
2207.40/2214.53	c GARBAGE COLLECT
2207.40/2214.53	c rational objective 0
2526.89/2534.90	c #Conflicts:     635000 | #Constraints:      38095
2526.89/2534.90	c #Conflicts:     636000 | #Constraints:      39095
2526.89/2534.90	c #Conflicts:     637000 | #Constraints:      40095
2526.89/2534.90	c #Conflicts:     638000 | #Constraints:      41095
2526.89/2534.90	c #Conflicts:     639000 | #Constraints:      42095
2526.89/2534.90	c #Conflicts:     640000 | #Constraints:      43095
2526.89/2534.90	c #Conflicts:     641000 | #Constraints:      44095
2526.89/2534.90	c #Conflicts:     642000 | #Constraints:      45095
2526.89/2534.90	c #Conflicts:     643000 | #Constraints:      46095
2526.89/2534.90	c #Conflicts:     644000 | #Constraints:      47095
2526.89/2534.90	c #Conflicts:     645000 | #Constraints:      48095
2526.89/2534.90	c #Conflicts:     646000 | #Constraints:      49095
2526.89/2534.90	c #Conflicts:     647000 | #Constraints:      50095
2526.89/2534.90	c #Conflicts:     648000 | #Constraints:      51095
2526.89/2534.90	c #Conflicts:     649000 | #Constraints:      52095
2526.89/2534.90	c #Conflicts:     650000 | #Constraints:      53095
2526.89/2534.90	c #Conflicts:     651000 | #Constraints:      54095
2526.89/2534.90	c #Conflicts:     652000 | #Constraints:      55095
2526.89/2534.90	c #Conflicts:     653000 | #Constraints:      56095
2526.89/2534.90	c #Conflicts:     654000 | #Constraints:      57095
2526.89/2534.90	c #Conflicts:     655000 | #Constraints:      58095
2526.89/2534.90	c #Conflicts:     656000 | #Constraints:      59095
2526.89/2534.90	c #Conflicts:     657000 | #Constraints:      60095
2526.89/2534.90	c #Conflicts:     658000 | #Constraints:      61095
2526.89/2534.90	c #Conflicts:     659000 | #Constraints:      62095
2526.89/2534.90	c #Conflicts:     660000 | #Constraints:      63095
2526.89/2534.90	c #Conflicts:     661000 | #Constraints:      64095
2526.89/2534.90	c #Conflicts:     662000 | #Constraints:      65095
2526.89/2534.90	c #Conflicts:     663000 | #Constraints:      66095
2526.89/2534.90	c #Conflicts:     664000 | #Constraints:      67095
2526.89/2534.90	c #Conflicts:     665000 | #Constraints:      68095
2526.89/2534.90	c #Conflicts:     666000 | #Constraints:      69095
2526.89/2534.90	c #Conflicts:     667000 | #Constraints:      70095
2526.89/2534.90	c #Conflicts:     668000 | #Constraints:      71095
2526.89/2534.90	c #Conflicts:     669000 | #Constraints:      72095
2526.89/2534.90	c #Conflicts:     670000 | #Constraints:      73095
2526.89/2534.90	c #Conflicts:     671000 | #Constraints:      74095
2526.89/2534.90	c #Conflicts:     672000 | #Constraints:      75095
2526.89/2534.90	c #Conflicts:     673000 | #Constraints:      76095
2526.89/2534.90	c #Conflicts:     674000 | #Constraints:      77095
2526.89/2534.90	c #Conflicts:     675000 | #Constraints:      78095
2526.89/2534.90	c #Conflicts:     676000 | #Constraints:      79095
2526.89/2534.90	c #Conflicts:     677000 | #Constraints:      80095
2526.89/2534.90	c #Conflicts:     678000 | #Constraints:      81095
2526.89/2534.90	c #Conflicts:     679000 | #Constraints:      82095
2526.89/2534.90	c #Conflicts:     680000 | #Constraints:      83095
2526.89/2534.90	c #Conflicts:     681000 | #Constraints:      84095
2526.89/2534.90	c #Conflicts:     682000 | #Constraints:      85095
2526.89/2534.90	c #Conflicts:     683000 | #Constraints:      86095
2526.89/2534.90	c #Conflicts:     684000 | #Constraints:      87095
2526.89/2534.90	c #Conflicts:     685000 | #Constraints:      88095
2526.89/2534.90	c #Conflicts:     686000 | #Constraints:      89095
2526.89/2534.90	c #Conflicts:     687000 | #Constraints:      90095
2526.89/2534.90	c #Conflicts:     688000 | #Constraints:      91095
2526.89/2534.90	c #Conflicts:     689000 | #Constraints:      92095
2526.89/2534.90	c #Conflicts:     690000 | #Constraints:      93095
2526.89/2534.90	c #Conflicts:     691000 | #Constraints:      94095
2526.89/2534.90	c #Conflicts:     692000 | #Constraints:      95095
2526.89/2534.90	c INPROCESSING
2526.89/2534.90	c GARBAGE COLLECT
2526.89/2534.90	c rational objective 0
2608.35/2616.65	c #Conflicts:     693000 | #Constraints:      53515
2608.35/2616.65	c #Conflicts:     694000 | #Constraints:      54515
2608.35/2616.65	c #Conflicts:     695000 | #Constraints:      55515
2608.35/2616.65	c #Conflicts:     696000 | #Constraints:      56515
2608.35/2616.65	c #Conflicts:     697000 | #Constraints:      57515
2608.35/2616.65	c #Conflicts:     698000 | #Constraints:      58515
2608.35/2616.65	c #Conflicts:     699000 | #Constraints:      59515
2608.35/2616.65	c #Conflicts:     700000 | #Constraints:      60515
2608.35/2616.65	c #Conflicts:     701000 | #Constraints:      61515
2608.35/2616.65	c #Conflicts:     702000 | #Constraints:      62515
2608.35/2616.65	c #Conflicts:     703000 | #Constraints:      63515
2608.35/2616.65	c #Conflicts:     704000 | #Constraints:      64515
2608.35/2616.65	c #Conflicts:     705000 | #Constraints:      65515
2608.35/2616.65	c #Conflicts:     706000 | #Constraints:      66515
2608.35/2616.65	c #Conflicts:     707000 | #Constraints:      67515
2608.35/2616.65	c #Conflicts:     708000 | #Constraints:      68515
2608.35/2616.65	c #Conflicts:     709000 | #Constraints:      69515
2608.35/2616.65	c #Conflicts:     710000 | #Constraints:      70515
2608.35/2616.65	c #Conflicts:     711000 | #Constraints:      71515
2608.35/2616.65	c #Conflicts:     712000 | #Constraints:      72515
2608.35/2616.65	c INPROCESSING
2608.35/2616.65	c GARBAGE COLLECT
2608.35/2616.65	c rational objective 0
2932.30/2941.54	c #Conflicts:     713000 | #Constraints:      42037
2932.30/2941.54	c #Conflicts:     714000 | #Constraints:      43037
2932.30/2941.54	c #Conflicts:     715000 | #Constraints:      44037
2932.30/2941.54	c #Conflicts:     716000 | #Constraints:      45037
2932.30/2941.54	c #Conflicts:     717000 | #Constraints:      46037
2932.30/2941.54	c #Conflicts:     718000 | #Constraints:      47037
2932.30/2941.54	c #Conflicts:     719000 | #Constraints:      48037
2932.30/2941.54	c #Conflicts:     720000 | #Constraints:      49037
2932.30/2941.54	c #Conflicts:     721000 | #Constraints:      50037
2932.30/2941.54	c #Conflicts:     722000 | #Constraints:      51037
2932.30/2941.54	c #Conflicts:     723000 | #Constraints:      52037
2932.30/2941.54	c #Conflicts:     724000 | #Constraints:      53037
2932.30/2941.54	c #Conflicts:     725000 | #Constraints:      54037
2932.30/2941.54	c #Conflicts:     726000 | #Constraints:      55037
2932.30/2941.54	c #Conflicts:     727000 | #Constraints:      56037
2932.30/2941.54	c #Conflicts:     728000 | #Constraints:      57037
2932.30/2941.54	c #Conflicts:     729000 | #Constraints:      58037
2932.30/2941.54	c #Conflicts:     730000 | #Constraints:      59037
2932.30/2941.54	c #Conflicts:     731000 | #Constraints:      60037
2932.30/2941.54	c #Conflicts:     732000 | #Constraints:      61037
2932.30/2941.54	c #Conflicts:     733000 | #Constraints:      62037
2932.30/2941.54	c #Conflicts:     734000 | #Constraints:      63037
2932.30/2941.54	c #Conflicts:     735000 | #Constraints:      64037
2932.30/2941.54	c #Conflicts:     736000 | #Constraints:      65037
2932.30/2941.54	c #Conflicts:     737000 | #Constraints:      66037
2932.30/2941.54	c #Conflicts:     738000 | #Constraints:      67037
2932.30/2941.54	c #Conflicts:     739000 | #Constraints:      68037
2932.30/2941.54	c #Conflicts:     740000 | #Constraints:      69037
2932.30/2941.54	c #Conflicts:     741000 | #Constraints:      70037
2932.30/2941.54	c #Conflicts:     742000 | #Constraints:      71037
2932.30/2941.54	c #Conflicts:     743000 | #Constraints:      72037
2932.30/2941.54	c #Conflicts:     744000 | #Constraints:      73037
2932.30/2941.54	c #Conflicts:     745000 | #Constraints:      74037
2932.30/2941.54	c #Conflicts:     746000 | #Constraints:      75037
2932.30/2941.54	c #Conflicts:     747000 | #Constraints:      76037
2932.30/2941.54	c #Conflicts:     748000 | #Constraints:      77037
2932.30/2941.54	c #Conflicts:     749000 | #Constraints:      78037
2932.30/2941.54	c #Conflicts:     750000 | #Constraints:      79037
2932.30/2941.54	c #Conflicts:     751000 | #Constraints:      80037
2932.30/2941.54	c #Conflicts:     752000 | #Constraints:      81037
2932.30/2941.54	c #Conflicts:     753000 | #Constraints:      82037
2932.30/2941.54	c #Conflicts:     754000 | #Constraints:      83037
2932.30/2941.54	c #Conflicts:     755000 | #Constraints:      84037
2932.30/2941.54	c #Conflicts:     756000 | #Constraints:      85037
2932.30/2941.54	c #Conflicts:     757000 | #Constraints:      86037
2932.30/2941.54	c #Conflicts:     758000 | #Constraints:      87037
2932.30/2941.54	c #Conflicts:     759000 | #Constraints:      88037
2932.30/2941.54	c #Conflicts:     760000 | #Constraints:      89037
2932.30/2941.54	c #Conflicts:     761000 | #Constraints:      90037
2932.30/2941.54	c #Conflicts:     762000 | #Constraints:      91037
2932.30/2941.54	c #Conflicts:     763000 | #Constraints:      92037
2932.30/2941.54	c #Conflicts:     764000 | #Constraints:      93037
2932.30/2941.54	c #Conflicts:     765000 | #Constraints:      94037
2932.30/2941.54	c #Conflicts:     766000 | #Constraints:      95037
2932.30/2941.54	c #Conflicts:     767000 | #Constraints:      96037
2932.30/2941.54	c #Conflicts:     768000 | #Constraints:      97037
2932.30/2941.54	c #Conflicts:     769000 | #Constraints:      98037
2932.30/2941.54	c #Conflicts:     770000 | #Constraints:      99037
2932.30/2941.54	c #Conflicts:     771000 | #Constraints:     100037
2932.30/2941.54	c #Conflicts:     772000 | #Constraints:     101037
2932.30/2941.54	c #Conflicts:     773000 | #Constraints:     102037
2932.30/2941.54	c #Conflicts:     774000 | #Constraints:     103037
2932.30/2941.54	c INPROCESSING
2932.30/2941.54	c GARBAGE COLLECT
2932.30/2941.54	c rational objective 0
2980.46/2989.88	c #Conflicts:     775000 | #Constraints:      57690
2980.46/2989.88	c #Conflicts:     776000 | #Constraints:      58690
2980.46/2989.88	c #Conflicts:     777000 | #Constraints:      59690
2980.46/2989.88	c #Conflicts:     778000 | #Constraints:      60690
2980.46/2989.88	c #Conflicts:     779000 | #Constraints:      61690
2980.46/2989.88	c #Conflicts:     780000 | #Constraints:      62690
2980.46/2989.88	c #Conflicts:     781000 | #Constraints:      63690
2980.46/2989.88	c #Conflicts:     782000 | #Constraints:      64690
2980.46/2989.88	c #Conflicts:     783000 | #Constraints:      65690
2980.46/2989.88	c #Conflicts:     784000 | #Constraints:      66690
2980.46/2989.88	c #Conflicts:     785000 | #Constraints:      67690
2980.46/2989.88	c #Conflicts:     786000 | #Constraints:      68690
2980.46/2989.88	c #Conflicts:     787000 | #Constraints:      69690
2980.46/2989.88	c #Conflicts:     788000 | #Constraints:      70690
2980.46/2989.88	c #Conflicts:     789000 | #Constraints:      71690
2980.46/2989.88	c #Conflicts:     790000 | #Constraints:      72690
2980.46/2989.88	c #Conflicts:     791000 | #Constraints:      73690
2980.46/2989.88	c #Conflicts:     792000 | #Constraints:      74690
2980.46/2989.88	c #Conflicts:     793000 | #Constraints:      75690
2980.46/2989.88	c #Conflicts:     794000 | #Constraints:      76690
2980.46/2989.88	c #Conflicts:     795000 | #Constraints:      77690
2980.46/2989.88	c INPROCESSING
2980.46/2989.88	c GARBAGE COLLECT
2980.46/2989.88	c rational objective 0
3339.29/3349.77	c #Conflicts:     796000 | #Constraints:      44646
3339.29/3349.77	c #Conflicts:     797000 | #Constraints:      45646
3339.29/3349.77	c #Conflicts:     798000 | #Constraints:      46646
3339.29/3349.77	c #Conflicts:     799000 | #Constraints:      47646
3339.29/3349.77	c #Conflicts:     800000 | #Constraints:      48646
3339.29/3349.77	c #Conflicts:     801000 | #Constraints:      49646
3339.29/3349.77	c #Conflicts:     802000 | #Constraints:      50646
3339.29/3349.77	c #Conflicts:     803000 | #Constraints:      51646
3339.29/3349.77	c #Conflicts:     804000 | #Constraints:      52646
3339.29/3349.77	c #Conflicts:     805000 | #Constraints:      53646
3339.29/3349.77	c #Conflicts:     806000 | #Constraints:      54646
3339.29/3349.77	c #Conflicts:     807000 | #Constraints:      55646
3339.29/3349.77	c #Conflicts:     808000 | #Constraints:      56646
3339.29/3349.77	c #Conflicts:     809000 | #Constraints:      57646
3339.29/3349.77	c #Conflicts:     810000 | #Constraints:      58646
3339.29/3349.77	c #Conflicts:     811000 | #Constraints:      59646
3339.29/3349.77	c #Conflicts:     812000 | #Constraints:      60646
3339.29/3349.77	c #Conflicts:     813000 | #Constraints:      61646
3339.29/3349.77	c #Conflicts:     814000 | #Constraints:      62646
3339.29/3349.77	c #Conflicts:     815000 | #Constraints:      63646
3339.29/3349.77	c #Conflicts:     816000 | #Constraints:      64646
3339.29/3349.77	c #Conflicts:     817000 | #Constraints:      65646
3339.29/3349.77	c #Conflicts:     818000 | #Constraints:      66646
3339.29/3349.77	c #Conflicts:     819000 | #Constraints:      67646
3339.29/3349.77	c #Conflicts:     820000 | #Constraints:      68646
3339.29/3349.77	c #Conflicts:     821000 | #Constraints:      69646
3339.29/3349.77	c #Conflicts:     822000 | #Constraints:      70646
3339.29/3349.77	c #Conflicts:     823000 | #Constraints:      71646
3339.29/3349.77	c #Conflicts:     824000 | #Constraints:      72646
3339.29/3349.77	c #Conflicts:     825000 | #Constraints:      73646
3339.29/3349.77	c #Conflicts:     826000 | #Constraints:      74646
3339.29/3349.77	c #Conflicts:     827000 | #Constraints:      75646
3339.29/3349.77	c #Conflicts:     828000 | #Constraints:      76646
3339.29/3349.77	c #Conflicts:     829000 | #Constraints:      77646
3339.29/3349.77	c #Conflicts:     830000 | #Constraints:      78646
3339.29/3349.77	c #Conflicts:     831000 | #Constraints:      79646
3339.29/3349.77	c #Conflicts:     832000 | #Constraints:      80646
3339.29/3349.77	c #Conflicts:     833000 | #Constraints:      81646
3339.29/3349.77	c #Conflicts:     834000 | #Constraints:      82646
3339.29/3349.77	c #Conflicts:     835000 | #Constraints:      83646
3339.29/3349.77	c #Conflicts:     836000 | #Constraints:      84646
3339.29/3349.77	c #Conflicts:     837000 | #Constraints:      85646
3339.29/3349.77	c #Conflicts:     838000 | #Constraints:      86646
3339.29/3349.77	c #Conflicts:     839000 | #Constraints:      87646
3339.29/3349.77	c #Conflicts:     840000 | #Constraints:      88646
3339.29/3349.77	c #Conflicts:     841000 | #Constraints:      89646
3339.29/3349.77	c #Conflicts:     842000 | #Constraints:      90646
3339.29/3349.77	c #Conflicts:     843000 | #Constraints:      91646
3339.29/3349.77	c #Conflicts:     844000 | #Constraints:      92646
3339.29/3349.77	c #Conflicts:     845000 | #Constraints:      93646
3339.29/3349.77	c #Conflicts:     846000 | #Constraints:      94646
3339.29/3349.77	c #Conflicts:     847000 | #Constraints:      95646
3339.29/3349.77	c #Conflicts:     848000 | #Constraints:      96646
3339.29/3349.77	c #Conflicts:     849000 | #Constraints:      97646
3339.29/3349.77	c #Conflicts:     850000 | #Constraints:      98646
3339.29/3349.77	c #Conflicts:     851000 | #Constraints:      99646
3339.29/3349.77	c #Conflicts:     852000 | #Constraints:     100646
3339.29/3349.77	c #Conflicts:     853000 | #Constraints:     101646
3339.29/3349.77	c #Conflicts:     854000 | #Constraints:     102646
3339.29/3349.77	c #Conflicts:     855000 | #Constraints:     103646
3339.29/3349.77	c #Conflicts:     856000 | #Constraints:     104646
3339.29/3349.77	c #Conflicts:     857000 | #Constraints:     105646
3339.29/3349.77	c #Conflicts:     858000 | #Constraints:     106646
3339.29/3349.77	c #Conflicts:     859000 | #Constraints:     107646
3339.29/3349.77	c #Conflicts:     860000 | #Constraints:     108646
3339.29/3349.77	c INPROCESSING
3339.29/3349.77	c GARBAGE COLLECT
3339.29/3349.77	c rational objective 0
3400.50/3411.11	c #Conflicts:     861000 | #Constraints:      60440
3400.50/3411.11	c #Conflicts:     862000 | #Constraints:      61440
3400.50/3411.11	c #Conflicts:     863000 | #Constraints:      62440
3400.50/3411.11	c #Conflicts:     864000 | #Constraints:      63440
3400.50/3411.11	c #Conflicts:     865000 | #Constraints:      64440
3400.50/3411.11	c #Conflicts:     866000 | #Constraints:      65440
3400.50/3411.11	c #Conflicts:     867000 | #Constraints:      66440
3400.50/3411.11	c #Conflicts:     868000 | #Constraints:      67440
3400.50/3411.11	c #Conflicts:     869000 | #Constraints:      68440
3400.50/3411.11	c #Conflicts:     870000 | #Constraints:      69440
3400.50/3411.11	c #Conflicts:     871000 | #Constraints:      70440
3400.50/3411.11	c #Conflicts:     872000 | #Constraints:      71440
3400.50/3411.11	c #Conflicts:     873000 | #Constraints:      72440
3400.50/3411.11	c #Conflicts:     874000 | #Constraints:      73440
3400.50/3411.11	c #Conflicts:     875000 | #Constraints:      74440
3400.50/3411.11	c #Conflicts:     876000 | #Constraints:      75440
3400.50/3411.11	c #Conflicts:     877000 | #Constraints:      76440
3400.50/3411.11	c #Conflicts:     878000 | #Constraints:      77440
3400.50/3411.11	c #Conflicts:     879000 | #Constraints:      78440
3400.50/3411.11	c #Conflicts:     880000 | #Constraints:      79440
3400.50/3411.11	c #Conflicts:     881000 | #Constraints:      80440
3400.50/3411.11	c #Conflicts:     882000 | #Constraints:      81440
3400.50/3411.11	c #Conflicts:     883000 | #Constraints:      82440
3400.50/3411.11	c INPROCESSING
3400.50/3411.11	c GARBAGE COLLECT
3400.50/3411.11	c rational objective 0
3600.09/3611.30	c #Conflicts:     884000 | #Constraints:      47327
3600.09/3611.30	c #Conflicts:     885000 | #Constraints:      48327
3600.09/3611.30	c #Conflicts:     886000 | #Constraints:      49327
3600.09/3611.30	c #Conflicts:     887000 | #Constraints:      50327
3600.09/3611.30	c #Conflicts:     888000 | #Constraints:      51327
3600.09/3611.30	c #Conflicts:     889000 | #Constraints:      52327
3600.09/3611.30	c #Conflicts:     890000 | #Constraints:      53327
3600.09/3611.30	c #Conflicts:     891000 | #Constraints:      54327
3600.09/3611.30	c #Conflicts:     892000 | #Constraints:      55327
3600.09/3611.30	c #Conflicts:     893000 | #Constraints:      56327
3600.09/3611.30	c #Conflicts:     894000 | #Constraints:      57327
3600.09/3611.30	c #Conflicts:     895000 | #Constraints:      58327
3600.09/3611.30	c #Conflicts:     896000 | #Constraints:      59327
3600.09/3611.30	c #Conflicts:     897000 | #Constraints:      60327
3600.09/3611.30	c #Conflicts:     898000 | #Constraints:      61327
3600.09/3611.30	c #Conflicts:     899000 | #Constraints:      62327
3600.09/3611.30	c #Conflicts:     900000 | #Constraints:      63327
3600.09/3611.30	c #Conflicts:     901000 | #Constraints:      64327
3600.09/3611.30	c #Conflicts:     902000 | #Constraints:      65327
3600.09/3611.30	c #Conflicts:     903000 | #Constraints:      66327
3600.09/3611.30	c #Conflicts:     904000 | #Constraints:      67327
3600.09/3611.30	c #Conflicts:     905000 | #Constraints:      68327
3600.09/3611.30	c #Conflicts:     906000 | #Constraints:      69327
3600.09/3611.30	c #Conflicts:     907000 | #Constraints:      70327
3600.09/3611.30	c #Conflicts:     908000 | #Constraints:      71327
3600.09/3611.30	c #Conflicts:     909000 | #Constraints:      72327
3600.09/3611.30	c #Conflicts:     910000 | #Constraints:      73327
3600.09/3611.30	c #Conflicts:     911000 | #Constraints:      74327
3600.09/3611.30	c #Conflicts:     912000 | #Constraints:      75327
3600.09/3611.30	c #Conflicts:     913000 | #Constraints:      76327
3600.09/3611.30	c #Conflicts:     914000 | #Constraints:      77327
3600.09/3611.30	c #Conflicts:     915000 | #Constraints:      78327
3600.09/3611.30	c #Conflicts:     916000 | #Constraints:      79327
3600.09/3611.30	c #Conflicts:     917000 | #Constraints:      80327
3600.09/3611.30	c #Conflicts:     918000 | #Constraints:      81327
3600.09/3611.30	c #Conflicts:     919000 | #Constraints:      82327
3600.09/3611.30	c #Conflicts:     920000 | #Constraints:      83327
3600.09/3611.30	c #Conflicts:     921000 | #Constraints:      84327
3600.09/3611.30	c #Conflicts:     922000 | #Constraints:      85327
3600.09/3611.30	c #Conflicts:     923000 | #Constraints:      86327
3600.09/3611.30	c #Conflicts:     924000 | #Constraints:      87327
3600.09/3611.30	c #Conflicts:     925000 | #Constraints:      88327
3600.09/3611.30	c cpu time 3586.73 s
3600.09/3611.30	c deterministic time 122898111377 1.23e+11
3600.09/3611.30	c optimization time 198.915 s
3600.09/3611.30	c total solve time 3387.77 s
3600.09/3611.30	c core-guided solve time 0 s
3600.09/3611.30	c propagation time 1587.44 s
3600.09/3611.30	c conflict analysis time 1930.89 s
3600.09/3611.30	c propagations 586847676
3600.09/3611.30	c resolve steps 202831756
3600.09/3611.30	c decisions 1489455
3600.09/3611.30	c conflicts 925643
3600.09/3611.30	c restarts 2040
3600.09/3611.30	c inprocessing phases 48
3600.09/3611.30	c garbage collections 48 ,( 100.00 )
3600.09/3611.30	c input clauses 6382 ,( 65.91 )
3600.09/3611.30	c input cardinalities 0 ,( 0.00 )
3600.09/3611.30	c input general constraints 3301 ,( 34.09 )
3600.09/3611.30	c input average constraint length 3.11
3600.09/3611.30	c input average constraint degree 1860415006660.95
3600.09/3611.30	c learned clauses 694289 ,( 75.01 )
3600.09/3611.30	c learned cardinalities 562 ,( 0.06 )
3600.09/3611.30	c learned general constraints 230792 ,( 24.93 )
3600.09/3611.30	c learned average constraint length 326.79
3600.09/3611.30	c learned average constraint degree 95501115.44
3600.09/3611.30	c watched  CF 32, 64, 128, Arb: 50278 , 0 , 0 , 0
3600.09/3611.30	c counting CF 32, 64, 128, Arb: 183814 , 1 , 0 , 0
3600.09/3611.30	c watched   constraints 50278 ,( 21.48 ) 
3600.09/3611.30	c counting  constraints 183815 ,( 78.52 ) 
3600.09/3611.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 738549417 , 22326270 , 36488175639 ,( 70928012 , 36417247627 )
3600.09/3611.30	c gcd simplifications 7630
3600.09/3611.30	c detected cardinalities 487
3600.09/3611.30	c weakened non-implied lits 48267039
3600.09/3611.30	c weakened non-implying lits 150383
3600.09/3611.30	c original variables 5122
3600.09/3611.30	c clausal propagations 166494853
3600.09/3611.30	c cardinality propagations 1100766
3600.09/3611.30	c watched propagations 994768
3600.09/3611.30	c counting propagations 417315493
3600.09/3611.30	c watch lookups 95915712753
3600.09/3611.30	c watch backjump lookups 0
3600.09/3611.30	c watch checks 2906952837
3600.09/3611.30	c propagation checks 21481865062
3600.09/3611.30	c constraint additions 1415800464
3600.09/3611.30	c trail pops 589259348
3600.09/3611.30	c formula constraints 9683
3600.09/3611.30	c learned constraints 925641
3600.09/3611.30	c bound constraints 0
3600.09/3611.30	c core-guided constraints 0
3600.09/3611.30	c encountered formula constraints 169967392
3600.09/3611.30	c encountered learned constraints 33766096
3600.09/3611.30	c encountered bound constraints 0
3600.09/3611.30	c encountered core-guided constraints 0
3600.09/3611.30	c LP total time 18.5214 s
3600.09/3611.30	c LP solve time 16.95 s
3600.09/3611.30	c LP constraints added 9683
3600.09/3611.30	c LP constraints removed 0
3600.09/3611.30	c LP pivots internal 98520
3600.09/3611.30	c LP pivots root 85261
3600.09/3611.30	c LP calls 102
3600.09/3611.30	c LP optimalities 97
3600.09/3611.30	c LP no pivot count 5
3600.09/3611.30	c LP infeasibilities 1
3600.09/3611.30	c LP valid Farkas constraints 1
3600.09/3611.30	c LP learned Farkas constraints 1
3600.09/3611.30	c LP basis resets 0
3600.09/3611.30	c LP cycling count 0
3600.09/3611.30	c LP singular count 0
3600.09/3611.30	c LP no primal count 0
3600.09/3611.30	c LP no farkas count 0
3600.09/3611.30	c LP other issue count 0
3600.09/3611.30	c LP Gomory cuts 0
3600.09/3611.30	c LP learned cuts 0
3600.09/3611.30	c LP deleted cuts 0
3600.09/3611.30	c LP encountered Gomory constraints 0
3600.09/3611.30	c LP encountered Farkas constraints 23909
3600.09/3611.30	c LP encountered learned Farkas constraints 1
3600.09/3611.30	c CG auxiliary variables introduced 0
3600.09/3611.30	c CG solutions found 0
3600.09/3611.30	c CG cores constructed 0
3600.09/3611.30	c CG core cardinality constraints returned 0
3600.09/3611.30	c CG unit cores 0
3600.09/3611.30	c CG single cores 0
3600.09/3611.30	c CG blocks removed during cardinality reduction 0
3600.09/3611.30	c CG first core best 0
3600.09/3611.30	c CG decision core best 0
3600.09/3611.30	c CG core reduction tie 0
3600.09/3611.30	c CG core degree average 0.00
3600.09/3611.30	c CG core slack average 0.00
3600.09/3611.30	c CG core upper bound improvements 0
3600.09/3611.30	c STR number of successful calls 0
3600.09/3611.30	c STR number of unsuccessful calls 0
3600.09/3611.30	c STR number of inconclusive calls 0
3600.09/3611.30	c STR number of successful attempts 0
3600.09/3611.30	c STR number of unsuccessful attempts 0
3600.09/3611.30	c STR number of inconclusive attempts 0
3600.09/3611.30	c STR average degree increase per successful call inf
3600.09/3611.30	c STR average degree increase per successful attempt inf
3600.09/3611.30	c STR total number of conflicts for successful attempts 0
3600.09/3611.30	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3611.30	c STR total number of conflicts for inconclusive attempts 0
3600.09/3611.30	c STR average number of conflicts per successful attempt inf
3600.09/3611.30	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3611.30	c STR average number of conflicts per inconclusive attempt inf
3600.09/3611.30	c AVG.sumWPerc 71.19 
3600.09/3611.30	c bigint constraints 1 
3600.09/3611.30	s UNKNOWN
3600.09/3611.30	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100063 s]*
/proc/loadavg: 4.16 4.14 4.09 4/268 166102
/proc/meminfo: memFree=124433016/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=74924 memory=29304 CPUtime=0.06 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 4769 0 0 0 5 1 0 0 20 0 1 0 235938254 76722176 7326 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 18731 7326 2336 1147 0 6158 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 79116 KiB
Current children cumulated memory: 32376 KiB

[startup+0.20571 s]*
/proc/loadavg: 4.16 4.14 4.09 5/267 166103
/proc/meminfo: memFree=124426968/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=76108 memory=30072 CPUtime=0.17 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 4943 0 0 0 15 2 0 0 20 0 1 0 235938254 77934592 7518 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 19027 7518 2368 1147 0 6454 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80300 KiB
Current children cumulated memory: 33144 KiB

[startup+0.30472 s]*
/proc/loadavg: 4.16 4.14 4.09 6/270 166111
/proc/meminfo: memFree=124422952/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=76508 memory=30456 CPUtime=0.27 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 5040 0 0 0 25 2 0 0 20 0 1 0 235938254 78344192 7614 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 19127 7614 2368 1147 0 6554 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 80700 KiB
Current children cumulated memory: 33528 KiB

[startup+0.700134 s]
/proc/loadavg: 4.16 4.14 4.09 5/273 166119
/proc/meminfo: memFree=124414880/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=77132 memory=31480 CPUtime=0.65 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 5284 0 0 0 63 2 0 0 20 0 1 0 235938254 78983168 7870 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 19283 7870 2368 1147 0 6710 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 81324 KiB
Current children cumulated memory: 34552 KiB

[startup+1.50014 s]
/proc/loadavg: 4.16 4.14 4.09 5/273 166119
/proc/meminfo: memFree=124398752/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=77856 memory=32248 CPUtime=1.45 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 5493 0 0 0 142 3 0 0 20 0 1 0 235938254 79724544 8062 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 19464 8062 2368 1147 0 6891 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 82048 KiB
Current children cumulated memory: 35320 KiB

[startup+3.10539 s]
/proc/loadavg: 4.16 4.14 4.09 5/273 166119
/proc/meminfo: memFree=124347172/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=80056 memory=36412 CPUtime=3.05 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 6031 0 0 0 300 5 0 0 20 0 1 0 235938254 81977344 9103 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 20014 9103 2368 1147 0 7441 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 84248 KiB
Current children cumulated memory: 39484 KiB

[startup+6.30012 s]
/proc/loadavg: 4.23 4.15 4.10 5/273 166119
/proc/meminfo: memFree=124248028/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=81096 memory=37564 CPUtime=6.24 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 6304 0 0 0 618 6 0 0 20 0 1 0 235938254 83042304 9391 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 20274 9391 2368 1147 0 7701 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 85288 KiB
Current children cumulated memory: 40636 KiB

[startup+12.7001 s]
/proc/loadavg: 4.29 4.17 4.10 5/273 166119
/proc/meminfo: memFree=124086756/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=82764 memory=39100 CPUtime=12.61 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 6693 0 0 0 1252 9 0 0 20 0 1 0 235938254 84750336 9775 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 20691 9775 2368 1147 0 8118 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 86956 KiB
Current children cumulated memory: 42172 KiB

[startup+25.5001 s]
/proc/loadavg: 4.52 4.22 4.12 5/272 166119
/proc/meminfo: memFree=123765076/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=84892 memory=41276 CPUtime=25.38 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 7229 0 0 0 2521 17 0 0 20 0 1 0 235938254 86929408 10319 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 21223 10319 2368 1147 0 8650 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 89084 KiB
Current children cumulated memory: 44348 KiB

[startup+51.1054 s]
/proc/loadavg: 4.61 4.27 4.14 5/272 166119
/proc/meminfo: memFree=123174084/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=94624 memory=49724 CPUtime=50.9 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 9390 0 0 0 5055 35 0 0 20 0 1 0 235938254 96894976 12431 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 23656 12431 2368 1147 0 11083 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 98816 KiB
Current children cumulated memory: 52796 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.26 4.14 5/268 166122
/proc/meminfo: memFree=122056152/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=128336 memory=78108 CPUtime=101.92 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 13432 0 0 0 10127 65 0 0 20 0 1 0 235938254 131416064 19527 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 32084 19527 2368 1147 0 19511 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 132528 KiB
Current children cumulated memory: 81180 KiB

[startup+162.3 s]
/proc/loadavg: 4.40 4.28 4.16 5/269 166125
/proc/meminfo: memFree=120794524/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=141900 memory=93444 CPUtime=161.71 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 16765 0 0 0 16074 97 0 0 20 0 1 0 235938254 145305600 23361 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 35475 23361 2368 1147 0 22902 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 146092 KiB
Current children cumulated memory: 96516 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.25 4.16 5/269 166127
/proc/meminfo: memFree=119688472/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=159392 memory=111560 CPUtime=221.5 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 20756 0 0 0 22017 133 0 0 20 0 1 0 235938254 163217408 27890 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0

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

/proc/166098/statm: 106280 94356 2400 1147 0 93707 0
Current children cumulated CPU time: 3092.62 s
Current children cumulated vsize: 429312 KiB
Current children cumulated memory: 380496 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/268 166275
/proc/meminfo: memFree=92170124/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=425120 memory=377424 CPUtime=3152.44 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 59578 0 0 0 314049 1195 0 0 20 0 1 0 235938254 435322880 94356 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 106280 94356 2400 1147 0 93707 0
Current children cumulated CPU time: 3152.44 s
Current children cumulated vsize: 429312 KiB
Current children cumulated memory: 380496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/268 166277
/proc/meminfo: memFree=91979468/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=425120 memory=377424 CPUtime=3212.26 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 59578 0 0 0 320015 1211 0 0 20 0 1 0 235938254 435322880 94356 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 106280 94356 2400 1147 0 93707 0
Current children cumulated CPU time: 3212.26 s
Current children cumulated vsize: 429312 KiB
Current children cumulated memory: 380496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.15 5/268 166279
/proc/meminfo: memFree=91833348/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=425120 memory=377424 CPUtime=3272.08 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 59585 0 0 0 325982 1226 0 0 20 0 1 0 235938254 435322880 94356 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 106280 94356 2400 1147 0 93707 0
Current children cumulated CPU time: 3272.08 s
Current children cumulated vsize: 429312 KiB
Current children cumulated memory: 380496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.19 4.18 5/269 166284
/proc/meminfo: memFree=91700272/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=426488 memory=378704 CPUtime=3331.9 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 59888 0 0 0 331951 1239 0 0 20 0 1 0 235938254 436723712 94676 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 106622 94676 2400 1147 0 94049 0
Current children cumulated CPU time: 3331.9 s
Current children cumulated vsize: 430680 KiB
Current children cumulated memory: 381776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/269 166286
/proc/meminfo: memFree=91403424/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381008 CPUtime=3391.73 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60467 0 0 0 337900 1273 0 0 20 0 1 0 235938254 439431168 95252 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95252 2400 1147 0 94710 0
Current children cumulated CPU time: 3391.73 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.20 4.18 5/269 166288
/proc/meminfo: memFree=91175408/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381264 CPUtime=3451.54 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60553 0 0 0 343855 1299 0 0 20 0 1 0 235938254 439431168 95316 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95316 2400 1147 0 94710 0
Current children cumulated CPU time: 3451.54 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/269 166290
/proc/meminfo: memFree=90926684/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381264 CPUtime=3511.35 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60553 0 0 0 349820 1315 0 0 20 0 1 0 235938254 439431168 95316 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95316 2400 1147 0 94710 0
Current children cumulated CPU time: 3511.35 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/269 166292
/proc/meminfo: memFree=90718080/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381264 CPUtime=3571.17 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60553 0 0 0 355788 1329 0 0 20 0 1 0 235938254 439431168 95316 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95316 2400 1147 0 94710 0
Current children cumulated CPU time: 3571.17 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/262 166420
/proc/meminfo: memFree=107158320/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381264 CPUtime=3600.09 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60664 0 0 0 358673 1336 0 0 20 0 1 0 235938254 439431168 95316 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95316 2400 1147 0 94710 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384336 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3611.3 s]
# the end of solver process 166095 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.009376 s, system=0.008932 s

[startup+3611.31 s]
# the end of solver process 166098 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3586.75 s, system=13.3775 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/262 166420
/proc/meminfo: memFree=107158320/131249988 swapFree=33010416/33010684
[pid=166095] ppid=166092 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/166095/stat : 166095 (run-dec-break-l) S 166092 166095 165659 0 -1 4194304 240 2822 0 0 0 0 0 0 20 0 1 0 235938251 4292608 768 18446744073709551615 94703732858880 94703733753413 140720639761728 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94703733992464 94703734040208 94703734439936 140720639768889 140720639769052 140720639769052 140720639774656 0
/proc/166095/statm: 1048 768 704 219 0 110 0
[pid=166098] ppid=166095 vsize=429132 memory=381264 CPUtime=3600.09 cores=5,7
/proc/166098/stat : 166098 (roundingsat) R 166095 166095 165659 0 -1 4194304 60664 0 0 0 358673 1336 0 0 20 0 1 0 235938254 439431168 95316 18446744073709551615 4227072 8923433 140722580961616 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35667968 140722580965656 140722580965926 140722580965926 140722580971498 0
/proc/166098/statm: 107283 95316 2400 1147 0 94710 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 433324 KiB
Current children cumulated memory: 384336 KiB

Child status: 2

Real time (s): 3611.31
CPU time (s): 3600.13
CPU user time (s): 3586.75
CPU system time (s): 13.3775
CPU usage (%): 99.6903
Max. virtual memory (cumulated for all children) (KiB): 433324
Max. memory (cumulated for all children) (KiB): 384336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.75
system time used= 13.3775
maximum resident set size= 381648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19189512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293
involuntary context switches= 21981


# summary of solver processes directly reported to runsolver:
#   pid: 166095,166098
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3586.75
#   total CPU system time (s): 13.3775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81212 second user time and 15.2875 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-22 18:43:17
IDJOB=4541766
IDBENCH=163377
IDSOLVER=3358
FILE ID=nodeC031/4541766-1753202597
RUNJOBID= nodeC031-1753198973-165677
SLURM_JOB_ID= 9687764
Free space on /tmp= 412448 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541766-1753202597/watcher-4541766-1753202597 -o /tmp/evaluation-result-4541766-1753202597/solver-4541766-1753202597 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753198973-165677 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4541766-1753202597.opb /tmp/proof-4541766-1753202597

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=1063239506

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		: 3600.038
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.884
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		: 3599.887
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.758
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.886
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.913
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		: 3718.798
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		: 3598.746
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:        122008236 kB
MemAvailable:   129563236 kB
Buffers:            2128 kB
Cached:          8240216 kB
SwapCached:            8 kB
Active:          1252084 kB
Inactive:        7106144 kB
Active(anon):     131672 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  7095680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47796 kB
Writeback:             0 kB
AnonPages:        119028 kB
Mapped:           117784 kB
Shmem:             26248 kB
KReclaimable:     356292 kB
Slab:             454480 kB
SReclaimable:     356292 kB
SUnreclaim:        98188 kB
KernelStack:        4372 kB
PageTables:         2848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     447660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 420620 MiB
End job on nodeC031 at 2025-07-22 19:43:29