Trace number 4544418

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 63f22adUNSAT cert. 191.714 192.243

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
MD5SUM9594ac6881a98589fd35bafe025917a8
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 benchmark0.145039
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6723
Total number of constraints5604
Number of constraints which are clauses4482
Number of constraints which are cardinality constraints (but not clauses)1121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4482
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 4482
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13446
Number of bits of the biggest sum of numbers14
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-4544418-1753220645.opb'
0.00/0.02	c 	read 0.20MB  (9.24ms)
0.00/0.02	c	 [cnf: #variables 6723 #clauses 5604 #duplicates 0 #arr 17928]
0.00/0.02	c output proof to '/tmp/proof-4544418-1753220645'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 4200] (15.45ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.29/0.34	c 	 (301.02ms)
0.29/0.34	c 
0.29/0.34	c detect symmetries on remainder
0.29/0.34	c 	[graph: #vertices 32496 #edges 76194]
0.29/0.34	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.29/0.36	c 	 [group: #symmetries 4.00*10^0 #generators 2] (27.50ms)
0.29/0.36	c 
0.29/0.36	c optimize generators (opt_passes=64, conjugate_limit=256)
0.29/0.36	c 	(0.01ms)
0.29/0.36	c 
0.29/0.36	c finalize break order and special generators
0.29/0.37	c 
0.29/0.37	c add generic predicates (break_depth=10)
0.29/0.37	c 	added predicates for 2 generators (0.23ms)
1.18/1.20	c 
1.18/1.20	c generation finished
1.18/1.20	c 	[sbp: #constraints 56 #add_vars 18]
1.18/1.20	c 
1.18/1.20	c write result to 'HOME/instance-4544418-1753220645.opb.pre'
1.18/1.20	c 	wrote 0.20MB (0.83ms)
1.18/1.20	c ------------------------------------------------------------------
1.18/1.20	c                 833.49ms 70.10% other
1.18/1.20	c                 301.02ms 25.32% detect_special
1.18/1.20	c                  27.50ms  2.31% detect_generic
1.18/1.20	c                  15.45ms  1.30% approx_orbits
1.18/1.20	c                   9.24ms  0.78% parse
1.18/1.20	c                   1.17ms  0.10% finalize_order
1.18/1.20	c                   0.83ms  0.07% output
1.18/1.20	c                   0.23ms  0.02% break_generic
1.18/1.20	c                   0.01ms  0.00% optimize_gens
1.18/1.20	c         ───────────────────────────────────────────────
1.18/1.20	c                1188.95ms   100% total
1.18/1.20	c ------------------------------------------------------------------
1.18/1.21	c RoundingSat 2
1.18/1.21	c branch pb25
1.18/1.21	c commit 63f22ad
1.18/1.27	c #variables 6741 #constraints 6781
133.80/134.25	c #Conflicts:       1000 | #Constraints:       7780
133.80/134.25	c #Conflicts:       2000 | #Constraints:       8780
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:       3000 | #Constraints:       8951
133.80/134.25	c #Conflicts:       4000 | #Constraints:       9951
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:       5000 | #Constraints:       9507
133.80/134.25	c #Conflicts:       6000 | #Constraints:      10507
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:       7000 | #Constraints:       9566
133.80/134.25	c #Conflicts:       8000 | #Constraints:      10566
133.80/134.25	c #Conflicts:       9000 | #Constraints:      11566
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      10000 | #Constraints:      10275
133.80/134.25	c #Conflicts:      11000 | #Constraints:      11275
133.80/134.25	c #Conflicts:      12000 | #Constraints:      12275
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      13000 | #Constraints:      10766
133.80/134.25	c #Conflicts:      14000 | #Constraints:      11766
133.80/134.25	c #Conflicts:      15000 | #Constraints:      12766
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      16000 | #Constraints:      10881
133.80/134.25	c #Conflicts:      17000 | #Constraints:      11881
133.80/134.25	c #Conflicts:      18000 | #Constraints:      12881
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      19000 | #Constraints:      10844
133.80/134.25	c #Conflicts:      20000 | #Constraints:      11844
133.80/134.25	c #Conflicts:      21000 | #Constraints:      12845
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      22000 | #Constraints:      10641
133.80/134.25	c #Conflicts:      23000 | #Constraints:      11641
133.80/134.25	c #Conflicts:      24000 | #Constraints:      12641
133.80/134.25	c #Conflicts:      25000 | #Constraints:      13641
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      26000 | #Constraints:      11232
133.80/134.25	c #Conflicts:      27000 | #Constraints:      12232
133.80/134.25	c #Conflicts:      28000 | #Constraints:      13232
133.80/134.25	c #Conflicts:      29000 | #Constraints:      14232
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      30000 | #Constraints:      11622
133.80/134.25	c #Conflicts:      31000 | #Constraints:      12622
133.80/134.25	c #Conflicts:      32000 | #Constraints:      13622
133.80/134.25	c #Conflicts:      33000 | #Constraints:      14622
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      34000 | #Constraints:      11803
133.80/134.25	c #Conflicts:      35000 | #Constraints:      12803
133.80/134.25	c #Conflicts:      36000 | #Constraints:      13803
133.80/134.25	c #Conflicts:      37000 | #Constraints:      14804
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      38000 | #Constraints:      11803
133.80/134.25	c #Conflicts:      39000 | #Constraints:      12804
133.80/134.25	c #Conflicts:      40000 | #Constraints:      13804
133.80/134.25	c #Conflicts:      41000 | #Constraints:      14804
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      42000 | #Constraints:      11602
133.80/134.25	c #Conflicts:      43000 | #Constraints:      12603
133.80/134.25	c #Conflicts:      44000 | #Constraints:      13603
133.80/134.25	c #Conflicts:      45000 | #Constraints:      14603
133.80/134.25	c #Conflicts:      46000 | #Constraints:      15603
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c #Conflicts:      47000 | #Constraints:      12200
133.80/134.25	c #Conflicts:      48000 | #Constraints:      13200
133.80/134.25	c #Conflicts:      49000 | #Constraints:      14201
133.80/134.25	c #Conflicts:      50000 | #Constraints:      15201
133.80/134.25	c #Conflicts:      51000 | #Constraints:      16201
133.80/134.25	c INPROCESSING
133.80/134.25	c GARBAGE COLLECT
133.80/134.25	c rational objective 3361.5
191.65/192.22	c #Conflicts:      52000 | #Constraints:      12604
191.65/192.22	c #Conflicts:      53000 | #Constraints:      13605
191.65/192.22	c #Conflicts:      54000 | #Constraints:      14606
191.65/192.22	c #Conflicts:      55000 | #Constraints:      15606
191.65/192.22	c #Conflicts:      56000 | #Constraints:      16607
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      57000 | #Constraints:      12789
191.65/192.22	c #Conflicts:      58000 | #Constraints:      13790
191.65/192.22	c #Conflicts:      59000 | #Constraints:      14790
191.65/192.22	c #Conflicts:      60000 | #Constraints:      15790
191.65/192.22	c #Conflicts:      61000 | #Constraints:      16790
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      62000 | #Constraints:      12762
191.65/192.22	c #Conflicts:      63000 | #Constraints:      13762
191.65/192.22	c #Conflicts:      64000 | #Constraints:      14762
191.65/192.22	c #Conflicts:      65000 | #Constraints:      15763
191.65/192.22	c #Conflicts:      66000 | #Constraints:      16763
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      67000 | #Constraints:      12555
191.65/192.22	c #Conflicts:      68000 | #Constraints:      13555
191.65/192.22	c #Conflicts:      69000 | #Constraints:      14555
191.65/192.22	c #Conflicts:      70000 | #Constraints:      15555
191.65/192.22	c #Conflicts:      71000 | #Constraints:      16555
191.65/192.22	c #Conflicts:      72000 | #Constraints:      17555
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      73000 | #Constraints:      13150
191.65/192.22	c #Conflicts:      74000 | #Constraints:      14150
191.65/192.22	c #Conflicts:      75000 | #Constraints:      15150
191.65/192.22	c #Conflicts:      76000 | #Constraints:      16150
191.65/192.22	c #Conflicts:      77000 | #Constraints:      17151
191.65/192.22	c #Conflicts:      78000 | #Constraints:      18152
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      79000 | #Constraints:      13553
191.65/192.22	c #Conflicts:      80000 | #Constraints:      14553
191.65/192.22	c #Conflicts:      81000 | #Constraints:      15554
191.65/192.22	c #Conflicts:      82000 | #Constraints:      16554
191.65/192.22	c #Conflicts:      83000 | #Constraints:      17554
191.65/192.22	c #Conflicts:      84000 | #Constraints:      18554
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c #Conflicts:      85000 | #Constraints:      13763
191.65/192.22	c #Conflicts:      86000 | #Constraints:      14764
191.65/192.22	c #Conflicts:      87000 | #Constraints:      15764
191.65/192.22	c #Conflicts:      88000 | #Constraints:      16764
191.65/192.22	c #Conflicts:      89000 | #Constraints:      17765
191.65/192.22	c #Conflicts:      90000 | #Constraints:      18765
191.65/192.22	c INPROCESSING
191.65/192.22	c GARBAGE COLLECT
191.65/192.22	c cpu time 189.237 s
191.65/192.22	c deterministic time 6631803976 6.63e+09
191.65/192.22	c optimization time 5.2e-05 s
191.65/192.22	c total solve time 189.19 s
191.65/192.22	c core-guided solve time 0 s
191.65/192.22	c propagation time 41.1953 s
191.65/192.22	c conflict analysis time 20.2957 s
191.65/192.22	c propagations 30703129
191.65/192.22	c resolve steps 568035
191.65/192.22	c decisions 702993
191.65/192.22	c conflicts 90201
191.65/192.22	c restarts 254
191.65/192.22	c inprocessing phases 22
191.65/192.22	c garbage collections 22 ,( 100.00 )
191.65/192.22	c input clauses 4540 ,( 66.95 )
191.65/192.22	c input cardinalities 2240 ,( 33.03 )
191.65/192.22	c input general constraints 1 ,( 0.01 )
191.65/192.22	c input average constraint length 3.33
191.65/192.22	c input average constraint degree 1.99
191.65/192.22	c learned clauses 4120 ,( 4.57 )
191.65/192.22	c learned cardinalities 1693 ,( 1.88 )
191.65/192.22	c learned general constraints 84405 ,( 93.56 )
191.65/192.22	c learned average constraint length 1012.34
191.65/192.22	c learned average constraint degree 791541925.66
191.65/192.22	c watched  CF 32, 64, 128, Arb: 72256 , 0 , 0 , 0
191.65/192.22	c counting CF 32, 64, 128, Arb: 12150 , 0 , 0 , 0
191.65/192.22	c watched   constraints 72256 ,( 85.61 ) 
191.65/192.22	c counting  constraints 12150 ,( 14.39 ) 
191.65/192.22	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 7999223 , 8330746 , 37955851 ,( 34862917 , 3092934 )
191.65/192.22	c gcd simplifications 957
191.65/192.22	c detected cardinalities 36
191.65/192.22	c weakened non-implied lits 17760656
191.65/192.22	c weakened non-implying lits 1992
191.65/192.22	c original variables 6741
191.65/192.22	c clausal propagations 7878873
191.65/192.22	c cardinality propagations 4546151
191.65/192.22	c watched propagations 5565880
191.65/192.22	c counting propagations 7723913
191.65/192.22	c watch lookups 561496570
191.65/192.22	c watch backjump lookups 0
191.65/192.22	c watch checks 4883390748
191.65/192.22	c propagation checks 957857778
191.65/192.22	c constraint additions 166137593
191.65/192.22	c trail pops 31496305
191.65/192.22	c formula constraints 6781
191.65/192.22	c learned constraints 90183
191.65/192.22	c bound constraints 0
191.65/192.22	c core-guided constraints 0
191.65/192.22	c encountered formula constraints 487844
191.65/192.22	c encountered learned constraints 167407
191.65/192.22	c encountered bound constraints 0
191.65/192.22	c encountered core-guided constraints 0
191.65/192.22	c LP total time 2.03744 s
191.65/192.22	c LP solve time 1.62 s
191.65/192.22	c LP constraints added 6782
191.65/192.23	c LP constraints removed 0
191.65/192.23	c LP pivots internal 9179
191.65/192.23	c LP pivots root 9680
191.65/192.23	c LP calls 22
191.65/192.23	c LP optimalities 1
191.65/192.23	c LP no pivot count 0
191.65/192.23	c LP infeasibilities 18
191.65/192.23	c LP valid Farkas constraints 17
191.65/192.23	c LP learned Farkas constraints 17
191.65/192.23	c LP basis resets 0
191.65/192.23	c LP cycling count 0
191.65/192.23	c LP singular count 0
191.65/192.23	c LP no primal count 0
191.65/192.23	c LP no farkas count 0
191.65/192.23	c LP other issue count 0
191.65/192.23	c LP Gomory cuts 1
191.65/192.23	c LP learned cuts 0
191.65/192.23	c LP deleted cuts 0
191.65/192.23	c LP encountered Gomory constraints 0
191.65/192.23	c LP encountered Farkas constraints 2556
191.65/192.23	c LP encountered learned Farkas constraints 411
191.65/192.23	c CG auxiliary variables introduced 0
191.65/192.23	c CG solutions found 0
191.65/192.23	c CG cores constructed 0
191.65/192.23	c CG core cardinality constraints returned 0
191.65/192.23	c CG unit cores 0
191.65/192.23	c CG single cores 0
191.65/192.23	c CG blocks removed during cardinality reduction 0
191.65/192.23	c CG first core best 0
191.65/192.23	c CG decision core best 0
191.65/192.23	c CG core reduction tie 0
191.65/192.23	c CG core degree average 0.00
191.65/192.23	c CG core slack average 0.00
191.65/192.23	c CG core upper bound improvements 0
191.65/192.23	c STR number of successful calls 0
191.65/192.23	c STR number of unsuccessful calls 0
191.65/192.23	c STR number of inconclusive calls 0
191.65/192.23	c STR number of successful attempts 0
191.65/192.23	c STR number of unsuccessful attempts 0
191.65/192.23	c STR number of inconclusive attempts 0
191.65/192.23	c STR average degree increase per successful call inf
191.65/192.23	c STR average degree increase per successful attempt inf
191.65/192.23	c STR total number of conflicts for successful attempts 0
191.65/192.23	c STR total number of conflicts for unsuccessful attempts 0
191.65/192.23	c STR total number of conflicts for inconclusive attempts 0
191.65/192.23	c STR average number of conflicts per successful attempt inf
191.65/192.23	c STR average number of conflicts per unsuccessful attempt inf
191.65/192.23	c STR average number of conflicts per inconclusive attempt inf
191.65/192.23	c AVG.sumWPerc 22.67 
191.65/192.23	c bigint constraints 0 
191.65/192.23	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 23:54:13 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
LinuxStarting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=160992, runsolver pid=160989

[startup+0.100058 s]*
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82817640/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160994] ppid=160992 vsize=21248 memory=11920 CPUtime=0.09 cores=0,2
/proc/160994/stat : 160994 (pbsuma) R 160992 160992 157528 0 -1 4194304 2760 0 0 0 8 1 0 0 20 0 1 0 237743189 21757952 2980 18446744073709551615 4210688 4653049 140731093425760 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 27492352 140731093432583 140731093432880 140731093432880 140731093438447 0
/proc/160994/statm: 5312 2980 1024 108 0 2720 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25440 KiB
Current children cumulated memory: 14864 KiB

[startup+0.205589 s]*
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82817136/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160994] ppid=160992 vsize=21248 memory=12048 CPUtime=0.19 cores=0,2
/proc/160994/stat : 160994 (pbsuma) R 160992 160992 157528 0 -1 4194304 2773 0 0 0 18 1 0 0 20 0 1 0 237743189 21757952 3012 18446744073709551615 4210688 4653049 140731093425760 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 27492352 140731093432583 140731093432880 140731093432880 140731093438447 0
/proc/160994/statm: 5312 3012 1024 108 0 2720 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25440 KiB
Current children cumulated memory: 14992 KiB

[startup+0.305074 s]*
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82805040/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160994] ppid=160992 vsize=21248 memory=12048 CPUtime=0.29 cores=0,2
/proc/160994/stat : 160994 (pbsuma) R 160992 160992 157528 0 -1 4194304 2773 0 0 0 28 1 0 0 20 0 1 0 237743189 21757952 3012 18446744073709551615 4210688 4653049 140731093425760 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 27492352 140731093432583 140731093432880 140731093432880 140731093438447 0
/proc/160994/statm: 5312 3012 1024 108 0 2720 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25440 KiB
Current children cumulated memory: 14992 KiB

[startup+0.700338 s]
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82797480/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160994] ppid=160992 vsize=23084 memory=14644 CPUtime=0.68 cores=0,2
/proc/160994/stat : 160994 (pbsuma) R 160992 160992 157528 0 -1 4194304 4805 0 0 0 66 2 0 0 20 0 1 0 237743189 23638016 3661 18446744073709551615 4210688 4653049 140731093425760 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 27492352 140731093432583 140731093432880 140731093432880 140731093438447 0
/proc/160994/statm: 5771 3661 1024 108 0 3179 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27276 KiB
Current children cumulated memory: 17588 KiB

