Trace number 4515063

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.59 3611.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ivu59.0.u.opb
MD5SUM35958f80d7fcf653e073babd26915af5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2569996
Total number of constraints3437
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3436
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint18
Maximum length of a constraint2569996
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 46418
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 500045678
Number of bits of the biggest sum of numbers29
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-4515063-1751218389.opb'
8.45/8.55	c 	read 455.10MB  (8541.68ms)
8.45/8.55	c	 [cnf: #variables 2569996 #clauses 3437 #duplicates 0 #arr 38756328]
8.45/8.56	c output proof to 'PROOFDIR/proof-4515063-1751218389'
8.45/8.57	c 
8.45/8.57	c make graph and approximate orbits
17.03/17.15	c	 [group: #orbits ~= 820] (8580.58ms)
17.03/17.15	c 
17.03/17.15	c detect special group actions
17.03/17.15	c 	 exceeded limit
17.03/17.15	c 	 (0.00ms)
17.03/17.15	c 
17.03/17.15	c detect symmetries on remainder
17.03/17.15	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
17.03/17.15	c 
17.03/17.15	c finalize break order and special generators
17.22/17.33	c 
17.22/17.33	c generation finished
17.22/17.33	c 	[sbp: #constraints 0 #add_vars 0]
17.32/17.44	c 
17.32/17.44	c write result to 'HOME/instance-4515063-1751218389.opb.pre'
18.32/18.46	c 	wrote 455.10MB (1024.02ms)
18.32/18.46	c ------------------------------------------------------------------
18.32/18.46	c                8580.58ms 46.51% approx_orbits
18.32/18.46	c                8541.68ms 46.30% parse
18.32/18.46	c                1024.02ms  5.55% output
18.32/18.46	c                 155.56ms  0.84% finalize_order
18.32/18.46	c                 148.12ms  0.80% other
18.32/18.46	c                   0.01ms  0.00% detect_generic
18.32/18.46	c                   0.00ms  0.00% detect_special
18.32/18.46	c         ───────────────────────────────────────────────
18.32/18.46	c               18449.97ms   100% total
18.32/18.46	c ------------------------------------------------------------------
18.62/18.74	c RoundingSat 2
18.62/18.74	c branch pb25
18.62/18.74	c commit 63f22ad
54.63/55.04	c #variables 2569996 #constraints 6873
3600.06/3611.44	c cpu time 3576.32 s
3600.06/3611.44	c deterministic time 1001 1.00e+03
3600.06/3611.44	c optimization time 3542.7 s
3600.06/3611.44	c total solve time 0 s
3600.06/3611.44	c core-guided solve time 0 s
3600.06/3611.44	c propagation time 0.007284 s
3600.06/3611.44	c conflict analysis time 0 s
3600.06/3611.44	c propagations 0
3600.06/3611.44	c resolve steps 0
3600.06/3611.44	c decisions 0
3600.06/3611.44	c conflicts 0
3600.06/3611.44	c restarts 0
3600.06/3611.44	c inprocessing phases 0
3600.06/3611.44	c garbage collections 0 ,( -nan )
3600.06/3611.44	c input clauses 3436 ,( 49.99 )
3600.06/3611.44	c input cardinalities 3436 ,( 49.99 )
3600.06/3611.44	c input general constraints 1 ,( 0.01 )
3600.06/3611.44	c input average constraint length 10903.92
3600.06/3611.44	c input average constraint degree 78006.57
3600.06/3611.44	c learned clauses 0 ,( 0.00 )
3600.06/3611.44	c learned cardinalities 0 ,( 0.00 )
3600.06/3611.44	c learned general constraints 0 ,( 0.00 )
3600.06/3611.44	c learned average constraint length 0.00
3600.06/3611.44	c learned average constraint degree 0.00
3600.06/3611.44	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.06/3611.44	c counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
3600.06/3611.44	c watched   constraints 0 ,( 0.00 ) 
3600.06/3611.44	c counting  constraints 1 ,( 100.00 ) 
3600.06/3611.44	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.06/3611.44	c gcd simplifications 0
3600.06/3611.44	c detected cardinalities 0
3600.06/3611.44	c weakened non-implied lits 0
3600.06/3611.44	c weakened non-implying lits 0
3600.06/3611.44	c original variables 2569996
3600.06/3611.44	c clausal propagations 0
3600.06/3611.44	c cardinality propagations 0
3600.06/3611.44	c watched propagations 0
3600.06/3611.44	c counting propagations 0
3600.06/3611.44	c watch lookups 0
3600.06/3611.44	c watch backjump lookups 0
3600.06/3611.44	c watch checks 0
3600.06/3611.44	c propagation checks 0
3600.06/3611.44	c constraint additions 0
3600.06/3611.44	c trail pops 0
3600.06/3611.44	c formula constraints 6873
3600.06/3611.44	c learned constraints 0
3600.06/3611.44	c bound constraints 0
3600.06/3611.44	c core-guided constraints 0
3600.06/3611.44	c encountered formula constraints 0
3600.06/3611.44	c encountered learned constraints 0
3600.06/3611.44	c encountered bound constraints 0
3600.06/3611.44	c encountered core-guided constraints 0
3600.06/3611.44	c LP total time 24.2918 s
3600.06/3611.44	c LP solve time 15.48 s
3600.06/3611.44	c LP constraints added 6873
3600.06/3611.44	c LP constraints removed 0
3600.06/3611.44	c LP pivots internal 0
3600.06/3611.44	c LP pivots root 1000
3600.06/3611.44	c LP calls 1
3600.06/3611.44	c LP optimalities 0
3600.06/3611.44	c LP no pivot count 0
3600.06/3611.44	c LP infeasibilities 0
3600.06/3611.44	c LP valid Farkas constraints 0
3600.06/3611.44	c LP learned Farkas constraints 0
3600.06/3611.44	c LP basis resets 0
3600.06/3611.44	c LP cycling count 0
3600.06/3611.44	c LP singular count 0
3600.06/3611.44	c LP no primal count 0
3600.06/3611.44	c LP no farkas count 0
3600.06/3611.44	c LP other issue count 0
3600.06/3611.44	c LP Gomory cuts 0
3600.06/3611.44	c LP learned cuts 0
3600.06/3611.44	c LP deleted cuts 0
3600.06/3611.44	c LP encountered Gomory constraints 0
3600.06/3611.44	c LP encountered Farkas constraints 0
3600.06/3611.44	c LP encountered learned Farkas constraints 0
3600.06/3611.44	c CG auxiliary variables introduced 0
3600.06/3611.44	c CG solutions found 0
3600.06/3611.44	c CG cores constructed 0
3600.06/3611.44	c CG core cardinality constraints returned 0
3600.06/3611.44	c CG unit cores 0
3600.06/3611.44	c CG single cores 0
3600.06/3611.44	c CG blocks removed during cardinality reduction 0
3600.06/3611.44	c CG first core best 0
3600.06/3611.44	c CG decision core best 0
3600.06/3611.44	c CG core reduction tie 0
3600.06/3611.44	c CG core degree average 0.00
3600.06/3611.44	c CG core slack average 0.00
3600.06/3611.44	c CG core upper bound improvements 0
3600.06/3611.44	c STR number of successful calls 0
3600.06/3611.44	c STR number of unsuccessful calls 0
3600.06/3611.44	c STR number of inconclusive calls 0
3600.06/3611.44	c STR number of successful attempts 0
3600.06/3611.44	c STR number of unsuccessful attempts 0
3600.06/3611.44	c STR number of inconclusive attempts 0
3600.06/3611.44	c STR average degree increase per successful call inf
3600.06/3611.44	c STR average degree increase per successful attempt inf
3600.06/3611.44	c STR total number of conflicts for successful attempts 0
3600.06/3611.44	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3611.44	c STR total number of conflicts for inconclusive attempts 0
3600.06/3611.44	c STR average number of conflicts per successful attempt inf
3600.06/3611.44	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3611.44	c STR average number of conflicts per inconclusive attempt inf
3600.06/3611.44	c AVG.sumWPerc 99.99 
3600.06/3611.44	c bigint constraints 0 
3600.06/3611.44	s UNKNOWN
3600.06/3611.44	c Program interrupted by user.

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: 63794 MiB (61362 MiB free)
  memory of node 1: 64507 MiB (60488 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100064 s]*
/proc/loadavg: 4.21 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124662192/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=132712 memory=121880 CPUtime=0.07 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 5110 0 0 0 5 2 0 0 20 0 1 0 37518759 135897088 30470 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 33178 30470 928 108 0 30586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 136904 KiB
Current children cumulated memory: 124824 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.21 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124654000/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=173672 memory=146460 CPUtime=0.18 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 6162 0 0 0 14 4 0 0 20 0 1 0 37518759 177840128 36615 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 43418 36615 928 108 0 40826 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 177864 KiB
Current children cumulated memory: 149404 KiB

[startup+0.305527 s]*
/proc/loadavg: 4.21 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124629936/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=304748 memory=181768 CPUtime=0.28 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 6813 0 0 0 23 5 0 0 20 0 1 0 37518759 312061952 45442 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 76187 45442 928 108 0 73595 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 308940 KiB
Current children cumulated memory: 184712 KiB

[startup+0.700247 s]
/proc/loadavg: 4.21 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124582236/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=312940 memory=239720 CPUtime=0.66 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 8529 0 0 0 58 8 0 0 20 0 1 0 37518759 320450560 59930 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 78235 59930 960 108 0 75643 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 317132 KiB
Current children cumulated memory: 242664 KiB

[startup+1.50039 s]
/proc/loadavg: 4.21 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124557192/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=448956 memory=364300 CPUtime=1.47 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 26388 0 0 0 134 13 0 0 20 0 1 0 37518759 459730944 91075 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 112239 91075 960 108 0 109647 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 453148 KiB
Current children cumulated memory: 367244 KiB

[startup+3.11333 s]
/proc/loadavg: 4.19 4.17 4.59 5/261 28867
/proc/meminfo: memFree=124256828/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=657956 memory=524752 CPUtime=3.08 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 51031 0 0 0 286 22 0 0 20 0 1 0 37518759 673746944 131188 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 164489 131188 960 108 0 161897 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 662148 KiB
Current children cumulated memory: 527696 KiB

[startup+6.30042 s]
/proc/loadavg: 4.19 4.17 4.59 5/262 28868
/proc/meminfo: memFree=123920560/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=1031012 memory=864888 CPUtime=6.25 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 105421 0 0 0 587 38 0 0 20 0 1 0 37518759 1055756288 216222 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 257753 216222 960 108 0 255161 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1035204 KiB
Current children cumulated memory: 867832 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.17 4.58 5/262 28868
/proc/meminfo: memFree=122714944/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28867] ppid=28865 vsize=2323948 memory=2074844 CPUtime=12.63 cores=4,6
/proc/28867/stat : 28867 (pbsuma) R 28865 28865 27461 0 -1 4194304 152366 0 0 0 1189 74 0 0 20 0 1 0 37518759 2379722752 518711 18446744073709551615 4210688 4653049 140722756122992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 17129472 140722756131043 140722756131378 140722756131378 140722756136943 0
/proc/28867/statm: 580987 518711 992 108 0 578395 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2328140 KiB
Current children cumulated memory: 2077788 KiB

[startup+25.5004 s]
/proc/loadavg: 4.29 4.19 4.58 5/262 28869
/proc/meminfo: memFree=122760764/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=1297108 memory=1198732 CPUtime=6.72 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 92519 0 0 0 619 53 0 0 20 0 1 0 37520632 1328238592 299683 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 324277 299683 2080 1147 0 311704 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1301300 KiB
Current children cumulated memory: 1201676 KiB

[startup+51.1135 s]
/proc/loadavg: 4.19 4.17 4.57 5/264 28871
/proc/meminfo: memFree=120516088/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=2936900 memory=2808680 CPUtime=32.1 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 361929 0 0 0 3060 150 0 0 20 0 1 0 37520632 3007385600 702170 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 734225 702170 2080 1147 0 721652 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 2941092 KiB
Current children cumulated memory: 2811624 KiB

[startup+102.3 s]
/proc/loadavg: 4.39 4.22 4.56 5/264 28873
/proc/meminfo: memFree=116342880/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6774704 CPUtime=83.13 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 850519 0 0 0 7808 505 0 0 20 0 1 0 37520632 7079124992 1693676 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1693676 2336 1147 0 1715729 0
Current children cumulated CPU time: 101.78 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6777648 KiB

[startup+162.3 s]
/proc/loadavg: 4.80 4.38 4.60 5/264 28875
/proc/meminfo: memFree=116227904/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6774704 CPUtime=142.97 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 850860 0 0 0 13792 505 0 0 20 0 1 0 37520632 7079124992 1693676 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1693676 2336 1147 0 1715729 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6777648 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.33 4.56 5/262 28877
/proc/meminfo: memFree=116104476/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6774704 CPUtime=202.81 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 851288 0 0 0 19776 505 0 0 20 0 1 0 37520632 7079124992 1693676 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1693676 2336 1147 0 1715729 0

################
# More data... #
################

/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3133.74 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 883184 0 0 0 312862 512 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3152.39 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.16 5/262 29188
/proc/meminfo: memFree=113808792/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3193.55 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 884055 0 0 0 318843 512 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3212.2 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.18 4.18 5/263 29192
/proc/meminfo: memFree=113350980/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3253.35 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 884795 0 0 0 324823 512 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.87 4.36 4.24 5/264 29195
/proc/meminfo: memFree=112885680/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3313.17 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 885251 0 0 0 330804 513 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3331.82 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.31 4.23 5/264 29197
/proc/meminfo: memFree=112471380/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3372.98 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 886226 0 0 0 336785 513 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3391.63 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.26 4.22 5/264 29199
/proc/meminfo: memFree=112069960/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3432.78 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 887165 0 0 0 342765 513 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3451.43 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.26 4.22 5/264 29201
/proc/meminfo: memFree=111675052/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3492.6 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 887600 0 0 0 348746 514 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3511.25 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.23 4.20 5/263 29206
/proc/meminfo: memFree=111206316/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3552.4 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 888332 0 0 0 354726 514 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3571.05 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.14 4.22 4.20 5/263 29212
/proc/meminfo: memFree=111054860/131382120 swapFree=33010416/33010684
[pid=28865] ppid=28862 vsize=4192 memory=2944 CPUtime=18.65 cores=4,6
/proc/28865/stat : 28865 (run-dec-break-l) S 28862 28865 27461 0 -1 4194304 239 197715 0 0 0 0 1737 128 20 0 1 0 37518758 4292608 736 18446744073709551615 94476916129792 94476917024325 140736070612960 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94476917263376 94476917311120 94476947906560 140736070617365 140736070617566 140736070617566 140736070623168 0
/proc/28865/statm: 1048 736 672 219 0 110 0
[pid=28869] ppid=28865 vsize=6913208 memory=6784304 CPUtime=3581.41 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28865 28865 27461 0 -1 4194304 888799 0 0 0 357627 514 0 0 20 0 1 0 37520632 7079124992 1696076 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 1728302 1696076 2336 1147 0 1715729 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 6917400 KiB
Current children cumulated memory: 6787248 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3611.41 s]
# the end of solver process 28865 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=17.3774 s, system=1.29177 s
Sleeping 2 seconds

[startup+3611.9 s]
# the end of solver process 28869 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3594.13 s, system=6.45957 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.61 s]
/proc/loadavg: 4.14 4.22 4.20 5/262 29212
/proc/meminfo: memFree=111164656/131382120 swapFree=33010416/33010684
[pid=28869] ppid=28862 vsize=3905920 memory=3807048 CPUtime=3581.62 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28862 28865 27461 0 -1 4194304 889271 0 0 0 357647 515 0 0 20 0 1 0 37520632 3999662080 951762 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 976480 951762 2400 1147 0 963907 0
Current cumulated CPU time of completed processes: 18.6692 s
Current children cumulated CPU time: 3581.62 s
Current children cumulated vsize: 3905920 KiB
Current children cumulated memory: 3807048 KiB

[startup+3611.8 s]
/proc/loadavg: 4.14 4.22 4.20 5/262 29212
/proc/meminfo: memFree=111164656/131382120 swapFree=33010416/33010684
[pid=28869] ppid=28862 vsize=3905920 memory=3807048 CPUtime=3581.81 cores=4,6
/proc/28869/stat : 28869 (roundingsat) R 28862 28865 27461 0 -1 4194304 889292 0 0 0 357666 515 0 0 20 0 1 0 37520632 3999662080 951762 18446744073709551615 4227072 8923433 140728892627216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 37167104 140728892631284 140728892631592 140728892631592 140728892637162 0
/proc/28869/statm: 976480 951762 2400 1147 0 963907 0
Current cumulated CPU time of completed processes: 18.6692 s
Current children cumulated CPU time: 3581.81 s
Current children cumulated vsize: 3905920 KiB
Current children cumulated memory: 3807048 KiB

Child status: 2

Real time (s): 3611.9
CPU time (s): 3600.59
CPU user time (s): 3594.13
CPU system time (s): 6.45957
CPU usage (%): 99.6868
Max. virtual memory (cumulated for all children) (KiB): 9918704
Max. memory (cumulated for all children) (KiB): 9706864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.13
system time used= 6.45957
maximum resident set size= 9791728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1087392
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2674376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 18415


# summary of solver processes directly reported to runsolver:
#   pid: 28865,28869
#   total CPU time (s): 3600.59
#   total CPU user time (s): 3594.13
#   total CPU system time (s): 6.45957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7221 second user time and 28.7523 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 19:33:14
IDJOB=4515063
IDBENCH=164110
IDSOLVER=3358
FILE ID=nodeC006/4515063-1751218389
RUNJOBID= nodeC006-1751216867-27472
SLURM_JOB_ID= 9587659
Free space on /tmp= 432592 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ivu59.0.u.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4515063-1751218389/watcher-4515063-1751218389 -o /tmp/evaluation-result-4515063-1751218389/solver-4515063-1751218389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27472 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4515063-1751218389.opb PROOFDIR/proof-4515063-1751218389

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

MD5SUM BENCH= 35958f80d7fcf653e073babd26915af5
RANDOM SEED=1815974285

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124775236 kB
MemAvailable:   129469804 kB
Buffers:            2128 kB
Cached:          5499624 kB
SwapCached:           12 kB
Active:           821800 kB
Inactive:        5228600 kB
Active(anon):     554240 kB
Inactive(anon):    12740 kB
Active(file):     267560 kB
Inactive(file):  5215860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            475512 kB
Writeback:             4 kB
AnonPages:        549400 kB
Mapped:           116284 kB
Shmem:             17948 kB
KReclaimable:     101168 kB
Slab:             184184 kB
SReclaimable:     101168 kB
SUnreclaim:        83016 kB
KernelStack:        4192 kB
PageTables:         4272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     945876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149624 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432156 MiB
End job on nodeC006 at 2025-06-29 20:33:26