Trace number 4496005

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adSAT 225.719 226.914

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.019044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
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-4496005-1751157392.opb'
0.00/0.01	c 	read 0.00MB  (0.11ms)
0.00/0.01	c	 [cnf: #variables 86 #clauses 2 #duplicates 0 #arr 172]
0.00/0.01	c output proof to 'PROOFDIR/proof-4496005-1751157392'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.08ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.03ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 346 #edges 860]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.05ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4496005-1751157392.opb.pre'
0.00/0.01	c 	wrote 0.00MB (0.05ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.60ms 65.46% other
0.00/0.01	c                   0.11ms 11.45% parse
0.00/0.01	c                   0.08ms  8.23% approx_orbits
0.00/0.01	c                   0.05ms  5.94% output
0.00/0.01	c                   0.05ms  4.96% detect_generic
0.00/0.01	c                   0.03ms  3.48% detect_special
0.00/0.01	c                   0.00ms  0.48% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.92ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.02	c #variables 86 #constraints 2
0.00/0.02	c rational objective 1.09326
0.18/0.25	c #Conflicts:       1000 | #Constraints:       1002
0.18/0.25	c #Conflicts:       2000 | #Constraints:       2002
0.18/0.25	c INPROCESSING
0.18/0.25	c GARBAGE COLLECT
0.18/0.25	c rational objective 2
0.58/0.61	c #Conflicts:       3000 | #Constraints:       2005
0.58/0.61	c #Conflicts:       4000 | #Constraints:       3005
0.58/0.61	c INPROCESSING
0.58/0.61	c GARBAGE COLLECT
0.58/0.61	c rational objective 2
1.07/1.12	c #Conflicts:       5000 | #Constraints:       2504
1.07/1.12	c #Conflicts:       6000 | #Constraints:       3630
1.07/1.12	c INPROCESSING
1.07/1.12	c GARBAGE COLLECT
1.07/1.12	c rational objective 2
1.77/1.81	c #Conflicts:       7000 | #Constraints:       2780
1.77/1.81	c #Conflicts:       8000 | #Constraints:       3901
1.77/1.81	c #Conflicts:       9000 | #Constraints:       4992
1.77/1.81	c INPROCESSING
1.77/1.81	c GARBAGE COLLECT
1.77/1.81	c rational objective 2
2.66/2.70	c #Conflicts:      10000 | #Constraints:       3692
2.66/2.70	c #Conflicts:      11000 | #Constraints:       4812
2.66/2.70	c #Conflicts:      12000 | #Constraints:       5945
2.66/2.70	c INPROCESSING
2.66/2.70	c GARBAGE COLLECT
2.66/2.70	c rational objective 2
3.56/3.68	c #Conflicts:      13000 | #Constraints:       4285
3.56/3.68	c #Conflicts:      14000 | #Constraints:       5882
3.56/3.68	c #Conflicts:      15000 | #Constraints:       7213
3.56/3.68	c INPROCESSING
3.56/3.68	c GARBAGE COLLECT
3.56/3.68	c rational objective 2.00609
4.56/4.65	c #Conflicts:      16000 | #Constraints:       4675
4.56/4.65	c #Conflicts:      17000 | #Constraints:       5814
4.56/4.65	c #Conflicts:      18000 | #Constraints:       6877
4.56/4.65	c INPROCESSING
4.56/4.65	c GARBAGE COLLECT
4.56/4.65	c rational objective 2.61495
5.75/5.84	c #Conflicts:      19000 | #Constraints:       4410
5.75/5.84	c #Conflicts:      20000 | #Constraints:       5501
5.75/5.84	c #Conflicts:      21000 | #Constraints:       6562
5.75/5.84	c INPROCESSING
5.75/5.84	c GARBAGE COLLECT
5.75/5.84	c rational objective 2.41427
7.05/7.12	c #Conflicts:      22000 | #Constraints:       4064
7.05/7.12	c #Conflicts:      23000 | #Constraints:       5246
7.05/7.12	c #Conflicts:      24000 | #Constraints:       6513
7.05/7.12	c #Conflicts:      25000 | #Constraints:       7566
7.05/7.12	c INPROCESSING
7.05/7.12	c GARBAGE COLLECT
7.05/7.12	c rational objective 2.0603
8.34/8.41	c #Conflicts:      26000 | #Constraints:       5106
8.34/8.41	c #Conflicts:      27000 | #Constraints:       6683
8.34/8.41	c #Conflicts:      28000 | #Constraints:       8039
8.34/8.41	c #Conflicts:      29000 | #Constraints:       9240
8.34/8.41	c INPROCESSING
8.34/8.41	c GARBAGE COLLECT
8.34/8.41	c rational objective 2.0603
9.95/10.07	c #Conflicts:      30000 | #Constraints:       5709
9.95/10.07	c #Conflicts:      31000 | #Constraints:       6823
9.95/10.07	c #Conflicts:      32000 | #Constraints:       7882
9.95/10.07	c #Conflicts:      33000 | #Constraints:       8903
9.95/10.07	c INPROCESSING
9.95/10.07	c GARBAGE COLLECT
9.95/10.07	c rational objective 2.06035
11.53/11.68	c #Conflicts:      34000 | #Constraints:       5561
11.53/11.68	c #Conflicts:      35000 | #Constraints:       6784
11.53/11.68	c #Conflicts:      36000 | #Constraints:       7939
11.53/11.68	c #Conflicts:      37000 | #Constraints:       9076
11.53/11.68	c INPROCESSING
11.53/11.68	c GARBAGE COLLECT
11.53/11.68	c rational objective 2.06032
13.53/13.64	c #Conflicts:      38000 | #Constraints:       5728
13.53/13.64	c #Conflicts:      39000 | #Constraints:       6997
13.53/13.64	c #Conflicts:      40000 | #Constraints:       8608
13.53/13.64	c #Conflicts:      41000 | #Constraints:      10195
13.53/13.64	c INPROCESSING
13.53/13.64	c GARBAGE COLLECT
13.53/13.64	c rational objective 2.0014
15.62/15.70	c #Conflicts:      42000 | #Constraints:       5973
15.62/15.70	c #Conflicts:      43000 | #Constraints:       7039
15.62/15.70	c #Conflicts:      44000 | #Constraints:       8111
15.62/15.70	c #Conflicts:      45000 | #Constraints:       9193
15.62/15.70	c #Conflicts:      46000 | #Constraints:      10283
15.62/15.70	c INPROCESSING
15.62/15.70	c GARBAGE COLLECT
15.62/15.70	c rational objective 2.69236
17.72/17.88	c #Conflicts:      47000 | #Constraints:       6058
17.72/17.88	c #Conflicts:      48000 | #Constraints:       7063
17.72/17.88	c #Conflicts:      49000 | #Constraints:       8063
17.72/17.88	c #Conflicts:      50000 | #Constraints:       9063
17.72/17.88	c #Conflicts:      51000 | #Constraints:      10063
17.72/17.88	c INPROCESSING
17.72/17.88	c GARBAGE COLLECT
17.72/17.88	c rational objective 1.9217
19.81/19.98	c #Conflicts:      52000 | #Constraints:       6144
19.81/19.98	c #Conflicts:      53000 | #Constraints:       7267
19.81/19.98	c #Conflicts:      54000 | #Constraints:       8267
19.81/19.98	c #Conflicts:      55000 | #Constraints:       9267
19.81/19.98	c #Conflicts:      56000 | #Constraints:      10267
19.81/19.98	c INPROCESSING
19.81/19.98	c GARBAGE COLLECT
19.81/19.98	c rational objective 1.92059
22.20/22.30	c #Conflicts:      57000 | #Constraints:       6285
22.20/22.30	c #Conflicts:      58000 | #Constraints:       7379
22.20/22.30	c #Conflicts:      59000 | #Constraints:       8379
22.20/22.30	c #Conflicts:      60000 | #Constraints:       9453
22.20/22.30	c #Conflicts:      61000 | #Constraints:      10579
22.20/22.30	c INPROCESSING
22.20/22.30	c GARBAGE COLLECT
22.20/22.30	c rational objective 1.92059
24.80/24.99	c #Conflicts:      62000 | #Constraints:       6323
24.80/24.99	c #Conflicts:      63000 | #Constraints:       7474
24.80/24.99	c #Conflicts:      64000 | #Constraints:       8573
24.80/24.99	c #Conflicts:      65000 | #Constraints:       9831
24.80/24.99	c #Conflicts:      66000 | #Constraints:      11015
24.80/24.99	c INPROCESSING
24.80/24.99	c GARBAGE COLLECT
24.80/24.99	c rational objective 1.92061
27.39/27.52	c #Conflicts:      67000 | #Constraints:       6303
27.39/27.52	c #Conflicts:      68000 | #Constraints:       7378
27.39/27.52	c #Conflicts:      69000 | #Constraints:       8612
27.39/27.52	c #Conflicts:      70000 | #Constraints:       9795
27.39/27.52	c #Conflicts:      71000 | #Constraints:      11006
27.39/27.52	c #Conflicts:      72000 | #Constraints:      12166
27.39/27.52	c INPROCESSING
27.39/27.52	c GARBAGE COLLECT
27.39/27.52	c rational objective 1.92954
30.37/30.57	c #Conflicts:      73000 | #Constraints:       7048
30.37/30.57	c #Conflicts:      74000 | #Constraints:       8083
30.37/30.57	c #Conflicts:      75000 | #Constraints:       9180
30.37/30.57	c #Conflicts:      76000 | #Constraints:      10293
30.37/30.57	c #Conflicts:      77000 | #Constraints:      11351
30.37/30.57	c #Conflicts:      78000 | #Constraints:      12351
30.37/30.57	c INPROCESSING
30.37/30.57	c GARBAGE COLLECT
30.37/30.57	c rational objective 1.92062
33.27/33.46	c #Conflicts:      79000 | #Constraints:       7242
33.27/33.46	c #Conflicts:      80000 | #Constraints:       8242
33.27/33.46	c #Conflicts:      81000 | #Constraints:       9242
33.27/33.46	c #Conflicts:      82000 | #Constraints:      10242
33.27/33.46	c #Conflicts:      83000 | #Constraints:      11242
33.27/33.46	c #Conflicts:      84000 | #Constraints:      12242
33.27/33.46	c INPROCESSING
33.27/33.46	c GARBAGE COLLECT
33.27/33.46	c rational objective 1.95113
36.29/36.63	c #Conflicts:      85000 | #Constraints:       7137
36.29/36.63	c #Conflicts:      86000 | #Constraints:       8144
36.29/36.63	c #Conflicts:      87000 | #Constraints:       9144
36.29/36.63	c #Conflicts:      88000 | #Constraints:      10144
36.29/36.63	c #Conflicts:      89000 | #Constraints:      11144
36.29/36.63	c #Conflicts:      90000 | #Constraints:      12144
36.29/36.63	c INPROCESSING
36.29/36.63	c GARBAGE COLLECT
36.29/36.63	c rational objective 1.95116
39.57/39.94	c #Conflicts:      91000 | #Constraints:       7058
39.57/39.94	c #Conflicts:      92000 | #Constraints:       8112
39.57/39.94	c #Conflicts:      93000 | #Constraints:       9118
39.57/39.94	c #Conflicts:      94000 | #Constraints:      10118
39.57/39.94	c #Conflicts:      95000 | #Constraints:      11118
39.57/39.94	c #Conflicts:      96000 | #Constraints:      12138
39.57/39.94	c INPROCESSING
39.57/39.94	c GARBAGE COLLECT
39.57/39.94	c rational objective 1.95116
42.87/43.20	c #Conflicts:      97000 | #Constraints:       6785
42.87/43.20	c #Conflicts:      98000 | #Constraints:       7785
42.87/43.20	c #Conflicts:      99000 | #Constraints:       8843
42.87/43.20	c #Conflicts:     100000 | #Constraints:       9896
42.87/43.20	c #Conflicts:     101000 | #Constraints:      10899
42.87/43.20	c #Conflicts:     102000 | #Constraints:      11983
42.87/43.20	c #Conflicts:     103000 | #Constraints:      12983
42.87/43.20	c INPROCESSING
42.87/43.20	c GARBAGE COLLECT
42.87/43.20	c rational objective 1.95116
46.95/47.32	c #Conflicts:     104000 | #Constraints:       7439
46.95/47.32	c #Conflicts:     105000 | #Constraints:       8467
46.95/47.32	c #Conflicts:     106000 | #Constraints:       9558
46.95/47.32	c #Conflicts:     107000 | #Constraints:      10593
46.95/47.32	c #Conflicts:     108000 | #Constraints:      11618
46.95/47.32	c #Conflicts:     109000 | #Constraints:      12621
46.95/47.32	c #Conflicts:     110000 | #Constraints:      13621
46.95/47.32	c INPROCESSING
46.95/47.32	c GARBAGE COLLECT
46.95/47.32	c rational objective 1.95116
50.64/51.03	c #Conflicts:     111000 | #Constraints:       7883
50.64/51.03	c #Conflicts:     112000 | #Constraints:       8937
50.64/51.03	c #Conflicts:     113000 | #Constraints:       9968
50.64/51.03	c #Conflicts:     114000 | #Constraints:      10968
50.64/51.03	c #Conflicts:     115000 | #Constraints:      11968
50.64/51.03	c #Conflicts:     116000 | #Constraints:      12968
50.64/51.03	c #Conflicts:     117000 | #Constraints:      13968
50.64/51.03	c INPROCESSING
50.64/51.03	c GARBAGE COLLECT
50.64/51.03	c rational objective 1.95116
54.64/55.09	c #Conflicts:     118000 | #Constraints:       8048
54.64/55.09	c #Conflicts:     119000 | #Constraints:       9050
54.64/55.09	c #Conflicts:     120000 | #Constraints:      10050
54.64/55.09	c #Conflicts:     121000 | #Constraints:      11050
54.64/55.09	c #Conflicts:     122000 | #Constraints:      12050
54.64/55.09	c #Conflicts:     123000 | #Constraints:      13050
54.64/55.09	c #Conflicts:     124000 | #Constraints:      14050
54.64/55.09	c INPROCESSING
54.64/55.09	c GARBAGE COLLECT
54.64/55.09	c rational objective 1.95116
59.02/59.48	c #Conflicts:     125000 | #Constraints:       7998
59.02/59.48	c #Conflicts:     126000 | #Constraints:       9070
59.02/59.48	c #Conflicts:     127000 | #Constraints:      10085
59.02/59.48	c #Conflicts:     128000 | #Constraints:      11085
59.02/59.48	c #Conflicts:     129000 | #Constraints:      12085
59.02/59.48	c #Conflicts:     130000 | #Constraints:      13085
59.02/59.48	c #Conflicts:     131000 | #Constraints:      14085
59.02/59.48	c INPROCESSING
59.02/59.48	c GARBAGE COLLECT
59.02/59.48	c rational objective 1.95116
63.80/64.22	c #Conflicts:     132000 | #Constraints:       7766
63.80/64.22	c #Conflicts:     133000 | #Constraints:       9057
63.80/64.22	c #Conflicts:     134000 | #Constraints:      10085
63.80/64.22	c #Conflicts:     135000 | #Constraints:      11120
63.80/64.22	c #Conflicts:     136000 | #Constraints:      12179
63.80/64.22	c #Conflicts:     137000 | #Constraints:      13261
63.80/64.22	c #Conflicts:     138000 | #Constraints:      14373
63.80/64.22	c #Conflicts:     139000 | #Constraints:      15411
63.80/64.22	c INPROCESSING
63.80/64.22	c GARBAGE COLLECT
63.80/64.22	c rational objective 2.34489
69.93/70.43	c #Conflicts:     140000 | #Constraints:       8611
69.93/70.43	c #Conflicts:     141000 | #Constraints:       9613
69.93/70.43	c #Conflicts:     142000 | #Constraints:      10625
69.93/70.43	c #Conflicts:     143000 | #Constraints:      11657
69.93/70.43	c #Conflicts:     144000 | #Constraints:      12663
69.93/70.43	c #Conflicts:     145000 | #Constraints:      13680
69.93/70.43	c #Conflicts:     146000 | #Constraints:      14713
69.93/70.43	c #Conflicts:     147000 | #Constraints:      15734
69.93/70.43	c INPROCESSING
69.93/70.43	c GARBAGE COLLECT
69.93/70.43	c rational objective 1.95116
75.21/75.72	c #Conflicts:     148000 | #Constraints:       8879
75.21/75.72	c #Conflicts:     149000 | #Constraints:       9906
75.21/75.72	c #Conflicts:     150000 | #Constraints:      10906
75.21/75.72	c #Conflicts:     151000 | #Constraints:      11936
75.21/75.72	c #Conflicts:     152000 | #Constraints:      12974
75.21/75.72	c #Conflicts:     153000 | #Constraints:      13983
75.21/75.72	c #Conflicts:     154000 | #Constraints:      15005
75.21/75.72	c #Conflicts:     155000 | #Constraints:      16049
75.21/75.72	c INPROCESSING
75.21/75.72	c GARBAGE COLLECT
75.21/75.72	c rational objective 2.00012
80.30/80.80	c #Conflicts:     156000 | #Constraints:       9052
80.30/80.80	c #Conflicts:     157000 | #Constraints:      10052
80.30/80.80	c #Conflicts:     158000 | #Constraints:      11085
80.30/80.80	c #Conflicts:     159000 | #Constraints:      12127
80.30/80.80	c #Conflicts:     160000 | #Constraints:      13161
80.30/80.80	c #Conflicts:     161000 | #Constraints:      14161
80.30/80.80	c #Conflicts:     162000 | #Constraints:      15161
80.30/80.80	c #Conflicts:     163000 | #Constraints:      16161
80.30/80.80	c INPROCESSING
80.30/80.80	c GARBAGE COLLECT
80.30/80.80	c rational objective 2.00005
86.18/86.78	c #Conflicts:     164000 | #Constraints:       9042
86.18/86.78	c #Conflicts:     165000 | #Constraints:      10118
86.18/86.78	c #Conflicts:     166000 | #Constraints:      11200
86.18/86.78	c #Conflicts:     167000 | #Constraints:      12259
86.18/86.78	c #Conflicts:     168000 | #Constraints:      13347
86.18/86.78	c #Conflicts:     169000 | #Constraints:      14444
86.18/86.78	c #Conflicts:     170000 | #Constraints:      15514
86.18/86.78	c #Conflicts:     171000 | #Constraints:      16575
86.18/86.78	c INPROCESSING
86.18/86.78	c GARBAGE COLLECT
86.18/86.78	c rational objective 2.00101
91.96/92.55	c #Conflicts:     172000 | #Constraints:       9014
91.96/92.55	c #Conflicts:     173000 | #Constraints:      10033
91.96/92.55	c #Conflicts:     174000 | #Constraints:      11115
91.96/92.55	c #Conflicts:     175000 | #Constraints:      12193
91.96/92.55	c #Conflicts:     176000 | #Constraints:      13193
91.96/92.55	c #Conflicts:     177000 | #Constraints:      14238
91.96/92.55	c #Conflicts:     178000 | #Constraints:      15345
91.96/92.55	c #Conflicts:     179000 | #Constraints:      16485
91.96/92.55	c #Conflicts:     180000 | #Constraints:      17556
91.96/92.55	c INPROCESSING
91.96/92.55	c GARBAGE COLLECT
91.96/92.55	c rational objective 2.33933
98.29/98.90	c #Conflicts:     181000 | #Constraints:       9748
98.29/98.90	c #Conflicts:     182000 | #Constraints:      10755
98.29/98.90	c #Conflicts:     183000 | #Constraints:      11791
98.29/98.90	c #Conflicts:     184000 | #Constraints:      12795
98.29/98.90	c #Conflicts:     185000 | #Constraints:      13813
98.29/98.90	c #Conflicts:     186000 | #Constraints:      14815
98.29/98.90	c #Conflicts:     187000 | #Constraints:      15829
98.29/98.90	c #Conflicts:     188000 | #Constraints:      16829
98.29/98.90	c #Conflicts:     189000 | #Constraints:      17832
98.29/98.90	c INPROCESSING
98.29/98.90	c GARBAGE COLLECT
98.29/98.90	c rational objective 2.53061
105.27/105.91	c #Conflicts:     190000 | #Constraints:       9938
105.27/105.91	c #Conflicts:     191000 | #Constraints:      10943
105.27/105.91	c #Conflicts:     192000 | #Constraints:      11943
105.27/105.91	c #Conflicts:     193000 | #Constraints:      12943
105.27/105.91	c #Conflicts:     194000 | #Constraints:      13943
105.27/105.91	c #Conflicts:     195000 | #Constraints:      14943
105.27/105.91	c #Conflicts:     196000 | #Constraints:      15943
105.27/105.91	c #Conflicts:     197000 | #Constraints:      16943
105.27/105.91	c #Conflicts:     198000 | #Constraints:      17943
105.27/105.91	c INPROCESSING
105.27/105.91	c GARBAGE COLLECT
105.27/105.91	c rational objective 2.00074
112.45/113.19	c #Conflicts:     199000 | #Constraints:      10032
112.45/113.19	c #Conflicts:     200000 | #Constraints:      11107
112.45/113.19	c #Conflicts:     201000 | #Constraints:      12205
112.45/113.19	c #Conflicts:     202000 | #Constraints:      13335
112.45/113.19	c #Conflicts:     203000 | #Constraints:      14470
112.45/113.19	c #Conflicts:     204000 | #Constraints:      15578
112.45/113.19	c #Conflicts:     205000 | #Constraints:      16695
112.45/113.19	c #Conflicts:     206000 | #Constraints:      17739
112.45/113.19	c #Conflicts:     207000 | #Constraints:      18739
112.45/113.19	c INPROCESSING
112.45/113.19	c GARBAGE COLLECT
112.45/113.19	c rational objective 2.0015
120.22/120.96	c #Conflicts:     208000 | #Constraints:      10291
120.22/120.96	c #Conflicts:     209000 | #Constraints:      11291
120.22/120.96	c #Conflicts:     210000 | #Constraints:      12291
120.22/120.96	c #Conflicts:     211000 | #Constraints:      13291
120.22/120.96	c #Conflicts:     212000 | #Constraints:      14291
120.22/120.96	c #Conflicts:     213000 | #Constraints:      15291
120.22/120.96	c #Conflicts:     214000 | #Constraints:      16298
120.22/120.96	c #Conflicts:     215000 | #Constraints:      17302
120.22/120.96	c #Conflicts:     216000 | #Constraints:      18368
120.22/120.96	c INPROCESSING
120.22/120.96	c GARBAGE COLLECT
120.22/120.96	c rational objective 2.0015
127.84/128.65	c #Conflicts:     217000 | #Constraints:       9933
127.84/128.65	c #Conflicts:     218000 | #Constraints:      11034
127.84/128.65	c #Conflicts:     219000 | #Constraints:      12123
127.84/128.65	c #Conflicts:     220000 | #Constraints:      13249
127.84/128.65	c #Conflicts:     221000 | #Constraints:      14332
127.84/128.65	c #Conflicts:     222000 | #Constraints:      15421
127.84/128.65	c #Conflicts:     223000 | #Constraints:      16485
127.84/128.65	c #Conflicts:     224000 | #Constraints:      17485
127.84/128.65	c #Conflicts:     225000 | #Constraints:      18534
127.84/128.65	c #Conflicts:     226000 | #Constraints:      19536
127.84/128.65	c INPROCESSING
127.84/128.65	c GARBAGE COLLECT
127.84/128.65	c rational objective 2.0015
136.22/137.10	c #Conflicts:     227000 | #Constraints:      10697
136.22/137.10	c #Conflicts:     228000 | #Constraints:      11699
136.22/137.10	c #Conflicts:     229000 | #Constraints:      12715
136.22/137.10	c #Conflicts:     230000 | #Constraints:      13759
136.22/137.10	c #Conflicts:     231000 | #Constraints:      14801
136.22/137.10	c #Conflicts:     232000 | #Constraints:      15861
136.22/137.10	c #Conflicts:     233000 | #Constraints:      16901
136.22/137.10	c #Conflicts:     234000 | #Constraints:      17926
136.22/137.10	c #Conflicts:     235000 | #Constraints:      18976
136.22/137.10	c #Conflicts:     236000 | #Constraints:      19981
136.22/137.10	c INPROCESSING
136.22/137.10	c GARBAGE COLLECT
136.22/137.10	c rational objective 2.00345
143.70/144.59	c #Conflicts:     237000 | #Constraints:      11010
143.70/144.59	c #Conflicts:     238000 | #Constraints:      12014
143.70/144.59	c #Conflicts:     239000 | #Constraints:      13014
143.70/144.59	c #Conflicts:     240000 | #Constraints:      14014
143.70/144.59	c #Conflicts:     241000 | #Constraints:      15014
143.70/144.59	c #Conflicts:     242000 | #Constraints:      16014
143.70/144.59	c #Conflicts:     243000 | #Constraints:      17014
143.70/144.59	c #Conflicts:     244000 | #Constraints:      18014
143.70/144.59	c #Conflicts:     245000 | #Constraints:      19014
143.70/144.59	c #Conflicts:     246000 | #Constraints:      20014
143.70/144.59	c INPROCESSING
143.70/144.59	c GARBAGE COLLECT
143.70/144.59	c rational objective 2.00309
152.18/153.07	c #Conflicts:     247000 | #Constraints:      11056
152.18/153.07	c #Conflicts:     248000 | #Constraints:      12091
152.18/153.07	c #Conflicts:     249000 | #Constraints:      13127
152.18/153.07	c #Conflicts:     250000 | #Constraints:      14154
152.18/153.07	c #Conflicts:     251000 | #Constraints:      15164
152.18/153.07	c #Conflicts:     252000 | #Constraints:      16176
152.18/153.07	c #Conflicts:     253000 | #Constraints:      17186
152.18/153.07	c #Conflicts:     254000 | #Constraints:      18212
152.18/153.07	c #Conflicts:     255000 | #Constraints:      19228
152.18/153.07	c #Conflicts:     256000 | #Constraints:      20236
152.18/153.07	c INPROCESSING
152.18/153.07	c GARBAGE COLLECT
152.18/153.07	c rational objective 2.00309
161.00/161.99	c #Conflicts:     257000 | #Constraints:      11053
161.00/161.99	c #Conflicts:     258000 | #Constraints:      12075
161.00/161.99	c #Conflicts:     259000 | #Constraints:      13104
161.00/161.99	c #Conflicts:     260000 | #Constraints:      14125
161.00/161.99	c #Conflicts:     261000 | #Constraints:      15169
161.00/161.99	c #Conflicts:     262000 | #Constraints:      16226
161.00/161.99	c #Conflicts:     263000 | #Constraints:      17251
161.00/161.99	c #Conflicts:     264000 | #Constraints:      18254
161.00/161.99	c #Conflicts:     265000 | #Constraints:      19287
161.00/161.99	c #Conflicts:     266000 | #Constraints:      20320
161.00/161.99	c INPROCESSING
161.00/161.99	c GARBAGE COLLECT
161.00/161.99	c rational objective 2.00314
170.98/171.98	c #Conflicts:     267000 | #Constraints:      10874
170.98/171.98	c #Conflicts:     268000 | #Constraints:      11901
170.98/171.98	c #Conflicts:     269000 | #Constraints:      12945
170.98/171.98	c #Conflicts:     270000 | #Constraints:      13955
170.98/171.98	c #Conflicts:     271000 | #Constraints:      14975
170.98/171.98	c #Conflicts:     272000 | #Constraints:      15979
170.98/171.98	c #Conflicts:     273000 | #Constraints:      16980
170.98/171.98	c #Conflicts:     274000 | #Constraints:      17980
170.98/171.98	c #Conflicts:     275000 | #Constraints:      18980
170.98/171.98	c #Conflicts:     276000 | #Constraints:      19980
170.98/171.98	c #Conflicts:     277000 | #Constraints:      20980
170.98/171.98	c INPROCESSING
170.98/171.98	c GARBAGE COLLECT
170.98/171.98	c rational objective 2.00314
181.64/182.66	c #Conflicts:     278000 | #Constraints:      11433
181.64/182.66	c #Conflicts:     279000 | #Constraints:      12467
181.64/182.66	c #Conflicts:     280000 | #Constraints:      13506
181.64/182.66	c #Conflicts:     281000 | #Constraints:      14538
181.64/182.66	c #Conflicts:     282000 | #Constraints:      15585
181.64/182.66	c #Conflicts:     283000 | #Constraints:      16617
181.64/182.66	c #Conflicts:     284000 | #Constraints:      17623
181.64/182.66	c #Conflicts:     285000 | #Constraints:      18623
181.64/182.66	c #Conflicts:     286000 | #Constraints:      19623
181.64/182.66	c #Conflicts:     287000 | #Constraints:      20623
181.64/182.66	c #Conflicts:     288000 | #Constraints:      21623
181.64/182.66	c INPROCESSING
181.64/182.66	c GARBAGE COLLECT
181.64/182.66	c rational objective 2.00314
192.86/193.90	c #Conflicts:     289000 | #Constraints:      11845
192.86/193.90	c #Conflicts:     290000 | #Constraints:      12845
192.86/193.90	c #Conflicts:     291000 | #Constraints:      13845
192.86/193.90	c #Conflicts:     292000 | #Constraints:      14845
192.86/193.90	c #Conflicts:     293000 | #Constraints:      15845
192.86/193.90	c #Conflicts:     294000 | #Constraints:      16845
192.86/193.90	c #Conflicts:     295000 | #Constraints:      17845
192.86/193.90	c #Conflicts:     296000 | #Constraints:      18845
192.86/193.90	c #Conflicts:     297000 | #Constraints:      19845
192.86/193.90	c #Conflicts:     298000 | #Constraints:      20845
192.86/193.90	c #Conflicts:     299000 | #Constraints:      21845
192.86/193.90	c INPROCESSING
192.86/193.90	c GARBAGE COLLECT
192.86/193.90	c rational objective 2.0015
203.93/205.04	c #Conflicts:     300000 | #Constraints:      11956
203.93/205.04	c #Conflicts:     301000 | #Constraints:      12994
203.93/205.04	c #Conflicts:     302000 | #Constraints:      13994
203.93/205.04	c #Conflicts:     303000 | #Constraints:      15038
203.93/205.04	c #Conflicts:     304000 | #Constraints:      16100
203.93/205.04	c #Conflicts:     305000 | #Constraints:      17126
203.93/205.04	c #Conflicts:     306000 | #Constraints:      18167
203.93/205.04	c #Conflicts:     307000 | #Constraints:      19188
203.93/205.04	c #Conflicts:     308000 | #Constraints:      20188
203.93/205.04	c #Conflicts:     309000 | #Constraints:      21209
203.93/205.04	c #Conflicts:     310000 | #Constraints:      22270
203.93/205.04	c INPROCESSING
203.93/205.04	c GARBAGE COLLECT
203.93/205.04	c rational objective 2.00577
214.09/215.24	c #Conflicts:     311000 | #Constraints:      12042
214.09/215.24	c #Conflicts:     312000 | #Constraints:      13062
214.09/215.24	c #Conflicts:     313000 | #Constraints:      14092
214.09/215.24	c #Conflicts:     314000 | #Constraints:      15147
214.09/215.24	c #Conflicts:     315000 | #Constraints:      16215
214.09/215.24	c #Conflicts:     316000 | #Constraints:      17272
214.09/215.24	c #Conflicts:     317000 | #Constraints:      18272
214.09/215.24	c #Conflicts:     318000 | #Constraints:      19277
214.09/215.24	c #Conflicts:     319000 | #Constraints:      20289
214.09/215.24	c #Conflicts:     320000 | #Constraints:      21289
214.09/215.24	c #Conflicts:     321000 | #Constraints:      22292
214.09/215.24	c INPROCESSING
214.09/215.24	c GARBAGE COLLECT
214.09/215.24	c rational objective 2.00163
225.60/226.84	c #Conflicts:     322000 | #Constraints:      11885
225.60/226.84	c #Conflicts:     323000 | #Constraints:      12929
225.60/226.84	c #Conflicts:     324000 | #Constraints:      13933
225.60/226.84	c #Conflicts:     325000 | #Constraints:      14933
225.60/226.84	c #Conflicts:     326000 | #Constraints:      15933
225.60/226.84	c #Conflicts:     327000 | #Constraints:      16933
225.60/226.84	c #Conflicts:     328000 | #Constraints:      17933
225.60/226.84	c #Conflicts:     329000 | #Constraints:      18933
225.60/226.84	c #Conflicts:     330000 | #Constraints:      19933
225.60/226.84	c #Conflicts:     331000 | #Constraints:      20933
225.60/226.84	c #Conflicts:     332000 | #Constraints:      21933
225.60/226.84	c #Conflicts:     333000 | #Constraints:      22933
225.60/226.84	c INPROCESSING
225.60/226.84	c GARBAGE COLLECT
225.60/226.84	c rational objective 2.0016
225.70/226.91	c cpu time 222.97 s
225.70/226.91	c deterministic time 72488451564 7.25e+10
225.70/226.91	c optimization time 8e-05 s
225.70/226.91	c total solve time 222.969 s
225.70/226.91	c core-guided solve time 0 s
225.70/226.91	c propagation time 195.314 s
225.70/226.91	c conflict analysis time 22.9399 s
225.70/226.91	c propagations 2079212
225.70/226.91	c resolve steps 1134510
225.70/226.91	c decisions 502502
225.70/226.91	c conflicts 333205
225.70/226.91	c restarts 767
225.70/226.91	c inprocessing phases 49
225.70/226.91	c garbage collections 49 ,( 100.00 )
225.70/226.91	c input clauses 0 ,( 0.00 )
225.70/226.91	c input cardinalities 0 ,( 0.00 )
225.70/226.91	c input general constraints 2 ,( 100.00 )
225.70/226.91	c input average constraint length 86.00
225.70/226.91	c input average constraint degree 254207637.50
225.70/226.91	c learned clauses 151664 ,( 43.15 )
225.70/226.91	c learned cardinalities 0 ,( 0.00 )
225.70/226.91	c learned general constraints 199847 ,( 56.85 )
225.70/226.91	c learned average constraint length 63.74
225.70/226.91	c learned average constraint degree 89100447.14
225.70/226.91	c watched  CF 32, 64, 128, Arb: 34086 , 0 , 0 , 0
225.70/226.91	c counting CF 32, 64, 128, Arb: 165763 , 0 , 0 , 0
225.70/226.91	c watched   constraints 34086 ,( 17.06 ) 
225.70/226.91	c counting  constraints 165763 ,( 82.94 ) 
225.70/226.91	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 14025941 , 0 , 3570230466 ,( 52670614 , 3517559852 )
225.70/226.91	c gcd simplifications 170102
225.70/226.91	c detected cardinalities 0
225.70/226.91	c weakened non-implied lits 1589516
225.70/226.91	c weakened non-implying lits 3196670
225.70/226.91	c original variables 86
225.70/226.91	c clausal propagations 222899
225.70/226.91	c cardinality propagations 0
225.70/226.91	c watched propagations 43912
225.70/226.91	c counting propagations 1466547
225.70/226.91	c watch lookups 3771447840
225.70/226.91	c watch backjump lookups 0
225.70/226.91	c watch checks 400825946
225.70/226.91	c propagation checks 68202879797
225.70/226.91	c constraint additions 107766858
225.70/226.91	c trail pops 2914919
225.70/226.91	c formula constraints 2
225.70/226.91	c learned constraints 333205
225.70/226.91	c bound constraints 0
225.70/226.91	c core-guided constraints 0
225.70/226.91	c encountered formula constraints 875606
225.70/226.91	c encountered learned constraints 592109
225.70/226.91	c encountered bound constraints 0
225.70/226.91	c encountered core-guided constraints 0
225.70/226.91	c LP total time 4.40635 s
225.70/226.91	c LP solve time 1.97 s
225.70/226.91	c LP constraints added 80
225.70/226.91	c LP constraints removed 72
225.70/226.91	c LP pivots internal 33321
225.70/226.91	c LP pivots root 1168
225.70/226.91	c LP calls 25286
225.70/226.91	c LP optimalities 6383
225.70/226.91	c LP no pivot count 636
225.70/226.91	c LP infeasibilities 18881
225.70/226.91	c LP valid Farkas constraints 18264
225.70/226.91	c LP learned Farkas constraints 0
225.70/226.91	c LP basis resets 22
225.70/226.91	c LP cycling count 9
225.70/226.91	c LP singular count 13
225.70/226.91	c LP no primal count 0
225.70/226.91	c LP no farkas count 0
225.70/226.91	c LP other issue count 0
225.70/226.91	c LP Gomory cuts 42
225.70/226.91	c LP learned cuts 38
225.70/226.91	c LP deleted cuts 74
225.70/226.91	c LP encountered Gomory constraints 0
225.70/226.91	c LP encountered Farkas constraints 0
225.70/226.91	c LP encountered learned Farkas constraints 0
225.70/226.91	c CG auxiliary variables introduced 0
225.70/226.91	c CG solutions found 0
225.70/226.91	c CG cores constructed 0
225.70/226.91	c CG core cardinality constraints returned 0
225.70/226.91	c CG unit cores 0
225.70/226.91	c CG single cores 0
225.70/226.91	c CG blocks removed during cardinality reduction 0
225.70/226.91	c CG first core best 0
225.70/226.91	c CG decision core best 0
225.70/226.91	c CG core reduction tie 0
225.70/226.91	c CG core degree average 0.00
225.70/226.91	c CG core slack average 0.00
225.70/226.91	c CG core upper bound improvements 0
225.70/226.91	c STR number of successful calls 0
225.70/226.91	c STR number of unsuccessful calls 0
225.70/226.91	c STR number of inconclusive calls 0
225.70/226.91	c STR number of successful attempts 0
225.70/226.91	c STR number of unsuccessful attempts 0
225.70/226.91	c STR number of inconclusive attempts 0
225.70/226.91	c STR average degree increase per successful call inf
225.70/226.91	c STR average degree increase per successful attempt inf
225.70/226.91	c STR total number of conflicts for successful attempts 0
225.70/226.91	c STR total number of conflicts for unsuccessful attempts 0
225.70/226.91	c STR total number of conflicts for inconclusive attempts 0
225.70/226.91	c STR average number of conflicts per successful attempt inf
225.70/226.91	c STR average number of conflicts per unsuccessful attempt inf
225.70/226.91	c STR average number of conflicts per inconclusive attempt inf
225.70/226.91	c AVG.sumWPerc 70.06 
225.70/226.91	c bigint constraints 0 
225.70/226.91	s SATISFIABLE
225.70/226.91	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 x16 -x17 -x18 -x19 x20 -x21 x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86

Verifier Data

OK	0

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=18793, runsolver pid=18790

[startup+0.100058 s]*
/proc/loadavg: 4.13 4.10 4.01 5/273 18796
/proc/meminfo: memFree=119392952/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=56480 memory=13520 CPUtime=0.07 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 704 0 0 0 7 0 0 0 20 0 1 0 31417734 57835520 3380 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 14120 3380 2400 1147 0 1547 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60672 KiB
Current children cumulated memory: 16592 KiB

[startup+0.205658 s]*
/proc/loadavg: 4.13 4.10 4.01 5/273 18796
/proc/meminfo: memFree=119392952/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=57316 memory=14288 CPUtime=0.18 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 877 0 0 0 17 1 0 0 20 0 1 0 31417734 58691584 3572 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 14329 3572 2400 1147 0 1756 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 61508 KiB
Current children cumulated memory: 17360 KiB

[startup+0.305148 s]*
/proc/loadavg: 4.13 4.10 4.01 5/273 18796
/proc/meminfo: memFree=119392196/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=57748 memory=14672 CPUtime=0.28 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 997 0 0 0 27 1 0 0 20 0 1 0 31417734 59133952 3668 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 14437 3668 2400 1147 0 1864 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 61940 KiB
Current children cumulated memory: 17744 KiB

[startup+0.700152 s]
/proc/loadavg: 4.13 4.10 4.01 5/273 18796
/proc/meminfo: memFree=119389260/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=59260 memory=16080 CPUtime=0.67 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 1322 0 0 0 64 3 0 0 20 0 1 0 31417734 60682240 4020 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 14815 4020 2400 1147 0 2242 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 63452 KiB
Current children cumulated memory: 19152 KiB

[startup+1.50014 s]
/proc/loadavg: 4.12 4.09 4.01 5/273 18796
/proc/meminfo: memFree=119377164/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=60688 memory=17488 CPUtime=1.47 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 1675 0 0 0 142 5 0 0 20 0 1 0 31417734 62144512 4372 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 15172 4372 2400 1147 0 2599 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 64880 KiB
Current children cumulated memory: 20560 KiB

[startup+3.10546 s]
/proc/loadavg: 4.12 4.09 4.01 5/273 18796
/proc/meminfo: memFree=119345160/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=62752 memory=20968 CPUtime=3.07 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 2036 0 0 0 299 8 0 0 20 0 1 0 31417734 64258048 5242 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 15688 5242 2400 1147 0 3115 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 66944 KiB
Current children cumulated memory: 24040 KiB

[startup+6.30014 s]
/proc/loadavg: 4.11 4.09 4.01 5/273 18796
/proc/meminfo: memFree=119308456/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=64544 memory=22504 CPUtime=6.25 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 2446 0 0 0 612 13 0 0 20 0 1 0 31417734 66093056 5626 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 16136 5626 2400 1147 0 3563 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 68736 KiB
Current children cumulated memory: 25576 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.01 5/273 18796
/proc/meminfo: memFree=119226684/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=70796 memory=25704 CPUtime=12.63 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 3254 0 0 0 1238 25 0 0 20 0 1 0 31417734 72495104 6426 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 17699 6426 2400 1147 0 5126 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 74988 KiB
Current children cumulated memory: 28776 KiB

[startup+25.5001 s]
/proc/loadavg: 4.09 4.09 4.01 5/273 18796
/proc/meminfo: memFree=119098836/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=74584 memory=29416 CPUtime=25.39 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 4130 0 0 0 2493 46 0 0 20 0 1 0 31417734 76374016 7354 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 18646 7354 2464 1147 0 6073 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 78776 KiB
Current children cumulated memory: 32488 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.09 4.01 5/274 18798
/proc/meminfo: memFree=118885152/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=76816 memory=32872 CPUtime=50.75 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 4953 0 0 0 4986 89 0 0 20 0 1 0 31417734 78659584 8218 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 19204 8218 2496 1147 0 6631 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 81008 KiB
Current children cumulated memory: 35944 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/274 18799
/proc/meminfo: memFree=118498252/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=87812 memory=38628 CPUtime=101.67 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 7196 0 0 0 10019 148 0 0 20 0 1 0 31417734 89919488 9657 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 21953 9657 2496 1147 0 9380 0
Current children cumulated CPU time: 101.67 s
Current children cumulated vsize: 92004 KiB
Current children cumulated memory: 41700 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/275 18802
/proc/meminfo: memFree=117991072/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=91364 memory=44100 CPUtime=161.41 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 8530 0 0 0 15930 211 0 0 20 0 1 0 31417734 93556736 11025 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 22841 11025 2496 1147 0 10268 0
Current children cumulated CPU time: 161.41 s
Current children cumulated vsize: 95556 KiB
Current children cumulated memory: 47172 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117589032/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=92776 memory=46376 CPUtime=221.12 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 9193 0 0 0 21843 269 0 0 20 0 1 0 31417734 95002624 11594 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23194 11594 2496 1147 0 10621 0
Current children cumulated CPU time: 221.12 s
Current children cumulated vsize: 96968 KiB
Current children cumulated memory: 49448 KiB

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

# cumulated CPU time of all completed processes:  user=222.976 s, system=2.74328 s

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

[startup+224 s]*
/proc/loadavg: 4.11 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117571184/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=92776 memory=46376 CPUtime=222.82 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 9195 0 0 0 22011 271 0 0 20 0 1 0 31417734 95002624 11594 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23194 11594 2496 1147 0 10621 0
Current children cumulated CPU time: 222.82 s
Current children cumulated vsize: 96968 KiB
Current children cumulated memory: 49448 KiB

[startup+225.6 s]
/proc/loadavg: 4.11 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117563504/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=92776 memory=46376 CPUtime=224.41 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 9198 0 0 0 22168 273 0 0 20 0 1 0 31417734 95002624 11594 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23194 11594 2496 1147 0 10621 0
Current children cumulated CPU time: 224.41 s
Current children cumulated vsize: 96968 KiB
Current children cumulated memory: 49448 KiB

[startup+226.4 s]
/proc/loadavg: 4.10 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117555440/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=93000 memory=46504 CPUtime=225.21 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 9226 0 0 0 22248 273 0 0 20 0 1 0 31417734 95232000 11626 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23250 11626 2496 1147 0 10677 0
Current children cumulated CPU time: 225.21 s
Current children cumulated vsize: 97192 KiB
Current children cumulated memory: 49576 KiB

[startup+226.8 s]
/proc/loadavg: 4.10 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117555440/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=93256 memory=46632 CPUtime=225.6 cores=5,7
/proc/18796/stat : 18796 (roundingsat) R 18793 18793 15084 0 -1 4194304 9283 0 0 0 22287 273 0 0 20 0 1 0 31417734 95494144 11658 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23314 11658 2496 1147 0 10741 0
Current children cumulated CPU time: 225.6 s
Current children cumulated vsize: 97448 KiB
Current children cumulated memory: 49704 KiB

[startup+226.9 s]
/proc/loadavg: 4.10 4.09 4.01 5/275 18806
/proc/meminfo: memFree=117555440/131249988 swapFree=33010684/33010684
[pid=18793] ppid=18790 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/18793/stat : 18793 (run-dec-break-l) S 18790 18793 15084 0 -1 4194304 239 210 0 0 0 0 0 0 20 0 1 0 31417732 4292608 768 18446744073709551615 94603486171136 94603487065669 140727244992160 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94603487304720 94603487352464 94603494825984 140727244994837 140727244995038 140727244995038 140727245000640 0
/proc/18793/statm: 1048 768 704 219 0 110 0
[pid=18796] ppid=18793 vsize=93544 memory=47016 CPUtime=225.7 cores=5,7
/proc/18796/stat : 18796 (roundingsat) D 18793 18793 15084 0 -1 4194304 9369 0 0 0 22297 273 0 0 20 0 1 0 31417734 95789056 11754 18446744073709551615 4227072 8923433 140732013437328 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 11010048 140732013439220 140732013439528 140732013439528 140732013445098 0
/proc/18796/statm: 23386 11754 2496 1147 0 10813 0
Current children cumulated CPU time: 225.7 s
Current children cumulated vsize: 97736 KiB
Current children cumulated memory: 50088 KiB

Child status: 0

Real time (s): 226.914
CPU time (s): 225.719
CPU user time (s): 222.976
CPU system time (s): 2.74328
CPU usage (%): 99.4736
Max. virtual memory (cumulated for all children) (KiB): 97736
Max. memory (cumulated for all children) (KiB): 50088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.976
system time used= 2.74328
maximum resident set size= 47016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 837776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361
involuntary context switches= 1381


# summary of solver processes directly reported to runsolver:
#   pid: 18793
#   total CPU time (s): 225.719
#   total CPU user time (s): 222.976
#   total CPU system time (s): 2.74328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.527516 second user time and 0.96764 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 02:36:32
IDJOB=4496005
IDBENCH=148104
IDSOLVER=3358
FILE ID=nodeC031/4496005-1751157392
RUNJOBID= nodeC031-1751155546-15097
SLURM_JOB_ID= 9587472
Free space on /tmp= 433032 MiB

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

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=1238866302

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.885
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.880
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3572.744
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3594.606
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.886
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3579.982
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.345
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.861
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        119393048 kB
MemAvailable:   128536204 kB
Buffers:            3280 kB
Cached:          9943572 kB
SwapCached:            0 kB
Active:          1535784 kB
Inactive:        9724456 kB
Active(anon):    1331548 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  9724456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            110072 kB
Writeback:            12 kB
AnonPages:       1313096 kB
Mapped:           117144 kB
Shmem:             18064 kB
KReclaimable:     107404 kB
Slab:             196188 kB
SReclaimable:     107404 kB
SUnreclaim:        88784 kB
KernelStack:        4368 kB
PageTables:         5752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1863900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC031 at 2025-06-29 02:40:19