Trace number 4517006

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 174.302 174.773

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-21array_ineq8.opb
MD5SUM15ee35ebe220ef81377737899de34856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.82912
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2793
Total number of constraints3760
Number of constraints which are clauses2772
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints967
Minimum length of a constraint1
Maximum length of a constraint84
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 2199023255552
Number of bits of the biggest number in a constraint 42
Biggest sum of numbers in a constraint 8796093022207
Number of bits of the biggest sum of numbers43
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-4517006-1751225034.opb'
0.00/0.01	c 	read 0.12MB  (1.92ms)
0.00/0.01	c	 [cnf: #variables 2793 #clauses 3760 #duplicates 0 #arr 10983]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (3.09ms)
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.70ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 14849 #edges 38558]
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.93ms)
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-4517006-1751225034.opb.pre'
0.00/0.01	c 	wrote 0.12MB (0.36ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   3.09ms 41.92% approx_orbits
0.00/0.01	c                   1.92ms 26.02% parse
0.00/0.01	c                   0.93ms 12.60% detect_generic
0.00/0.01	c                   0.70ms  9.47% detect_special
0.00/0.01	c                   0.36ms  4.82% output
0.00/0.01	c                   0.30ms  4.03% other
0.00/0.01	c                   0.08ms  1.14% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   7.37ms   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.04	c #variables 2793 #constraints 3620
5.44/5.56	c #Conflicts:       1000 | #Constraints:       4619
5.44/5.56	c #Conflicts:       2000 | #Constraints:       5619
5.44/5.56	c INPROCESSING
5.44/5.56	c GARBAGE COLLECT
5.44/5.56	c #Conflicts:       3000 | #Constraints:       5222
5.44/5.56	c #Conflicts:       4000 | #Constraints:       6222
5.44/5.56	c INPROCESSING
5.44/5.56	c GARBAGE COLLECT
5.44/5.56	c #Conflicts:       5000 | #Constraints:       5685
5.44/5.56	c #Conflicts:       6000 | #Constraints:       6685
5.44/5.56	c INPROCESSING
5.44/5.56	c GARBAGE COLLECT
5.44/5.56	c #Conflicts:       7000 | #Constraints:       5746
5.44/5.56	c #Conflicts:       8000 | #Constraints:       6746
5.44/5.56	c #Conflicts:       9000 | #Constraints:       7746
5.44/5.56	c INPROCESSING
5.44/5.56	c GARBAGE COLLECT
5.44/5.56	c #Conflicts:      10000 | #Constraints:       6490
5.44/5.56	c #Conflicts:      11000 | #Constraints:       7490
5.44/5.56	c #Conflicts:      12000 | #Constraints:       8491
5.44/5.56	c #Conflicts:      13000 | #Constraints:       9491
5.44/5.56	c #Conflicts:      14000 | #Constraints:      10491
5.44/5.56	c #Conflicts:      15000 | #Constraints:      11491
5.44/5.56	c #Conflicts:      16000 | #Constraints:      12491
5.44/5.56	c INPROCESSING
5.44/5.56	c GARBAGE COLLECT
5.44/5.56	c rational objective 464.111
111.56/111.96	c #Conflicts:      17000 | #Constraints:       8713
111.56/111.96	c #Conflicts:      18000 | #Constraints:       9713
111.56/111.96	c #Conflicts:      19000 | #Constraints:      10713
111.56/111.96	c #Conflicts:      20000 | #Constraints:      11713
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      21000 | #Constraints:       8315
111.56/111.96	c #Conflicts:      22000 | #Constraints:       9315
111.56/111.96	c #Conflicts:      23000 | #Constraints:      10315
111.56/111.96	c #Conflicts:      24000 | #Constraints:      11315
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      25000 | #Constraints:       8126
111.56/111.96	c #Conflicts:      26000 | #Constraints:       9126
111.56/111.96	c #Conflicts:      27000 | #Constraints:      10126
111.56/111.96	c #Conflicts:      28000 | #Constraints:      11126
111.56/111.96	c #Conflicts:      29000 | #Constraints:      12126
111.56/111.96	c #Conflicts:      30000 | #Constraints:      13126
111.56/111.96	c #Conflicts:      31000 | #Constraints:      14126
111.56/111.96	c #Conflicts:      32000 | #Constraints:      15126
111.56/111.96	c #Conflicts:      33000 | #Constraints:      16126
111.56/111.96	c #Conflicts:      34000 | #Constraints:      17126
111.56/111.96	c #Conflicts:      35000 | #Constraints:      18126
111.56/111.96	c #Conflicts:      36000 | #Constraints:      19126
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      37000 | #Constraints:      12305
111.56/111.96	c #Conflicts:      38000 | #Constraints:      13305
111.56/111.96	c #Conflicts:      39000 | #Constraints:      14305
111.56/111.96	c #Conflicts:      40000 | #Constraints:      15305
111.56/111.96	c #Conflicts:      41000 | #Constraints:      16305
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      42000 | #Constraints:      10697
111.56/111.96	c #Conflicts:      43000 | #Constraints:      11697
111.56/111.96	c #Conflicts:      44000 | #Constraints:      12697
111.56/111.96	c #Conflicts:      45000 | #Constraints:      13697
111.56/111.96	c #Conflicts:      46000 | #Constraints:      14697
111.56/111.96	c #Conflicts:      47000 | #Constraints:      15697
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      48000 | #Constraints:      10606
111.56/111.96	c #Conflicts:      49000 | #Constraints:      11606
111.56/111.96	c #Conflicts:      50000 | #Constraints:      12606
111.56/111.96	c #Conflicts:      51000 | #Constraints:      13606
111.56/111.96	c #Conflicts:      52000 | #Constraints:      14606
111.56/111.96	c #Conflicts:      53000 | #Constraints:      15606
111.56/111.96	c #Conflicts:      54000 | #Constraints:      16606
111.56/111.96	c #Conflicts:      55000 | #Constraints:      17606
111.56/111.96	c #Conflicts:      56000 | #Constraints:      18606
111.56/111.96	c #Conflicts:      57000 | #Constraints:      19606
111.56/111.96	c #Conflicts:      58000 | #Constraints:      20606
111.56/111.96	c #Conflicts:      59000 | #Constraints:      21606
111.56/111.96	c #Conflicts:      60000 | #Constraints:      22606
111.56/111.96	c #Conflicts:      61000 | #Constraints:      23606
111.56/111.96	c #Conflicts:      62000 | #Constraints:      24606
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      63000 | #Constraints:      14729
111.56/111.96	c #Conflicts:      64000 | #Constraints:      15729
111.56/111.96	c #Conflicts:      65000 | #Constraints:      16729
111.56/111.96	c #Conflicts:      66000 | #Constraints:      17729
111.56/111.96	c #Conflicts:      67000 | #Constraints:      18729
111.56/111.96	c #Conflicts:      68000 | #Constraints:      19729
111.56/111.96	c #Conflicts:      69000 | #Constraints:      20729
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      70000 | #Constraints:      12808
111.56/111.96	c #Conflicts:      71000 | #Constraints:      13808
111.56/111.96	c #Conflicts:      72000 | #Constraints:      14809
111.56/111.96	c #Conflicts:      73000 | #Constraints:      15809
111.56/111.96	c #Conflicts:      74000 | #Constraints:      16809
111.56/111.96	c #Conflicts:      75000 | #Constraints:      17809
111.56/111.96	c #Conflicts:      76000 | #Constraints:      18809
111.56/111.96	c INPROCESSING
111.56/111.96	c GARBAGE COLLECT
111.56/111.96	c #Conflicts:      77000 | #Constraints:      11812
111.56/111.96	c #Conflicts:      78000 | #Constraints:      12812
111.56/111.96	c #Conflicts:      79000 | #Constraints:      13812
111.56/111.96	c #Conflicts:      80000 | #Constraints:      14812
111.56/111.96	c #Conflicts:      81000 | #Constraints:      15812
111.56/111.96	c #Conflicts:      82000 | #Constraints:      16812
111.56/111.96	c #Conflicts:      83000 | #Constraints:      17812
111.56/111.96	c #Conflicts:      84000 | #Constraints:      18812
111.56/111.96	c #Conflicts:      85000 | #Constraints:      19812
111.56/111.96	c #Conflicts:      86000 | #Constraints:      20812
111.56/111.96	c #Conflicts:      87000 | #Constraints:      21812
111.56/111.96	c #Conflicts:      88000 | #Constraints:      22812
111.56/111.96	c #Conflicts:      89000 | #Constraints:      23812
111.56/111.96	c #Conflicts:      90000 | #Constraints:      24812
149.37/149.85	c #Conflicts:      91000 | #Constraints:      25812
149.37/149.85	c #Conflicts:      92000 | #Constraints:      26812
149.37/149.85	c #Conflicts:      93000 | #Constraints:      27812
149.37/149.85	c #Conflicts:      94000 | #Constraints:      28812
149.37/149.85	c #Conflicts:      95000 | #Constraints:      29812
149.37/149.85	c #Conflicts:      96000 | #Constraints:      30812
149.37/149.85	c INPROCESSING
149.37/149.85	c GARBAGE COLLECT
149.37/149.85	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[6]: 6 -2.70046 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[8]: 6 -0.702383 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[9]: 6 -5.64384 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[10]: 6 -2.06839 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[11]: 6 -5.64384 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[12]: 6 -2.21321 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[14]: 6 -3.42792 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[16]: 6 -4.21655 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[17]: 6 -5.64384 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[21]: 6 -4.56959 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[49]: 6 0 3.9223 shouldn't be
149.37/149.85	WSVECS04 Frhs2[55]: 6 0 18.1837 shouldn't be
149.37/149.85	WSVECS04 Frhs2[57]: 6 0 37.687 shouldn't be
149.37/149.85	WSVECS04 Frhs2[61]: 6 0 649.942 shouldn't be
149.37/149.85	WSVECS04 Frhs2[161]: 6 -1.23576 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[191]: 6 -2 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[197]: 6 -0.0598483 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[199]: 6 -2.0654 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[203]: 6 -1.58545 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[205]: 6 -2 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[209]: 6 -11.4844 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[275]: 6 -1.99994 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[277]: 6 -1.99927 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[279]: 6 -2.23939 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[281]: 6 -2.92632 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[283]: 6 -3.04639 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[285]: 6 -4.3418 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[287]: 6 -4.99609 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[289]: 6 -13.4844 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[317]: 6 -1.99976 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[323]: 6 -5.70527 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[325]: 6 -6.18555 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[327]: 6 -9.65377 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[329]: 6 -13.9844 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[443]: 6 -1.98438 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[445]: 6 -1.8125 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[447]: 6 -40.0383 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[449]: 6 -187.576 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[527]: 6 -1.75 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[573]: 6 0 1.78941 shouldn't be
149.37/149.85	WSVECS04 Frhs2[575]: 6 0 1.97388 shouldn't be
149.37/149.85	WSVECS04 Frhs2[581]: 6 0 4.84351 shouldn't be
149.37/149.85	WSVECS04 Frhs2[645]: 6 -4 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[680]: 6 0 1.37109 shouldn't be
149.37/149.85	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[738]: 6 0 2 shouldn't be
149.37/149.85	WSVECS04 Frhs2[743]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[761]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[763]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[765]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[792]: 6 0 4.81152 shouldn't be
149.37/149.85	WSVECS04 Frhs2[805]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[825]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[883]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[903]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[905]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[929]: 6 -2 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[949]: 6 -23.9688 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[953]: 6 -1958.39 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[969]: 6 0 1.5 shouldn't be
149.37/149.85	WSVECS04 Frhs2[978]: 6 -0.240853 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[986]: 6 -0.141114 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1002]: 6 -2.01626 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1005]: 6 -0.258057 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1006]: 6 -1.14111 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1007]: 6 -0.282227 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1017]: 6 -0.186943 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1021]: 6 -1.61788 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1023]: 6 -2.3363 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1025]: 6 -1.19507 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1044]: 6 -1.41455 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1047]: 6 -0.282227 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1086]: 6 -0.658203 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1207]: 6 -0.094727 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1227]: 6 -1.15723 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1228]: 6 -0.189453 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1279]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1376]: 6 0 141.083 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1433]: 6 -1.99775 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1436]: 6 -3 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1437]: 6 -2.00167 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1438]: 6 -1.96875 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1439]: 6 -2.00593 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1440]: 6 -1.91995 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1442]: 6 -1.38951 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1478]: 6 -2.00302 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1479]: 6 -2.00666 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1480]: 6 -1.875 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1481]: 6 -2.02371 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1482]: 6 -1.6798 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1484]: 6 -0.633799 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1487]: 6 -1.12598 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1489]: 6 0 1.12109 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1517]: 6 -1.96395 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1518]: 6 -2.01865 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1520]: 6 -2.01209 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1521]: 6 -2.02664 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1522]: 6 -1.5 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1523]: 6 -2.09484 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1524]: 6 -1.18967 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1526]: 6 -1.70361 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1527]: 6 0 0.181819 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1531]: 6 0 13.4844 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1559]: 6 -2.05292 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1560]: 6 -2.07459 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1562]: 6 -2.04836 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1563]: 6 -2.10656 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1564]: 6 -1.06839 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1565]: 6 -1.92993 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1569]: 6 0 0.371095 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1602]: 6 -2.29837 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1604]: 6 -2.19346 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1605]: 6 -1.97681 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1607]: 6 -1.71973 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1609]: 6 0 0.371094 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1611]: 6 0 10.4844 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1643]: 6 -2.84673 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1644]: 6 -3.19346 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1647]: 6 -1.90723 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1649]: 6 -0.878907 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1651]: 6 0 4.48438 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1652]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1685]: 6 -5.38692 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1686]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1689]: 6 -1.62891 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1692]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1694]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1733]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1734]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1738]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1769]: 6 -6.31957 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1771]: 6 0 12.4844 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1772]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1773]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1774]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1775]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1811]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1814]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1815]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1817]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1886]: 6 0 0.560547 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1921]: 6 -1.64726 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1926]: 6 0 1 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1943]: 6 -1.81445 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[1959]: 6 -0.949342 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2002]: 6 0 1 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2005]: 6 -9 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2022]: 6 0 1 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2042]: 6 0 1 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2077]: 6 -1.37891 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2080]: 6 0 12 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2099]: 6 0 14 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2152]: 6 -4.15979 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2212]: 6 0 18.2783 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2233]: 6 -5 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2272]: 6 -1.99999 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2279]: 6 -0.980375 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2315]: 6 -0.00450689 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2318]: 6 -1.00015 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2321]: 6 -0.908096 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2339]: 6 -1.00031 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2342]: 6 -0.816192 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2347]: 6 -1.06299 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2360]: 6 -1.00061 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2384]: 6 -0.264766 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2386]: 6 -1.64726 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2407]: 6 -1.29452 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2423]: 6 -1.00491 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2428]: 6 -1.40723 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2444]: 6 -1.00983 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2465]: 6 -1.01965 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2486]: 6 -1.03931 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2507]: 6 -1.07861 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2566]: 6 -12.4619 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2570]: 6 -1.62891 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2608]: 6 -30.3 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2753]: 6 -0.999999 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2754]: 6 -0.999997 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2756]: 6 -0.999986 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2757]: 6 -0.999972 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2758]: 6 -0.999944 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2759]: 6 -0.999887 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2761]: 6 -0.999544 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2762]: 6 -0.999087 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2763]: 6 -0.998173 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2768]: 6 -0.941529 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2769]: 6 -0.883057 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2770]: 6 -0.766114 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2771]: 6 -0.532227 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2772]: 6 -0.0644537 0 shouldn't be
149.37/149.85	WSVECS04 Frhs2[2786]: 6 -9217 0 shouldn't be
174.20/174.76	c #Conflicts:      97000 | #Constraints:      17745
174.20/174.76	c #Conflicts:      98000 | #Constraints:      18745
174.20/174.76	c #Conflicts:      99000 | #Constraints:      19745
174.20/174.76	c #Conflicts:     100000 | #Constraints:      20745
174.20/174.76	c #Conflicts:     101000 | #Constraints:      21745
174.20/174.76	c #Conflicts:     102000 | #Constraints:      22745
174.20/174.76	c #Conflicts:     103000 | #Constraints:      23745
174.20/174.76	c #Conflicts:     104000 | #Constraints:      24745
174.20/174.76	c #Conflicts:     105000 | #Constraints:      25745
174.20/174.76	c INPROCESSING
174.20/174.76	c GARBAGE COLLECT
174.20/174.76	c #Conflicts:     106000 | #Constraints:      14483
174.20/174.76	c #Conflicts:     107000 | #Constraints:      15483
174.20/174.76	c #Conflicts:     108000 | #Constraints:      16483
174.20/174.76	c cpu time 173.655 s
174.20/174.76	c deterministic time 9424478384 9.42e+09
174.20/174.76	c optimization time 2.7e-05 s
174.20/174.76	c total solve time 173.649 s
174.20/174.76	c core-guided solve time 0 s
174.20/174.76	c propagation time 120.276 s
174.20/174.76	c conflict analysis time 49.706 s
174.20/174.76	c propagations 30589144
174.20/174.76	c resolve steps 10061579
174.20/174.76	c decisions 156964
174.20/174.76	c conflicts 108815
174.20/174.76	c restarts 284
174.20/174.76	c inprocessing phases 15
174.20/174.76	c garbage collections 15 ,( 100.00 )
174.20/174.76	c input clauses 1998 ,( 55.19 )
174.20/174.76	c input cardinalities 1 ,( 0.03 )
174.20/174.76	c input general constraints 1621 ,( 44.78 )
174.20/174.76	c input average constraint length 3.12
174.20/174.76	c input average constraint degree 1214929977.25
174.20/174.76	c learned clauses 36554 ,( 33.58 )
174.20/174.76	c learned cardinalities 43 ,( 0.04 )
174.20/174.76	c learned general constraints 72252 ,( 66.38 )
174.20/174.76	c learned average constraint length 148.22
174.20/174.76	c learned average constraint degree 190045369.10
174.20/174.76	c watched  CF 32, 64, 128, Arb: 4889 , 0 , 0 , 0
174.20/174.76	c counting CF 32, 64, 128, Arb: 68983 , 1 , 0 , 0
174.20/174.76	c watched   constraints 4889 ,( 6.62 ) 
174.20/174.76	c counting  constraints 68984 ,( 93.38 ) 
174.20/174.76	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 31804988 , 302362 , 4017228667 ,( 3955590 , 4013273077 )
174.20/174.76	c gcd simplifications 2187
174.20/174.76	c detected cardinalities 28
174.20/174.76	c weakened non-implied lits 3604129
174.20/174.76	c weakened non-implying lits 21952
174.20/174.76	c original variables 2793
174.20/174.76	c clausal propagations 10704073
174.20/174.76	c cardinality propagations 8667
174.20/174.76	c watched propagations 129310
174.20/174.76	c counting propagations 19636896
174.20/174.76	c watch lookups 5516412005
174.20/174.76	c watch backjump lookups 0
174.20/174.76	c watch checks 109726314
174.20/174.76	c propagation checks 3650708739
174.20/174.76	c constraint additions 86004845
174.20/174.76	c trail pops 30853927
174.20/174.76	c formula constraints 3620
174.20/174.76	c learned constraints 108813
174.20/174.76	c bound constraints 0
174.20/174.76	c core-guided constraints 0
174.20/174.76	c encountered formula constraints 7471592
174.20/174.76	c encountered learned constraints 2652965
174.20/174.76	c encountered bound constraints 0
174.20/174.76	c encountered core-guided constraints 0
174.20/174.76	c LP total time 2.89116 s
174.20/174.76	c LP solve time 2.76 s
174.20/174.76	c LP constraints added 3726
174.20/174.76	c LP constraints removed 0
174.20/174.76	c LP pivots internal 13793
174.20/174.76	c LP pivots root 12652
174.20/174.76	c LP calls 16
174.20/174.76	c LP optimalities 5
174.20/174.76	c LP no pivot count 0
174.20/174.76	c LP infeasibilities 2
174.20/174.76	c LP valid Farkas constraints 2
174.20/174.76	c LP learned Farkas constraints 1
174.20/174.76	c LP basis resets 6
174.20/174.76	c LP cycling count 1
174.20/174.76	c LP singular count 5
174.20/174.76	c LP no primal count 0
174.20/174.76	c LP no farkas count 0
174.20/174.76	c LP other issue count 0
174.20/174.76	c LP Gomory cuts 33
174.20/174.76	c LP learned cuts 73
174.20/174.76	c LP deleted cuts 0
174.20/174.76	c LP encountered Gomory constraints 25203
174.20/174.76	c LP encountered Farkas constraints 20631
174.20/174.76	c LP encountered learned Farkas constraints 2
174.20/174.76	c CG auxiliary variables introduced 0
174.20/174.76	c CG solutions found 0
174.20/174.76	c CG cores constructed 0
174.20/174.76	c CG core cardinality constraints returned 0
174.20/174.76	c CG unit cores 0
174.20/174.76	c CG single cores 0
174.20/174.76	c CG blocks removed during cardinality reduction 0
174.20/174.76	c CG first core best 0
174.20/174.76	c CG decision core best 0
174.20/174.76	c CG core reduction tie 0
174.20/174.76	c CG core degree average 0.00
174.20/174.76	c CG core slack average 0.00
174.20/174.76	c CG core upper bound improvements 0
174.20/174.76	c STR number of successful calls 0
174.20/174.76	c STR number of unsuccessful calls 0
174.20/174.76	c STR number of inconclusive calls 0
174.20/174.76	c STR number of successful attempts 0
174.20/174.76	c STR number of unsuccessful attempts 0
174.20/174.76	c STR number of inconclusive attempts 0
174.20/174.76	c STR average degree increase per successful call inf
174.20/174.76	c STR average degree increase per successful attempt inf
174.20/174.76	c STR total number of conflicts for successful attempts 0
174.20/174.76	c STR total number of conflicts for unsuccessful attempts 0
174.20/174.76	c STR total number of conflicts for inconclusive attempts 0
174.20/174.76	c STR average number of conflicts per successful attempt inf
174.20/174.76	c STR average number of conflicts per unsuccessful attempt inf
174.20/174.76	c STR average number of conflicts per inconclusive attempt inf
174.20/174.77	c AVG.sumWPerc 87.26 
174.20/174.77	c bigint constraints 1 
174.20/174.77	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62878 MiB free)
  memory of node 1: 64507 MiB (60364 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=34708, runsolver pid=34705

[startup+0.100063 s]*
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126200836/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=62804 memory=19080 CPUtime=0.06 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 2657 0 0 0 5 1 0 0 20 0 1 0 38181207 64311296 4770 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 15701 4770 2336 1147 0 3128 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66996 KiB
Current children cumulated memory: 22024 KiB

[startup+0.205861 s]*
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126200836/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=63388 memory=19848 CPUtime=0.17 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 2810 0 0 0 16 1 0 0 20 0 1 0 38181207 64909312 4962 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 15847 4962 2368 1147 0 3274 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 67580 KiB
Current children cumulated memory: 22792 KiB

[startup+0.305808 s]*
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126200836/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=63388 memory=19848 CPUtime=0.26 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 2839 0 0 0 25 1 0 0 20 0 1 0 38181207 64909312 4962 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 15847 4962 2368 1147 0 3274 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 67580 KiB
Current children cumulated memory: 22792 KiB

[startup+0.700191 s]
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126200836/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=64592 memory=21000 CPUtime=0.65 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 3114 0 0 0 63 2 0 0 20 0 1 0 38181207 66142208 5250 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 16148 5250 2368 1147 0 3575 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 68784 KiB
Current children cumulated memory: 23944 KiB

[startup+1.5002 s]
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126201088/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=66576 memory=23304 CPUtime=1.45 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 3628 0 0 0 142 3 0 0 20 0 1 0 38181207 68173824 5826 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 16644 5826 2432 1147 0 4071 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 70768 KiB
Current children cumulated memory: 26248 KiB

[startup+3.10476 s]
/proc/loadavg: 4.08 4.11 4.09 5/270 34711
/proc/meminfo: memFree=126201148/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=68368 memory=24840 CPUtime=3.05 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 3981 0 0 0 300 5 0 0 20 0 1 0 38181207 70008832 6210 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 17092 6210 2464 1147 0 4519 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 72560 KiB
Current children cumulated memory: 27784 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.13 4.09 5/270 34711
/proc/meminfo: memFree=126189072/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=80800 memory=37160 CPUtime=6.24 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 6555 0 0 0 615 9 0 0 20 0 1 0 38181207 82739200 9290 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 20200 9290 2464 1147 0 7627 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 84992 KiB
Current children cumulated memory: 40104 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 34711
/proc/meminfo: memFree=126181024/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=82836 memory=39208 CPUtime=12.62 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 7090 0 0 0 1249 13 0 0 20 0 1 0 38181207 84824064 9802 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 20709 9802 2464 1147 0 8136 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 87028 KiB
Current children cumulated memory: 42152 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.09 5/270 34711
/proc/meminfo: memFree=126156772/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=108288 memory=57428 CPUtime=25.39 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 11139 0 0 0 2520 19 0 0 20 0 1 0 38181207 110886912 14357 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 27072 14357 2464 1147 0 14499 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 112480 KiB
Current children cumulated memory: 60372 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126205000/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=118640 memory=70664 CPUtime=50.94 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 13400 0 0 0 5065 29 0 0 20 0 1 0 38181207 121487360 17666 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 29660 17666 2464 1147 0 17087 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 122832 KiB
Current children cumulated memory: 73608 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 4/269 34807
/proc/meminfo: memFree=129323824/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=129032 memory=82272 CPUtime=101.99 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 15787 0 0 0 10152 47 0 0 20 0 1 0 38181207 132128768 20568 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 32258 20568 2496 1147 0 19685 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 133224 KiB
Current children cumulated memory: 85216 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=161.83 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21557 0 0 0 16124 59 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

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

# cumulated CPU time of all completed processes:  user=173.665 s, system=0.637759 s

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

[startup+166.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=165.93 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21559 0 0 0 16533 60 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 165.93 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+169.6 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=169.12 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 16852 60 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 169.12 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+172.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34859
/proc/meminfo: memFree=129230520/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=172.32 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 17170 62 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 172.32 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+173.6 s]
/proc/loadavg: 4.08 4.11 4.09 4/266 34859
/proc/meminfo: memFree=129319708/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=173.11 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 17249 62 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 173.11 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+174.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129320200/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=173.91 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 17329 62 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 173.91 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+174.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129320200/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=174.1 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 17348 62 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 174.1 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

[startup+174.7 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34906
/proc/meminfo: memFree=129320200/131250000 swapFree=33010684/33010684
[pid=34708] ppid=34705 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34708/stat : 34708 (run-dec-break.s) S 34705 34708 31764 0 -1 4194304 236 1675 0 0 0 0 0 0 20 0 1 0 38181205 4292608 736 18446744073709551615 94162212716544 94162213611077 140729691727856 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94162213850128 94162213897872 94162245115904 140729691736417 140729691736546 140729691736546 140729691742148 0
/proc/34708/statm: 1048 736 672 219 0 110 0
[pid=34711] ppid=34708 vsize=165888 memory=113508 CPUtime=174.2 cores=4,6
/proc/34711/stat : 34711 (roundingsat) R 34708 34708 31764 0 -1 4194304 21562 0 0 0 17358 62 0 0 20 0 1 0 38181207 169869312 28377 18446744073709551615 4227072 8923433 140723469045024 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39579648 140723469052228 140723469052456 140723469052456 140723469058026 0
/proc/34711/statm: 41472 28377 2496 1147 0 28899 0
Current children cumulated CPU time: 174.2 s
Current children cumulated vsize: 170080 KiB
Current children cumulated memory: 116452 KiB

Child status: 0

Real time (s): 174.773
CPU time (s): 174.302
CPU user time (s): 173.665
CPU system time (s): 0.637759
CPU usage (%): 99.7308
Max. virtual memory (cumulated for all children) (KiB): 170080
Max. memory (cumulated for all children) (KiB): 116452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.665
system time used= 0.637759
maximum resident set size= 113508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 231


# summary of solver processes directly reported to runsolver:
#   pid: 34708
#   total CPU time (s): 174.302
#   total CPU user time (s): 173.665
#   total CPU system time (s): 0.637759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.313641 second user time and 0.865575 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 21:23:54
IDJOB=4517006
IDBENCH=175951
IDSOLVER=3357
FILE ID=nodeC018/4517006-1751225034
RUNJOBID= nodeC018-1751217107-31778
SLURM_JOB_ID= 9587660
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-21array_ineq8.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517006-1751225034/watcher-4517006-1751225034 -o /tmp/evaluation-result-4517006-1751225034/solver-4517006-1751225034 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31778 --watchdog 3760  run-dec-break.sh HOME/instance-4517006-1751225034.opb

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

MD5SUM BENCH= 15ee35ebe220ef81377737899de34856
RANDOM SEED=1698825492

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126200836 kB
MemAvailable:   125958012 kB
Buffers:            3280 kB
Cached:           566392 kB
SwapCached:            0 kB
Active:          4131652 kB
Inactive:         309224 kB
Active(anon):    3889280 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   309224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7464 kB
Writeback:             4 kB
AnonPages:       3872176 kB
Mapped:           116072 kB
Shmem:             18076 kB
KReclaimable:      89240 kB
Slab:             173388 kB
SReclaimable:      89240 kB
SUnreclaim:        84148 kB
KernelStack:        4304 kB
PageTables:        11288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4713816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3143680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

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