Trace number 4503677

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.24 3610.43

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4503677-1751170426.opb'
0.57/0.64	c 	read 45.17MB  (619.36ms)
0.57/0.64	c	 [cnf: #variables 44846 #clauses 988104 #duplicates 0 #arr 3849566]
0.57/0.64	c output proof to 'PROOFDIR/proof-4503677-1751170426'
0.57/0.64	c 
0.57/0.64	c make graph and approximate orbits
1.07/1.14	c	 [group: #orbits ~= 0] (505.01ms)
1.07/1.14	c 
1.07/1.14	c detect special group actions
1.07/1.14	c 	probe for Johnson action (limit=64)
1.07/1.15	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.07/1.17	c 	probe for row symmetry (limit=64, splits=16.78M)
1.07/1.19	c 	 (50.19ms)
1.07/1.19	c 
1.07/1.19	c detect symmetries on remainder
1.17/1.20	c 	[graph: #vertices 1173138 #edges 7979508]
1.17/1.21	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
1.17/1.27	c 	 [group: #symmetries 1.00*10^0 #generators 0] (77.63ms)
1.17/1.27	c 
1.17/1.27	c finalize break order and special generators
1.17/1.27	c 
1.17/1.27	c generation finished
1.17/1.27	c 	[sbp: #constraints 0 #add_vars 0]
1.17/1.28	c 
1.17/1.28	c write result to 'HOME/instance-4503677-1751170426.opb.pre'
1.27/1.37	c 	wrote 45.17MB (96.15ms)
1.27/1.37	c ------------------------------------------------------------------
1.27/1.37	c                 619.36ms 45.71% parse
1.27/1.37	c                 505.01ms 37.27% approx_orbits
1.27/1.37	c                  96.15ms  7.10% output
1.27/1.37	c                  77.63ms  5.73% detect_generic
1.27/1.37	c                  50.19ms  3.70% detect_special
1.27/1.37	c                   4.85ms  0.36% other
1.27/1.37	c                   1.73ms  0.13% finalize_order
1.27/1.37	c         ───────────────────────────────────────────────
1.27/1.37	c                1354.92ms   100% total
1.27/1.37	c ------------------------------------------------------------------
1.47/1.52	c RoundingSat 2
1.47/1.52	c branch pb25
1.47/1.52	c commit 63f22ad
7.54/7.61	c #variables 44846 #constraints 989877
1997.33/2003.30	c #Conflicts:       1000 | #Constraints:     990876
1997.33/2003.30	c #Conflicts:       2000 | #Constraints:     991876
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:       3000 | #Constraints:     991891
1997.33/2003.30	c #Conflicts:       4000 | #Constraints:     992891
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:       5000 | #Constraints:     992300
1997.33/2003.30	c #Conflicts:       6000 | #Constraints:     993300
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:       7000 | #Constraints:     992309
1997.33/2003.30	c #Conflicts:       8000 | #Constraints:     993309
1997.33/2003.30	c #Conflicts:       9000 | #Constraints:     994309
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      10000 | #Constraints:     993013
1997.33/2003.30	c #Conflicts:      11000 | #Constraints:     994013
1997.33/2003.30	c #Conflicts:      12000 | #Constraints:     995013
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      13000 | #Constraints:     993460
1997.33/2003.30	c #Conflicts:      14000 | #Constraints:     994460
1997.33/2003.30	c #Conflicts:      15000 | #Constraints:     995460
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      16000 | #Constraints:     993680
1997.33/2003.30	c #Conflicts:      17000 | #Constraints:     994680
1997.33/2003.30	c #Conflicts:      18000 | #Constraints:     995680
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      19000 | #Constraints:     993694
1997.33/2003.30	c #Conflicts:      20000 | #Constraints:     994694
1997.33/2003.30	c #Conflicts:      21000 | #Constraints:     995694
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      22000 | #Constraints:     993508
1997.33/2003.30	c #Conflicts:      23000 | #Constraints:     994508
1997.33/2003.30	c #Conflicts:      24000 | #Constraints:     995508
1997.33/2003.30	c #Conflicts:      25000 | #Constraints:     996508
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      26000 | #Constraints:     994085
1997.33/2003.30	c #Conflicts:      27000 | #Constraints:     995085
1997.33/2003.30	c #Conflicts:      28000 | #Constraints:     996085
1997.33/2003.30	c #Conflicts:      29000 | #Constraints:     997085
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      30000 | #Constraints:     994486
1997.33/2003.30	c #Conflicts:      31000 | #Constraints:     995486
1997.33/2003.30	c #Conflicts:      32000 | #Constraints:     996486
1997.33/2003.30	c #Conflicts:      33000 | #Constraints:     997486
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      34000 | #Constraints:     994688
1997.33/2003.30	c #Conflicts:      35000 | #Constraints:     995688
1997.33/2003.30	c #Conflicts:      36000 | #Constraints:     996688
1997.33/2003.30	c #Conflicts:      37000 | #Constraints:     997688
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c GARBAGE COLLECT
1997.33/2003.30	c #Conflicts:      38000 | #Constraints:     994699
1997.33/2003.30	c #Conflicts:      39000 | #Constraints:     995699
1997.33/2003.30	c #Conflicts:      40000 | #Constraints:     996699
1997.33/2003.30	c #Conflicts:      41000 | #Constraints:     997699
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      42000 | #Constraints:     994515
1997.33/2003.30	c #Conflicts:      43000 | #Constraints:     995515
1997.33/2003.30	c #Conflicts:      44000 | #Constraints:     996515
1997.33/2003.30	c #Conflicts:      45000 | #Constraints:     997515
1997.33/2003.30	c #Conflicts:      46000 | #Constraints:     998515
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      47000 | #Constraints:     995106
1997.33/2003.30	c #Conflicts:      48000 | #Constraints:     996106
1997.33/2003.30	c #Conflicts:      49000 | #Constraints:     997106
1997.33/2003.30	c #Conflicts:      50000 | #Constraints:     998106
1997.33/2003.30	c #Conflicts:      51000 | #Constraints:     999106
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      52000 | #Constraints:     995471
1997.33/2003.30	c #Conflicts:      53000 | #Constraints:     996471
1997.33/2003.30	c #Conflicts:      54000 | #Constraints:     997471
1997.33/2003.30	c #Conflicts:      55000 | #Constraints:     998471
1997.33/2003.30	c #Conflicts:      56000 | #Constraints:     999471
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      57000 | #Constraints:     995683
1997.33/2003.30	c #Conflicts:      58000 | #Constraints:     996683
1997.33/2003.30	c #Conflicts:      59000 | #Constraints:     997683
1997.33/2003.30	c #Conflicts:      60000 | #Constraints:     998683
1997.33/2003.30	c #Conflicts:      61000 | #Constraints:     999683
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      62000 | #Constraints:     995677
1997.33/2003.30	c #Conflicts:      63000 | #Constraints:     996677
1997.33/2003.30	c #Conflicts:      64000 | #Constraints:     997677
1997.33/2003.30	c #Conflicts:      65000 | #Constraints:     998677
1997.33/2003.30	c #Conflicts:      66000 | #Constraints:     999677
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c #Conflicts:      67000 | #Constraints:     995474
1997.33/2003.30	c #Conflicts:      68000 | #Constraints:     996474
1997.33/2003.30	c #Conflicts:      69000 | #Constraints:     997474
1997.33/2003.30	c #Conflicts:      70000 | #Constraints:     998474
1997.33/2003.30	c #Conflicts:      71000 | #Constraints:     999474
1997.33/2003.30	c #Conflicts:      72000 | #Constraints:    1000474
1997.33/2003.30	c INPROCESSING
1997.33/2003.30	c GARBAGE COLLECT
1997.33/2003.30	c #Conflicts:      73000 | #Constraints:     996056
2768.91/2776.78	c #Conflicts:      74000 | #Constraints:     997056
2768.91/2776.78	c #Conflicts:      75000 | #Constraints:     998056
2768.91/2776.78	c #Conflicts:      76000 | #Constraints:     999056
2768.91/2776.78	c #Conflicts:      77000 | #Constraints:    1000056
2768.91/2776.78	c #Conflicts:      78000 | #Constraints:    1001056
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:      79000 | #Constraints:     996479
2768.91/2776.78	c #Conflicts:      80000 | #Constraints:     997479
2768.91/2776.78	c #Conflicts:      81000 | #Constraints:     998479
2768.91/2776.78	c #Conflicts:      82000 | #Constraints:     999479
2768.91/2776.78	c #Conflicts:      83000 | #Constraints:    1000479
2768.91/2776.78	c #Conflicts:      84000 | #Constraints:    1001479
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:      85000 | #Constraints:     996681
2768.91/2776.78	c #Conflicts:      86000 | #Constraints:     997681
2768.91/2776.78	c #Conflicts:      87000 | #Constraints:     998681
2768.91/2776.78	c #Conflicts:      88000 | #Constraints:     999681
2768.91/2776.78	c #Conflicts:      89000 | #Constraints:    1000681
2768.91/2776.78	c #Conflicts:      90000 | #Constraints:    1001681
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:      91000 | #Constraints:     996680
2768.91/2776.78	c #Conflicts:      92000 | #Constraints:     997680
2768.91/2776.78	c #Conflicts:      93000 | #Constraints:     998680
2768.91/2776.78	c #Conflicts:      94000 | #Constraints:     999680
2768.91/2776.78	c #Conflicts:      95000 | #Constraints:    1000680
2768.91/2776.78	c #Conflicts:      96000 | #Constraints:    1001680
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:      97000 | #Constraints:     996501
2768.91/2776.78	c #Conflicts:      98000 | #Constraints:     997501
2768.91/2776.78	c #Conflicts:      99000 | #Constraints:     998501
2768.91/2776.78	c #Conflicts:     100000 | #Constraints:     999501
2768.91/2776.78	c #Conflicts:     101000 | #Constraints:    1000501
2768.91/2776.78	c #Conflicts:     102000 | #Constraints:    1001501
2768.91/2776.78	c #Conflicts:     103000 | #Constraints:    1002501
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:     104000 | #Constraints:     997090
2768.91/2776.78	c #Conflicts:     105000 | #Constraints:     998090
2768.91/2776.78	c #Conflicts:     106000 | #Constraints:     999090
2768.91/2776.78	c #Conflicts:     107000 | #Constraints:    1000090
2768.91/2776.78	c #Conflicts:     108000 | #Constraints:    1001090
2768.91/2776.78	c #Conflicts:     109000 | #Constraints:    1002090
2768.91/2776.78	c #Conflicts:     110000 | #Constraints:    1003090
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c GARBAGE COLLECT
2768.91/2776.78	c #Conflicts:     111000 | #Constraints:     997519
2768.91/2776.78	c #Conflicts:     112000 | #Constraints:     998519
2768.91/2776.78	c #Conflicts:     113000 | #Constraints:     999519
2768.91/2776.78	c #Conflicts:     114000 | #Constraints:    1000519
2768.91/2776.78	c #Conflicts:     115000 | #Constraints:    1001519
2768.91/2776.78	c #Conflicts:     116000 | #Constraints:    1002519
2768.91/2776.78	c #Conflicts:     117000 | #Constraints:    1003519
2768.91/2776.78	c #Conflicts:     118000 | #Constraints:    1004519
2768.91/2776.78	c #Conflicts:     119000 | #Constraints:    1005519
2768.91/2776.78	c #Conflicts:     120000 | #Constraints:    1006519
2768.91/2776.78	c #Conflicts:     121000 | #Constraints:    1007519
2768.91/2776.78	c #Conflicts:     122000 | #Constraints:    1008519
2768.91/2776.78	c #Conflicts:     123000 | #Constraints:    1009519
2768.91/2776.78	c #Conflicts:     124000 | #Constraints:    1010519
2768.91/2776.78	c #Conflicts:     125000 | #Constraints:    1011519
2768.91/2776.78	c #Conflicts:     126000 | #Constraints:    1012519
2768.91/2776.78	c #Conflicts:     127000 | #Constraints:    1013519
2768.91/2776.78	c #Conflicts:     128000 | #Constraints:    1014519
2768.91/2776.78	c #Conflicts:     129000 | #Constraints:    1015519
2768.91/2776.78	c #Conflicts:     130000 | #Constraints:    1016519
2768.91/2776.78	c #Conflicts:     131000 | #Constraints:    1017519
2768.91/2776.78	c #Conflicts:     132000 | #Constraints:    1018519
2768.91/2776.78	c #Conflicts:     133000 | #Constraints:    1019519
2768.91/2776.78	c #Conflicts:     134000 | #Constraints:    1020519
2768.91/2776.78	c #Conflicts:     135000 | #Constraints:    1021519
2768.91/2776.78	c #Conflicts:     136000 | #Constraints:    1022519
2768.91/2776.78	c #Conflicts:     137000 | #Constraints:    1023519
2768.91/2776.78	c #Conflicts:     138000 | #Constraints:    1024519
2768.91/2776.78	c #Conflicts:     139000 | #Constraints:    1025519
2768.91/2776.78	c #Conflicts:     140000 | #Constraints:    1026519
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c #Conflicts:     141000 | #Constraints:    1009066
2768.91/2776.78	c #Conflicts:     142000 | #Constraints:    1010066
2768.91/2776.78	c #Conflicts:     143000 | #Constraints:    1011066
2768.91/2776.78	c #Conflicts:     144000 | #Constraints:    1012066
2768.91/2776.78	c #Conflicts:     145000 | #Constraints:    1013066
2768.91/2776.78	c #Conflicts:     146000 | #Constraints:    1014066
2768.91/2776.78	c #Conflicts:     147000 | #Constraints:    1015066
2768.91/2776.78	c #Conflicts:     148000 | #Constraints:    1016066
2768.91/2776.78	c INPROCESSING
2768.91/2776.78	c GARBAGE COLLECT
2768.91/2776.78	c #Conflicts:     149000 | #Constraints:    1003837
3380.53/3390.12	c #Conflicts:     150000 | #Constraints:    1004837
3380.53/3390.12	c #Conflicts:     151000 | #Constraints:    1005837
3380.53/3390.12	c #Conflicts:     152000 | #Constraints:    1006837
3380.53/3390.12	c #Conflicts:     153000 | #Constraints:    1007837
3380.53/3390.12	c #Conflicts:     154000 | #Constraints:    1008837
3380.53/3390.12	c #Conflicts:     155000 | #Constraints:    1009837
3380.53/3390.12	c #Conflicts:     156000 | #Constraints:    1010837
3380.53/3390.12	c INPROCESSING
3380.53/3390.12	c #Conflicts:     157000 | #Constraints:    1001068
3380.53/3390.12	c #Conflicts:     158000 | #Constraints:    1002068
3380.53/3390.12	c #Conflicts:     159000 | #Constraints:    1003068
3380.53/3390.12	c #Conflicts:     160000 | #Constraints:    1004068
3380.53/3390.12	c #Conflicts:     161000 | #Constraints:    1005068
3380.53/3390.12	c #Conflicts:     162000 | #Constraints:    1006068
3380.53/3390.12	c #Conflicts:     163000 | #Constraints:    1007068
3380.53/3390.12	c #Conflicts:     164000 | #Constraints:    1008068
3380.53/3390.12	c #Conflicts:     165000 | #Constraints:    1009068
3380.53/3390.12	c #Conflicts:     166000 | #Constraints:    1010068
3380.53/3390.12	c #Conflicts:     167000 | #Constraints:    1011068
3380.53/3390.12	c #Conflicts:     168000 | #Constraints:    1012068
3380.53/3390.12	c #Conflicts:     169000 | #Constraints:    1013068
3380.53/3390.12	c #Conflicts:     170000 | #Constraints:    1014068
3380.53/3390.12	c #Conflicts:     171000 | #Constraints:    1015068
3380.53/3390.12	c #Conflicts:     172000 | #Constraints:    1016068
3380.53/3390.12	c #Conflicts:     173000 | #Constraints:    1017068
3380.53/3390.12	c #Conflicts:     174000 | #Constraints:    1018068
3380.53/3390.12	c #Conflicts:     175000 | #Constraints:    1019068
3380.53/3390.12	c #Conflicts:     176000 | #Constraints:    1020068
3380.53/3390.12	c #Conflicts:     177000 | #Constraints:    1021068
3380.53/3390.12	c #Conflicts:     178000 | #Constraints:    1022068
3380.53/3390.12	c #Conflicts:     179000 | #Constraints:    1023068
3380.53/3390.12	c #Conflicts:     180000 | #Constraints:    1024068
3380.53/3390.12	c #Conflicts:     181000 | #Constraints:    1025068
3380.53/3390.12	c #Conflicts:     182000 | #Constraints:    1026068
3380.53/3390.12	c #Conflicts:     183000 | #Constraints:    1027068
3380.53/3390.12	c #Conflicts:     184000 | #Constraints:    1028068
3380.53/3390.12	c #Conflicts:     185000 | #Constraints:    1029068
3380.53/3390.12	c #Conflicts:     186000 | #Constraints:    1030068
3380.53/3390.12	c #Conflicts:     187000 | #Constraints:    1031068
3380.53/3390.12	c #Conflicts:     188000 | #Constraints:    1032068
3380.53/3390.12	c #Conflicts:     189000 | #Constraints:    1033068
3380.53/3390.12	c #Conflicts:     190000 | #Constraints:    1034068
3380.53/3390.12	c #Conflicts:     191000 | #Constraints:    1035068
3380.53/3390.12	c INPROCESSING
3380.53/3390.12	c GARBAGE COLLECT
3380.53/3390.12	c #Conflicts:     192000 | #Constraints:    1013445
3380.53/3390.12	c #Conflicts:     193000 | #Constraints:    1014445
3380.53/3390.12	c #Conflicts:     194000 | #Constraints:    1015445
3380.53/3390.12	c #Conflicts:     195000 | #Constraints:    1016445
3380.53/3390.12	c #Conflicts:     196000 | #Constraints:    1017445
3380.53/3390.12	c #Conflicts:     197000 | #Constraints:    1018445
3380.53/3390.12	c #Conflicts:     198000 | #Constraints:    1019445
3380.53/3390.12	c #Conflicts:     199000 | #Constraints:    1020445
3380.53/3390.12	c #Conflicts:     200000 | #Constraints:    1021445
3380.53/3390.12	c #Conflicts:     201000 | #Constraints:    1022445
3380.53/3390.12	c INPROCESSING
3380.53/3390.12	c #Conflicts:     202000 | #Constraints:    1007343
3380.53/3390.12	c #Conflicts:     203000 | #Constraints:    1008343
3380.53/3390.12	c #Conflicts:     204000 | #Constraints:    1009343
3380.53/3390.12	c #Conflicts:     205000 | #Constraints:    1010343
3380.53/3390.12	c #Conflicts:     206000 | #Constraints:    1011343
3380.53/3390.12	c #Conflicts:     207000 | #Constraints:    1012343
3380.53/3390.12	c #Conflicts:     208000 | #Constraints:    1013343
3380.53/3390.12	c #Conflicts:     209000 | #Constraints:    1014343
3380.53/3390.12	c #Conflicts:     210000 | #Constraints:    1015343
3380.53/3390.12	c INPROCESSING
3380.53/3390.12	c GARBAGE COLLECT
3380.53/3390.12	c #Conflicts:     211000 | #Constraints:    1003384
3380.53/3390.12	c #Conflicts:     212000 | #Constraints:    1004384
3380.53/3390.12	c #Conflicts:     213000 | #Constraints:    1005384
3380.53/3390.12	c #Conflicts:     214000 | #Constraints:    1006384
3380.53/3390.12	c #Conflicts:     215000 | #Constraints:    1007384
3380.53/3390.12	c #Conflicts:     216000 | #Constraints:    1008384
3380.53/3390.12	c #Conflicts:     217000 | #Constraints:    1009384
3380.53/3390.12	c #Conflicts:     218000 | #Constraints:    1010384
3380.53/3390.12	c #Conflicts:     219000 | #Constraints:    1011384
3380.53/3390.12	c #Conflicts:     220000 | #Constraints:    1012384
3380.53/3390.12	c #Conflicts:     221000 | #Constraints:    1013384
3380.53/3390.12	c #Conflicts:     222000 | #Constraints:    1014384
3380.53/3390.12	c #Conflicts:     223000 | #Constraints:    1015384
3380.53/3390.12	c #Conflicts:     224000 | #Constraints:    1016384
3380.53/3390.12	c #Conflicts:     225000 | #Constraints:    1017384
3380.53/3390.12	c #Conflicts:     226000 | #Constraints:    1018384
3600.09/3610.30	c #Conflicts:     227000 | #Constraints:    1019384
3600.09/3610.30	c #Conflicts:     228000 | #Constraints:    1020384
3600.09/3610.30	c #Conflicts:     229000 | #Constraints:    1021384
3600.09/3610.30	c #Conflicts:     230000 | #Constraints:    1022384
3600.09/3610.30	c #Conflicts:     231000 | #Constraints:    1023384
3600.09/3610.30	c #Conflicts:     232000 | #Constraints:    1024384
3600.09/3610.30	c #Conflicts:     233000 | #Constraints:    1025384
3600.09/3610.30	c #Conflicts:     234000 | #Constraints:    1026384
3600.09/3610.30	c #Conflicts:     235000 | #Constraints:    1027384
3600.09/3610.30	c #Conflicts:     236000 | #Constraints:    1028384
3600.09/3610.30	c #Conflicts:     237000 | #Constraints:    1029384
3600.09/3610.30	c #Conflicts:     238000 | #Constraints:    1030384
3600.09/3610.30	c #Conflicts:     239000 | #Constraints:    1031384
3600.09/3610.30	c #Conflicts:     240000 | #Constraints:    1032384
3600.09/3610.30	c #Conflicts:     241000 | #Constraints:    1033384
3600.09/3610.30	c #Conflicts:     242000 | #Constraints:    1034384
3600.09/3610.30	c #Conflicts:     243000 | #Constraints:    1035384
3600.09/3610.30	c #Conflicts:     244000 | #Constraints:    1036384
3600.09/3610.30	c #Conflicts:     245000 | #Constraints:    1037384
3600.09/3610.30	c #Conflicts:     246000 | #Constraints:    1038384
3600.09/3610.30	c #Conflicts:     247000 | #Constraints:    1039384
3600.09/3610.30	c #Conflicts:     248000 | #Constraints:    1040384
3600.09/3610.30	c #Conflicts:     249000 | #Constraints:    1041384
3600.09/3610.30	c INPROCESSING
3600.09/3610.30	c GARBAGE COLLECT
3600.09/3610.30	c #Conflicts:     250000 | #Constraints:    1016526
3600.09/3610.30	c #Conflicts:     251000 | #Constraints:    1017526
3600.09/3610.30	c #Conflicts:     252000 | #Constraints:    1018526
3600.09/3610.30	c #Conflicts:     253000 | #Constraints:    1019526
3600.09/3610.30	c #Conflicts:     254000 | #Constraints:    1020526
3600.09/3610.30	c #Conflicts:     255000 | #Constraints:    1021526
3600.09/3610.30	c #Conflicts:     256000 | #Constraints:    1022526
3600.09/3610.30	c #Conflicts:     257000 | #Constraints:    1023526
3600.09/3610.30	c #Conflicts:     258000 | #Constraints:    1024526
3600.09/3610.30	c #Conflicts:     259000 | #Constraints:    1025526
3600.09/3610.30	c #Conflicts:     260000 | #Constraints:    1026526
3600.09/3610.30	c INPROCESSING
3600.09/3610.30	c #Conflicts:     261000 | #Constraints:    1009054
3600.09/3610.30	c #Conflicts:     262000 | #Constraints:    1010054
3600.09/3610.30	c #Conflicts:     263000 | #Constraints:    1011054
3600.09/3610.30	c #Conflicts:     264000 | #Constraints:    1012054
3600.09/3610.30	c #Conflicts:     265000 | #Constraints:    1013054
3600.09/3610.30	c #Conflicts:     266000 | #Constraints:    1014054
3600.09/3610.30	c #Conflicts:     267000 | #Constraints:    1015054
3600.09/3610.30	c #Conflicts:     268000 | #Constraints:    1016054
3600.09/3610.30	c #Conflicts:     269000 | #Constraints:    1017054
3600.09/3610.30	c #Conflicts:     270000 | #Constraints:    1018054
3600.09/3610.30	c #Conflicts:     271000 | #Constraints:    1019054
3600.09/3610.30	c #Conflicts:     272000 | #Constraints:    1020054
3600.09/3610.30	c INPROCESSING
3600.09/3610.30	c GARBAGE COLLECT
3600.09/3610.30	c cpu time 3595.73 s
3600.09/3610.30	c deterministic time 1957661239 1.96e+09
3600.09/3610.30	c optimization time 24.3057 s
3600.09/3610.30	c total solve time 3566.41 s
3600.09/3610.30	c core-guided solve time 0 s
3600.09/3610.30	c propagation time 50.4455 s
3600.09/3610.30	c conflict analysis time 11.0465 s
3600.09/3610.30	c propagations 296633442
3600.09/3610.30	c resolve steps 3391823
3600.09/3610.30	c decisions 747743
3600.09/3610.30	c conflicts 272000
3600.09/3610.30	c restarts 637
3600.09/3610.30	c inprocessing phases 34
3600.09/3610.30	c garbage collections 8 ,( 23.53 )
3600.09/3610.30	c input clauses 886584 ,( 89.57 )
3600.09/3610.30	c input cardinalities 3524 ,( 0.36 )
3600.09/3610.30	c input general constraints 99769 ,( 10.08 )
3600.09/3610.30	c input average constraint length 3.91
3600.09/3610.30	c input average constraint degree 1.12
3600.09/3610.30	c learned clauses 271774 ,( 99.92 )
3600.09/3610.30	c learned cardinalities 114 ,( 0.04 )
3600.09/3610.30	c learned general constraints 112 ,( 0.04 )
3600.09/3610.30	c learned average constraint length 101.02
3600.09/3610.30	c learned average constraint degree 1.01
3600.09/3610.30	c watched  CF 32, 64, 128, Arb: 21 , 0 , 0 , 0
3600.09/3610.30	c counting CF 32, 64, 128, Arb: 99860 , 0 , 0 , 0
3600.09/3610.30	c watched   constraints 21 ,( 0.02 ) 
3600.09/3610.30	c counting  constraints 99860 ,( 99.98 ) 
3600.09/3610.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 391466077 , 254191 , 1825753 ,( 2224 , 1823529 )
3600.09/3610.30	c gcd simplifications 276
3600.09/3610.30	c detected cardinalities 9
3600.09/3610.30	c weakened non-implied lits 108838
3600.09/3610.30	c weakened non-implying lits 591
3600.09/3610.30	c original variables 44846
3600.09/3610.30	c clausal propagations 295838726
3600.09/3610.30	c cardinality propagations 204898
3600.09/3610.30	c watched propagations 30
3600.09/3610.30	c counting propagations 316617
3600.09/3610.30	c watch lookups 413167344
3600.09/3610.30	c watch backjump lookups 0
3600.09/3610.30	c watch checks 580049614
3600.09/3610.30	c propagation checks 301851526
3600.09/3610.30	c constraint additions 67474636
3600.09/3610.30	c trail pops 297653173
3600.09/3610.30	c formula constraints 989877
3600.09/3610.30	c learned constraints 272000
3600.09/3610.30	c bound constraints 0
3600.09/3610.30	c core-guided constraints 0
3600.09/3610.30	c encountered formula constraints 2656241
3600.09/3610.30	c encountered learned constraints 1007582
3600.09/3610.30	c encountered bound constraints 0
3600.09/3610.30	c encountered core-guided constraints 0
3600.09/3610.30	c LP total time 294.236 s
3600.09/3610.30	c LP solve time 293.73 s
3600.09/3610.30	c LP constraints added 989877
3600.09/3610.30	c LP constraints removed 0
3600.09/3610.30	c LP pivots internal 30760
3600.09/3610.30	c LP pivots root 53000
3600.09/3610.30	c LP calls 7
3600.09/3610.30	c LP optimalities 1
3600.09/3610.30	c LP no pivot count 0
3600.09/3610.30	c LP infeasibilities 0
3600.09/3610.30	c LP valid Farkas constraints 0
3600.09/3610.30	c LP learned Farkas constraints 0
3600.09/3610.30	c LP basis resets 0
3600.09/3610.30	c LP cycling count 0
3600.09/3610.30	c LP singular count 0
3600.09/3610.30	c LP no primal count 0
3600.09/3610.30	c LP no farkas count 0
3600.09/3610.30	c LP other issue count 0
3600.09/3610.30	c LP Gomory cuts 0
3600.09/3610.30	c LP learned cuts 0
3600.09/3610.30	c LP deleted cuts 0
3600.09/3610.30	c LP encountered Gomory constraints 0
3600.09/3610.30	c LP encountered Farkas constraints 0
3600.09/3610.30	c LP encountered learned Farkas constraints 0
3600.09/3610.30	c CG auxiliary variables introduced 0
3600.09/3610.30	c CG solutions found 0
3600.09/3610.30	c CG cores constructed 0
3600.09/3610.30	c CG core cardinality constraints returned 0
3600.09/3610.30	c CG unit cores 0
3600.09/3610.30	c CG single cores 0
3600.09/3610.30	c CG blocks removed during cardinality reduction 0
3600.09/3610.30	c CG first core best 0
3600.09/3610.30	c CG decision core best 0
3600.09/3610.30	c CG core reduction tie 0
3600.09/3610.30	c CG core degree average 0.00
3600.09/3610.30	c CG core slack average 0.00
3600.09/3610.30	c CG core upper bound improvements 0
3600.09/3610.30	c STR number of successful calls 0
3600.09/3610.30	c STR number of unsuccessful calls 0
3600.09/3610.30	c STR number of inconclusive calls 0
3600.09/3610.30	c STR number of successful attempts 0
3600.09/3610.30	c STR number of unsuccessful attempts 0
3600.09/3610.30	c STR number of inconclusive attempts 0
3600.09/3610.30	c STR average degree increase per successful call inf
3600.09/3610.30	c STR average degree increase per successful attempt inf
3600.09/3610.30	c STR total number of conflicts for successful attempts 0
3600.09/3610.30	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.30	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.30	c STR average number of conflicts per successful attempt inf
3600.09/3610.30	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.30	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.30	c AVG.sumWPerc 60.79 
3600.09/3610.30	c bigint constraints 0 
3600.09/3610.30	s UNKNOWN
3600.09/3610.30	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20443, runsolver pid=20440

[startup+0.100066 s]*
/proc/loadavg: 0.66 1.56 2.40 5/268 20445
/proc/meminfo: memFree=129548728/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20445] ppid=20443 vsize=173056 memory=149980 CPUtime=0.07 cores=1,3
/proc/20445/stat : 20445 (pbsuma) R 20443 20443 20370 0 -1 4194304 4602 0 0 0 4 3 0 0 20 0 1 0 32720153 177209344 37495 18446744073709551615 4210688 4653049 140721348544416 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 17309696 140721348548835 140721348549170 140721348549170 140721348554735 0
/proc/20445/statm: 43264 37495 928 108 0 40672 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 177248 KiB
Current children cumulated memory: 152924 KiB

[startup+0.205678 s]*
/proc/loadavg: 0.66 1.56 2.40 5/268 20445
/proc/meminfo: memFree=129494860/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20445] ppid=20443 vsize=193348 memory=172816 CPUtime=0.18 cores=1,3
/proc/20445/stat : 20445 (pbsuma) R 20443 20443 20370 0 -1 4194304 9399 0 0 0 14 4 0 0 20 0 1 0 32720153 197988352 43204 18446744073709551615 4210688 4653049 140721348544416 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 17309696 140721348548835 140721348549170 140721348549170 140721348554735 0
/proc/20445/statm: 48337 43204 928 108 0 45745 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 175760 KiB

[startup+0.305603 s]*
/proc/loadavg: 0.66 1.56 2.40 5/268 20445
/proc/meminfo: memFree=129458568/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20445] ppid=20443 vsize=210280 memory=191132 CPUtime=0.28 cores=1,3
/proc/20445/stat : 20445 (pbsuma) R 20443 20443 20370 0 -1 4194304 13237 0 0 0 23 5 0 0 20 0 1 0 32720153 215326720 47783 18446744073709551615 4210688 4653049 140721348544416 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 17309696 140721348548835 140721348549170 140721348549170 140721348554735 0
/proc/20445/statm: 52570 47783 928 108 0 49978 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 214472 KiB
Current children cumulated memory: 194076 KiB

[startup+0.7002 s]
/proc/loadavg: 0.66 1.56 2.40 5/268 20445
/proc/meminfo: memFree=129350368/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20445] ppid=20443 vsize=346980 memory=312800 CPUtime=0.67 cores=1,3
/proc/20445/stat : 20445 (pbsuma) R 20443 20443 20370 0 -1 4194304 28621 0 0 0 58 9 0 0 20 0 1 0 32720153 355307520 78200 18446744073709551615 4210688 4653049 140721348544416 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 17309696 140721348548835 140721348549170 140721348549170 140721348554735 0
/proc/20445/statm: 86745 78200 992 108 0 84153 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 351172 KiB
Current children cumulated memory: 315744 KiB

[startup+1.5002 s]
/proc/loadavg: 0.66 1.56 2.40 5/268 20445
/proc/meminfo: memFree=128990576/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20445] ppid=20443 vsize=165800 memory=156580 CPUtime=1.47 cores=1,3
/proc/20445/stat : 20445 (pbsuma) R 20443 20443 20370 0 -1 4194304 45528 0 0 0 130 17 0 0 20 0 1 0 32720153 169779200 39145 18446744073709551615 4210688 4653049 140721348544416 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 17309696 140721348548835 140721348549170 140721348549170 140721348554735 0
/proc/20445/statm: 41450 39145 1024 108 0 38858 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 169992 KiB
Current children cumulated memory: 159524 KiB