[startup+1.50028 s]
/proc/loadavg: 4.20 4.16 4.17 5/257 160994
/proc/meminfo: memFree=82781604/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.11264 s]
/proc/loadavg: 4.20 4.16 4.17 5/257 160995
/proc/meminfo: memFree=82717616/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=72192 memory=27100 CPUtime=1.89 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 4895 0 0 0 187 2 0 0 20 0 1 0 237743309 73924608 6775 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 18048 6775 2272 1147 0 5475 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 76384 KiB
Current children cumulated memory: 30044 KiB

[startup+6.30034 s]
/proc/loadavg: 4.19 4.16 4.17 5/257 160995
/proc/meminfo: memFree=82680896/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=72192 memory=27100 CPUtime=5.07 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 4895 0 0 0 505 2 0 0 20 0 1 0 237743309 73924608 6775 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 18048 6775 2272 1147 0 5475 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 76384 KiB
Current children cumulated memory: 30044 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.15 4.17 5/257 160996
/proc/meminfo: memFree=82547224/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=155756 memory=95652 CPUtime=11.45 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 15875 0 0 0 1137 8 0 0 20 0 1 0 237743309 159494144 23913 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 38939 23913 2336 1147 0 26366 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 159948 KiB
Current children cumulated memory: 98596 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.14 4.17 5/256 161045
/proc/meminfo: memFree=82431220/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=221420 memory=157608 CPUtime=24.22 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 24200 0 0 0 2405 17 0 0 20 0 1 0 237743309 226734080 39402 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 55355 39402 2336 1147 0 42782 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 225612 KiB
Current children cumulated memory: 160552 KiB

