Trace number 4491540

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 247.684 248.45

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
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 benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-4491540-1751142403.opb'
0.08/0.11	c 	read 5.65MB  (99.42ms)
0.08/0.11	c	 [cnf: #variables 62704 #clauses 187107 #duplicates 0 #arr 440617]
0.08/0.11	c 
0.08/0.11	c make graph and approximate orbits
0.19/0.21	c	 [group: #orbits ~= 0] (101.66ms)
0.19/0.21	c 
0.19/0.21	c detect special group actions
0.19/0.21	c 	probe for Johnson action (limit=64)
0.19/0.21	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.19/0.22	c 	probe for row symmetry (limit=64, splits=16.78M)
0.19/0.23	c 	 (14.74ms)
0.19/0.23	c 
0.19/0.23	c detect symmetries on remainder
0.19/0.23	c 	[graph: #vertices 438427 #edges 1258466]
0.19/0.23	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.19/0.25	c 	 [group: #symmetries 1.00*10^0 #generators 0] (26.98ms)
0.19/0.25	c 
0.19/0.25	c finalize break order and special generators
0.19/0.26	c 
0.19/0.26	c generation finished
0.19/0.26	c 	[sbp: #constraints 0 #add_vars 0]
0.19/0.26	c 
0.19/0.26	c write result to 'HOME/instance-4491540-1751142403.opb.pre'
0.19/0.27	c 	wrote 5.78MB (12.57ms)
0.19/0.27	c ------------------------------------------------------------------
0.19/0.27	c                 101.66ms 38.87% approx_orbits
0.19/0.27	c                  99.42ms 38.01% parse
0.19/0.27	c                  26.98ms 10.31% detect_generic
0.19/0.27	c                  14.74ms  5.64% detect_special
0.19/0.27	c                  12.57ms  4.81% output
0.19/0.27	c                   3.85ms  1.47% other
0.19/0.27	c                   2.33ms  0.89% finalize_order
0.19/0.27	c         ───────────────────────────────────────────────
0.19/0.27	c                 261.55ms   100% total
0.19/0.27	c ------------------------------------------------------------------
0.19/0.30	c RoundingSat 2
0.19/0.30	c branch pb25
0.19/0.30	c commit 63f22ad
0.94/1.10	c #variables 62704 #constraints 187107
33.50/33.76	c #Conflicts:       1000 | #Constraints:     188106
33.50/33.76	c #Conflicts:       2000 | #Constraints:     189106
33.50/33.76	c INPROCESSING
33.50/33.76	c #Conflicts:       3000 | #Constraints:     185204
33.50/33.76	c #Conflicts:       4000 | #Constraints:     186204
33.50/33.76	c INPROCESSING
33.50/33.76	c GARBAGE COLLECT
33.50/33.76	c #Conflicts:       5000 | #Constraints:     185637
33.50/33.76	c #Conflicts:       6000 | #Constraints:     186637
33.50/33.76	c INPROCESSING
33.50/33.76	c GARBAGE COLLECT
33.50/33.76	c #Conflicts:       7000 | #Constraints:     185534
33.50/33.76	c #Conflicts:       8000 | #Constraints:     186534
33.50/33.76	c #Conflicts:       9000 | #Constraints:     187534
33.50/33.76	c INPROCESSING
33.50/33.76	c GARBAGE COLLECT
33.50/33.76	c #Conflicts:      10000 | #Constraints:     182876
33.50/33.76	c #Conflicts:      11000 | #Constraints:     183876
33.50/33.76	c #Conflicts:      12000 | #Constraints:     184876
33.50/33.76	c INPROCESSING
33.50/33.76	c GARBAGE COLLECT
33.50/33.76	c rational objective 586.433
247.41/248.23	c #Conflicts:      13000 | #Constraints:     183347
247.41/248.23	c #Conflicts:      14000 | #Constraints:     184347
247.41/248.23	c #Conflicts:      15000 | #Constraints:     185347
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      16000 | #Constraints:     179880
247.41/248.23	c #Conflicts:      17000 | #Constraints:     180880
247.41/248.23	c #Conflicts:      18000 | #Constraints:     181880
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      19000 | #Constraints:     179782
247.41/248.23	c #Conflicts:      20000 | #Constraints:     180782
247.41/248.23	c #Conflicts:      21000 | #Constraints:     181782
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      22000 | #Constraints:     175247
247.41/248.23	c #Conflicts:      23000 | #Constraints:     176247
247.41/248.23	c #Conflicts:      24000 | #Constraints:     177247
247.41/248.23	c #Conflicts:      25000 | #Constraints:     178247
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      26000 | #Constraints:     173790
247.41/248.23	c #Conflicts:      27000 | #Constraints:     174790
247.41/248.23	c #Conflicts:      28000 | #Constraints:     175790
247.41/248.23	c #Conflicts:      29000 | #Constraints:     176790
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      30000 | #Constraints:     174199
247.41/248.23	c #Conflicts:      31000 | #Constraints:     175199
247.41/248.23	c #Conflicts:      32000 | #Constraints:     176199
247.41/248.23	c #Conflicts:      33000 | #Constraints:     177199
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      34000 | #Constraints:     173494
247.41/248.23	c #Conflicts:      35000 | #Constraints:     174494
247.41/248.23	c #Conflicts:      36000 | #Constraints:     175494
247.41/248.23	c #Conflicts:      37000 | #Constraints:     176494
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      38000 | #Constraints:     173354
247.41/248.23	c #Conflicts:      39000 | #Constraints:     174354
247.41/248.23	c #Conflicts:      40000 | #Constraints:     175354
247.41/248.23	c #Conflicts:      41000 | #Constraints:     176354
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      42000 | #Constraints:     173172
247.41/248.23	c #Conflicts:      43000 | #Constraints:     174172
247.41/248.23	c #Conflicts:      44000 | #Constraints:     175172
247.41/248.23	c #Conflicts:      45000 | #Constraints:     176172
247.41/248.23	c #Conflicts:      46000 | #Constraints:     177172
247.41/248.23	c #Conflicts:      47000 | #Constraints:     178172
247.41/248.23	c #Conflicts:      48000 | #Constraints:     179172
247.41/248.23	c #Conflicts:      49000 | #Constraints:     180172
247.41/248.23	c #Conflicts:      50000 | #Constraints:     181172
247.41/248.23	c #Conflicts:      51000 | #Constraints:     182172
247.41/248.23	c #Conflicts:      52000 | #Constraints:     183172
247.41/248.23	c #Conflicts:      53000 | #Constraints:     184172
247.41/248.23	c #Conflicts:      54000 | #Constraints:     185172
247.41/248.23	c #Conflicts:      55000 | #Constraints:     186172
247.41/248.23	c #Conflicts:      56000 | #Constraints:     187172
247.41/248.23	c #Conflicts:      57000 | #Constraints:     188172
247.41/248.23	c #Conflicts:      58000 | #Constraints:     189172
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      59000 | #Constraints:     179035
247.41/248.23	c #Conflicts:      60000 | #Constraints:     180035
247.41/248.23	c #Conflicts:      61000 | #Constraints:     181035
247.41/248.23	c #Conflicts:      62000 | #Constraints:     182035
247.41/248.23	c #Conflicts:      63000 | #Constraints:     183035
247.41/248.23	c #Conflicts:      64000 | #Constraints:     184035
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      65000 | #Constraints:     176597
247.41/248.23	c #Conflicts:      66000 | #Constraints:     177597
247.41/248.23	c #Conflicts:      67000 | #Constraints:     178597
247.41/248.23	c #Conflicts:      68000 | #Constraints:     179597
247.41/248.23	c #Conflicts:      69000 | #Constraints:     180597
247.41/248.23	c #Conflicts:      70000 | #Constraints:     181597
247.41/248.23	c INPROCESSING
247.41/248.23	c GARBAGE COLLECT
247.41/248.23	c #Conflicts:      71000 | #Constraints:     175515
247.41/248.23	c #Conflicts:      72000 | #Constraints:     176515
247.41/248.23	c #Conflicts:      73000 | #Constraints:     177515
247.41/248.23	c #Conflicts:      74000 | #Constraints:     178515
247.41/248.23	c #Conflicts:      75000 | #Constraints:     179515
247.41/248.23	c #Conflicts:      76000 | #Constraints:     180515
247.41/248.23	c #Conflicts:      77000 | #Constraints:     181515
247.41/248.23	c #Conflicts:      78000 | #Constraints:     182515
247.41/248.23	c #Conflicts:      79000 | #Constraints:     183515
247.41/248.23	c #Conflicts:      80000 | #Constraints:     184515
247.41/248.23	c #Conflicts:      81000 | #Constraints:     185515
247.41/248.23	c #Conflicts:      82000 | #Constraints:     186515
247.41/248.23	c #Conflicts:      83000 | #Constraints:     187515
247.41/248.23	c #Conflicts:      84000 | #Constraints:     188515
247.61/248.44	c cpu time 246.54 s
247.61/248.44	c deterministic time 3759519697 3.76e+09
247.61/248.44	c optimization time 7.9e-05 s
247.61/248.44	c total solve time 246.004 s
247.61/248.44	c core-guided solve time 0 s
247.61/248.44	c propagation time 97.7998 s
247.61/248.44	c conflict analysis time 109.356 s
247.61/248.44	c propagations 585420750
247.61/248.44	c resolve steps 21145622
247.61/248.44	c decisions 165070
247.61/248.44	c conflicts 84166
247.61/248.44	c restarts 253
247.61/248.44	c inprocessing phases 16
247.61/248.44	c garbage collections 15 ,( 93.75 )
247.61/248.44	c input clauses 186603 ,( 99.73 )
247.61/248.44	c input cardinalities 0 ,( 0.00 )
247.61/248.44	c input general constraints 504 ,( 0.27 )
247.61/248.44	c input average constraint length 2.35
247.61/248.44	c input average constraint degree 1.08
247.61/248.44	c learned clauses 74516 ,( 88.53 )
247.61/248.44	c learned cardinalities 1 ,( 0.00 )
247.61/248.44	c learned general constraints 9650 ,( 11.47 )
247.61/248.44	c learned average constraint length 356.54
247.61/248.44	c learned average constraint degree 16319.98
247.61/248.44	c watched  CF 32, 64, 128, Arb: 5135 , 0 , 0 , 0
247.61/248.44	c counting CF 32, 64, 128, Arb: 5019 , 0 , 0 , 0
247.61/248.44	c watched   constraints 5135 ,( 50.57 ) 
247.61/248.44	c counting  constraints 5019 ,( 49.43 ) 
247.61/248.44	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 666517014 , 313 , 34058521 ,( 8148695 , 25909826 )
247.61/248.44	c gcd simplifications 1442
247.61/248.44	c detected cardinalities 1
247.61/248.44	c weakened non-implied lits 139288
247.61/248.44	c weakened non-implying lits 1190
247.61/248.44	c original variables 62704
247.61/248.44	c clausal propagations 582276818
247.61/248.44	c cardinality propagations 0
247.61/248.44	c watched propagations 6725
247.61/248.44	c counting propagations 3052634
247.61/248.44	c watch lookups 1077033048
247.61/248.44	c watch backjump lookups 0
247.61/248.44	c watch checks 751312570
247.61/248.44	c propagation checks 639235823
247.61/248.44	c constraint additions 120704639
247.61/248.44	c trail pops 585623661
247.61/248.44	c formula constraints 187107
247.61/248.44	c learned constraints 84165
247.61/248.44	c bound constraints 0
247.61/248.44	c core-guided constraints 0
247.61/248.44	c encountered formula constraints 20099459
247.61/248.44	c encountered learned constraints 1130329
247.61/248.44	c encountered bound constraints 0
247.61/248.44	c encountered core-guided constraints 0
247.61/248.44	c LP total time 18.0485 s
247.61/248.44	c LP solve time 16.98 s
247.61/248.44	c LP constraints added 187134
247.61/248.44	c LP constraints removed 0
247.61/248.44	c LP pivots internal 10025
247.61/248.44	c LP pivots root 14110
247.61/248.44	c LP calls 7
247.61/248.44	c LP optimalities 3
247.61/248.44	c LP no pivot count 0
247.61/248.44	c LP infeasibilities 0
247.61/248.44	c LP valid Farkas constraints 0
247.61/248.44	c LP learned Farkas constraints 0
247.61/248.44	c LP basis resets 0
247.61/248.44	c LP cycling count 0
247.61/248.44	c LP singular count 0
247.61/248.44	c LP no primal count 0
247.61/248.44	c LP no farkas count 0
247.61/248.44	c LP other issue count 0
247.61/248.44	c LP Gomory cuts 2
247.61/248.44	c LP learned cuts 25
247.61/248.44	c LP deleted cuts 0
247.61/248.44	c LP encountered Gomory constraints 0
247.61/248.44	c LP encountered Farkas constraints 0
247.61/248.44	c LP encountered learned Farkas constraints 0
247.61/248.44	c CG auxiliary variables introduced 0
247.61/248.44	c CG solutions found 0
247.61/248.44	c CG cores constructed 0
247.61/248.44	c CG core cardinality constraints returned 0
247.61/248.44	c CG unit cores 0
247.61/248.44	c CG single cores 0
247.61/248.44	c CG blocks removed during cardinality reduction 0
247.61/248.44	c CG first core best 0
247.61/248.44	c CG decision core best 0
247.61/248.44	c CG core reduction tie 0
247.61/248.44	c CG core degree average 0.00
247.61/248.44	c CG core slack average 0.00
247.61/248.44	c CG core upper bound improvements 0
247.61/248.44	c STR number of successful calls 0
247.61/248.44	c STR number of unsuccessful calls 0
247.61/248.44	c STR number of inconclusive calls 0
247.61/248.44	c STR number of successful attempts 0
247.61/248.44	c STR number of unsuccessful attempts 0
247.61/248.44	c STR number of inconclusive attempts 0
247.61/248.44	c STR average degree increase per successful call inf
247.61/248.44	c STR average degree increase per successful attempt inf
247.61/248.44	c STR total number of conflicts for successful attempts 0
247.61/248.44	c STR total number of conflicts for unsuccessful attempts 0
247.61/248.44	c STR total number of conflicts for inconclusive attempts 0
247.61/248.44	c STR average number of conflicts per successful attempt inf
247.61/248.44	c STR average number of conflicts per unsuccessful attempt inf
247.61/248.44	c STR average number of conflicts per inconclusive attempt inf
247.61/248.44	c AVG.sumWPerc 42.05 
247.61/248.44	c bigint constraints 0 
247.61/248.44	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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 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
solver pid=13644, runsolver pid=13631
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 1.08 1.61 2.61 3/268 13658
/proc/meminfo: memFree=129982772/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13646] ppid=13644 vsize=62456 memory=53948 CPUtime=0.08 cores=0,2
/proc/13646/stat : 13646 (pbsuma) R 13644 13644 11416 0 -1 4194304 6359 0 0 0 7 1 0 0 20 0 1 0 29918750 63954944 13487 18446744073709551615 4210688 4653049 140724100131952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 17428480 140724100139363 140724100139570 140724100139570 140724100145135 0
/proc/13646/statm: 15614 13487 928 108 0 13022 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 66648 KiB
Current children cumulated memory: 57020 KiB

[startup+0.205569 s]*
/proc/loadavg: 1.08 1.61 2.61 5/268 13658
/proc/meminfo: memFree=129877240/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13646] ppid=13644 vsize=156000 memory=119920 CPUtime=0.19 cores=0,2
/proc/13646/stat : 13646 (pbsuma) R 13644 13644 11416 0 -1 4194304 19294 0 0 0 14 5 0 0 20 0 1 0 29918750 159744000 29948 18446744073709551615 4210688 4653049 140724100131952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 17428480 140724100139363 140724100139570 140724100139570 140724100145135 0
/proc/13646/statm: 39000 29980 960 108 0 36408 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 160192 KiB
Current children cumulated memory: 122992 KiB

[startup+0.305656 s]*
/proc/loadavg: 1.08 1.61 2.61 5/268 13659
/proc/meminfo: memFree=129856904/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=62544 memory=14208 CPUtime=0 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 1893 0 0 0 0 0 0 0 20 0 1 0 29918778 64045056 3552 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 15636 3552 1856 1147 0 3063 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 66736 KiB
Current children cumulated memory: 17280 KiB

[startup+0.700213 s]
/proc/loadavg: 1.08 1.61 2.61 3/259 13667
/proc/meminfo: memFree=129708064/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=114504 memory=66772 CPUtime=0.37 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 16107 0 0 0 24 13 0 0 20 0 1 0 29918778 117252096 16693 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 28626 16693 1952 1147 0 16053 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 118696 KiB
Current children cumulated memory: 69844 KiB

[startup+1.50022 s]
/proc/loadavg: 1.08 1.61 2.61 4/258 13676
/proc/meminfo: memFree=129800908/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=364740 memory=275852 CPUtime=1.16 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 40930 0 0 0 89 27 0 0 20 0 1 0 29918778 373493760 68963 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 91185 68963 2272 1147 0 78612 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 368932 KiB
Current children cumulated memory: 278924 KiB

[startup+3.10581 s]
/proc/loadavg: 1.31 1.65 2.62 4/267 13799
/proc/meminfo: memFree=129183980/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=375484 memory=282380 CPUtime=2.75 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 42549 0 0 0 247 28 0 0 20 0 1 0 29918778 384495616 70595 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 93871 70595 2304 1147 0 81298 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 379676 KiB
Current children cumulated memory: 285452 KiB

[startup+6.30021 s]
/proc/loadavg: 1.31 1.65 2.62 6/264 13836
/proc/meminfo: memFree=128672036/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=375484 memory=286332 CPUtime=5.94 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 43010 0 0 0 564 30 0 0 20 0 1 0 29918778 384495616 71583 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 93871 71583 2336 1147 0 81298 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 379676 KiB
Current children cumulated memory: 289404 KiB

[startup+12.7002 s]
/proc/loadavg: 1.53 1.69 2.63 5/268 13895
/proc/meminfo: memFree=128251836/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=381340 memory=295796 CPUtime=12.32 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 44881 0 0 0 1200 32 0 0 20 0 1 0 29918778 390492160 73949 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 95335 73949 2336 1147 0 82762 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 385532 KiB
Current children cumulated memory: 298868 KiB

[startup+25.5002 s]
/proc/loadavg: 2.14 1.82 2.66 5/268 13895
/proc/meminfo: memFree=128317056/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=389128 memory=297204 CPUtime=25.07 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 45222 0 0 0 2473 34 0 0 20 0 1 0 29918778 398467072 74301 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 97282 74301 2336 1147 0 84709 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 393320 KiB
Current children cumulated memory: 300276 KiB

[startup+51.1057 s]
/proc/loadavg: 2.78 1.99 2.69 5/268 13943
/proc/meminfo: memFree=128317212/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=431948 memory=329656 CPUtime=50.59 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 50047 0 0 0 5016 43 0 0 20 0 1 0 29918778 442314752 82414 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 107987 82414 2336 1147 0 95414 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 436140 KiB
Current children cumulated memory: 332728 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 2.32 2.77 5/268 13944
/proc/meminfo: memFree=128305760/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=434872 memory=332736 CPUtime=101.64 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 50300 0 0 0 10110 54 0 0 20 0 1 0 29918778 445308928 83184 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 108718 83184 2336 1147 0 96145 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 439064 KiB
Current children cumulated memory: 335808 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.66 2.86 5/269 13947
/proc/meminfo: memFree=128235640/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=469348 memory=369584 CPUtime=161.47 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52410 0 0 0 16080 67 0 0 20 0 1 0 29918778 480612352 92396 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117337 92396 2336 1147 0 104764 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 473540 KiB
Current children cumulated memory: 372656 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.91 2.93 5/268 13949
/proc/meminfo: memFree=128220348/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=369968 CPUtime=221.32 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52623 0 0 0 22052 80 0 0 20 0 1 0 29918778 482623488 92492 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 92492 2336 1147 0 105255 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 373040 KiB

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

# cumulated CPU time of all completed processes:  user=246.777 s, system=0.906919 s

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

[startup+230.4 s]
/proc/loadavg: 4.06 2.96 2.95 5/268 13949
/proc/meminfo: memFree=128219852/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=369968 CPUtime=229.39 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52623 0 0 0 22859 80 0 0 20 0 1 0 29918778 482623488 92492 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 92492 2336 1147 0 105255 0
Current children cumulated CPU time: 229.65 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 373040 KiB

[startup+236.8 s]
/proc/loadavg: 4.05 2.98 2.96 5/268 13950
/proc/meminfo: memFree=128219096/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=369968 CPUtime=235.77 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52623 0 0 0 23496 81 0 0 20 0 1 0 29918778 482623488 92492 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 92492 2336 1147 0 105255 0
Current children cumulated CPU time: 236.03 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 373040 KiB

[startup+243.2 s]
/proc/loadavg: 4.04 3.01 2.97 5/268 13951
/proc/meminfo: memFree=128207340/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=369968 CPUtime=242.16 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52675 0 0 0 24134 82 0 0 20 0 1 0 29918778 482623488 92492 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 92492 2336 1147 0 105255 0
Current children cumulated CPU time: 242.42 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 373040 KiB

[startup+246.4 s]
/proc/loadavg: 4.04 3.01 2.97 5/268 13951
/proc/meminfo: memFree=128207340/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=369968 CPUtime=245.35 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52676 0 0 0 24453 82 0 0 20 0 1 0 29918778 482623488 92492 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 92492 2336 1147 0 105255 0
Current children cumulated CPU time: 245.61 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 373040 KiB

[startup+247.2 s]
/proc/loadavg: 4.04 3.01 2.97 5/268 13951
/proc/meminfo: memFree=128203244/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=372032 CPUtime=246.15 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52677 0 0 0 24532 83 0 0 20 0 1 0 29918778 482623488 93008 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 93008 2336 1147 0 105255 0
Current children cumulated CPU time: 246.41 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 375104 KiB

[startup+248 s]*
/proc/loadavg: 4.04 3.03 2.97 5/268 13951
/proc/meminfo: memFree=128203496/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=372032 CPUtime=246.95 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52677 0 0 0 24612 83 0 0 20 0 1 0 29918778 482623488 93008 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 93008 2336 1147 0 105255 0
Current children cumulated CPU time: 247.21 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 375104 KiB

[startup+248.4 s]
/proc/loadavg: 4.04 3.03 2.97 5/268 13951
/proc/meminfo: memFree=128203496/131249996 swapFree=33010684/33010684
[pid=13644] ppid=13631 vsize=4192 memory=3072 CPUtime=0.26 cores=0,2
/proc/13644/stat : 13644 (run-dec-break.s) S 13631 13644 11416 0 -1 4194304 238 26139 0 0 0 0 20 6 20 0 1 0 29918749 4292608 768 18446744073709551615 94663021608960 94663022503493 140737459055040 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94663022742544 94663022790288 94663031447552 140737459059041 140737459059170 140737459059170 140737459064772 0
/proc/13644/statm: 1048 768 704 219 0 110 0
[pid=13659] ppid=13644 vsize=471312 memory=372032 CPUtime=247.35 cores=0,2
/proc/13659/stat : 13659 (roundingsat) R 13644 13644 11416 0 -1 4194304 52677 0 0 0 24652 83 0 0 20 0 1 0 29918778 482623488 93008 18446744073709551615 4227072 8923433 140734879711088 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20336640 140734879713604 140734879713832 140734879713832 140734879719402 0
/proc/13659/statm: 117828 93008 2336 1147 0 105255 0
Current children cumulated CPU time: 247.61 s
Current children cumulated vsize: 475504 KiB
Current children cumulated memory: 375104 KiB

Child status: 0

Real time (s): 248.45
CPU time (s): 247.684
CPU user time (s): 246.777
CPU system time (s): 0.906919
CPU usage (%): 99.6918
Max. virtual memory (cumulated for all children) (KiB): 475504
Max. memory (cumulated for all children) (KiB): 375104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.777
system time used= 0.906919
maximum resident set size= 372032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 247
involuntary context switches= 576


# summary of solver processes directly reported to runsolver:
#   pid: 13644
#   total CPU time (s): 247.684
#   total CPU user time (s): 246.777
#   total CPU system time (s): 0.906919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.53389 second user time and 1.16767 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 22:26:43
IDJOB=4491540
IDBENCH=147718
IDSOLVER=3357
FILE ID=nodeC029/4491540-1751142403
RUNJOBID= nodeC029-1751142403-13593
SLURM_JOB_ID= 9587429
Free space on /tmp= 433044 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4491540-1751142403/watcher-4491540-1751142403 -o /tmp/evaluation-result-4491540-1751142403/solver-4491540-1751142403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751142403-13593 --watchdog 3760  run-dec-break.sh HOME/instance-4491540-1751142403.opb

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=1660209673

nodeC029 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.721
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.46
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		: 2217.336
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.46
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		: 3600.032
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.46
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		: 3602.181
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.46
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.563
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.46
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		: 2135.847
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.46
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.712
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130102852 kB
MemAvailable:   129728372 kB
Buffers:            3280 kB
Cached:           416708 kB
SwapCached:            0 kB
Active:           281892 kB
Inactive:         210140 kB
Active(anon):      90204 kB
Inactive(anon):        0 kB
Active(file):     191688 kB
Inactive(file):   210140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42676 kB
Writeback:            20 kB
AnonPages:         75268 kB
Mapped:           102624 kB
Shmem:             18060 kB
KReclaimable:      84564 kB
Slab:             167516 kB
SReclaimable:      84564 kB
SUnreclaim:        82952 kB
KernelStack:        4128 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC029 at 2025-06-28 22:30:52