[startup+3.1054 s]
/proc/loadavg: 0.66 1.56 2.40 5/268 20447
/proc/meminfo: memFree=128994644/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=212028 memory=164536 CPUtime=1.57 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 39043 0 0 0 127 30 0 0 20 0 1 0 32720303 217116672 41134 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 53007 41134 2048 1147 0 40434 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 216220 KiB
Current children cumulated memory: 167480 KiB

[startup+6.30019 s]
/proc/loadavg: 0.92 1.60 2.41 5/268 20447
/proc/meminfo: memFree=127842336/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=928004 memory=591492 CPUtime=4.75 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 104420 0 0 0 388 87 0 0 20 0 1 0 32720303 950276096 147873 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 232001 147873 2304 1147 0 219428 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 932196 KiB
Current children cumulated memory: 594436 KiB

[startup+12.7002 s]
/proc/loadavg: 1.17 1.64 2.42 5/268 20447
/proc/meminfo: memFree=126722364/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1472332 memory=1363940 CPUtime=11.14 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 145783 0 0 0 994 120 0 0 20 0 1 0 32720303 1507667968 340985 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 368083 340985 2336 1147 0 355510 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1476524 KiB
Current children cumulated memory: 1366884 KiB

[startup+25.5002 s]
/proc/loadavg: 1.87 1.78 2.45 5/272 20451
/proc/meminfo: memFree=126894396/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1472332 memory=1363940 CPUtime=23.9 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 145790 0 0 0 2270 120 0 0 20 0 1 0 32720303 1507667968 340985 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 368083 340985 2336 1147 0 355510 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1476524 KiB
Current children cumulated memory: 1366884 KiB