[startup+51.1135 s]
/proc/loadavg: 4.16 4.15 4.17 5/256 161048
/proc/meminfo: memFree=81229424/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=302088 memory=208744 CPUtime=49.76 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 30873 0 0 0 4943 33 0 0 20 0 1 0 237743309 309338112 52186 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 75522 52186 2336 1147 0 62949 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 306280 KiB
Current children cumulated memory: 211688 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/255 161050
/proc/meminfo: memFree=80697424/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=373484 memory=269672 CPUtime=100.8 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 46067 0 0 0 10013 67 0 0 20 0 1 0 237743309 382447616 67418 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 93371 67418 2368 1147 0 80798 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 377676 KiB
Current children cumulated memory: 272616 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/254 161052
/proc/meminfo: memFree=80102600/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=422224 memory=308456 CPUtime=160.65 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 55751 0 0 0 15954 111 0 0 20 0 1 0 237743309 432357376 77114 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 105556 77114 2368 1147 0 92983 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 426416 KiB
Current children cumulated memory: 311400 KiB

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

# cumulated CPU time of all completed processes:  user=190.39 s, system=1.32387 s

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

[startup+179.2 s]
/proc/loadavg: 4.19 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79939328/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=426000 memory=311528 CPUtime=177.5 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 56526 0 0 0 17630 120 0 0 20 0 1 0 237743309 436224000 77882 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 106500 77882 2368 1147 0 93927 0
Current children cumulated CPU time: 178.68 s
Current children cumulated vsize: 430192 KiB
Current children cumulated memory: 314472 KiB

