Trace number 4512060

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.54 3608.47

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/
normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM87dcb6b5c21e845aafa503750cb7c14f
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 variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
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 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
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-4512060-1751198673.opb'
1.58/1.64	c 	read 138.99MB  (1637.00ms)
1.58/1.64	c	 [cnf: #variables 2771456 #clauses 11850 #duplicates 0 #arr 11073536]
1.58/1.66	c 
1.58/1.66	c make graph and approximate orbits
7.36/7.42	c	 [group: #orbits ~= 4084] (5759.03ms)
7.36/7.42	c 
7.36/7.42	c detect special group actions
7.36/7.42	c 	 exceeded limit
7.36/7.42	c 	 (0.00ms)
7.36/7.42	c 
7.36/7.42	c detect symmetries on remainder
7.36/7.42	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
7.36/7.42	c 
7.36/7.42	c finalize break order and special generators
7.46/7.58	c 
7.46/7.58	c generation finished
7.46/7.58	c 	[sbp: #constraints 0 #add_vars 0]
7.56/7.60	c 
7.56/7.60	c write result to 'HOME/instance-4512060-1751198673.opb.pre'
7.86/7.90	c 	wrote 139.00MB (306.96ms)
7.86/7.90	c ------------------------------------------------------------------
7.86/7.90	c                5759.03ms 72.92% approx_orbits
7.86/7.90	c                1637.00ms 20.73% parse
7.86/7.90	c                 306.96ms  3.89% output
7.86/7.90	c                 165.12ms  2.09% finalize_order
7.86/7.90	c                  30.09ms  0.38% other
7.86/7.90	c                   0.01ms  0.00% detect_generic
7.86/7.90	c                   0.00ms  0.00% detect_special
7.86/7.90	c         ───────────────────────────────────────────────
7.86/7.90	c                7898.21ms   100% total
7.86/7.90	c ------------------------------------------------------------------
7.86/7.97	c RoundingSat 2
7.86/7.97	c branch pb25
7.86/7.97	c commit 63f22ad
13.13/13.21	c #variables 2771456 #constraints 11849
3600.06/3608.00	c cpu time 3590.68 s
3600.06/3608.00	c deterministic time 4917 4.92e+03
3600.06/3608.00	c optimization time 3586.17 s
3600.06/3608.00	c total solve time 0 s
3600.06/3608.00	c core-guided solve time 0 s
3600.06/3608.00	c propagation time 0.008356 s
3600.06/3608.00	c conflict analysis time 0 s
3600.06/3608.00	c propagations 3916
3600.06/3608.00	c resolve steps 0
3600.06/3608.00	c decisions 0
3600.06/3608.00	c conflicts 0
3600.06/3608.00	c restarts 0
3600.06/3608.00	c inprocessing phases 0
3600.06/3608.00	c garbage collections 0 ,( -nan )
3600.06/3608.00	c input clauses 5412 ,( 45.67 )
3600.06/3608.00	c input cardinalities 5413 ,( 45.68 )
3600.06/3608.00	c input general constraints 1024 ,( 8.64 )
3600.06/3608.00	c input average constraint length 933.81
3600.06/3608.00	c input average constraint degree 204707.44
3600.06/3608.00	c learned clauses 0 ,( 0.00 )
3600.06/3608.00	c learned cardinalities 0 ,( 0.00 )
3600.06/3608.00	c learned general constraints 0 ,( 0.00 )
3600.06/3608.00	c learned average constraint length 0.00
3600.06/3608.00	c learned average constraint degree 0.00
3600.06/3608.00	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.06/3608.00	c counting CF 32, 64, 128, Arb: 1024 , 0 , 0 , 0
3600.06/3608.00	c watched   constraints 0 ,( 0.00 ) 
3600.06/3608.00	c counting  constraints 1024 ,( 100.00 ) 
3600.06/3608.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.06/3608.00	c gcd simplifications 0
3600.06/3608.00	c detected cardinalities 1
3600.06/3608.00	c weakened non-implied lits 0
3600.06/3608.00	c weakened non-implying lits 0
3600.06/3608.00	c original variables 2771456
3600.06/3608.00	c clausal propagations 0
3600.06/3608.00	c cardinality propagations 0
3600.06/3608.00	c watched propagations 0
3600.06/3608.00	c counting propagations 0
3600.06/3608.00	c watch lookups 0
3600.06/3608.00	c watch backjump lookups 0
3600.06/3608.00	c watch checks 0
3600.06/3608.00	c propagation checks 0
3600.06/3608.00	c constraint additions 0
3600.06/3608.00	c trail pops 0
3600.06/3608.00	c formula constraints 11849
3600.06/3608.00	c learned constraints 0
3600.06/3608.00	c bound constraints 0
3600.06/3608.00	c core-guided constraints 0
3600.06/3608.00	c encountered formula constraints 0
3600.06/3608.00	c encountered learned constraints 0
3600.06/3608.00	c encountered bound constraints 0
3600.06/3608.00	c encountered core-guided constraints 0
3600.06/3608.00	c LP total time 4.59344 s
3600.06/3608.00	c LP solve time 2.5 s
3600.06/3608.00	c LP constraints added 11849
3600.06/3608.00	c LP constraints removed 0
3600.06/3608.00	c LP pivots internal 0
3600.06/3608.00	c LP pivots root 1000
3600.06/3608.00	c LP calls 1
3600.06/3608.00	c LP optimalities 0
3600.06/3608.00	c LP no pivot count 0
3600.06/3608.00	c LP infeasibilities 0
3600.06/3608.00	c LP valid Farkas constraints 0
3600.06/3608.00	c LP learned Farkas constraints 0
3600.06/3608.00	c LP basis resets 0
3600.06/3608.00	c LP cycling count 0
3600.06/3608.00	c LP singular count 0
3600.06/3608.00	c LP no primal count 0
3600.06/3608.00	c LP no farkas count 0
3600.06/3608.00	c LP other issue count 0
3600.06/3608.00	c LP Gomory cuts 0
3600.06/3608.00	c LP learned cuts 0
3600.06/3608.00	c LP deleted cuts 0
3600.06/3608.00	c LP encountered Gomory constraints 0
3600.06/3608.00	c LP encountered Farkas constraints 0
3600.06/3608.00	c LP encountered learned Farkas constraints 0
3600.06/3608.00	c CG auxiliary variables introduced 0
3600.06/3608.00	c CG solutions found 0
3600.06/3608.00	c CG cores constructed 0
3600.06/3608.00	c CG core cardinality constraints returned 0
3600.06/3608.00	c CG unit cores 0
3600.06/3608.00	c CG single cores 0
3600.06/3608.00	c CG blocks removed during cardinality reduction 0
3600.06/3608.00	c CG first core best 0
3600.06/3608.00	c CG decision core best 0
3600.06/3608.00	c CG core reduction tie 0
3600.06/3608.00	c CG core degree average 0.00
3600.06/3608.00	c CG core slack average 0.00
3600.06/3608.00	c CG core upper bound improvements 0
3600.06/3608.00	c STR number of successful calls 0
3600.06/3608.00	c STR number of unsuccessful calls 0
3600.06/3608.00	c STR number of inconclusive calls 0
3600.06/3608.00	c STR number of successful attempts 0
3600.06/3608.00	c STR number of unsuccessful attempts 0
3600.06/3608.00	c STR number of inconclusive attempts 0
3600.06/3608.00	c STR average degree increase per successful call inf
3600.06/3608.00	c STR average degree increase per successful attempt inf
3600.06/3608.00	c STR total number of conflicts for successful attempts 0
3600.06/3608.00	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3608.00	c STR total number of conflicts for inconclusive attempts 0
3600.06/3608.00	c STR average number of conflicts per successful attempt inf
3600.06/3608.00	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3608.00	c STR average number of conflicts per inconclusive attempt inf
3600.06/3608.00	c AVG.sumWPerc 100.00 
3600.06/3608.00	c bigint constraints 0 
3600.06/3608.00	s UNKNOWN
3600.06/3608.00	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: 63708 MiB (62682 MiB free)
  memory of node 1: 64465 MiB (62605 MiB free)
  node distances:
     10  21
     21  10

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

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=25948, runsolver pid=25945
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.23 4.15 4.10 5/268 25950
/proc/meminfo: memFree=128204800/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=121372 memory=112608 CPUtime=0.08 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 7586 0 0 0 6 2 0 0 20 0 1 0 35544983 124284928 28152 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 30343 28152 896 108 0 27751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 125564 KiB
Current children cumulated memory: 115680 KiB

[startup+0.205653 s]*
/proc/loadavg: 4.23 4.15 4.10 5/268 25950
/proc/meminfo: memFree=128165108/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=155820 memory=145500 CPUtime=0.19 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 14933 0 0 0 15 4 0 0 20 0 1 0 35544983 159559680 36375 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 38955 36375 896 108 0 36363 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 160012 KiB
Current children cumulated memory: 148572 KiB

[startup+0.305559 s]*
/proc/loadavg: 4.23 4.15 4.10 5/268 25950
/proc/meminfo: memFree=128125164/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=185768 memory=173100 CPUtime=0.29 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 21641 0 0 0 24 5 0 0 20 0 1 0 35544983 190226432 43275 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 46442 43275 896 108 0 43850 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 189960 KiB
Current children cumulated memory: 176172 KiB

[startup+0.700153 s]
/proc/loadavg: 4.23 4.15 4.10 5/268 25950
/proc/meminfo: memFree=128072808/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=273432 memory=248992 CPUtime=0.68 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 37108 0 0 0 59 9 0 0 20 0 1 0 35544983 279994368 62248 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 68358 62248 896 108 0 65766 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277624 KiB
Current children cumulated memory: 252064 KiB

[startup+1.50016 s]
/proc/loadavg: 4.23 4.15 4.10 5/268 25950
/proc/meminfo: memFree=128016352/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=373216 memory=339424 CPUtime=1.48 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 49701 0 0 0 134 14 0 0 20 0 1 0 35544983 382173184 84856 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 93304 84856 896 108 0 90712 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 377408 KiB
Current children cumulated memory: 342496 KiB

[startup+3.10552 s]
/proc/loadavg: 4.22 4.15 4.10 5/269 25952
/proc/meminfo: memFree=126975952/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=2076232 memory=1517864 CPUtime=3.08 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 65720 0 0 0 257 51 0 0 20 0 1 0 35544983 2126061568 379466 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 519058 379466 960 108 0 516466 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2080424 KiB
Current children cumulated memory: 1520936 KiB

[startup+6.30016 s]
/proc/loadavg: 4.22 4.15 4.10 5/269 25952
/proc/meminfo: memFree=125646836/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25950] ppid=25948 vsize=3699632 memory=2664420 CPUtime=6.27 cores=4,6
/proc/25950/stat : 25950 (pbsuma) R 25948 25948 23358 0 -1 4194304 72479 0 0 0 553 74 0 0 20 0 1 0 35544983 3788423168 666105 18446744073709551615 4210688 4653049 140722646784720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 12640256 140722646792547 140722646792754 140722646792754 140722646798319 0
/proc/25950/statm: 924908 666105 960 108 0 922316 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3703824 KiB
Current children cumulated memory: 2667492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.14 4.10 5/269 25953
/proc/meminfo: memFree=126944016/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=2162464 memory=2034736 CPUtime=4.71 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 154492 0 0 0 413 58 0 0 20 0 1 0 35545779 2214363136 508684 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 540616 508684 2208 1147 0 528043 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2166656 KiB
Current children cumulated memory: 2037808 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.14 4.10 5/269 25953
/proc/meminfo: memFree=125095120/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2952904 CPUtime=17.47 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 261403 0 0 0 1617 130 0 0 20 0 1 0 35545779 3233476608 738226 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 738226 2272 1147 0 776850 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2955976 KiB

[startup+51.1055 s]
/proc/loadavg: 4.17 4.14 4.10 5/269 25953
/proc/meminfo: memFree=125207092/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2952904 CPUtime=43.03 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 261468 0 0 0 4172 131 0 0 20 0 1 0 35545779 3233476608 738226 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 738226 2272 1147 0 776850 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2955976 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/269 25955
/proc/meminfo: memFree=125203664/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2952904 CPUtime=94.1 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 261685 0 0 0 9279 131 0 0 20 0 1 0 35545779 3233476608 738226 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 738226 2272 1147 0 776850 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2955976 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/270 25958
/proc/meminfo: memFree=125131648/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2952904 CPUtime=153.97 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 261889 0 0 0 15266 131 0 0 20 0 1 0 35545779 3233476608 738226 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 738226 2272 1147 0 776850 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2955976 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/270 25960
/proc/meminfo: memFree=125137680/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2952904 CPUtime=213.83 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 261993 0 0 0 21252 131 0 0 20 0 1 0 35545779 3233476608 738226 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 738226 2272 1147 0 776850 0

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

[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3087.52 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268332 0 0 0 308611 141 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3095.45 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 26340
/proc/meminfo: memFree=123978720/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3147.38 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268452 0 0 0 314597 141 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3155.31 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 26342
/proc/meminfo: memFree=123935996/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3207.25 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268452 0 0 0 320583 142 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3215.18 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 26344
/proc/meminfo: memFree=123910436/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3267.12 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268776 0 0 0 326569 143 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3275.05 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/268 26392
/proc/meminfo: memFree=125570948/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3326.99 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268858 0 0 0 332556 143 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3334.92 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 26406
/proc/meminfo: memFree=125499976/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3386.86 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 268858 0 0 0 338543 143 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3394.79 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.18 4.12 5/269 26409
/proc/meminfo: memFree=125457976/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3446.73 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 269256 0 0 0 344529 144 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3454.66 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.16 4.12 5/268 26411
/proc/meminfo: memFree=125429532/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3506.61 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 269256 0 0 0 350516 145 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3514.54 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/269 26416
/proc/meminfo: memFree=125397436/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3566.47 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 269386 0 0 0 356502 145 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3574.4 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 4.16 4.15 4.11 5/269 26417
/proc/meminfo: memFree=125389244/131250000 swapFree=33010684/33010684
[pid=25948] ppid=25945 vsize=4192 memory=3072 CPUtime=7.93 cores=4,6
/proc/25948/stat : 25948 (run-dec-break.s) S 25945 25948 23358 0 -1 4194304 240 85943 0 0 0 0 695 98 20 0 1 0 35544983 4292608 768 18446744073709551615 94481783328768 94481784223301 140724802656032 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94481784462352 94481784510096 94481799102464 140724802660705 140724802660834 140724802660834 140724802666436 0
/proc/25948/statm: 1048 768 704 219 0 110 0
[pid=25953] ppid=25948 vsize=3157692 memory=2982216 CPUtime=3592.13 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25948 25948 23358 0 -1 4194304 269589 0 0 0 359068 145 0 0 20 0 1 0 35545779 3233476608 745554 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 789423 745554 2272 1147 0 776850 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 3161884 KiB
Current children cumulated memory: 2985288 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3598.09 s, system=2.44908 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+3608.4 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 26417
/proc/meminfo: memFree=126815516/131250000 swapFree=33010684/33010684
[pid=25953] ppid=25945 vsize=1450132 memory=1361316 CPUtime=3592.52 cores=4,6
/proc/25953/stat : 25953 (roundingsat) R 25945 25948 23358 0 -1 4194304 269737 0 0 0 359106 146 0 0 20 0 1 0 35545779 1484935168 340329 18446744073709551615 4227072 8923433 140736174295472 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 39915520 140736174299460 140736174299688 140736174299688 140736174305258 0
/proc/25953/statm: 362533 340329 2400 1147 0 349960 0
Current cumulated CPU time of completed processes: 7.9402 s
Current children cumulated CPU time: 3592.52 s
Current children cumulated vsize: 1450132 KiB
Current children cumulated memory: 1361316 KiB

Child status: 2

Real time (s): 3608.47
CPU time (s): 3600.54
CPU user time (s): 3598.09
CPU system time (s): 2.44908
CPU usage (%): 99.7802
Max. virtual memory (cumulated for all children) (KiB): 4340968
Max. memory (cumulated for all children) (KiB): 3152872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.09
system time used= 2.44908
maximum resident set size= 3150056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 271480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 235
involuntary context switches= 960


# summary of solver processes directly reported to runsolver:
#   pid: 25948,25953
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3598.09
#   total CPU system time (s): 2.44908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69456 second user time and 16.4029 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 14:04:35
IDJOB=4512060
IDBENCH=160491
IDSOLVER=3357
FILE ID=nodeC019/4512060-1751198673
RUNJOBID= nodeC019-1751196526-23369
SLURM_JOB_ID= 9587609
Free space on /tmp= 432824 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4512060-1751198673/watcher-4512060-1751198673 -o /tmp/evaluation-result-4512060-1751198673/solver-4512060-1751198673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23369 --watchdog 3760  run-dec-break.sh HOME/instance-4512060-1751198673.opb

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1260376755

nodeC019 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.847
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128294836 kB
MemAvailable:   128395600 kB
Buffers:            3280 kB
Cached:           910416 kB
SwapCached:            0 kB
Active:          1669656 kB
Inactive:         653636 kB
Active(anon):    1427692 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   653636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            143116 kB
Writeback:             0 kB
AnonPages:       1410008 kB
Mapped:           112972 kB
Shmem:             18064 kB
KReclaimable:      88808 kB
Slab:             174080 kB
SReclaimable:      88808 kB
SUnreclaim:        85272 kB
KernelStack:        4336 kB
PageTables:         6040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1813064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC019 at 2025-06-29 15:04:43