[startup+51.1057 s]
/proc/loadavg: 2.60 1.95 2.49 5/272 20452
/proc/meminfo: memFree=126925036/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1472332 memory=1363940 CPUtime=49.44 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 145790 0 0 0 4824 120 0 0 20 0 1 0 32720303 1507667968 340985 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 368083 340985 2336 1147 0 355510 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1476524 KiB
Current children cumulated memory: 1366884 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 2.29 2.58 5/272 20454
/proc/meminfo: memFree=126758044/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1472332 memory=1363940 CPUtime=100.49 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 145805 0 0 0 9929 120 0 0 20 0 1 0 32720303 1507667968 340985 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 368083 340985 2336 1147 0 355510 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1476524 KiB
Current children cumulated memory: 1366884 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 2.71 2.70 5/272 20456
/proc/meminfo: memFree=126524900/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1502644 memory=1390496 CPUtime=160.34 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 152003 0 0 0 15911 123 0 0 20 0 1 0 32720303 1538707456 347624 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 375661 347624 2400 1147 0 363088 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1506836 KiB
Current children cumulated memory: 1393440 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.95 2.79 5/273 20459
/proc/meminfo: memFree=126347108/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1506528 memory=1395476 CPUtime=220.19 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 152770 0 0 0 21895 124 0 0 20 0 1 0 32720303 1542684672 348869 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 376632 348869 2400 1147 0 364059 0

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