[startup+185.6 s]
/proc/loadavg: 4.17 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79874816/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=427344 memory=312808 CPUtime=183.88 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 56860 0 0 0 18266 122 0 0 20 0 1 0 237743309 437600256 78202 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 106836 78202 2368 1147 0 94263 0
Current children cumulated CPU time: 185.06 s
Current children cumulated vsize: 431536 KiB
Current children cumulated memory: 315752 KiB

[startup+188.8 s]
/proc/loadavg: 4.17 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79834496/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=428436 memory=314088 CPUtime=187.08 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 57163 0 0 0 18582 126 0 0 20 0 1 0 237743309 438718464 78522 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 107109 78522 2368 1147 0 94536 0
Current children cumulated CPU time: 188.26 s
Current children cumulated vsize: 432628 KiB
Current children cumulated memory: 317032 KiB

[startup+190.4 s]
/proc/loadavg: 4.16 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79800708/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=428436 memory=314088 CPUtime=188.67 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 57163 0 0 0 18741 126 0 0 20 0 1 0 237743309 438718464 78522 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 107109 78522 2368 1147 0 94536 0
Current children cumulated CPU time: 189.85 s
Current children cumulated vsize: 432628 KiB
Current children cumulated memory: 317032 KiB

[startup+191.2 s]
/proc/loadavg: 4.16 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79800708/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=428436 memory=314088 CPUtime=189.47 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 57163 0 0 0 18821 126 0 0 20 0 1 0 237743309 438718464 78522 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 107109 78522 2368 1147 0 94536 0
Current children cumulated CPU time: 190.65 s
Current children cumulated vsize: 432628 KiB
Current children cumulated memory: 317032 KiB

