Trace number 4515170

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 63f22ad? (TO) 3600.1 3609.65

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.u.opb
MD5SUM84d6a262f1f6531f4a7714720272edd7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.7591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
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 1285216
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285383
Number of bits of the biggest sum of numbers29
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-4515170-1751221525.opb'
0.00/0.02	c 	read 0.87MB  (14.72ms)
0.00/0.02	c	 [cnf: #variables 12675 #clauses 11891 #duplicates 0 #arr 84479]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 3536] (16.67ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	recursing 18 blocks of candidate 3x154r
0.00/0.05	c 	 found row 3x154, generating row predicate
0.00/0.05	c 	 (9.51ms)
0.00/0.05	c 
0.00/0.05	c detect symmetries on remainder
0.00/0.05	c 	[graph: #vertices 62559 #edges 244944]
0.00/0.05	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.06	c 	 [group: #symmetries 1.42*10^1017 #generators 2572] (14.90ms)
0.00/0.06	c 
0.00/0.06	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.06	c 	ran it=0, +gens=6 
0.08/0.18	c 	con best_support=4, best_gens=2042, +gens=56
0.08/0.18	c 	(115.12ms)
0.08/0.18	c 
0.08/0.18	c finalize break order and special generators
0.08/0.18	c 
0.08/0.18	c add generic predicates (break_depth=10)
0.08/0.18	c 	added predicates for 2634 generators (0.78ms)
0.08/0.18	c 
0.08/0.18	c generation finished
0.08/0.18	c 	[sbp: #constraints 14711 #add_vars 4025]
0.08/0.18	c 
0.08/0.18	c write result to 'HOME/instance-4515170-1751221525.opb.pre'
0.08/0.18	c 	wrote 1.41MB (3.24ms)
0.08/0.18	c ------------------------------------------------------------------
0.08/0.18	c                 115.12ms 65.11% optimize_gens
0.08/0.18	c                  16.67ms  9.43% approx_orbits
0.08/0.18	c                  14.90ms  8.43% detect_generic
0.08/0.18	c                  14.72ms  8.32% parse
0.08/0.18	c                   9.51ms  5.38% detect_special
0.08/0.18	c                   3.24ms  1.84% output
0.08/0.18	c                   1.17ms  0.66% other
0.08/0.18	c                   0.78ms  0.44% break_generic
0.08/0.18	c                   0.71ms  0.40% finalize_order
0.08/0.18	c         ───────────────────────────────────────────────
0.08/0.18	c                 176.83ms   100% total
0.08/0.18	c ------------------------------------------------------------------
0.08/0.20	c RoundingSat 2
0.08/0.20	c branch pb25
0.08/0.20	c commit 63f22ad
0.28/0.33	c #variables 16700 #constraints 26602
1093.50/1096.46	c #Conflicts:       1000 | #Constraints:      27601
1093.50/1096.46	c #Conflicts:       2000 | #Constraints:      28601
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:       3000 | #Constraints:      25331
1093.50/1096.46	c #Conflicts:       4000 | #Constraints:      26331
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:       5000 | #Constraints:      24837
1093.50/1096.46	c #Conflicts:       6000 | #Constraints:      25837
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:       7000 | #Constraints:      24324
1093.50/1096.46	c #Conflicts:       8000 | #Constraints:      25324
1093.50/1096.46	c #Conflicts:       9000 | #Constraints:      26324
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      10000 | #Constraints:      24683
1093.50/1096.46	c #Conflicts:      11000 | #Constraints:      25683
1093.50/1096.46	c #Conflicts:      12000 | #Constraints:      26683
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      13000 | #Constraints:      24881
1093.50/1096.46	c #Conflicts:      14000 | #Constraints:      25881
1093.50/1096.46	c #Conflicts:      15000 | #Constraints:      26881
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      16000 | #Constraints:      24895
1093.50/1096.46	c #Conflicts:      17000 | #Constraints:      25895
1093.50/1096.46	c #Conflicts:      18000 | #Constraints:      26895
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      19000 | #Constraints:      24642
1093.50/1096.46	c #Conflicts:      20000 | #Constraints:      25642
1093.50/1096.46	c #Conflicts:      21000 | #Constraints:      26643
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      22000 | #Constraints:      23669
1093.50/1096.46	c #Conflicts:      23000 | #Constraints:      24669
1093.50/1096.46	c #Conflicts:      24000 | #Constraints:      25669
1093.50/1096.46	c #Conflicts:      25000 | #Constraints:      26669
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      26000 | #Constraints:      24153
1093.50/1096.46	c #Conflicts:      27000 | #Constraints:      25153
1093.50/1096.46	c #Conflicts:      28000 | #Constraints:      26153
1093.50/1096.46	c #Conflicts:      29000 | #Constraints:      27153
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      30000 | #Constraints:      23883
1093.50/1096.46	c #Conflicts:      31000 | #Constraints:      24883
1093.50/1096.46	c #Conflicts:      32000 | #Constraints:      25883
1093.50/1096.46	c #Conflicts:      33000 | #Constraints:      26883
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      34000 | #Constraints:      23930
1093.50/1096.46	c #Conflicts:      35000 | #Constraints:      24930
1093.50/1096.46	c #Conflicts:      36000 | #Constraints:      25930
1093.50/1096.46	c #Conflicts:      37000 | #Constraints:      26930
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      38000 | #Constraints:      23864
1093.50/1096.46	c #Conflicts:      39000 | #Constraints:      24864
1093.50/1096.46	c #Conflicts:      40000 | #Constraints:      25864
1093.50/1096.46	c #Conflicts:      41000 | #Constraints:      26864
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      42000 | #Constraints:      23576
1093.50/1096.46	c #Conflicts:      43000 | #Constraints:      24577
1093.50/1096.46	c #Conflicts:      44000 | #Constraints:      25577
1093.50/1096.46	c #Conflicts:      45000 | #Constraints:      26577
1093.50/1096.46	c #Conflicts:      46000 | #Constraints:      27578
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      47000 | #Constraints:      24107
1093.50/1096.46	c #Conflicts:      48000 | #Constraints:      25107
1093.50/1096.46	c #Conflicts:      49000 | #Constraints:      26107
1093.50/1096.46	c #Conflicts:      50000 | #Constraints:      27107
1093.50/1096.46	c #Conflicts:      51000 | #Constraints:      28107
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      52000 | #Constraints:      24438
1093.50/1096.46	c #Conflicts:      53000 | #Constraints:      25438
1093.50/1096.46	c #Conflicts:      54000 | #Constraints:      26438
1093.50/1096.46	c #Conflicts:      55000 | #Constraints:      27438
1093.50/1096.46	c #Conflicts:      56000 | #Constraints:      28438
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      57000 | #Constraints:      24582
1093.50/1096.46	c #Conflicts:      58000 | #Constraints:      25582
1093.50/1096.46	c #Conflicts:      59000 | #Constraints:      26582
1093.50/1096.46	c #Conflicts:      60000 | #Constraints:      27583
1093.50/1096.46	c #Conflicts:      61000 | #Constraints:      28583
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      62000 | #Constraints:      22829
1093.50/1096.46	c #Conflicts:      63000 | #Constraints:      23829
1093.50/1096.46	c #Conflicts:      64000 | #Constraints:      24829
1093.50/1096.46	c #Conflicts:      65000 | #Constraints:      25829
1093.50/1096.46	c #Conflicts:      66000 | #Constraints:      26829
1093.50/1096.46	c INPROCESSING
1093.50/1096.46	c GARBAGE COLLECT
1093.50/1096.46	c #Conflicts:      67000 | #Constraints:      22611
1093.50/1096.46	c #Conflicts:      68000 | #Constraints:      23612
2059.00/2064.44	c #Conflicts:      69000 | #Constraints:      24612
2059.00/2064.44	c #Conflicts:      70000 | #Constraints:      25612
2059.00/2064.44	c #Conflicts:      71000 | #Constraints:      26612
2059.00/2064.44	c #Conflicts:      72000 | #Constraints:      27612
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:      73000 | #Constraints:      22961
2059.00/2064.44	c #Conflicts:      74000 | #Constraints:      23961
2059.00/2064.44	c #Conflicts:      75000 | #Constraints:      24962
2059.00/2064.44	c #Conflicts:      76000 | #Constraints:      25962
2059.00/2064.44	c #Conflicts:      77000 | #Constraints:      26962
2059.00/2064.44	c #Conflicts:      78000 | #Constraints:      27962
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:      79000 | #Constraints:      23214
2059.00/2064.44	c #Conflicts:      80000 | #Constraints:      24214
2059.00/2064.44	c #Conflicts:      81000 | #Constraints:      25214
2059.00/2064.44	c #Conflicts:      82000 | #Constraints:      26215
2059.00/2064.44	c #Conflicts:      83000 | #Constraints:      27215
2059.00/2064.44	c #Conflicts:      84000 | #Constraints:      28215
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:      85000 | #Constraints:      23286
2059.00/2064.44	c #Conflicts:      86000 | #Constraints:      24286
2059.00/2064.44	c #Conflicts:      87000 | #Constraints:      25286
2059.00/2064.44	c #Conflicts:      88000 | #Constraints:      26286
2059.00/2064.44	c #Conflicts:      89000 | #Constraints:      27286
2059.00/2064.44	c #Conflicts:      90000 | #Constraints:      28286
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:      91000 | #Constraints:      22257
2059.00/2064.44	c #Conflicts:      92000 | #Constraints:      23257
2059.00/2064.44	c #Conflicts:      93000 | #Constraints:      24258
2059.00/2064.44	c #Conflicts:      94000 | #Constraints:      25258
2059.00/2064.44	c #Conflicts:      95000 | #Constraints:      26258
2059.00/2064.44	c #Conflicts:      96000 | #Constraints:      27258
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:      97000 | #Constraints:      22070
2059.00/2064.44	c #Conflicts:      98000 | #Constraints:      23070
2059.00/2064.44	c #Conflicts:      99000 | #Constraints:      24070
2059.00/2064.44	c #Conflicts:     100000 | #Constraints:      25070
2059.00/2064.44	c #Conflicts:     101000 | #Constraints:      26070
2059.00/2064.44	c #Conflicts:     102000 | #Constraints:      27070
2059.00/2064.44	c #Conflicts:     103000 | #Constraints:      28070
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:     104000 | #Constraints:      22633
2059.00/2064.44	c #Conflicts:     105000 | #Constraints:      23633
2059.00/2064.44	c #Conflicts:     106000 | #Constraints:      24633
2059.00/2064.44	c #Conflicts:     107000 | #Constraints:      25633
2059.00/2064.44	c #Conflicts:     108000 | #Constraints:      26633
2059.00/2064.44	c #Conflicts:     109000 | #Constraints:      27633
2059.00/2064.44	c #Conflicts:     110000 | #Constraints:      28633
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:     111000 | #Constraints:      22951
2059.00/2064.44	c #Conflicts:     112000 | #Constraints:      23951
2059.00/2064.44	c #Conflicts:     113000 | #Constraints:      24951
2059.00/2064.44	c #Conflicts:     114000 | #Constraints:      25951
2059.00/2064.44	c #Conflicts:     115000 | #Constraints:      26951
2059.00/2064.44	c #Conflicts:     116000 | #Constraints:      27951
2059.00/2064.44	c #Conflicts:     117000 | #Constraints:      28951
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:     118000 | #Constraints:      23120
2059.00/2064.44	c #Conflicts:     119000 | #Constraints:      24120
2059.00/2064.44	c #Conflicts:     120000 | #Constraints:      25120
2059.00/2064.44	c #Conflicts:     121000 | #Constraints:      26120
2059.00/2064.44	c #Conflicts:     122000 | #Constraints:      27120
2059.00/2064.44	c #Conflicts:     123000 | #Constraints:      28120
2059.00/2064.44	c #Conflicts:     124000 | #Constraints:      29120
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c #Conflicts:     125000 | #Constraints:      23088
2059.00/2064.44	c #Conflicts:     126000 | #Constraints:      24088
2059.00/2064.44	c #Conflicts:     127000 | #Constraints:      25089
2059.00/2064.44	c #Conflicts:     128000 | #Constraints:      26089
2059.00/2064.44	c #Conflicts:     129000 | #Constraints:      27089
2059.00/2064.44	c #Conflicts:     130000 | #Constraints:      28090
2059.00/2064.44	c #Conflicts:     131000 | #Constraints:      29090
2059.00/2064.44	c INPROCESSING
2059.00/2064.44	c GARBAGE COLLECT
2059.00/2064.44	c rational objective 3269.43
3063.77/3071.87	c #Conflicts:     132000 | #Constraints:      22900
3063.77/3071.87	c #Conflicts:     133000 | #Constraints:      23901
3063.77/3071.87	c #Conflicts:     134000 | #Constraints:      24901
3063.77/3071.87	c #Conflicts:     135000 | #Constraints:      25901
3063.77/3071.87	c #Conflicts:     136000 | #Constraints:      26901
3063.77/3071.87	c #Conflicts:     137000 | #Constraints:      27901
3063.77/3071.87	c #Conflicts:     138000 | #Constraints:      28901
3063.77/3071.87	c #Conflicts:     139000 | #Constraints:      29901
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     140000 | #Constraints:      23463
3063.77/3071.87	c #Conflicts:     141000 | #Constraints:      24464
3063.77/3071.87	c #Conflicts:     142000 | #Constraints:      25464
3063.77/3071.87	c #Conflicts:     143000 | #Constraints:      26464
3063.77/3071.87	c #Conflicts:     144000 | #Constraints:      27464
3063.77/3071.87	c #Conflicts:     145000 | #Constraints:      28464
3063.77/3071.87	c #Conflicts:     146000 | #Constraints:      29465
3063.77/3071.87	c #Conflicts:     147000 | #Constraints:      30465
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     148000 | #Constraints:      23853
3063.77/3071.87	c #Conflicts:     149000 | #Constraints:      24853
3063.77/3071.87	c #Conflicts:     150000 | #Constraints:      25853
3063.77/3071.87	c #Conflicts:     151000 | #Constraints:      26853
3063.77/3071.87	c #Conflicts:     152000 | #Constraints:      27853
3063.77/3071.87	c #Conflicts:     153000 | #Constraints:      28854
3063.77/3071.87	c #Conflicts:     154000 | #Constraints:      29854
3063.77/3071.87	c #Conflicts:     155000 | #Constraints:      30854
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     156000 | #Constraints:      23835
3063.77/3071.87	c #Conflicts:     157000 | #Constraints:      24835
3063.77/3071.87	c #Conflicts:     158000 | #Constraints:      25835
3063.77/3071.87	c #Conflicts:     159000 | #Constraints:      26835
3063.77/3071.87	c #Conflicts:     160000 | #Constraints:      27835
3063.77/3071.87	c #Conflicts:     161000 | #Constraints:      28835
3063.77/3071.87	c #Conflicts:     162000 | #Constraints:      29836
3063.77/3071.87	c #Conflicts:     163000 | #Constraints:      30836
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     164000 | #Constraints:      23833
3063.77/3071.87	c #Conflicts:     165000 | #Constraints:      24833
3063.77/3071.87	c #Conflicts:     166000 | #Constraints:      25833
3063.77/3071.87	c #Conflicts:     167000 | #Constraints:      26833
3063.77/3071.87	c #Conflicts:     168000 | #Constraints:      27834
3063.77/3071.87	c #Conflicts:     169000 | #Constraints:      28834
3063.77/3071.87	c #Conflicts:     170000 | #Constraints:      29834
3063.77/3071.87	c #Conflicts:     171000 | #Constraints:      30834
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     172000 | #Constraints:      23319
3063.77/3071.87	c #Conflicts:     173000 | #Constraints:      24319
3063.77/3071.87	c #Conflicts:     174000 | #Constraints:      25319
3063.77/3071.87	c #Conflicts:     175000 | #Constraints:      26320
3063.77/3071.87	c #Conflicts:     176000 | #Constraints:      27320
3063.77/3071.87	c #Conflicts:     177000 | #Constraints:      28321
3063.77/3071.87	c #Conflicts:     178000 | #Constraints:      29321
3063.77/3071.87	c #Conflicts:     179000 | #Constraints:      30321
3063.77/3071.87	c #Conflicts:     180000 | #Constraints:      31321
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     181000 | #Constraints:      23915
3063.77/3071.87	c #Conflicts:     182000 | #Constraints:      24915
3063.77/3071.87	c #Conflicts:     183000 | #Constraints:      25915
3063.77/3071.87	c #Conflicts:     184000 | #Constraints:      26915
3063.77/3071.87	c #Conflicts:     185000 | #Constraints:      27915
3063.77/3071.87	c #Conflicts:     186000 | #Constraints:      28915
3063.77/3071.87	c #Conflicts:     187000 | #Constraints:      29915
3063.77/3071.87	c #Conflicts:     188000 | #Constraints:      30916
3063.77/3071.87	c #Conflicts:     189000 | #Constraints:      31917
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     190000 | #Constraints:      24308
3063.77/3071.87	c #Conflicts:     191000 | #Constraints:      25308
3063.77/3071.87	c #Conflicts:     192000 | #Constraints:      26309
3063.77/3071.87	c #Conflicts:     193000 | #Constraints:      27309
3063.77/3071.87	c #Conflicts:     194000 | #Constraints:      28309
3063.77/3071.87	c #Conflicts:     195000 | #Constraints:      29309
3063.77/3071.87	c #Conflicts:     196000 | #Constraints:      30309
3063.77/3071.87	c #Conflicts:     197000 | #Constraints:      31309
3063.77/3071.87	c #Conflicts:     198000 | #Constraints:      32309
3063.77/3071.87	c INPROCESSING
3063.77/3071.87	c GARBAGE COLLECT
3063.77/3071.87	c #Conflicts:     199000 | #Constraints:      24517
3063.77/3071.87	c #Conflicts:     200000 | #Constraints:      25517
3063.77/3071.87	c #Conflicts:     201000 | #Constraints:      26517
3063.77/3071.87	c #Conflicts:     202000 | #Constraints:      27517
3063.77/3071.87	c #Conflicts:     203000 | #Constraints:      28517
3063.77/3071.87	c #Conflicts:     204000 | #Constraints:      29518
3063.77/3071.87	c #Conflicts:     205000 | #Constraints:      30518
3600.05/3609.60	c #Conflicts:     206000 | #Constraints:      31518
3600.05/3609.60	c #Conflicts:     207000 | #Constraints:      32518
3600.05/3609.60	c INPROCESSING
3600.05/3609.60	c GARBAGE COLLECT
3600.05/3609.60	c #Conflicts:     208000 | #Constraints:      24511
3600.05/3609.60	c #Conflicts:     209000 | #Constraints:      25511
3600.05/3609.60	c #Conflicts:     210000 | #Constraints:      26511
3600.05/3609.60	c #Conflicts:     211000 | #Constraints:      27511
3600.05/3609.60	c #Conflicts:     212000 | #Constraints:      28512
3600.05/3609.60	c #Conflicts:     213000 | #Constraints:      29512
3600.05/3609.60	c #Conflicts:     214000 | #Constraints:      30512
3600.05/3609.60	c #Conflicts:     215000 | #Constraints:      31512
3600.05/3609.60	c #Conflicts:     216000 | #Constraints:      32513
3600.05/3609.60	c INPROCESSING
3600.05/3609.60	c GARBAGE COLLECT
3600.05/3609.60	c #Conflicts:     217000 | #Constraints:      24298
3600.05/3609.60	c #Conflicts:     218000 | #Constraints:      25298
3600.05/3609.60	c #Conflicts:     219000 | #Constraints:      26298
3600.05/3609.60	c #Conflicts:     220000 | #Constraints:      27298
3600.05/3609.60	c #Conflicts:     221000 | #Constraints:      28298
3600.05/3609.60	c #Conflicts:     222000 | #Constraints:      29298
3600.05/3609.60	c #Conflicts:     223000 | #Constraints:      30298
3600.05/3609.60	c #Conflicts:     224000 | #Constraints:      31298
3600.05/3609.60	c #Conflicts:     225000 | #Constraints:      32298
3600.05/3609.60	c #Conflicts:     226000 | #Constraints:      33299
3600.05/3609.60	c INPROCESSING
3600.05/3609.60	c GARBAGE COLLECT
3600.05/3609.60	c #Conflicts:     227000 | #Constraints:      24903
3600.05/3609.60	c cpu time 3590.97 s
3600.05/3609.60	c deterministic time 416614012808 4.17e+11
3600.05/3609.60	c optimization time 59.0217 s
3600.05/3609.60	c total solve time 3531.84 s
3600.05/3609.60	c core-guided solve time 0 s
3600.05/3609.60	c propagation time 1705.78 s
3600.05/3609.60	c conflict analysis time 737.672 s
3600.05/3609.60	c propagations 114966827
3600.05/3609.60	c resolve steps 4195359
3600.05/3609.60	c decisions 8265899
3600.05/3609.60	c conflicts 227486
3600.05/3609.60	c restarts 510
3600.05/3609.60	c inprocessing phases 39
3600.05/3609.60	c garbage collections 39 ,( 100.00 )
3600.05/3609.60	c input clauses 26477 ,( 99.53 )
3600.05/3609.60	c input cardinalities 124 ,( 0.47 )
3600.05/3609.60	c input general constraints 1 ,( 0.00 )
3600.05/3609.60	c input average constraint length 4.70
3600.05/3609.60	c input average constraint degree 51.15
3600.05/3609.60	c learned clauses 16148 ,( 7.10 )
3600.05/3609.60	c learned cardinalities 1050 ,( 0.46 )
3600.05/3609.60	c learned general constraints 210326 ,( 92.44 )
3600.05/3609.60	c learned average constraint length 5804.51
3600.05/3609.60	c learned average constraint degree 50017081509.74
3600.05/3609.60	c watched  CF 32, 64, 128, Arb: 84898 , 0 , 0 , 0
3600.05/3609.60	c counting CF 32, 64, 128, Arb: 125429 , 0 , 0 , 0
3600.05/3609.60	c watched   constraints 84898 ,( 40.36 ) 
3600.05/3609.60	c counting  constraints 125429 ,( 59.64 ) 
3600.05/3609.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 51908173 , 1802820 , 2741227598 ,( 708312841 , 2032914757 )
3600.05/3609.60	c gcd simplifications 5824
3600.05/3609.60	c detected cardinalities 3
3600.05/3609.60	c weakened non-implied lits 321505631
3600.05/3609.60	c weakened non-implying lits 1710281
3600.05/3609.60	c original variables 16700
3600.05/3609.60	c clausal propagations 50055865
3600.05/3609.60	c cardinality propagations 19963226
3600.05/3609.60	c watched propagations 4752615
3600.05/3609.60	c counting propagations 37092720
3600.05/3609.60	c watch lookups 110467099038
3600.05/3609.60	c watch backjump lookups 0
3600.05/3609.60	c watch checks 193086733396
3600.05/3609.60	c propagation checks 109255458760
3600.05/3609.60	c constraint additions 3557993361
3600.05/3609.60	c trail pops 123447415
3600.05/3609.60	c formula constraints 26602
3600.05/3609.60	c learned constraints 227458
3600.05/3609.60	c bound constraints 0
3600.05/3609.60	c core-guided constraints 0
3600.05/3609.60	c encountered formula constraints 3916342
3600.05/3609.60	c encountered learned constraints 453923
3600.05/3609.60	c encountered bound constraints 0
3600.05/3609.60	c encountered core-guided constraints 0
3600.05/3609.60	c LP total time 25.6869 s
3600.05/3609.60	c LP solve time 22.9 s
3600.05/3609.60	c LP constraints added 26620
3600.05/3609.60	c LP constraints removed 0
3600.05/3609.60	c LP pivots internal 23446
3600.05/3609.60	c LP pivots root 24665
3600.05/3609.60	c LP calls 32
3600.05/3609.60	c LP optimalities 1
3600.05/3609.60	c LP no pivot count 0
3600.05/3609.60	c LP infeasibilities 27
3600.05/3609.60	c LP valid Farkas constraints 27
3600.05/3609.60	c LP learned Farkas constraints 27
3600.05/3609.60	c LP basis resets 0
3600.05/3609.60	c LP cycling count 0
3600.05/3609.60	c LP singular count 0
3600.05/3609.60	c LP no primal count 0
3600.05/3609.60	c LP no farkas count 0
3600.05/3609.60	c LP other issue count 0
3600.05/3609.60	c LP Gomory cuts 12
3600.05/3609.60	c LP learned cuts 6
3600.05/3609.60	c LP deleted cuts 0
3600.05/3609.60	c LP encountered Gomory constraints 0
3600.05/3609.60	c LP encountered Farkas constraints 52543
3600.05/3609.60	c LP encountered learned Farkas constraints 10
3600.05/3609.60	c CG auxiliary variables introduced 0
3600.05/3609.60	c CG solutions found 0
3600.05/3609.60	c CG cores constructed 0
3600.05/3609.60	c CG core cardinality constraints returned 0
3600.05/3609.60	c CG unit cores 0
3600.05/3609.60	c CG single cores 0
3600.05/3609.60	c CG blocks removed during cardinality reduction 0
3600.05/3609.60	c CG first core best 0
3600.05/3609.60	c CG decision core best 0
3600.05/3609.60	c CG core reduction tie 0
3600.05/3609.60	c CG core degree average 0.00
3600.05/3609.60	c CG core slack average 0.00
3600.05/3609.60	c CG core upper bound improvements 0
3600.05/3609.60	c STR number of successful calls 0
3600.05/3609.60	c STR number of unsuccessful calls 0
3600.05/3609.60	c STR number of inconclusive calls 0
3600.05/3609.60	c STR number of successful attempts 0
3600.05/3609.60	c STR number of unsuccessful attempts 0
3600.05/3609.60	c STR number of inconclusive attempts 0
3600.05/3609.60	c STR average degree increase per successful call inf
3600.05/3609.60	c STR average degree increase per successful attempt inf
3600.05/3609.60	c STR total number of conflicts for successful attempts 0
3600.05/3609.60	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3609.60	c STR total number of conflicts for inconclusive attempts 0
3600.05/3609.60	c STR average number of conflicts per successful attempt inf
3600.05/3609.60	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3609.60	c STR average number of conflicts per inconclusive attempt inf
3600.05/3609.60	c AVG.sumWPerc 48.43 
3600.05/3609.60	c bigint constraints 0 
3600.05/3609.60	s UNKNOWN
3600.05/3609.60	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: 63665 MiB (62355 MiB free)
  memory of node 1: 64507 MiB (63818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515170-1751221525/watcher-4515170-1751221525 -o /tmp/evaluation-result-4515170-1751221525/solver-4515170-1751221525 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31779 --watchdog 3760 run-dec-break.sh HOME/instance-4515170-1751221525.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 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=33438, runsolver pid=33435
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.12 4.10 4.09 5/269 33440
/proc/meminfo: memFree=129183828/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33440] ppid=33438 vsize=43104 memory=28408 CPUtime=0.08 cores=1,3
/proc/33440/stat : 33440 (pbsuma) R 33438 33438 31764 0 -1 4194304 8560 0 0 0 7 1 0 0 20 0 1 0 37830361 44138496 7102 18446744073709551615 4210688 4653049 140727435119872 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 8347648 140727435123043 140727435123250 140727435123250 140727435128815 0
/proc/33440/statm: 10776 7102 1024 108 0 8184 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 47296 KiB
Current children cumulated memory: 31480 KiB

[startup+0.205631 s]*
/proc/loadavg: 4.12 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129204972/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=61048 memory=14204 CPUtime=0.01 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 2273 0 0 0 1 0 0 0 20 0 1 0 37830379 62513152 3551 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 15262 3551 2016 1147 0 2689 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 65240 KiB
Current children cumulated memory: 17276 KiB

[startup+0.305575 s]*
/proc/loadavg: 4.12 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129187480/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=84832 memory=38072 CPUtime=0.1 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 8035 0 0 0 9 1 0 0 20 0 1 0 37830379 86867968 9518 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 21208 9518 2272 1147 0 8635 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 89024 KiB
Current children cumulated memory: 41144 KiB

[startup+0.700202 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129162656/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65244 CPUtime=0.49 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13459 0 0 0 46 3 0 0 20 0 1 0 37830379 116027392 16311 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16311 2304 1147 0 15754 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68316 KiB

[startup+1.50019 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129162656/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65372 CPUtime=1.29 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13462 0 0 0 126 3 0 0 20 0 1 0 37830379 116027392 16343 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16343 2304 1147 0 15754 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68444 KiB

[startup+3.1054 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129155120/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65372 CPUtime=2.89 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13462 0 0 0 286 3 0 0 20 0 1 0 37830379 116027392 16343 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16343 2304 1147 0 15754 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68444 KiB

[startup+6.30019 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 33441
/proc/meminfo: memFree=129155296/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65372 CPUtime=6.08 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13462 0 0 0 605 3 0 0 20 0 1 0 37830379 116027392 16343 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16343 2304 1147 0 15754 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 33441
/proc/meminfo: memFree=129147328/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65372 CPUtime=12.46 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13462 0 0 0 1243 3 0 0 20 0 1 0 37830379 116027392 16343 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16343 2304 1147 0 15754 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68444 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 33441
/proc/meminfo: memFree=129114896/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=113308 memory=65372 CPUtime=25.23 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 13462 0 0 0 2520 3 0 0 20 0 1 0 37830379 116027392 16343 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 28327 16343 2304 1147 0 15754 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 117500 KiB
Current children cumulated memory: 68444 KiB

[startup+51.1055 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 33441
/proc/meminfo: memFree=128950564/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=262152 memory=208880 CPUtime=50.78 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 22211 0 0 0 5015 63 0 0 20 0 1 0 37830379 268443648 52220 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 65538 52220 2368 1147 0 52965 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 266344 KiB
Current children cumulated memory: 211952 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/270 33449
/proc/meminfo: memFree=128800344/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=370872 memory=305132 CPUtime=101.85 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 29444 0 0 0 10079 106 0 0 20 0 1 0 37830379 379772928 76283 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 92718 76283 2368 1147 0 80145 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 375064 KiB
Current children cumulated memory: 308204 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/270 33451
/proc/meminfo: memFree=128585132/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=534196 memory=390200 CPUtime=161.7 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 37448 0 0 0 16010 160 0 0 20 0 1 0 37830379 547016704 97550 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 133549 97550 2368 1147 0 120976 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 538388 KiB
Current children cumulated memory: 393272 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 33455
/proc/meminfo: memFree=128428828/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=564576 memory=474980 CPUtime=221.55 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 44935 0 0 0 21959 196 0 0 20 0 1 0 37830379 578125824 118745 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 141144 118745 2368 1147 0 128571 0

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

/proc/33441/statm: 886389 766072 2400 1147 0 873816 0
Current children cumulated CPU time: 3034.35 s
Current children cumulated vsize: 3549748 KiB
Current children cumulated memory: 3067360 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/268 33661
/proc/meminfo: memFree=122955444/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3558832 memory=3074656 CPUtime=3094 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 509538 0 0 0 308546 854 0 0 20 0 1 0 37830379 3644243968 768664 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 889708 768664 2400 1147 0 877135 0
Current children cumulated CPU time: 3094.18 s
Current children cumulated vsize: 3563024 KiB
Current children cumulated memory: 3077728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 33664
/proc/meminfo: memFree=122932084/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3575800 memory=3085664 CPUtime=3153.84 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 512429 0 0 0 314526 858 0 0 20 0 1 0 37830379 3661619200 771416 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 893950 771416 2400 1147 0 881377 0
Current children cumulated CPU time: 3154.02 s
Current children cumulated vsize: 3579992 KiB
Current children cumulated memory: 3088736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/268 33666
/proc/meminfo: memFree=122890184/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3575800 memory=3085664 CPUtime=3213.66 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 512462 0 0 0 320505 861 0 0 20 0 1 0 37830379 3661619200 771416 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 893950 771416 2400 1147 0 881377 0
Current children cumulated CPU time: 3213.84 s
Current children cumulated vsize: 3579992 KiB
Current children cumulated memory: 3088736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/268 33669
/proc/meminfo: memFree=122841944/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3637684 memory=3128800 CPUtime=3273.48 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 523543 0 0 0 326480 868 0 0 20 0 1 0 37830379 3724988416 782200 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 909421 782200 2400 1147 0 896848 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 3641876 KiB
Current children cumulated memory: 3131872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.02 4.11 4.08 5/269 34281
/proc/meminfo: memFree=125515700/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3677184 memory=3161696 CPUtime=3333.32 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 531814 0 0 0 332459 873 0 0 20 0 1 0 37830379 3765436416 790424 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 919296 790424 2400 1147 0 906723 0
Current children cumulated CPU time: 3333.5 s
Current children cumulated vsize: 3681376 KiB
Current children cumulated memory: 3164768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/270 34613
/proc/meminfo: memFree=125520356/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3677184 memory=3161696 CPUtime=3393.15 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 531814 0 0 0 338438 877 0 0 20 0 1 0 37830379 3765436416 790424 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 919296 790424 2400 1147 0 906723 0
Current children cumulated CPU time: 3393.33 s
Current children cumulated vsize: 3681376 KiB
Current children cumulated memory: 3164768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/270 34616
/proc/meminfo: memFree=125494624/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3677184 memory=3161696 CPUtime=3452.98 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 532008 0 0 0 344417 881 0 0 20 0 1 0 37830379 3765436416 790424 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 919296 790424 2400 1147 0 906723 0
Current children cumulated CPU time: 3453.16 s
Current children cumulated vsize: 3681376 KiB
Current children cumulated memory: 3164768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 34711
/proc/meminfo: memFree=126173016/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3682268 memory=3164640 CPUtime=3512.81 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 532818 0 0 0 350395 886 0 0 20 0 1 0 37830379 3770642432 791160 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 920567 791160 2400 1147 0 907994 0
Current children cumulated CPU time: 3512.99 s
Current children cumulated vsize: 3686460 KiB
Current children cumulated memory: 3167712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126182256/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3684612 memory=3167456 CPUtime=3572.65 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 533791 0 0 0 356376 889 0 0 20 0 1 0 37830379 3773042688 791864 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 921153 791864 2400 1147 0 908580 0
Current children cumulated CPU time: 3572.83 s
Current children cumulated vsize: 3688804 KiB
Current children cumulated memory: 3170528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.13 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126178600/131250000 swapFree=33010684/33010684
[pid=33438] ppid=33435 vsize=4192 memory=3072 CPUtime=0.18 cores=1,3
/proc/33438/stat : 33438 (run-dec-break.s) S 33435 33438 31764 0 -1 4194304 239 8731 0 0 0 0 16 2 20 0 1 0 37830360 4292608 768 18446744073709551615 94311430144000 94311431038533 140727990344608 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94311431277584 94311431325328 94311463104512 140727990352225 140727990352354 140727990352354 140727990357956 0
/proc/33438/statm: 1048 768 704 219 0 110 0
[pid=33441] ppid=33438 vsize=3684612 memory=3167456 CPUtime=3599.87 cores=1,3
/proc/33441/stat : 33441 (roundingsat) R 33438 33438 31764 0 -1 4194304 533791 0 0 0 359097 890 0 0 20 0 1 0 37830379 3773042688 791864 18446744073709551615 4227072 8923433 140722314332384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22683648 140722314340676 140722314340904 140722314340904 140722314346474 0
/proc/33441/statm: 921153 791864 2400 1147 0 908580 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3688804 KiB
Current children cumulated memory: 3170528 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.161664 s, system=0.021199 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3591.14 s, system=8.95823 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

Child status: 2

Real time (s): 3609.65
CPU time (s): 3600.1
CPU user time (s): 3591.14
CPU system time (s): 8.95823
CPU usage (%): 99.7356
Max. virtual memory (cumulated for all children) (KiB): 3688804
Max. memory (cumulated for all children) (KiB): 3170528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.14
system time used= 8.95824
maximum resident set size= 3167840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 371
involuntary context switches= 7144


# summary of solver processes directly reported to runsolver:
#   pid: 33438,33441
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3591.14
#   total CPU system time (s): 8.95823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94504 second user time and 15.9023 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 20:25:25
IDJOB=4515170
IDBENCH=164178
IDSOLVER=3357
FILE ID=nodeC018/4515170-1751221525
RUNJOBID= nodeC018-1751217107-31779
SLURM_JOB_ID= 9587660
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.u.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515170-1751221525/watcher-4515170-1751221525 -o /tmp/evaluation-result-4515170-1751221525/solver-4515170-1751221525 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31779 --watchdog 3760  run-dec-break.sh HOME/instance-4515170-1751221525.opb

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

MD5SUM BENCH= 84d6a262f1f6531f4a7714720272edd7
RANDOM SEED=1886701685

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.796
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.66
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.821
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.66
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		: 3640.313
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.66
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.422
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.66
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.767
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.66
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.843
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.66
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		: 3605.459
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.66
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		: 3726.835
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129201468 kB
MemAvailable:   128954836 kB
Buffers:            3280 kB
Cached:           562700 kB
SwapCached:            0 kB
Active:          1176380 kB
Inactive:         305532 kB
Active(anon):     934008 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   305532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        915836 kB
Mapped:           116436 kB
Shmem:             18076 kB
KReclaimable:      89008 kB
Slab:             173060 kB
SReclaimable:      89008 kB
SUnreclaim:        84052 kB
KernelStack:        4336 kB
PageTables:         5008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1341160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC018 at 2025-06-29 21:25:35