[pid=20447] ppid=20443 vsize=1583748 memory=1502892 CPUtime=3092.12 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166153 0 0 0 308967 245 0 0 20 0 1 0 32720303 1621757952 375723 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 395937 375723 2400 1147 0 383364 0
Current children cumulated CPU time: 3093.6 s
Current children cumulated vsize: 1587940 KiB
Current children cumulated memory: 1505836 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/273 20670
/proc/meminfo: memFree=116890324/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1583748 memory=1502892 CPUtime=3151.94 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166306 0 0 0 314945 249 0 0 20 0 1 0 32720303 1621757952 375723 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 395937 375723 2400 1147 0 383364 0
Current children cumulated CPU time: 3153.42 s
Current children cumulated vsize: 1587940 KiB
Current children cumulated memory: 1505836 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/272 20672
/proc/meminfo: memFree=116654044/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1583748 memory=1502892 CPUtime=3211.75 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166307 0 0 0 320922 253 0 0 20 0 1 0 32720303 1621757952 375723 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 395937 375723 2400 1147 0 383364 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 1587940 KiB
Current children cumulated memory: 1505836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.07 4.02 5/271 20674
/proc/meminfo: memFree=116437376/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1583748 memory=1502892 CPUtime=3271.56 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166308 0 0 0 326899 257 0 0 20 0 1 0 32720303 1621757952 375723 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 395937 375723 2400 1147 0 383364 0
Current children cumulated CPU time: 3273.04 s
Current children cumulated vsize: 1587940 KiB
Current children cumulated memory: 1505836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/273 20680
/proc/meminfo: memFree=116247176/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1583748 memory=1502892 CPUtime=3331.39 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166493 0 0 0 332880 259 0 0 20 0 1 0 32720303 1621757952 375723 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 395937 375723 2400 1147 0 383364 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 1587940 KiB
Current children cumulated memory: 1505836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/274 20685
/proc/meminfo: memFree=116159152/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1584408 memory=1505624 CPUtime=3391.21 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166955 0 0 0 338846 275 0 0 20 0 1 0 32720303 1622433792 376406 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 396102 376406 2400 1147 0 383529 0
Current children cumulated CPU time: 3392.69 s
Current children cumulated vsize: 1588600 KiB
Current children cumulated memory: 1508568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/272 20689
/proc/meminfo: memFree=116111408/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1584408 memory=1505624 CPUtime=3451.03 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 166965 0 0 0 344828 275 0 0 20 0 1 0 32720303 1622433792 376406 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 396102 376406 2400 1147 0 383529 0
Current children cumulated CPU time: 3452.51 s
Current children cumulated vsize: 1588600 KiB
Current children cumulated memory: 1508568 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/272 20691
/proc/meminfo: memFree=116056376/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1584408 memory=1505624 CPUtime=3510.86 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 167001 0 0 0 350804 282 0 0 20 0 1 0 32720303 1622433792 376406 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 396102 376406 2400 1147 0 383529 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 1588600 KiB
Current children cumulated memory: 1508568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/272 20693
/proc/meminfo: memFree=115867664/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1584408 memory=1505624 CPUtime=3570.68 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 167001 0 0 0 356786 282 0 0 20 0 1 0 32720303 1622433792 376406 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 396102 376406 2400 1147 0 383529 0
Current children cumulated CPU time: 3572.16 s
Current children cumulated vsize: 1588600 KiB
Current children cumulated memory: 1508568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/273 20695
/proc/meminfo: memFree=115762992/131249996 swapFree=33010684/33010684
[pid=20443] ppid=20440 vsize=4192 memory=2944 CPUtime=1.48 cores=1,3
/proc/20443/stat : 20443 (run-dec-break-l) S 20440 20443 20370 0 -1 4194304 239 45531 0 0 0 0 131 17 20 0 1 0 32720152 4292608 736 18446744073709551615 93952245403648 93952246298181 140732888392144 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93952246537232 93952246584976 93952278380544 140732888394005 140732888394206 140732888394206 140732888399808 0
/proc/20443/statm: 1048 736 672 219 0 110 0
[pid=20447] ppid=20443 vsize=1584408 memory=1505624 CPUtime=3598.61 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20443 20443 20370 0 -1 4194304 167004 0 0 0 359573 288 0 0 20 0 1 0 32720303 1622433792 376406 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 396102 376406 2400 1147 0 383529 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1588600 KiB
Current children cumulated memory: 1508568 KiB

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

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