[startup+192 s]*
/proc/loadavg: 4.16 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79784580/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=428436 memory=314088 CPUtime=190.28 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 57163 0 0 0 18902 126 0 0 20 0 1 0 237743309 438718464 78522 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 107109 78522 2368 1147 0 94536 0
Current children cumulated CPU time: 191.46 s
Current children cumulated vsize: 432628 KiB
Current children cumulated memory: 317032 KiB

[startup+192.2 s]
/proc/loadavg: 4.16 4.16 4.17 5/254 161052
/proc/meminfo: memFree=79784580/131382120 swapFree=33010160/33010684
[pid=160992] ppid=160989 vsize=4192 memory=2944 CPUtime=1.18 cores=0,2
/proc/160992/stat : 160992 (run-dec-break-l) S 160989 160992 157528 0 -1 4194304 236 5865 0 0 0 0 114 4 20 0 1 0 237743188 4292608 736 18446744073709551615 94088871563264 94088872457797 140727331050496 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94088872696848 94088872744592 94088889909248 140727331051833 140727331051996 140727331051996 140727331057600 0
/proc/160992/statm: 1048 736 672 219 0 110 0
[pid=160995] ppid=160992 vsize=428436 memory=314088 CPUtime=190.47 cores=0,2
/proc/160995/stat : 160995 (roundingsat) R 160992 160992 157528 0 -1 4194304 57163 0 0 0 18921 126 0 0 20 0 1 0 237743309 438718464 78522 18446744073709551615 4227072 8923433 140724931681152 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 41373696 140724931688728 140724931688998 140724931688998 140724931694570 0
/proc/160995/statm: 107109 78522 2368 1147 0 94536 0
Current children cumulated CPU time: 191.65 s
Current children cumulated vsize: 432628 KiB
Current children cumulated memory: 317032 KiB

