Trace number 4544963

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 63f22adUNSAT 287.004 287.759

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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-4544963-1753220501.opb'
0.29/0.33	c 	read 18.56MB  (320.09ms)
0.29/0.33	c	 [cnf: #variables 7600 #clauses 700360 #duplicates 0 #arr 1552680]
0.29/0.33	c 
0.29/0.33	c make graph and approximate orbits
0.39/0.43	c	 [group: #orbits ~= 4] (102.09ms)
0.39/0.43	c 
0.39/0.43	c detect special group actions
0.39/0.43	c 	probe for Johnson action (limit=64)
0.88/0.94	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.17/1.22	c 	probe for row symmetry (limit=64, splits=16.78M)
1.17/1.24	c 	 (815.64ms)
1.17/1.24	c 
1.17/1.24	c detect symmetries on remainder
1.17/1.25	c 	[graph: #vertices 737980 #edges 3165400]
1.17/1.25	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
3.08/3.15	c 	 [group: #symmetries 1.55*10^41 #generators 11] (1903.70ms)
3.08/3.15	c 
3.08/3.15	c optimize generators (opt_passes=64, conjugate_limit=307)
3.08/3.17	c 	opt it=15, l=334, m=140, opt=27, avg=9742, b=3428, gens=11
3.08/3.18	c 	opt it=31, l=545, m=246, opt=39, avg=9179, b=3428, gens=11
3.17/3.20	c 	opt it=47, l=729, m=338, opt=43, avg=9160, b=3428, gens=11
3.17/3.21	c 	opt it=63, l=915, m=431, opt=46, avg=9018, b=3428, gens=11
3.17/3.21	c 	ran it=0, +gens=11 
3.47/3.56	c 	con best_support=3428, best_gens=5, +gens=307
3.47/3.56	c 	(414.56ms)
3.47/3.56	c 
3.47/3.56	c finalize break order and special generators
3.47/3.57	c 
3.47/3.57	c add generic predicates (break_depth=10)
3.57/3.60	c 	added predicates for 329 generators (34.67ms)
3.57/3.60	c 
3.57/3.60	c generation finished
3.57/3.60	c 	[sbp: #constraints 9212 #add_vars 2961]
3.57/3.60	c 
3.57/3.60	c write result to 'HOME/instance-4544963-1753220501.opb.pre'
3.57/3.64	c 	wrote 19.56MB (40.58ms)
3.57/3.64	c ------------------------------------------------------------------
3.57/3.64	c                1903.70ms 52.34% detect_generic
3.57/3.64	c                 815.64ms 22.42% detect_special
3.57/3.64	c                 414.56ms 11.40% optimize_gens
3.57/3.64	c                 320.09ms  8.80% parse
3.57/3.64	c                 102.09ms  2.81% approx_orbits
3.57/3.64	c                  40.58ms  1.12% output
3.57/3.64	c                  34.67ms  0.95% break_generic
3.57/3.64	c                   5.39ms  0.15% finalize_order
3.57/3.64	c                   0.77ms  0.02% other
3.57/3.64	c         ───────────────────────────────────────────────
3.57/3.64	c                3637.48ms   100% total
3.57/3.64	c ------------------------------------------------------------------
0.00/3.81	c RoundingSat 2
0.00/3.81	c branch pb25
0.00/3.81	c commit 63f22ad
6.54/6.62	c #variables 10561 #constraints 709572
79.16/79.45	c #Conflicts:       1000 | #Constraints:     710571
79.16/79.45	c #Conflicts:       2000 | #Constraints:     711571
79.16/79.45	c INPROCESSING
79.16/79.45	c GARBAGE COLLECT
79.16/79.45	c #Conflicts:       3000 | #Constraints:     527095
79.16/79.45	c #Conflicts:       4000 | #Constraints:     528095
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:       5000 | #Constraints:     522025
79.16/79.45	c #Conflicts:       6000 | #Constraints:     523025
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:       7000 | #Constraints:     521255
79.16/79.45	c #Conflicts:       8000 | #Constraints:     522255
79.16/79.45	c #Conflicts:       9000 | #Constraints:     523255
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      10000 | #Constraints:     521964
79.16/79.45	c #Conflicts:      11000 | #Constraints:     522964
79.16/79.45	c #Conflicts:      12000 | #Constraints:     523964
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      13000 | #Constraints:     521985
79.16/79.45	c #Conflicts:      14000 | #Constraints:     522985
79.16/79.45	c #Conflicts:      15000 | #Constraints:     523985
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      16000 | #Constraints:     516415
79.16/79.45	c #Conflicts:      17000 | #Constraints:     517415
79.16/79.45	c #Conflicts:      18000 | #Constraints:     518415
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      19000 | #Constraints:     516433
79.16/79.45	c #Conflicts:      20000 | #Constraints:     517433
79.16/79.45	c #Conflicts:      21000 | #Constraints:     518433
79.16/79.45	c INPROCESSING
79.16/79.45	c GARBAGE COLLECT
79.16/79.45	c #Conflicts:      22000 | #Constraints:     513872
79.16/79.45	c #Conflicts:      23000 | #Constraints:     514872
79.16/79.45	c #Conflicts:      24000 | #Constraints:     515872
79.16/79.45	c #Conflicts:      25000 | #Constraints:     516872
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      26000 | #Constraints:     514477
79.16/79.45	c #Conflicts:      27000 | #Constraints:     515477
79.16/79.45	c #Conflicts:      28000 | #Constraints:     516477
79.16/79.45	c #Conflicts:      29000 | #Constraints:     517477
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      30000 | #Constraints:     514873
79.16/79.45	c #Conflicts:      31000 | #Constraints:     515873
79.16/79.45	c #Conflicts:      32000 | #Constraints:     516873
79.16/79.45	c #Conflicts:      33000 | #Constraints:     517873
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      34000 | #Constraints:     515083
79.16/79.45	c #Conflicts:      35000 | #Constraints:     516083
79.16/79.45	c #Conflicts:      36000 | #Constraints:     517083
79.16/79.45	c #Conflicts:      37000 | #Constraints:     518083
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      38000 | #Constraints:     515092
79.16/79.45	c #Conflicts:      39000 | #Constraints:     516092
79.16/79.45	c #Conflicts:      40000 | #Constraints:     517092
79.16/79.45	c #Conflicts:      41000 | #Constraints:     518092
79.16/79.45	c INPROCESSING
79.16/79.45	c GARBAGE COLLECT
79.16/79.45	c #Conflicts:      42000 | #Constraints:     514903
79.16/79.45	c #Conflicts:      43000 | #Constraints:     515903
79.16/79.45	c #Conflicts:      44000 | #Constraints:     516903
79.16/79.45	c #Conflicts:      45000 | #Constraints:     517903
79.16/79.45	c #Conflicts:      46000 | #Constraints:     518903
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      47000 | #Constraints:     515502
79.16/79.45	c #Conflicts:      48000 | #Constraints:     516502
79.16/79.45	c #Conflicts:      49000 | #Constraints:     517502
79.16/79.45	c #Conflicts:      50000 | #Constraints:     518502
79.16/79.45	c #Conflicts:      51000 | #Constraints:     519502
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      52000 | #Constraints:     515899
79.16/79.45	c #Conflicts:      53000 | #Constraints:     516899
79.16/79.45	c #Conflicts:      54000 | #Constraints:     517899
79.16/79.45	c #Conflicts:      55000 | #Constraints:     518899
79.16/79.45	c #Conflicts:      56000 | #Constraints:     519899
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      57000 | #Constraints:     516103
79.16/79.45	c #Conflicts:      58000 | #Constraints:     517103
79.16/79.45	c #Conflicts:      59000 | #Constraints:     518103
79.16/79.45	c #Conflicts:      60000 | #Constraints:     519103
79.16/79.45	c #Conflicts:      61000 | #Constraints:     520103
79.16/79.45	c INPROCESSING
79.16/79.45	c #Conflicts:      62000 | #Constraints:     516100
79.16/79.45	c #Conflicts:      63000 | #Constraints:     517100
79.16/79.45	c #Conflicts:      64000 | #Constraints:     518100
79.16/79.45	c #Conflicts:      65000 | #Constraints:     519100
79.16/79.45	c #Conflicts:      66000 | #Constraints:     520100
79.16/79.45	c INPROCESSING
79.16/79.45	c GARBAGE COLLECT
79.16/79.45	c #Conflicts:      67000 | #Constraints:     515907
79.16/79.45	c #Conflicts:      68000 | #Constraints:     516907
79.16/79.45	c #Conflicts:      69000 | #Constraints:     517907
79.16/79.45	c #Conflicts:      70000 | #Constraints:     518907
79.16/79.45	c #Conflicts:      71000 | #Constraints:     519907
79.16/79.45	c #Conflicts:      72000 | #Constraints:     520907
79.16/79.45	c INPROCESSING
129.64/130.09	c #Conflicts:      73000 | #Constraints:     516507
129.64/130.09	c #Conflicts:      74000 | #Constraints:     517507
129.64/130.09	c #Conflicts:      75000 | #Constraints:     518507
129.64/130.09	c #Conflicts:      76000 | #Constraints:     519507
129.64/130.09	c #Conflicts:      77000 | #Constraints:     520507
129.64/130.09	c #Conflicts:      78000 | #Constraints:     521507
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:      79000 | #Constraints:     516904
129.64/130.09	c #Conflicts:      80000 | #Constraints:     517904
129.64/130.09	c #Conflicts:      81000 | #Constraints:     518904
129.64/130.09	c #Conflicts:      82000 | #Constraints:     519904
129.64/130.09	c #Conflicts:      83000 | #Constraints:     520904
129.64/130.09	c #Conflicts:      84000 | #Constraints:     521904
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:      85000 | #Constraints:     517109
129.64/130.09	c #Conflicts:      86000 | #Constraints:     518109
129.64/130.09	c #Conflicts:      87000 | #Constraints:     519109
129.64/130.09	c #Conflicts:      88000 | #Constraints:     520109
129.64/130.09	c #Conflicts:      89000 | #Constraints:     521109
129.64/130.09	c #Conflicts:      90000 | #Constraints:     522109
129.64/130.09	c INPROCESSING
129.64/130.09	c GARBAGE COLLECT
129.64/130.09	c #Conflicts:      91000 | #Constraints:     517098
129.64/130.09	c #Conflicts:      92000 | #Constraints:     518098
129.64/130.09	c #Conflicts:      93000 | #Constraints:     519098
129.64/130.09	c #Conflicts:      94000 | #Constraints:     520098
129.64/130.09	c #Conflicts:      95000 | #Constraints:     521098
129.64/130.09	c #Conflicts:      96000 | #Constraints:     522098
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:      97000 | #Constraints:     516894
129.64/130.09	c #Conflicts:      98000 | #Constraints:     517894
129.64/130.09	c #Conflicts:      99000 | #Constraints:     518894
129.64/130.09	c #Conflicts:     100000 | #Constraints:     519894
129.64/130.09	c #Conflicts:     101000 | #Constraints:     520894
129.64/130.09	c #Conflicts:     102000 | #Constraints:     521894
129.64/130.09	c #Conflicts:     103000 | #Constraints:     522894
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:     104000 | #Constraints:     517499
129.64/130.09	c #Conflicts:     105000 | #Constraints:     518499
129.64/130.09	c #Conflicts:     106000 | #Constraints:     519499
129.64/130.09	c #Conflicts:     107000 | #Constraints:     520499
129.64/130.09	c #Conflicts:     108000 | #Constraints:     521499
129.64/130.09	c #Conflicts:     109000 | #Constraints:     522499
129.64/130.09	c #Conflicts:     110000 | #Constraints:     523499
129.64/130.09	c INPROCESSING
129.64/130.09	c GARBAGE COLLECT
129.64/130.09	c #Conflicts:     111000 | #Constraints:     517907
129.64/130.09	c #Conflicts:     112000 | #Constraints:     518907
129.64/130.09	c #Conflicts:     113000 | #Constraints:     519907
129.64/130.09	c #Conflicts:     114000 | #Constraints:     520907
129.64/130.09	c #Conflicts:     115000 | #Constraints:     521907
129.64/130.09	c #Conflicts:     116000 | #Constraints:     522907
129.64/130.09	c #Conflicts:     117000 | #Constraints:     523907
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:     118000 | #Constraints:     518105
129.64/130.09	c #Conflicts:     119000 | #Constraints:     519105
129.64/130.09	c #Conflicts:     120000 | #Constraints:     520105
129.64/130.09	c #Conflicts:     121000 | #Constraints:     521105
129.64/130.09	c #Conflicts:     122000 | #Constraints:     522105
129.64/130.09	c #Conflicts:     123000 | #Constraints:     523105
129.64/130.09	c #Conflicts:     124000 | #Constraints:     524105
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:     125000 | #Constraints:     518104
129.64/130.09	c #Conflicts:     126000 | #Constraints:     519104
129.64/130.09	c #Conflicts:     127000 | #Constraints:     520104
129.64/130.09	c #Conflicts:     128000 | #Constraints:     521104
129.64/130.09	c #Conflicts:     129000 | #Constraints:     522104
129.64/130.09	c #Conflicts:     130000 | #Constraints:     523104
129.64/130.09	c #Conflicts:     131000 | #Constraints:     524104
129.64/130.09	c INPROCESSING
129.64/130.09	c GARBAGE COLLECT
129.64/130.09	c #Conflicts:     132000 | #Constraints:     517905
129.64/130.09	c #Conflicts:     133000 | #Constraints:     518905
129.64/130.09	c #Conflicts:     134000 | #Constraints:     519905
129.64/130.09	c #Conflicts:     135000 | #Constraints:     520905
129.64/130.09	c #Conflicts:     136000 | #Constraints:     521905
129.64/130.09	c #Conflicts:     137000 | #Constraints:     522905
129.64/130.09	c #Conflicts:     138000 | #Constraints:     523905
129.64/130.09	c #Conflicts:     139000 | #Constraints:     524905
129.64/130.09	c INPROCESSING
129.64/130.09	c #Conflicts:     140000 | #Constraints:     518505
129.64/130.09	c #Conflicts:     141000 | #Constraints:     519505
129.64/130.09	c #Conflicts:     142000 | #Constraints:     520505
129.64/130.09	c #Conflicts:     143000 | #Constraints:     521505
129.64/130.09	c #Conflicts:     144000 | #Constraints:     522505
129.64/130.09	c #Conflicts:     145000 | #Constraints:     523505
129.64/130.09	c #Conflicts:     146000 | #Constraints:     524505
129.64/130.09	c #Conflicts:     147000 | #Constraints:     525505
191.37/191.98	c INPROCESSING
191.37/191.98	c #Conflicts:     148000 | #Constraints:     518897
191.37/191.98	c #Conflicts:     149000 | #Constraints:     519897
191.37/191.98	c #Conflicts:     150000 | #Constraints:     520897
191.37/191.98	c #Conflicts:     151000 | #Constraints:     521897
191.37/191.98	c #Conflicts:     152000 | #Constraints:     522897
191.37/191.98	c #Conflicts:     153000 | #Constraints:     523897
191.37/191.98	c #Conflicts:     154000 | #Constraints:     524897
191.37/191.98	c #Conflicts:     155000 | #Constraints:     525897
191.37/191.98	c INPROCESSING
191.37/191.98	c GARBAGE COLLECT
191.37/191.98	c #Conflicts:     156000 | #Constraints:     519109
191.37/191.98	c #Conflicts:     157000 | #Constraints:     520109
191.37/191.98	c #Conflicts:     158000 | #Constraints:     521109
191.37/191.98	c #Conflicts:     159000 | #Constraints:     522109
191.37/191.98	c #Conflicts:     160000 | #Constraints:     523109
191.37/191.98	c #Conflicts:     161000 | #Constraints:     524109
191.37/191.98	c #Conflicts:     162000 | #Constraints:     525109
191.37/191.98	c #Conflicts:     163000 | #Constraints:     526109
191.37/191.98	c INPROCESSING
191.37/191.98	c #Conflicts:     164000 | #Constraints:     519109
191.37/191.98	c #Conflicts:     165000 | #Constraints:     520109
191.37/191.98	c #Conflicts:     166000 | #Constraints:     521109
191.37/191.98	c #Conflicts:     167000 | #Constraints:     522109
191.37/191.98	c #Conflicts:     168000 | #Constraints:     523109
191.37/191.98	c #Conflicts:     169000 | #Constraints:     524109
191.37/191.98	c #Conflicts:     170000 | #Constraints:     525109
191.37/191.98	c #Conflicts:     171000 | #Constraints:     526109
191.37/191.98	c INPROCESSING
191.37/191.98	c #Conflicts:     172000 | #Constraints:     518910
191.37/191.98	c #Conflicts:     173000 | #Constraints:     519910
191.37/191.98	c #Conflicts:     174000 | #Constraints:     520910
191.37/191.98	c #Conflicts:     175000 | #Constraints:     521910
191.37/191.98	c #Conflicts:     176000 | #Constraints:     522910
191.37/191.98	c #Conflicts:     177000 | #Constraints:     523910
191.37/191.98	c #Conflicts:     178000 | #Constraints:     524910
191.37/191.98	c #Conflicts:     179000 | #Constraints:     525910
191.37/191.98	c #Conflicts:     180000 | #Constraints:     526910
191.37/191.98	c INPROCESSING
191.37/191.98	c GARBAGE COLLECT
191.37/191.98	c #Conflicts:     181000 | #Constraints:     519513
191.37/191.98	c #Conflicts:     182000 | #Constraints:     520513
191.37/191.98	c #Conflicts:     183000 | #Constraints:     521513
191.37/191.98	c #Conflicts:     184000 | #Constraints:     522513
191.37/191.98	c #Conflicts:     185000 | #Constraints:     523513
191.37/191.98	c #Conflicts:     186000 | #Constraints:     524513
191.37/191.98	c #Conflicts:     187000 | #Constraints:     525513
191.37/191.98	c #Conflicts:     188000 | #Constraints:     526513
191.37/191.98	c #Conflicts:     189000 | #Constraints:     527513
191.37/191.98	c INPROCESSING
191.37/191.98	c #Conflicts:     190000 | #Constraints:     519914
191.37/191.98	c #Conflicts:     191000 | #Constraints:     520914
191.37/191.98	c #Conflicts:     192000 | #Constraints:     521914
191.37/191.98	c #Conflicts:     193000 | #Constraints:     522914
191.37/191.98	c #Conflicts:     194000 | #Constraints:     523914
191.37/191.98	c #Conflicts:     195000 | #Constraints:     524914
191.37/191.98	c #Conflicts:     196000 | #Constraints:     525914
191.37/191.98	c #Conflicts:     197000 | #Constraints:     526914
191.37/191.98	c #Conflicts:     198000 | #Constraints:     527914
191.37/191.98	c INPROCESSING
191.37/191.98	c #Conflicts:     199000 | #Constraints:     520115
191.37/191.98	c #Conflicts:     200000 | #Constraints:     521115
191.37/191.98	c #Conflicts:     201000 | #Constraints:     522115
191.37/191.98	c #Conflicts:     202000 | #Constraints:     523115
191.37/191.98	c #Conflicts:     203000 | #Constraints:     524115
191.37/191.98	c #Conflicts:     204000 | #Constraints:     525115
191.37/191.98	c #Conflicts:     205000 | #Constraints:     526115
191.37/191.98	c #Conflicts:     206000 | #Constraints:     527115
191.37/191.98	c #Conflicts:     207000 | #Constraints:     528115
191.37/191.98	c INPROCESSING
191.37/191.98	c GARBAGE COLLECT
191.37/191.98	c #Conflicts:     208000 | #Constraints:     518373
191.37/191.98	c #Conflicts:     209000 | #Constraints:     519373
191.37/191.98	c #Conflicts:     210000 | #Constraints:     520373
191.37/191.98	c #Conflicts:     211000 | #Constraints:     521373
191.37/191.98	c #Conflicts:     212000 | #Constraints:     522373
191.37/191.98	c #Conflicts:     213000 | #Constraints:     523373
191.37/191.98	c #Conflicts:     214000 | #Constraints:     524373
191.37/191.98	c #Conflicts:     215000 | #Constraints:     525373
191.37/191.98	c #Conflicts:     216000 | #Constraints:     526373
191.37/191.98	c INPROCESSING
191.37/191.98	c rational objective 5834.83
240.74/241.41	c #Conflicts:     217000 | #Constraints:     518662
240.74/241.41	c #Conflicts:     218000 | #Constraints:     519662
240.74/241.41	c #Conflicts:     219000 | #Constraints:     520662
240.74/241.41	c #Conflicts:     220000 | #Constraints:     521662
240.74/241.41	c #Conflicts:     221000 | #Constraints:     522662
240.74/241.41	c #Conflicts:     222000 | #Constraints:     523662
240.74/241.41	c #Conflicts:     223000 | #Constraints:     524662
240.74/241.41	c #Conflicts:     224000 | #Constraints:     525662
240.74/241.41	c #Conflicts:     225000 | #Constraints:     526662
240.74/241.41	c #Conflicts:     226000 | #Constraints:     527662
240.74/241.41	c INPROCESSING
240.74/241.41	c GARBAGE COLLECT
240.74/241.41	c #Conflicts:     227000 | #Constraints:     514901
240.74/241.41	c #Conflicts:     228000 | #Constraints:     515901
240.74/241.41	c #Conflicts:     229000 | #Constraints:     516901
240.74/241.41	c #Conflicts:     230000 | #Constraints:     517901
240.74/241.41	c #Conflicts:     231000 | #Constraints:     518901
240.74/241.41	c #Conflicts:     232000 | #Constraints:     519901
240.74/241.41	c #Conflicts:     233000 | #Constraints:     520901
240.74/241.41	c #Conflicts:     234000 | #Constraints:     521901
240.74/241.41	c #Conflicts:     235000 | #Constraints:     522901
240.74/241.41	c #Conflicts:     236000 | #Constraints:     523901
240.74/241.41	c INPROCESSING
240.74/241.41	c #Conflicts:     237000 | #Constraints:     517148
240.74/241.41	c #Conflicts:     238000 | #Constraints:     518148
240.74/241.41	c #Conflicts:     239000 | #Constraints:     519148
240.74/241.41	c #Conflicts:     240000 | #Constraints:     520148
240.74/241.41	c #Conflicts:     241000 | #Constraints:     521148
240.74/241.41	c #Conflicts:     242000 | #Constraints:     522148
240.74/241.41	c #Conflicts:     243000 | #Constraints:     523148
240.74/241.41	c #Conflicts:     244000 | #Constraints:     524148
240.74/241.41	c #Conflicts:     245000 | #Constraints:     525148
240.74/241.41	c #Conflicts:     246000 | #Constraints:     526148
240.74/241.41	c INPROCESSING
240.74/241.41	c #Conflicts:     247000 | #Constraints:     518264
240.74/241.41	c #Conflicts:     248000 | #Constraints:     519264
240.74/241.41	c #Conflicts:     249000 | #Constraints:     520264
240.74/241.41	c #Conflicts:     250000 | #Constraints:     521264
240.74/241.41	c #Conflicts:     251000 | #Constraints:     522264
240.74/241.41	c #Conflicts:     252000 | #Constraints:     523264
240.74/241.41	c #Conflicts:     253000 | #Constraints:     524264
240.74/241.41	c #Conflicts:     254000 | #Constraints:     525264
240.74/241.41	c #Conflicts:     255000 | #Constraints:     526264
240.74/241.41	c #Conflicts:     256000 | #Constraints:     527264
240.74/241.41	c INPROCESSING
240.74/241.41	c GARBAGE COLLECT
240.74/241.41	c #Conflicts:     257000 | #Constraints:     518725
240.74/241.41	c #Conflicts:     258000 | #Constraints:     519725
240.74/241.41	c #Conflicts:     259000 | #Constraints:     520725
240.74/241.41	c #Conflicts:     260000 | #Constraints:     521725
240.74/241.41	c #Conflicts:     261000 | #Constraints:     522725
240.74/241.41	c #Conflicts:     262000 | #Constraints:     523725
240.74/241.41	c #Conflicts:     263000 | #Constraints:     524725
240.74/241.41	c #Conflicts:     264000 | #Constraints:     525725
240.74/241.41	c #Conflicts:     265000 | #Constraints:     526725
240.74/241.41	c #Conflicts:     266000 | #Constraints:     527725
240.74/241.41	c INPROCESSING
240.74/241.41	c #Conflicts:     267000 | #Constraints:     518767
240.74/241.41	c #Conflicts:     268000 | #Constraints:     519767
240.74/241.41	c #Conflicts:     269000 | #Constraints:     520767
240.74/241.41	c #Conflicts:     270000 | #Constraints:     521767
240.74/241.41	c #Conflicts:     271000 | #Constraints:     522767
240.74/241.41	c #Conflicts:     272000 | #Constraints:     523767
240.74/241.41	c #Conflicts:     273000 | #Constraints:     524767
240.74/241.41	c #Conflicts:     274000 | #Constraints:     525767
240.74/241.41	c #Conflicts:     275000 | #Constraints:     526767
240.74/241.41	c #Conflicts:     276000 | #Constraints:     527767
240.74/241.41	c #Conflicts:     277000 | #Constraints:     528767
240.74/241.41	c INPROCESSING
240.74/241.41	c GARBAGE COLLECT
240.74/241.41	c #Conflicts:     278000 | #Constraints:     519488
240.74/241.41	c #Conflicts:     279000 | #Constraints:     520488
240.74/241.41	c #Conflicts:     280000 | #Constraints:     521488
240.74/241.41	c #Conflicts:     281000 | #Constraints:     522488
240.74/241.41	c #Conflicts:     282000 | #Constraints:     523488
240.74/241.41	c #Conflicts:     283000 | #Constraints:     524488
240.74/241.41	c #Conflicts:     284000 | #Constraints:     525488
240.74/241.41	c #Conflicts:     285000 | #Constraints:     526488
240.74/241.41	c #Conflicts:     286000 | #Constraints:     527488
240.74/241.41	c #Conflicts:     287000 | #Constraints:     528488
240.74/241.41	c #Conflicts:     288000 | #Constraints:     529488
240.74/241.41	c INPROCESSING
240.74/241.41	c #Conflicts:     289000 | #Constraints:     519946
240.74/241.41	c #Conflicts:     290000 | #Constraints:     520946
240.74/241.41	c #Conflicts:     291000 | #Constraints:     521946
240.74/241.41	c #Conflicts:     292000 | #Constraints:     522946
285.12/285.91	c #Conflicts:     293000 | #Constraints:     523946
285.12/285.91	c #Conflicts:     294000 | #Constraints:     524946
285.12/285.91	c #Conflicts:     295000 | #Constraints:     525946
285.12/285.91	c #Conflicts:     296000 | #Constraints:     526946
285.12/285.91	c #Conflicts:     297000 | #Constraints:     527946
285.12/285.91	c #Conflicts:     298000 | #Constraints:     528946
285.12/285.91	c #Conflicts:     299000 | #Constraints:     529946
285.12/285.91	c INPROCESSING
285.12/285.91	c GARBAGE COLLECT
285.12/285.91	c #Conflicts:     300000 | #Constraints:     520168
285.12/285.91	c #Conflicts:     301000 | #Constraints:     521168
285.12/285.91	c #Conflicts:     302000 | #Constraints:     522168
285.12/285.91	c #Conflicts:     303000 | #Constraints:     523168
285.12/285.91	c #Conflicts:     304000 | #Constraints:     524168
285.12/285.91	c #Conflicts:     305000 | #Constraints:     525168
285.12/285.91	c #Conflicts:     306000 | #Constraints:     526168
285.12/285.91	c #Conflicts:     307000 | #Constraints:     527168
285.12/285.91	c #Conflicts:     308000 | #Constraints:     528168
285.12/285.91	c #Conflicts:     309000 | #Constraints:     529168
285.12/285.91	c #Conflicts:     310000 | #Constraints:     530168
285.12/285.91	c INPROCESSING
285.12/285.91	c #Conflicts:     311000 | #Constraints:     520184
285.12/285.91	c #Conflicts:     312000 | #Constraints:     521184
285.12/285.91	c #Conflicts:     313000 | #Constraints:     522184
285.12/285.91	c #Conflicts:     314000 | #Constraints:     523184
285.12/285.91	c #Conflicts:     315000 | #Constraints:     524184
285.12/285.91	c #Conflicts:     316000 | #Constraints:     525184
285.12/285.91	c #Conflicts:     317000 | #Constraints:     526184
285.12/285.91	c #Conflicts:     318000 | #Constraints:     527184
285.12/285.91	c #Conflicts:     319000 | #Constraints:     528184
285.12/285.91	c #Conflicts:     320000 | #Constraints:     529184
285.12/285.91	c #Conflicts:     321000 | #Constraints:     530184
285.12/285.91	c INPROCESSING
285.12/285.91	c GARBAGE COLLECT
285.12/285.91	c #Conflicts:     322000 | #Constraints:     519992
285.12/285.91	c #Conflicts:     323000 | #Constraints:     520992
285.12/285.91	c #Conflicts:     324000 | #Constraints:     521992
285.12/285.91	c #Conflicts:     325000 | #Constraints:     522992
285.12/285.91	c #Conflicts:     326000 | #Constraints:     523992
285.12/285.91	c #Conflicts:     327000 | #Constraints:     524992
285.12/285.91	c #Conflicts:     328000 | #Constraints:     525992
285.12/285.91	c #Conflicts:     329000 | #Constraints:     526992
285.12/285.91	c #Conflicts:     330000 | #Constraints:     527992
285.12/285.91	c #Conflicts:     331000 | #Constraints:     528992
285.12/285.91	c #Conflicts:     332000 | #Constraints:     529992
285.12/285.91	c #Conflicts:     333000 | #Constraints:     530992
285.12/285.91	c INPROCESSING
285.12/285.91	c #Conflicts:     334000 | #Constraints:     520597
285.12/285.91	c #Conflicts:     335000 | #Constraints:     521597
285.12/285.91	c #Conflicts:     336000 | #Constraints:     522597
285.12/285.91	c #Conflicts:     337000 | #Constraints:     523597
285.12/285.91	c #Conflicts:     338000 | #Constraints:     524597
285.12/285.91	c #Conflicts:     339000 | #Constraints:     525597
285.12/285.91	c #Conflicts:     340000 | #Constraints:     526597
285.12/285.91	c #Conflicts:     341000 | #Constraints:     527597
285.12/285.91	c #Conflicts:     342000 | #Constraints:     528597
285.12/285.91	c #Conflicts:     343000 | #Constraints:     529597
285.12/285.91	c #Conflicts:     344000 | #Constraints:     530597
285.12/285.91	c #Conflicts:     345000 | #Constraints:     531597
285.12/285.91	c INPROCESSING
285.12/285.91	c GARBAGE COLLECT
285.12/285.91	c #Conflicts:     346000 | #Constraints:     521000
285.12/285.91	c #Conflicts:     347000 | #Constraints:     522000
285.12/285.91	c #Conflicts:     348000 | #Constraints:     523000
285.12/285.91	c #Conflicts:     349000 | #Constraints:     524000
285.12/285.91	c #Conflicts:     350000 | #Constraints:     525000
285.12/285.91	c #Conflicts:     351000 | #Constraints:     526000
285.12/285.91	c #Conflicts:     352000 | #Constraints:     527000
285.12/285.91	c #Conflicts:     353000 | #Constraints:     528000
285.12/285.91	c #Conflicts:     354000 | #Constraints:     529000
285.12/285.91	c #Conflicts:     355000 | #Constraints:     530000
285.12/285.91	c #Conflicts:     356000 | #Constraints:     531000
285.12/285.91	c #Conflicts:     357000 | #Constraints:     532000
285.12/285.91	c INPROCESSING
285.12/285.91	c #Conflicts:     358000 | #Constraints:     521203
285.12/285.91	c #Conflicts:     359000 | #Constraints:     522203
285.12/285.91	c #Conflicts:     360000 | #Constraints:     523203
285.12/285.91	c #Conflicts:     361000 | #Constraints:     524203
285.12/285.91	c #Conflicts:     362000 | #Constraints:     525203
285.12/285.91	c #Conflicts:     363000 | #Constraints:     526203
285.12/285.91	c #Conflicts:     364000 | #Constraints:     527203
285.12/285.91	c #Conflicts:     365000 | #Constraints:     528203
285.12/285.91	c #Conflicts:     366000 | #Constraints:     529203
285.12/285.91	c #Conflicts:     367000 | #Constraints:     530203
285.12/285.91	c #Conflicts:     368000 | #Constraints:     531203
286.92/287.74	c #Conflicts:     369000 | #Constraints:     532203
286.92/287.74	c INPROCESSING
286.92/287.74	c GARBAGE COLLECT
286.92/287.74	c cpu time 280.485 s
286.92/287.74	c deterministic time 5651016660 5.65e+09
286.92/287.74	c optimization time 8e-05 s
286.92/287.74	c total solve time 278.436 s
286.92/287.74	c core-guided solve time 0 s
286.92/287.74	c propagation time 140.048 s
286.92/287.74	c conflict analysis time 32.812 s
286.92/287.74	c propagations 530911591
286.92/287.74	c resolve steps 10766371
286.92/287.74	c decisions 500224
286.92/287.74	c conflicts 369233
286.92/287.74	c restarts 891
286.92/287.74	c inprocessing phases 52
286.92/287.74	c garbage collections 17 ,( 32.69 )
286.92/287.74	c input clauses 702352 ,( 98.98 )
286.92/287.74	c input cardinalities 0 ,( 0.00 )
286.92/287.74	c input general constraints 7220 ,( 1.02 )
286.92/287.74	c input average constraint length 2.23
286.92/287.74	c input average constraint degree 1.01
286.92/287.74	c learned clauses 369232 ,( 100.00 )
286.92/287.74	c learned cardinalities 1 ,( 0.00 )
286.92/287.74	c learned general constraints 6 ,( 0.00 )
286.92/287.74	c learned average constraint length 66.78
286.92/287.74	c learned average constraint degree 78271.16
286.92/287.74	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
286.92/287.74	c counting CF 32, 64, 128, Arb: 7226 , 0 , 0 , 0
286.92/287.74	c watched   constraints 0 ,( 0.00 ) 
286.92/287.74	c counting  constraints 7226 ,( 100.00 ) 
286.92/287.74	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1087090717 , 121 , 429073846 ,( 0 , 429073846 )
286.92/287.74	c gcd simplifications 116
286.92/287.74	c detected cardinalities 0
286.92/287.74	c weakened non-implied lits 930031
286.92/287.74	c weakened non-implying lits 193
286.92/287.74	c original variables 10561
286.92/287.74	c clausal propagations 453108353
286.92/287.74	c cardinality propagations 0
286.92/287.74	c watched propagations 0
286.92/287.74	c counting propagations 77434006
286.92/287.74	c watch lookups 1516257661
286.92/287.74	c watch backjump lookups 0
286.92/287.74	c watch checks 1371275384
286.92/287.74	c propagation checks 1613206286
286.92/287.74	c constraint additions 87013021
286.92/287.74	c trail pops 531774509
286.92/287.74	c formula constraints 709572
286.92/287.74	c learned constraints 369232
286.92/287.74	c bound constraints 0
286.92/287.74	c core-guided constraints 0
286.92/287.74	c encountered formula constraints 8473108
286.92/287.74	c encountered learned constraints 2662496
286.92/287.74	c encountered bound constraints 0
286.92/287.74	c encountered core-guided constraints 0
286.92/287.74	c LP total time 78.305 s
286.92/287.74	c LP solve time 74.32 s
286.92/287.74	c LP constraints added 709591
286.92/287.74	c LP constraints removed 0
286.92/287.74	c LP pivots internal 40252
286.92/287.74	c LP pivots root 37731
286.92/287.74	c LP calls 10
286.92/287.74	c LP optimalities 5
286.92/287.74	c LP no pivot count 0
286.92/287.74	c LP infeasibilities 0
286.92/287.74	c LP valid Farkas constraints 0
286.92/287.74	c LP learned Farkas constraints 0
286.92/287.74	c LP basis resets 0
286.92/287.74	c LP cycling count 0
286.92/287.74	c LP singular count 0
286.92/287.74	c LP no primal count 0
286.92/287.74	c LP no farkas count 0
286.92/287.74	c LP other issue count 0
286.92/287.74	c LP Gomory cuts 7
286.92/287.74	c LP learned cuts 12
286.92/287.74	c LP deleted cuts 0
286.92/287.74	c LP encountered Gomory constraints 0
286.92/287.74	c LP encountered Farkas constraints 0
286.92/287.74	c LP encountered learned Farkas constraints 0
286.92/287.74	c CG auxiliary variables introduced 0
286.92/287.74	c CG solutions found 0
286.92/287.74	c CG cores constructed 0
286.92/287.74	c CG core cardinality constraints returned 0
286.92/287.74	c CG unit cores 0
286.92/287.74	c CG single cores 0
286.92/287.74	c CG blocks removed during cardinality reduction 0
286.92/287.74	c CG first core best 0
286.92/287.74	c CG decision core best 0
286.92/287.74	c CG core reduction tie 0
286.92/287.74	c CG core degree average 0.00
286.92/287.74	c CG core slack average 0.00
286.92/287.74	c CG core upper bound improvements 0
286.92/287.74	c STR number of successful calls 0
286.92/287.74	c STR number of unsuccessful calls 0
286.92/287.74	c STR number of inconclusive calls 0
286.92/287.74	c STR number of successful attempts 0
286.92/287.74	c STR number of unsuccessful attempts 0
286.92/287.74	c STR number of inconclusive attempts 0
286.92/287.74	c STR average degree increase per successful call inf
286.92/287.74	c STR average degree increase per successful attempt inf
286.92/287.74	c STR total number of conflicts for successful attempts 0
286.92/287.74	c STR total number of conflicts for unsuccessful attempts 0
286.92/287.74	c STR total number of conflicts for inconclusive attempts 0
286.92/287.74	c STR average number of conflicts per successful attempt inf
286.92/287.74	c STR average number of conflicts per unsuccessful attempt inf
286.92/287.74	c STR average number of conflicts per inconclusive attempt inf
286.92/287.74	c AVG.sumWPerc 99.98 
286.92/287.74	c bigint constraints 0 
286.92/287.74	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544963-1753220501/watcher-4544963-1753220501 -o /tmp/evaluation-result-4544963-1753220501/solver-4544963-1753220501 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4544963-1753220501.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
Current StackSize limit: 8192 KiB

solver pid=179445, runsolver pid=179442

[startup+0.100061 s]*
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=123354392/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=167844 memory=150392 CPUtime=0.08 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 5102 0 0 0 5 3 0 0 20 0 1 0 237729569 171872256 37598 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 41961 37598 992 108 0 39369 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 172036 KiB
Current children cumulated memory: 153464 KiB

[startup+0.205595 s]*
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=123330512/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=184328 memory=171908 CPUtime=0.19 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 9552 0 0 0 15 4 0 0 20 0 1 0 237729569 188751872 42977 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 46082 42977 992 108 0 43490 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 188520 KiB
Current children cumulated memory: 174980 KiB

[startup+0.305489 s]*
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=123306128/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=203832 memory=190876 CPUtime=0.29 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 12959 0 0 0 24 5 0 0 20 0 1 0 237729569 208723968 47719 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 50958 47719 992 108 0 48366 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 208024 KiB
Current children cumulated memory: 193948 KiB

[startup+0.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=123212812/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=348760 memory=276320 CPUtime=0.68 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 24436 0 0 0 60 8 0 0 20 0 1 0 237729569 357130240 69080 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 87190 69080 1024 108 0 84598 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 352952 KiB
Current children cumulated memory: 279392 KiB

[startup+1.5002 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=123211048/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=560176 memory=424936 CPUtime=1.48 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 43642 0 0 0 135 13 0 0 20 0 1 0 237729569 573620224 106234 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 140044 106234 1024 108 0 137452 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 564368 KiB
Current children cumulated memory: 428008 KiB

[startup+3.10555 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 179447
/proc/meminfo: memFree=122939932/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179447] ppid=179445 vsize=630956 memory=551496 CPUtime=3.08 cores=1,3
/proc/179447/stat : 179447 (pbsuma) R 179445 179445 175467 0 -1 4194304 73211 0 0 0 289 19 0 0 20 0 1 0 237729569 646098944 137874 18446744073709551615 4210688 4653049 140724782472864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22728704 140724782479713 140724782479920 140724782479920 140724782485487 0
/proc/179447/statm: 157739 137874 1024 108 0 155147 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 635148 KiB
Current children cumulated memory: 554568 KiB

[startup+6.30018 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 179448
/proc/meminfo: memFree=122953800/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1145624 memory=666172 CPUtime=2.48 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 68124 0 0 0 178 70 0 0 20 0 1 0 237729948 1173118976 166543 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 286406 166543 2240 1147 0 273833 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1149816 KiB
Current children cumulated memory: 669244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 179448
/proc/meminfo: memFree=122509240/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1099936 memory=877384 CPUtime=8.86 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 91083 0 0 0 799 87 0 0 20 0 1 0 237729948 1126334464 219346 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 274984 219346 2368 1147 0 262411 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1104128 KiB
Current children cumulated memory: 880456 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 179449
/proc/meminfo: memFree=122571376/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1099936 memory=877384 CPUtime=21.63 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 91679 0 0 0 2069 94 0 0 20 0 1 0 237729948 1126334464 219346 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 274984 219346 2368 1147 0 262411 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1104128 KiB
Current children cumulated memory: 880456 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 179449
/proc/meminfo: memFree=122563740/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1102708 memory=880200 CPUtime=47.17 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 92368 0 0 0 4607 110 0 0 20 0 1 0 237729948 1129172992 220050 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 275677 220050 2368 1147 0 263104 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1106900 KiB
Current children cumulated memory: 883272 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 179545
/proc/meminfo: memFree=125392948/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1114068 memory=891500 CPUtime=98.23 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 92712 0 0 0 9684 139 0 0 20 0 1 0 237729948 1140805632 222875 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 278517 222875 2368 1147 0 265944 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1118260 KiB
Current children cumulated memory: 894572 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/268 179548
/proc/meminfo: memFree=125328704/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1130708 memory=902644 CPUtime=158.07 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 93490 0 0 0 15628 179 0 0 20 0 1 0 237729948 1157844992 225661 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 282677 225661 2368 1147 0 270104 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1134900 KiB
Current children cumulated memory: 905716 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 179551
/proc/meminfo: memFree=125262288/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1130708 memory=908404 CPUtime=217.92 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 93981 0 0 0 21574 218 0 0 20 0 1 0 237729948 1157844992 227101 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 282677 227101 2368 1147 0 270104 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 1134900 KiB
Current children cumulated memory: 911476 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125081176/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282568 memory=988360 CPUtime=277.77 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 27515 262 0 0 20 0 1 0 237729948 1313349632 247090 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320642 247090 2368 1147 0 308069 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 1286760 KiB
Current children cumulated memory: 991432 KiB

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

# cumulated CPU time of all completed processes:  user=284.096 s, system=2.90858 s

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

[startup+284.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125073364/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282568 memory=988360 CPUtime=280.26 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 27761 265 0 0 20 0 1 0 237729948 1313349632 247090 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320642 247090 2368 1147 0 308069 0
Current children cumulated CPU time: 284.03 s
Current children cumulated vsize: 1286760 KiB
Current children cumulated memory: 991432 KiB

[startup+286.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125065300/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282568 memory=988360 CPUtime=281.86 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 27919 267 0 0 20 0 1 0 237729948 1313349632 247090 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320642 247090 2368 1147 0 308069 0
Current children cumulated CPU time: 285.63 s
Current children cumulated vsize: 1286760 KiB
Current children cumulated memory: 991432 KiB

[startup+287.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125065300/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282568 memory=988360 CPUtime=282.66 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 27999 267 0 0 20 0 1 0 237729948 1313349632 247090 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320642 247090 2368 1147 0 308069 0
Current children cumulated CPU time: 286.43 s
Current children cumulated vsize: 1286760 KiB
Current children cumulated memory: 991432 KiB

[startup+287.6 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125065300/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282568 memory=988360 CPUtime=283.05 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 28038 267 0 0 20 0 1 0 237729948 1313349632 247090 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320642 247090 2368 1147 0 308069 0
Current children cumulated CPU time: 286.82 s
Current children cumulated vsize: 1286760 KiB
Current children cumulated memory: 991432 KiB

[startup+287.7 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 179553
/proc/meminfo: memFree=125065300/131250000 swapFree=33009904/33010684
[pid=179445] ppid=179442 vsize=4192 memory=3072 CPUtime=3.77 cores=1,3
/proc/179445/stat : 179445 (run-dec-break.s) S 179442 179445 175467 0 -1 4194304 236 73621 0 0 0 0 356 21 20 0 1 0 237729568 4292608 768 18446744073709551615 94643030773760 94643031668293 140729439391456 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94643031907344 94643031955088 94643048566784 140729439394143 140729439394272 140729439394272 140729439399876 0
/proc/179445/statm: 1048 768 704 219 0 110 0
[pid=179448] ppid=179445 vsize=1282320 memory=988140 CPUtime=283.15 cores=1,3
/proc/179448/stat : 179448 (roundingsat) R 179445 179445 175467 0 -1 4194304 98424 0 0 0 28048 267 0 0 20 0 1 0 237729948 1313095680 247035 18446744073709551615 4227072 8923433 140732651814784 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21028864 140732651817282 140732651817510 140732651817510 140732651823082 0
/proc/179448/statm: 320580 247035 2368 1147 0 308007 0
Current children cumulated CPU time: 286.92 s
Current children cumulated vsize: 1286512 KiB
Current children cumulated memory: 991212 KiB

Child status: 0

Real time (s): 287.759
CPU time (s): 287.004
CPU user time (s): 284.096
CPU system time (s): 2.90858
CPU usage (%): 99.7378
Max. virtual memory (cumulated for all children) (KiB): 1286760
Max. memory (cumulated for all children) (KiB): 991432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.096
system time used= 2.90858
maximum resident set size= 988360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 254


# summary of solver processes directly reported to runsolver:
#   pid: 179445
#   total CPU time (s): 287.004
#   total CPU user time (s): 284.096
#   total CPU system time (s): 2.90858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.513487 second user time and 1.40147 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:41:42
IDJOB=4544963
IDBENCH=180687
IDSOLVER=3357
FILE ID=nodeC033/4544963-1753220501
RUNJOBID= nodeC033-1753211687-175479
SLURM_JOB_ID= 9687798
Free space on /tmp= 432440 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat20_19_identity_complement.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544963-1753220501/watcher-4544963-1753220501 -o /tmp/evaluation-result-4544963-1753220501/solver-4544963-1753220501 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760  run-dec-break.sh HOME/instance-4544963-1753220501.opb

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=380586265

nodeC033 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.095
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	: 7000.13
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		: 3598.328
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	: 7000.13
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		: 3594.311
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	: 7000.13
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.063
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	: 7000.13
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		: 3600.059
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	: 7000.13
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		: 3600.023
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123465352 kB
MemAvailable:   125070472 kB
Buffers:            2128 kB
Cached:          2328092 kB
SwapCached:           64 kB
Active:          5826008 kB
Inactive:        1100952 kB
Active(anon):    4617692 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1095668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24964 kB
Writeback:            24 kB
AnonPages:       4598460 kB
Mapped:           122068 kB
Shmem:             26228 kB
KReclaimable:     280748 kB
Slab:             378608 kB
SReclaimable:     280748 kB
SUnreclaim:        97860 kB
KernelStack:        4316 kB
PageTables:        13092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5392436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2340864 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432520 MiB
End job on nodeC033 at 2025-07-22 23:46:29