# cumulated CPU time of all completed processes:  user=1.31282 s, system=0.179492 s

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

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

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

[startup+3610.4 s]*
/proc/loadavg: 4.11 4.09 4.03 5/271 20695
/proc/meminfo: memFree=116534716/131249996 swapFree=33010684/33010684
[pid=20447] ppid=20440 vsize=762424 memory=721760 CPUtime=3598.71 cores=1,3
/proc/20447/stat : 20447 (roundingsat) R 20440 20443 20370 0 -1 4194304 167039 0 0 0 359583 288 0 0 20 0 1 0 32720303 780722176 180440 18446744073709551615 4227072 8923433 140722112723360 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 14934016 140722112727284 140722112727592 140722112727592 140722112733162 0
/proc/20447/statm: 190606 180440 2464 1147 0 178033 0
Current cumulated CPU time of completed processes: 1.49231 s
Current children cumulated CPU time: 3598.71 s
Current children cumulated vsize: 762424 KiB
Current children cumulated memory: 721760 KiB

Child status: 2

Real time (s): 3610.43
CPU time (s): 3600.24
CPU user time (s): 3597.17
CPU system time (s): 3.06794
CPU usage (%): 99.7175
Max. virtual memory (cumulated for all children) (KiB): 1605772
Max. memory (cumulated for all children) (KiB): 1508568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 3.06794
maximum resident set size= 1549672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 4699