Child status: 0

Real time (s): 192.243
CPU time (s): 191.714
CPU user time (s): 190.39
CPU system time (s): 1.32387
CPU usage (%): 99.7251
Max. virtual memory (cumulated for all children) (KiB): 432628
Max. memory (cumulated for all children) (KiB): 317032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.39
system time used= 1.32387
maximum resident set size= 314088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 660192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 436


# summary of solver processes directly reported to runsolver:
#   pid: 160992
#   total CPU time (s): 191.714
#   total CPU user time (s): 190.39
#   total CPU system time (s): 1.32387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07225 second user time and 1.91061 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-22 23:44:05
IDJOB=4544418
IDBENCH=175404
IDSOLVER=3358
FILE ID=nodeC003/4544418-1753220645
RUNJOBID= nodeC003-1753211729-157538
SLURM_JOB_ID= 9687799
Free space on /tmp= 409488 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544418-1753220645/watcher-4544418-1753220645 -o /tmp/evaluation-result-4544418-1753220645/solver-4544418-1753220645 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157538 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4544418-1753220645.opb /tmp/proof-4544418-1753220645

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

MD5SUM BENCH= 9594ac6881a98589fd35bafe025917a8
RANDOM SEED=1418510048

nodeC003 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	: 0xb00001f
cpu MHz		: 1197.143
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.409
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3658.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.429
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3658.261
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.479
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.139
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.161
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        82822928 kB
MemAvailable:   128306756 kB
Buffers:            2736 kB
Cached:         46223148 kB
SwapCached:           36 kB
Active:          2758072 kB
Inactive:       45117776 kB
Active(anon):    1668528 kB
Inactive(anon):     7604 kB
Active(file):    1089544 kB
Inactive(file): 45110172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            154680 kB
Writeback:             0 kB
AnonPages:       1653124 kB
Mapped:           117768 kB
Shmem:             26116 kB
KReclaimable:     247480 kB
Slab:             340856 kB
SReclaimable:     247480 kB
SUnreclaim:        93376 kB
KernelStack:        4144 kB
PageTables:         6884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2287968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 406108 MiB
End job on nodeC003 at 2025-07-22 23:47:18