Trace number 4503712

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 63f22ad? (TO) 3600.45 3611.83

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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-4503712-1751164476.opb'
3.57/3.69	c 	read 271.00MB  (3677.94ms)
3.57/3.69	c	 [cnf: #variables 248659 #clauses 5546518 #duplicates 0 #arr 21625888]
3.57/3.69	c 
3.57/3.69	c make graph and approximate orbits
7.86/7.92	c	 [group: #orbits ~= 0] (4229.19ms)
7.86/7.92	c 
7.86/7.92	c detect special group actions
7.86/7.92	c 	probe for Johnson action (limit=64)
7.86/7.97	c 	probe for row-column symmetry (limit=64, splits=16.78M)
7.97/8.09	c 	probe for row symmetry (limit=64, splits=16.78M)
8.16/8.20	c 	 (282.51ms)
8.16/8.20	c 
8.16/8.20	c detect symmetries on remainder
8.16/8.22	c 	[graph: #vertices 6571403 #edges 44804228]
8.26/8.30	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
8.66/8.71	c 	 [group: #symmetries 1.00*10^0 #generators 0] (510.85ms)
8.66/8.71	c 
8.66/8.71	c finalize break order and special generators
8.66/8.72	c 
8.66/8.72	c generation finished
8.66/8.72	c 	[sbp: #constraints 0 #add_vars 0]
8.66/8.73	c 
8.66/8.73	c write result to 'HOME/instance-4503712-1751164476.opb.pre'
9.25/9.30	c 	wrote 271.02MB (568.99ms)
9.25/9.30	c ------------------------------------------------------------------
9.25/9.30	c                4229.19ms 45.52% approx_orbits
9.25/9.30	c                3677.94ms 39.58% parse
9.25/9.30	c                 568.99ms  6.12% output
9.25/9.30	c                 510.85ms  5.50% detect_generic
9.25/9.30	c                 282.51ms  3.04% detect_special
9.25/9.30	c                  12.03ms  0.13% other
9.25/9.30	c                  10.23ms  0.11% finalize_order
9.25/9.30	c         ───────────────────────────────────────────────
9.25/9.30	c                9291.74ms   100% total
9.25/9.30	c ------------------------------------------------------------------
11.15/11.29	c RoundingSat 2
11.15/11.29	c branch pb25
11.15/11.29	c commit 63f22ad
28.20/28.31	c #variables 248659 #constraints 5556400
3600.00/3611.40	c #Conflicts:       1000 | #Constraints:    5557399
3600.00/3611.40	c #Conflicts:       2000 | #Constraints:    5558399
3600.00/3611.40	c INPROCESSING
3600.00/3611.40	c #Conflicts:       3000 | #Constraints:    5558412
3600.00/3611.40	c #Conflicts:       4000 | #Constraints:    5559412
3600.00/3611.40	c INPROCESSING
3600.00/3611.40	c #Conflicts:       5000 | #Constraints:    5558801
3600.00/3611.40	c #Conflicts:       6000 | #Constraints:    5559801
3600.00/3611.40	c INPROCESSING
3600.00/3611.40	c #Conflicts:       7000 | #Constraints:    5558801
3600.00/3611.40	c #Conflicts:       8000 | #Constraints:    5559801
3600.00/3611.40	c #Conflicts:       9000 | #Constraints:    5560801
3600.00/3611.40	c INPROCESSING
3600.00/3611.40	c cpu time 3584.11 s
3600.00/3611.40	c deterministic time 169705613 1.70e+08
3600.00/3611.40	c optimization time 167.535 s
3600.00/3611.40	c total solve time 3403.99 s
3600.00/3611.40	c core-guided solve time 0 s
3600.00/3611.40	c propagation time 4.65575 s
3600.00/3611.40	c conflict analysis time 0.760457 s
3600.00/3611.40	c propagations 35156267
3600.00/3611.40	c resolve steps 109275
3600.00/3611.40	c decisions 153536
3600.00/3611.40	c conflicts 9200
3600.00/3611.40	c restarts 38
3600.00/3611.40	c inprocessing phases 4
3600.00/3611.40	c garbage collections 0 ,( 0.00 )
3600.00/3611.40	c input clauses 4975662 ,( 89.55 )
3600.00/3611.40	c input cardinalities 19725 ,( 0.35 )
3600.00/3611.40	c input general constraints 561013 ,( 10.10 )
3600.00/3611.40	c input average constraint length 3.91
3600.00/3611.40	c input average constraint degree 1.12
3600.00/3611.40	c learned clauses 9170 ,( 99.67 )
3600.00/3611.40	c learned cardinalities 12 ,( 0.13 )
3600.00/3611.40	c learned general constraints 18 ,( 0.20 )
3600.00/3611.40	c learned average constraint length 157.67
3600.00/3611.40	c learned average constraint degree 1.04
3600.00/3611.40	c watched  CF 32, 64, 128, Arb: 2 , 0 , 0 , 0
3600.00/3611.40	c counting CF 32, 64, 128, Arb: 561029 , 0 , 0 , 0
3600.00/3611.40	c watched   constraints 2 ,( 0.00 ) 
3600.00/3611.40	c counting  constraints 561029 ,( 100.00 ) 
3600.00/3611.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 39602493 , 19517 , 27866 ,( 116 , 27750 )
3600.00/3611.40	c gcd simplifications 20
3600.00/3611.40	c detected cardinalities 1
3600.00/3611.40	c weakened non-implied lits 4795
3600.00/3611.40	c weakened non-implying lits 23
3600.00/3611.40	c original variables 248659
3600.00/3611.40	c clausal propagations 35130971
3600.00/3611.40	c cardinality propagations 8265
3600.00/3611.40	c watched propagations 1
3600.00/3611.40	c counting propagations 7670
3600.00/3611.40	c watch lookups 41884266
3600.00/3611.40	c watch backjump lookups 0
3600.00/3611.40	c watch checks 18689024
3600.00/3611.40	c propagation checks 35360434
3600.00/3611.40	c constraint additions 3143087
3600.00/3611.40	c trail pops 35318998
3600.00/3611.40	c formula constraints 5556400
3600.00/3611.40	c learned constraints 9200
3600.00/3611.40	c bound constraints 0
3600.00/3611.40	c core-guided constraints 0
3600.00/3611.40	c encountered formula constraints 95922
3600.00/3611.40	c encountered learned constraints 22553
3600.00/3611.40	c encountered bound constraints 0
3600.00/3611.40	c encountered core-guided constraints 0
3600.00/3611.40	c LP total time 0 s
3600.00/3611.40	c LP solve time 0 s
3600.00/3611.40	c LP constraints added 0
3600.00/3611.40	c LP constraints removed 0
3600.00/3611.40	c LP pivots internal 0
3600.00/3611.40	c LP pivots root 0
3600.00/3611.40	c LP calls 0
3600.00/3611.40	c LP optimalities 0
3600.00/3611.40	c LP no pivot count 0
3600.00/3611.40	c LP infeasibilities 0
3600.00/3611.40	c LP valid Farkas constraints 0
3600.00/3611.40	c LP learned Farkas constraints 0
3600.00/3611.40	c LP basis resets 0
3600.00/3611.40	c LP cycling count 0
3600.00/3611.40	c LP singular count 0
3600.00/3611.40	c LP no primal count 0
3600.00/3611.40	c LP no farkas count 0
3600.00/3611.40	c LP other issue count 0
3600.00/3611.40	c LP Gomory cuts 0
3600.00/3611.40	c LP learned cuts 0
3600.00/3611.40	c LP deleted cuts 0
3600.00/3611.40	c LP encountered Gomory constraints 0
3600.00/3611.40	c LP encountered Farkas constraints 0
3600.00/3611.40	c LP encountered learned Farkas constraints 0
3600.00/3611.40	c CG auxiliary variables introduced 0
3600.00/3611.40	c CG solutions found 0
3600.00/3611.40	c CG cores constructed 0
3600.00/3611.40	c CG core cardinality constraints returned 0
3600.00/3611.40	c CG unit cores 0
3600.00/3611.40	c CG single cores 0
3600.00/3611.40	c CG blocks removed during cardinality reduction 0
3600.00/3611.40	c CG first core best 0
3600.00/3611.40	c CG decision core best 0
3600.00/3611.40	c CG core reduction tie 0
3600.00/3611.40	c CG core degree average 0.00
3600.00/3611.40	c CG core slack average 0.00
3600.00/3611.40	c CG core upper bound improvements 0
3600.00/3611.40	c STR number of successful calls 0
3600.00/3611.40	c STR number of unsuccessful calls 0
3600.00/3611.40	c STR number of inconclusive calls 0
3600.00/3611.40	c STR number of successful attempts 0
3600.00/3611.40	c STR number of unsuccessful attempts 0
3600.00/3611.40	c STR number of inconclusive attempts 0
3600.00/3611.40	c STR average degree increase per successful call inf
3600.00/3611.40	c STR average degree increase per successful attempt inf
3600.00/3611.40	c STR total number of conflicts for successful attempts 0
3600.00/3611.40	c STR total number of conflicts for unsuccessful attempts 0
3600.00/3611.40	c STR total number of conflicts for inconclusive attempts 0
3600.00/3611.40	c STR average number of conflicts per successful attempt inf
3600.00/3611.40	c STR average number of conflicts per unsuccessful attempt inf
3600.00/3611.40	c STR average number of conflicts per inconclusive attempt inf
3600.00/3611.40	c AVG.sumWPerc 60.79 
3600.00/3611.40	c bigint constraints 0 
3600.00/3611.40	s UNKNOWN
3600.00/3611.40	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: 63665 MiB (61119 MiB free)
  memory of node 1: 64507 MiB (63010 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=22566, runsolver pid=22563

[startup+0.10007 s]*
/proc/loadavg: 4.28 4.22 4.15 5/271 22568
/proc/meminfo: memFree=126737740/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=651172 memory=402232 CPUtime=0.08 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 1141 0 0 0 1 7 0 0 20 0 1 0 32125652 666800128 100558 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 162793 100558 896 108 0 160201 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 655364 KiB
Current children cumulated memory: 405304 KiB

[startup+0.205983 s]*
/proc/loadavg: 4.28 4.22 4.15 5/271 22568
/proc/meminfo: memFree=126281132/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=1175464 memory=854844 CPUtime=0.19 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 1874 0 0 0 3 16 0 0 20 0 1 0 32125652 1203675136 213711 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 293866 213711 896 108 0 291274 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1179656 KiB
Current children cumulated memory: 857916 KiB

[startup+0.305906 s]*
/proc/loadavg: 4.28 4.22 4.15 5/271 22568
/proc/meminfo: memFree=126042716/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=1185832 memory=1072892 CPUtime=0.29 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 5863 0 0 0 8 21 0 0 20 0 1 0 32125652 1214291968 268223 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 296458 268223 928 108 0 293866 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1190024 KiB
Current children cumulated memory: 1075964 KiB

[startup+0.700208 s]
/proc/loadavg: 4.28 4.22 4.15 5/271 22568
/proc/meminfo: memFree=125998612/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=1260064 memory=1153652 CPUtime=0.68 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 19829 0 0 0 43 25 0 0 20 0 1 0 32125652 1290305536 288413 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 315016 288413 928 108 0 312424 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1264256 KiB
Current children cumulated memory: 1156724 KiB

[startup+1.5002 s]
/proc/loadavg: 4.28 4.22 4.15 5/271 22568
/proc/meminfo: memFree=125901708/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=1405072 memory=1315480 CPUtime=1.48 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 44504 0 0 0 116 32 0 0 20 0 1 0 32125652 1438793728 328870 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 351268 328870 928 108 0 348676 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1409264 KiB
Current children cumulated memory: 1318552 KiB

[startup+3.10553 s]
/proc/loadavg: 4.25 4.21 4.15 5/271 22568
/proc/meminfo: memFree=125447292/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=1731760 memory=1619376 CPUtime=3.08 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 81642 0 0 0 261 47 0 0 20 0 1 0 32125652 1773322240 404844 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 432940 404844 928 108 0 430348 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1735952 KiB
Current children cumulated memory: 1622448 KiB

[startup+6.3002 s]
/proc/loadavg: 4.25 4.21 4.15 5/271 22568
/proc/meminfo: memFree=124534892/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22568] ppid=22566 vsize=3035196 memory=2581172 CPUtime=6.27 cores=1,3
/proc/22568/stat : 22568 (pbsuma) R 22566 22566 17835 0 -1 4194304 111882 0 0 0 558 69 0 0 20 0 1 0 32125652 3108040704 645293 18446744073709551615 4210688 4653049 140726915754944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 29945856 140726915762531 140726915762738 140726915762738 140726915768303 0
/proc/22568/statm: 758799 645293 992 108 0 756207 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3039388 KiB
Current children cumulated memory: 2584244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.21 4.15 5/270 22569
/proc/meminfo: memFree=126358300/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=278840 memory=222848 CPUtime=1.4 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 44112 0 0 0 106 34 0 0 20 0 1 0 32126779 285532160 55712 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 69710 55712 2016 1147 0 57137 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 283032 KiB
Current children cumulated memory: 225920 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.22 4.15 5/270 22569
/proc/meminfo: memFree=125168976/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=1941576 memory=1678848 CPUtime=14.17 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 341435 0 0 0 1053 364 0 0 20 0 1 0 32126779 1988173824 419712 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 485394 419712 2016 1147 0 472821 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1945768 KiB
Current children cumulated memory: 1681920 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.21 4.15 5/269 22570
/proc/meminfo: memFree=124636468/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2413500 memory=2195352 CPUtime=39.71 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 450705 0 0 0 3524 447 0 0 20 0 1 0 32126779 2471424000 548838 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 603375 548838 2016 1147 0 590802 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2417692 KiB
Current children cumulated memory: 2198424 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.19 4.15 5/270 22573
/proc/meminfo: memFree=124622960/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2413500 memory=2195352 CPUtime=90.76 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 450770 0 0 0 8629 447 0 0 20 0 1 0 32126779 2471424000 548838 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 603375 548838 2016 1147 0 590802 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2417692 KiB
Current children cumulated memory: 2198424 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.19 4.15 5/269 22575
/proc/meminfo: memFree=124617584/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2413500 memory=2195352 CPUtime=150.58 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 450823 0 0 0 14611 447 0 0 20 0 1 0 32126779 2471424000 548838 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 603375 548838 2016 1147 0 590802 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 2417692 KiB
Current children cumulated memory: 2198424 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.18 4.15 5/268 22578
/proc/meminfo: memFree=124625944/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2413500 memory=2195352 CPUtime=210.41 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 450876 0 0 0 20594 447 0 0 20 0 1 0 32126779 2471424000 548838 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 603375 548838 2016 1147 0 590802 0

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

/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526044 memory=2336332 CPUtime=3141.1 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 481487 0 0 0 313646 464 0 0 20 0 1 0 32126779 2586669056 584083 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631511 584083 2112 1147 0 618938 0
Current children cumulated CPU time: 3152.34 s
Current children cumulated vsize: 2530236 KiB
Current children cumulated memory: 2339404 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.25 3.63 4/261 22813
/proc/meminfo: memFree=124476336/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526044 memory=2336332 CPUtime=3200.9 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 481487 0 0 0 319626 464 0 0 20 0 1 0 32126779 2586669056 584083 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631511 584083 2112 1147 0 618938 0
Current children cumulated CPU time: 3212.14 s
Current children cumulated vsize: 2530236 KiB
Current children cumulated memory: 2339404 KiB

[startup+3282.3 s]
/proc/loadavg: 2.55 3.08 3.54 3/255 22846
/proc/meminfo: memFree=126017244/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526044 memory=2336332 CPUtime=3260.7 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 481487 0 0 0 325606 464 0 0 20 0 1 0 32126779 2586669056 584083 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631511 584083 2112 1147 0 618938 0
Current children cumulated CPU time: 3271.94 s
Current children cumulated vsize: 2530236 KiB
Current children cumulated memory: 2339404 KiB

[startup+3342.3 s]
/proc/loadavg: 2.30 2.91 3.45 3/255 22848
/proc/meminfo: memFree=126017820/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526044 memory=2336332 CPUtime=3320.51 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 481549 0 0 0 331587 464 0 0 20 0 1 0 32126779 2586669056 584083 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631511 584083 2112 1147 0 618938 0
Current children cumulated CPU time: 3331.75 s
Current children cumulated vsize: 2530236 KiB
Current children cumulated memory: 2339404 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.76 3.36 3/255 22850
/proc/meminfo: memFree=126016820/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526044 memory=2336332 CPUtime=3380.32 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 481549 0 0 0 337568 464 0 0 20 0 1 0 32126779 2586669056 584083 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631511 584083 2112 1147 0 618938 0
Current children cumulated CPU time: 3391.56 s
Current children cumulated vsize: 2530236 KiB
Current children cumulated memory: 2339404 KiB

[startup+3462.3 s]
/proc/loadavg: 2.17 2.65 3.29 3/255 22857
/proc/meminfo: memFree=126022560/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526592 memory=2338864 CPUtime=3440.14 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 482398 0 0 0 343548 466 0 0 20 0 1 0 32126779 2587230208 584716 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631648 584716 2112 1147 0 619075 0
Current children cumulated CPU time: 3451.38 s
Current children cumulated vsize: 2530784 KiB
Current children cumulated memory: 2341936 KiB

[startup+3522.3 s]
/proc/loadavg: 2.38 2.63 3.24 3/255 22860
/proc/meminfo: memFree=126024076/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526592 memory=2338864 CPUtime=3499.94 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 482398 0 0 0 349528 466 0 0 20 0 1 0 32126779 2587230208 584716 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631648 584716 2112 1147 0 619075 0
Current children cumulated CPU time: 3511.18 s
Current children cumulated vsize: 2530784 KiB
Current children cumulated memory: 2341936 KiB

[startup+3582.3 s]
/proc/loadavg: 2.18 2.53 3.16 3/254 22864
/proc/meminfo: memFree=125986840/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526592 memory=2338864 CPUtime=3559.76 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 482398 0 0 0 355510 466 0 0 20 0 1 0 32126779 2587230208 584716 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631648 584716 2112 1147 0 619075 0
Current children cumulated CPU time: 3571 s
Current children cumulated vsize: 2530784 KiB
Current children cumulated memory: 2341936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 2.17 2.49 3.13 3/255 22867
/proc/meminfo: memFree=125986232/131249996 swapFree=33010684/33010684
[pid=22566] ppid=22563 vsize=4192 memory=3072 CPUtime=11.24 cores=1,3
/proc/22566/stat : 22566 (run-dec-break.s) S 22563 22566 17835 0 -1 4194304 238 138306 0 0 0 0 1010 114 20 0 1 0 32125651 4292608 768 18446744073709551615 94506947592192 94506948486725 140721105166240 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94506948725776 94506948773520 94506959482880 140721105172833 140721105172962 140721105172962 140721105178564 0
/proc/22566/statm: 1048 768 704 219 0 110 0
[pid=22569] ppid=22566 vsize=2526592 memory=2338864 CPUtime=3588.76 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22566 22566 17835 0 -1 4194304 482451 0 0 0 358410 466 0 0 20 0 1 0 32126779 2587230208 584716 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 631648 584716 2112 1147 0 619075 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2530784 KiB
Current children cumulated memory: 2341936 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3594.63 s, system=5.81434 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: 2.17 2.49 3.13 3/254 22867
/proc/meminfo: memFree=126021048/131249996 swapFree=33010684/33010684
[pid=22569] ppid=22563 vsize=2324860 memory=2200876 CPUtime=3588.97 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22563 22566 17835 0 -1 4194304 482458 0 0 0 358431 466 0 0 20 0 1 0 32126779 2380656640 550219 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 581215 550219 2176 1147 0 568642 0
Current cumulated CPU time of completed processes: 11.2453 s
Current children cumulated CPU time: 3588.97 s
Current children cumulated vsize: 2324860 KiB
Current children cumulated memory: 2200876 KiB

[startup+3611.8 s]
/proc/loadavg: 2.17 2.49 3.13 3/254 22867
/proc/meminfo: memFree=126021048/131249996 swapFree=33010684/33010684
[pid=22569] ppid=22563 vsize=2322808 memory=2198824 CPUtime=3589.16 cores=1,3
/proc/22569/stat : 22569 (roundingsat) R 22563 22566 17835 0 -1 4194304 482462 0 0 0 358450 466 0 0 20 0 1 0 32126779 2378555392 549706 18446744073709551615 4227072 8923433 140731012039936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26873856 140731012045124 140731012045352 140731012045352 140731012050922 0
/proc/22569/statm: 580702 549706 2176 1147 0 568129 0
Current cumulated CPU time of completed processes: 11.2453 s
Current children cumulated CPU time: 3589.16 s
Current children cumulated vsize: 2322808 KiB
Current children cumulated memory: 2198824 KiB

Child status: 2

Real time (s): 3611.83
CPU time (s): 3600.45
CPU user time (s): 3594.63
CPU system time (s): 5.81434
CPU usage (%): 99.6848
Max. virtual memory (cumulated for all children) (KiB): 3818016
Max. memory (cumulated for all children) (KiB): 2911904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.63
system time used= 5.81435
maximum resident set size= 2912016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 621053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 529336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252
involuntary context switches= 1706


# summary of solver processes directly reported to runsolver:
#   pid: 22566,22569
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3594.63
#   total CPU system time (s): 5.81434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92872 second user time and 17.3926 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 04:34:37
IDJOB=4503712
IDBENCH=155548
IDSOLVER=3357
FILE ID=nodeC024/4503712-1751164476
RUNJOBID= nodeC024-1751155906-17847
SLURM_JOB_ID= 9587473
Free space on /tmp= 432576 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503712-1751164476/watcher-4503712-1751164476 -o /tmp/evaluation-result-4503712-1751164476/solver-4503712-1751164476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17847 --watchdog 3760  run-dec-break.sh HOME/instance-4503712-1751164476.opb

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=2099577292

nodeC024 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.677
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.36
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		: 3573.946
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.36
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		: 3655.110
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127108672 kB
MemAvailable:   127204348 kB
Buffers:            3280 kB
Cached:           905868 kB
SwapCached:            0 kB
Active:          2808680 kB
Inactive:         685864 kB
Active(anon):    2603460 kB
Inactive(anon):        0 kB
Active(file):     205220 kB
Inactive(file):   685864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            271796 kB
Writeback:             0 kB
AnonPages:       2584636 kB
Mapped:           114824 kB
Shmem:             18064 kB
KReclaimable:      87260 kB
Slab:             170744 kB
SReclaimable:      87260 kB
SUnreclaim:        83484 kB
KernelStack:        4368 kB
PageTables:         8252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3095648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1984512 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC024 at 2025-06-29 05:34:50