# summary of solver processes directly reported to runsolver:
#   pid: 20443,20447
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 3.06794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36172 second user time and 17.0824 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 06:13:47
IDJOB=4503677
IDBENCH=155532
IDSOLVER=3358
FILE ID=nodeC015/4503677-1751170426
RUNJOBID= nodeC015-1751170426-20382
SLURM_JOB_ID= 9587528
Free space on /tmp= 432912 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503677-1751170426/watcher-4503677-1751170426 -o /tmp/evaluation-result-4503677-1751170426/solver-4503677-1751170426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751170426-20382 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4503677-1751170426.opb PROOFDIR/proof-4503677-1751170426

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=1383446850

nodeC015 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.875
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.14
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		: 3601.272
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.14
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		: 3601.036
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.14
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		: 3599.724
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.14
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		: 3586.697
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.14
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.640
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.14
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		: 3599.796
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129734132 kB
MemAvailable:   129511652 kB
Buffers:            3280 kB
Cached:           588420 kB
SwapCached:            0 kB
Active:           523408 kB
Inactive:         369460 kB
Active(anon):     319244 kB
Inactive(anon):        0 kB
Active(file):     204164 kB
Inactive(file):   369460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            115344 kB
Writeback:             0 kB
AnonPages:        304276 kB
Mapped:           107816 kB
Shmem:             18076 kB
KReclaimable:      86268 kB
Slab:             169320 kB
SReclaimable:      86268 kB
SUnreclaim:        83052 kB
KernelStack:        4024 kB
PageTables:         3328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     681104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432832 MiB
End job on nodeC015 at 2025-06-29 07:13:57