Trace number 4517042

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 123.711 124.077

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-22array_ineq8.opb
MD5SUMf8822d5d60ccf9346541d6b16fcfa312
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.96633
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3058
Total number of constraints4115
Number of constraints which are clauses3036
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1057
Minimum length of a constraint1
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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-4517042-1751225082.opb'
0.00/0.01	c 	read 0.13MB  (2.31ms)
0.00/0.01	c	 [cnf: #variables 3058 #clauses 4115 #duplicates 0 #arr 12034]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (3.40ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.71ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 16260 #edges 42242]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.00ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4517042-1751225082.opb.pre'
0.00/0.01	c 	wrote 0.13MB (0.36ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   3.40ms 41.63% approx_orbits
0.00/0.01	c                   2.31ms 28.26% parse
0.00/0.01	c                   1.00ms 12.24% detect_generic
0.00/0.01	c                   0.71ms  8.70% detect_special
0.00/0.01	c                   0.36ms  4.40% output
0.00/0.01	c                   0.30ms  3.72% other
0.00/0.01	c                   0.09ms  1.07% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   8.17ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 3058 #constraints 3949
5.95/6.02	c #Conflicts:       1000 | #Constraints:       4948
5.95/6.02	c #Conflicts:       2000 | #Constraints:       5948
5.95/6.02	c INPROCESSING
5.95/6.02	c GARBAGE COLLECT
5.95/6.02	c #Conflicts:       3000 | #Constraints:       5503
5.95/6.02	c #Conflicts:       4000 | #Constraints:       6503
5.95/6.02	c INPROCESSING
5.95/6.02	c GARBAGE COLLECT
5.95/6.02	c #Conflicts:       5000 | #Constraints:       5984
5.95/6.02	c #Conflicts:       6000 | #Constraints:       6984
5.95/6.02	c INPROCESSING
5.95/6.02	c GARBAGE COLLECT
5.95/6.02	c #Conflicts:       7000 | #Constraints:       6035
5.95/6.02	c #Conflicts:       8000 | #Constraints:       7035
5.95/6.02	c #Conflicts:       9000 | #Constraints:       8035
5.95/6.02	c INPROCESSING
5.95/6.02	c GARBAGE COLLECT
5.95/6.02	c #Conflicts:      10000 | #Constraints:       6793
5.95/6.02	c #Conflicts:      11000 | #Constraints:       7793
5.95/6.02	c #Conflicts:      12000 | #Constraints:       8793
5.95/6.02	c #Conflicts:      13000 | #Constraints:       9793
5.95/6.02	c #Conflicts:      14000 | #Constraints:      10793
5.95/6.02	c #Conflicts:      15000 | #Constraints:      11793
5.95/6.02	c #Conflicts:      16000 | #Constraints:      12793
5.95/6.02	c INPROCESSING
5.95/6.02	c GARBAGE COLLECT
5.95/6.02	c rational objective 540
47.83/48.02	c #Conflicts:      17000 | #Constraints:       9092
47.83/48.02	c #Conflicts:      18000 | #Constraints:      10092
47.83/48.02	c #Conflicts:      19000 | #Constraints:      11092
47.83/48.02	c #Conflicts:      20000 | #Constraints:      12092
47.83/48.02	c INPROCESSING
47.83/48.02	c GARBAGE COLLECT
47.83/48.02	c #Conflicts:      21000 | #Constraints:       8753
47.83/48.02	c #Conflicts:      22000 | #Constraints:       9753
47.83/48.02	c #Conflicts:      23000 | #Constraints:      10753
47.83/48.02	c #Conflicts:      24000 | #Constraints:      11753
47.83/48.02	c #Conflicts:      25000 | #Constraints:      12753
47.83/48.02	c #Conflicts:      26000 | #Constraints:      13753
47.83/48.02	c #Conflicts:      27000 | #Constraints:      14753
47.83/48.02	c #Conflicts:      28000 | #Constraints:      15753
47.83/48.02	c #Conflicts:      29000 | #Constraints:      16753
47.83/48.02	c #Conflicts:      30000 | #Constraints:      17753
47.83/48.02	c INPROCESSING
47.83/48.02	c GARBAGE COLLECT
47.83/48.02	c #Conflicts:      31000 | #Constraints:      11402
47.83/48.02	c #Conflicts:      32000 | #Constraints:      12402
47.83/48.02	c #Conflicts:      33000 | #Constraints:      13402
47.83/48.02	c #Conflicts:      34000 | #Constraints:      14402
47.83/48.02	c #Conflicts:      35000 | #Constraints:      15402
47.83/48.02	c #Conflicts:      36000 | #Constraints:      16402
47.83/48.02	c INPROCESSING
47.83/48.02	c GARBAGE COLLECT
47.83/48.02	c #Conflicts:      37000 | #Constraints:      11062
47.83/48.02	c #Conflicts:      38000 | #Constraints:      12062
47.83/48.02	c #Conflicts:      39000 | #Constraints:      13062
47.83/48.02	c #Conflicts:      40000 | #Constraints:      14062
47.83/48.02	c #Conflicts:      41000 | #Constraints:      15062
47.83/48.02	c #Conflicts:      42000 | #Constraints:      16062
47.83/48.02	c #Conflicts:      43000 | #Constraints:      17062
47.83/48.02	c #Conflicts:      44000 | #Constraints:      18062
47.83/48.02	c #Conflicts:      45000 | #Constraints:      19062
47.83/48.02	c #Conflicts:      46000 | #Constraints:      20062
47.83/48.02	c #Conflicts:      47000 | #Constraints:      21062
47.83/48.02	c #Conflicts:      48000 | #Constraints:      22062
47.83/48.02	c #Conflicts:      49000 | #Constraints:      23062
47.83/48.02	c INPROCESSING
47.83/48.02	c GARBAGE COLLECT
47.83/48.02	c rational objective 629.467
55.51/55.75	c #Conflicts:      50000 | #Constraints:      14240
55.51/55.75	c #Conflicts:      51000 | #Constraints:      15240
55.51/55.75	c #Conflicts:      52000 | #Constraints:      16240
55.51/55.75	c #Conflicts:      53000 | #Constraints:      17240
55.51/55.75	c #Conflicts:      54000 | #Constraints:      18240
55.51/55.75	c #Conflicts:      55000 | #Constraints:      19240
55.51/55.75	c #Conflicts:      56000 | #Constraints:      20240
55.51/55.75	c INPROCESSING
55.51/55.75	c GARBAGE COLLECT
55.51/55.75	c rational objective 657.301
123.61/124.07	c #Conflicts:      57000 | #Constraints:      13078
123.61/124.07	c #Conflicts:      58000 | #Constraints:      14078
123.61/124.07	c #Conflicts:      59000 | #Constraints:      15078
123.61/124.07	c #Conflicts:      60000 | #Constraints:      16078
123.61/124.07	c #Conflicts:      61000 | #Constraints:      17078
123.61/124.07	c #Conflicts:      62000 | #Constraints:      18078
123.61/124.07	c #Conflicts:      63000 | #Constraints:      19078
123.61/124.07	c #Conflicts:      64000 | #Constraints:      20078
123.61/124.07	c #Conflicts:      65000 | #Constraints:      21078
123.61/124.07	c #Conflicts:      66000 | #Constraints:      22078
123.61/124.07	c #Conflicts:      67000 | #Constraints:      23078
123.61/124.07	c #Conflicts:      68000 | #Constraints:      24078
123.61/124.07	c #Conflicts:      69000 | #Constraints:      25078
123.61/124.07	c #Conflicts:      70000 | #Constraints:      26078
123.61/124.07	c #Conflicts:      71000 | #Constraints:      27078
123.61/124.07	c #Conflicts:      72000 | #Constraints:      28078
123.61/124.07	c INPROCESSING
123.61/124.07	c GARBAGE COLLECT
123.61/124.07	c #Conflicts:      73000 | #Constraints:      16697
123.61/124.07	c #Conflicts:      74000 | #Constraints:      17697
123.61/124.07	c #Conflicts:      75000 | #Constraints:      18698
123.61/124.07	c #Conflicts:      76000 | #Constraints:      19698
123.61/124.07	c #Conflicts:      77000 | #Constraints:      20698
123.61/124.07	c #Conflicts:      78000 | #Constraints:      21698
123.61/124.07	c #Conflicts:      79000 | #Constraints:      22698
123.61/124.07	c #Conflicts:      80000 | #Constraints:      23698
123.61/124.07	c INPROCESSING
123.61/124.07	c GARBAGE COLLECT
123.61/124.07	c #Conflicts:      81000 | #Constraints:      14636
123.61/124.07	c #Conflicts:      82000 | #Constraints:      15636
123.61/124.07	c #Conflicts:      83000 | #Constraints:      16636
123.61/124.07	c #Conflicts:      84000 | #Constraints:      17636
123.61/124.07	c #Conflicts:      85000 | #Constraints:      18636
123.61/124.07	c #Conflicts:      86000 | #Constraints:      19636
123.61/124.07	c #Conflicts:      87000 | #Constraints:      20636
123.61/124.07	c cpu time 123.121 s
123.61/124.07	c deterministic time 6613944221 6.61e+09
123.61/124.07	c optimization time 2.6e-05 s
123.61/124.07	c total solve time 123.109 s
123.61/124.07	c core-guided solve time 0 s
123.61/124.07	c propagation time 82.683 s
123.61/124.07	c conflict analysis time 36.6711 s
123.61/124.07	c propagations 25298658
123.61/124.07	c resolve steps 7985319
123.61/124.07	c decisions 135100
123.61/124.07	c conflicts 87039
123.61/124.07	c restarts 253
123.61/124.07	c inprocessing phases 12
123.61/124.07	c garbage collections 12 ,( 100.00 )
123.61/124.07	c input clauses 2142 ,( 54.24 )
123.61/124.07	c input cardinalities 0 ,( 0.00 )
123.61/124.07	c input general constraints 1807 ,( 45.76 )
123.61/124.07	c input average constraint length 3.14
123.61/124.07	c input average constraint degree 4454845796.81
123.61/124.07	c learned clauses 30536 ,( 35.05 )
123.61/124.07	c learned cardinalities 33 ,( 0.04 )
123.61/124.07	c learned general constraints 56550 ,( 64.91 )
123.61/124.07	c learned average constraint length 153.10
123.61/124.07	c learned average constraint degree 183356383.46
123.61/124.07	c watched  CF 32, 64, 128, Arb: 4174 , 0 , 0 , 0
123.61/124.07	c counting CF 32, 64, 128, Arb: 54182 , 1 , 0 , 0
123.61/124.07	c watched   constraints 4174 ,( 7.15 ) 
123.61/124.07	c counting  constraints 54183 ,( 92.85 ) 
123.61/124.07	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 24289847 , 193482 , 2862023437 ,( 3033244 , 2858990193 )
123.61/124.07	c gcd simplifications 1813
123.61/124.07	c detected cardinalities 20
123.61/124.07	c weakened non-implied lits 2615154
123.61/124.07	c weakened non-implying lits 10214
123.61/124.07	c original variables 3058
123.61/124.07	c clausal propagations 8422381
123.61/124.07	c cardinality propagations 8152
123.61/124.07	c watched propagations 79806
123.61/124.07	c counting propagations 16699977
123.61/124.07	c watch lookups 3659828747
123.61/124.07	c watch backjump lookups 0
123.61/124.07	c watch checks 84713203
123.61/124.07	c propagation checks 2752989957
123.61/124.07	c constraint additions 65438404
123.61/124.07	c trail pops 25520109
123.61/124.07	c formula constraints 3949
123.61/124.07	c learned constraints 87038
123.61/124.07	c bound constraints 0
123.61/124.07	c core-guided constraints 0
123.61/124.07	c encountered formula constraints 6068641
123.61/124.07	c encountered learned constraints 1983188
123.61/124.07	c encountered bound constraints 0
123.61/124.07	c encountered core-guided constraints 0
123.61/124.07	c LP total time 3.607 s
123.61/124.07	c LP solve time 3.26 s
123.61/124.07	c LP constraints added 4234
123.61/124.07	c LP constraints removed 67
123.61/124.07	c LP pivots internal 9886
123.61/124.07	c LP pivots root 10156
123.61/124.07	c LP calls 13
123.61/124.07	c LP optimalities 5
123.61/124.07	c LP no pivot count 0
123.61/124.07	c LP infeasibilities 1
123.61/124.07	c LP valid Farkas constraints 1
123.61/124.07	c LP learned Farkas constraints 0
123.61/124.07	c LP basis resets 5
123.61/124.07	c LP cycling count 1
123.61/124.07	c LP singular count 4
123.61/124.07	c LP no primal count 0
123.61/124.07	c LP no farkas count 0
123.61/124.07	c LP other issue count 0
123.61/124.07	c LP Gomory cuts 80
123.61/124.07	c LP learned cuts 205
123.61/124.07	c LP deleted cuts 67
123.61/124.07	c LP encountered Gomory constraints 20516
123.61/124.07	c LP encountered Farkas constraints 13
123.61/124.07	c LP encountered learned Farkas constraints 0
123.61/124.07	c CG auxiliary variables introduced 0
123.61/124.07	c CG solutions found 0
123.61/124.07	c CG cores constructed 0
123.61/124.07	c CG core cardinality constraints returned 0
123.61/124.07	c CG unit cores 0
123.61/124.07	c CG single cores 0
123.61/124.07	c CG blocks removed during cardinality reduction 0
123.61/124.07	c CG first core best 0
123.61/124.07	c CG decision core best 0
123.61/124.07	c CG core reduction tie 0
123.61/124.07	c CG core degree average 0.00
123.61/124.07	c CG core slack average 0.00
123.61/124.07	c CG core upper bound improvements 0
123.61/124.07	c STR number of successful calls 0
123.61/124.07	c STR number of unsuccessful calls 0
123.61/124.07	c STR number of inconclusive calls 0
123.61/124.07	c STR number of successful attempts 0
123.61/124.07	c STR number of unsuccessful attempts 0
123.61/124.07	c STR number of inconclusive attempts 0
123.61/124.07	c STR average degree increase per successful call inf
123.61/124.07	c STR average degree increase per successful attempt inf
123.61/124.07	c STR total number of conflicts for successful attempts 0
123.61/124.07	c STR total number of conflicts for unsuccessful attempts 0
123.61/124.07	c STR total number of conflicts for inconclusive attempts 0
123.61/124.07	c STR average number of conflicts per successful attempt inf
123.61/124.07	c STR average number of conflicts per unsuccessful attempt inf
123.61/124.07	c STR average number of conflicts per inconclusive attempt inf
123.61/124.07	c AVG.sumWPerc 87.02 
123.61/124.07	c bigint constraints 1 
123.61/124.07	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517042-1751225082/watcher-4517042-1751225082 -o /tmp/evaluation-result-4517042-1751225082/solver-4517042-1751225082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31777 --watchdog 3760 run-dec-break.sh HOME/instance-4517042-1751225082.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=34759, runsolver pid=34756

[startup+0.100062 s]*
/proc/loadavg: 4.08 4.11 4.09 6/270 34762
/proc/meminfo: memFree=126216584/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=63288 memory=19764 CPUtime=0.07 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 2822 0 0 0 6 1 0 0 20 0 1 0 38186097 64806912 4941 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 15822 4941 2336 1147 0 3249 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 67480 KiB
Current children cumulated memory: 22708 KiB

[startup+0.204971 s]*
/proc/loadavg: 4.08 4.11 4.09 5/270 34762
/proc/meminfo: memFree=126216584/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=63724 memory=20148 CPUtime=0.17 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 2921 0 0 0 16 1 0 0 20 0 1 0 38186097 65253376 5037 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 15931 5037 2336 1147 0 3358 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 67916 KiB
Current children cumulated memory: 23092 KiB

[startup+0.305482 s]*
/proc/loadavg: 4.08 4.11 4.09 5/270 34762
/proc/meminfo: memFree=126216584/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=63864 memory=20404 CPUtime=0.27 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 2978 0 0 0 26 1 0 0 20 0 1 0 38186097 65396736 5101 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 15966 5101 2368 1147 0 3393 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 68056 KiB
Current children cumulated memory: 23348 KiB

[startup+0.700174 s]
/proc/loadavg: 4.15 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126212488/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=64792 memory=21428 CPUtime=0.66 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 3235 0 0 0 63 3 0 0 20 0 1 0 38186097 66347008 5357 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 16198 5357 2368 1147 0 3625 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 68984 KiB
Current children cumulated memory: 24372 KiB

[startup+1.50016 s]
/proc/loadavg: 4.15 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126213064/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=67344 memory=23988 CPUtime=1.46 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 3863 0 0 0 142 4 0 0 20 0 1 0 38186097 68960256 5997 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 16836 5997 2368 1147 0 4263 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 71536 KiB
Current children cumulated memory: 26932 KiB

[startup+3.10537 s]
/proc/loadavg: 4.15 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126205000/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=68880 memory=25908 CPUtime=3.06 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 4267 0 0 0 300 6 0 0 20 0 1 0 38186097 70533120 6477 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 17220 6477 2464 1147 0 4647 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 73072 KiB
Current children cumulated memory: 28852 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126201156/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=78752 memory=35432 CPUtime=6.25 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 6094 0 0 0 615 10 0 0 20 0 1 0 38186097 80642048 8858 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 19688 8858 2496 1147 0 7115 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 82944 KiB
Current children cumulated memory: 38376 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126201156/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=84488 memory=42344 CPUtime=12.63 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 7863 0 0 0 1248 15 0 0 20 0 1 0 38186097 86515712 10586 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 21122 10586 2496 1147 0 8549 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 88680 KiB
Current children cumulated memory: 45288 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126182256/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=99252 memory=55332 CPUtime=25.39 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 10589 0 0 0 2516 23 0 0 20 0 1 0 38186097 101634048 13833 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 24813 13833 2496 1147 0 12240 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 103444 KiB
Current children cumulated memory: 58276 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.12 4.09 5/270 34762
/proc/meminfo: memFree=126178600/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=125232 memory=78856 CPUtime=50.92 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 14956 0 0 0 5058 34 0 0 20 0 1 0 38186097 128237568 19714 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 31308 19714 2496 1147 0 18735 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 129424 KiB
Current children cumulated memory: 81800 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=101.97 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21476 0 0 0 10146 51 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

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

# cumulated CPU time of all completed processes:  user=123.13 s, system=0.581063 s

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

[startup+102.4 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=102.07 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21476 0 0 0 10156 51 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+115.2 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=114.84 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21479 0 0 0 11430 54 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 114.84 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+118.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 34857
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=118.03 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21479 0 0 0 11748 55 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 118.03 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+121.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34858
/proc/meminfo: memFree=129231484/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=121.22 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21479 0 0 0 12066 56 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 121.22 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+123.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34859
/proc/meminfo: memFree=129230520/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=122.81 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21480 0 0 0 12225 56 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 122.81 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+123.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 34859
/proc/meminfo: memFree=129230520/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=123.21 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21480 0 0 0 12265 56 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 123.21 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

[startup+124 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 34859
/proc/meminfo: memFree=129230520/131250000 swapFree=33010684/33010684
[pid=34759] ppid=34756 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34759/stat : 34759 (run-dec-break.s) S 34756 34759 31764 0 -1 4194304 238 1922 0 0 0 0 0 0 20 0 1 0 38186095 4292608 736 18446744073709551615 93965463040000 93965463934533 140724792151472 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93965464173584 93965464221328 93965496365056 140724792158561 140724792158690 140724792158690 140724792164292 0
/proc/34759/statm: 1048 736 672 219 0 110 0
[pid=34762] ppid=34759 vsize=165912 memory=113156 CPUtime=123.61 cores=0,2
/proc/34762/stat : 34762 (roundingsat) R 34759 34759 31764 0 -1 4194304 21480 0 0 0 12305 56 0 0 20 0 1 0 38186097 169893888 28289 18446744073709551615 4227072 8923433 140727510195808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 11579392 140727510202692 140727510202920 140727510202920 140727510208490 0
/proc/34762/statm: 41478 28289 2496 1147 0 28905 0
Current children cumulated CPU time: 123.61 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 116100 KiB

Child status: 0

Real time (s): 124.077
CPU time (s): 123.711
CPU user time (s): 123.13
CPU system time (s): 0.581063
CPU usage (%): 99.7055
Max. virtual memory (cumulated for all children) (KiB): 170104
Max. memory (cumulated for all children) (KiB): 116100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.13
system time used= 0.581063
maximum resident set size= 113156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 767


# summary of solver processes directly reported to runsolver:
#   pid: 34759
#   total CPU time (s): 123.711
#   total CPU user time (s): 123.13
#   total CPU system time (s): 0.581063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.280514 second user time and 0.527521 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 21:24:43
IDJOB=4517042
IDBENCH=175962
IDSOLVER=3357
FILE ID=nodeC018/4517042-1751225082
RUNJOBID= nodeC018-1751217107-31777
SLURM_JOB_ID= 9587660
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= f8822d5d60ccf9346541d6b16fcfa312
RANDOM SEED=636017147

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126225404 kB
MemAvailable:   125982532 kB
Buffers:            3280 kB
Cached:           566344 kB
SwapCached:            0 kB
Active:          4110532 kB
Inactive:         309176 kB
Active(anon):    3868160 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   309176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7196 kB
Writeback:             0 kB
AnonPages:       3851024 kB
Mapped:           116412 kB
Shmem:             18076 kB
KReclaimable:      89240 kB
Slab:             173368 kB
SReclaimable:      89240 kB
SUnreclaim:        84128 kB
KernelStack:        4400 kB
PageTables:        11296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4680748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

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