Trace number 4496149

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adSAT 9.6282 9.71206

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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 benchmark0.01902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4496149-1751159479.opb'
0.00/0.01	c 	read 0.00MB  (0.12ms)
0.00/0.01	c	 [cnf: #variables 77 #clauses 2 #duplicates 0 #arr 154]
0.00/0.01	c output proof to 'PROOFDIR/proof-4496149-1751159479'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.08ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.04ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 310 #edges 770]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.05ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4496149-1751159479.opb.pre'
0.00/0.01	c 	wrote 0.00MB (0.07ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.71ms 66.14% other
0.00/0.01	c                   0.12ms 11.55% parse
0.00/0.01	c                   0.08ms  7.45% approx_orbits
0.00/0.01	c                   0.07ms  6.89% output
0.00/0.01	c                   0.05ms  4.23% detect_generic
0.00/0.01	c                   0.04ms  3.32% detect_special
0.00/0.01	c                   0.00ms  0.42% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   1.07ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.02	c #variables 77 #constraints 2
0.00/0.02	c rational objective 1.05113
0.18/0.25	c #Conflicts:       1000 | #Constraints:       1002
0.18/0.25	c #Conflicts:       2000 | #Constraints:       2002
0.18/0.25	c INPROCESSING
0.18/0.25	c GARBAGE COLLECT
0.18/0.25	c rational objective 2
0.57/0.64	c #Conflicts:       3000 | #Constraints:       2130
0.57/0.64	c #Conflicts:       4000 | #Constraints:       3262
0.57/0.64	c INPROCESSING
0.57/0.64	c GARBAGE COLLECT
0.57/0.64	c rational objective 2
1.07/1.13	c #Conflicts:       5000 | #Constraints:       2544
1.07/1.13	c #Conflicts:       6000 | #Constraints:       3617
1.07/1.13	c INPROCESSING
1.07/1.13	c GARBAGE COLLECT
1.07/1.13	c rational objective 2
1.66/1.73	c #Conflicts:       7000 | #Constraints:       2541
1.66/1.73	c #Conflicts:       8000 | #Constraints:       3542
1.66/1.73	c #Conflicts:       9000 | #Constraints:       4642
1.66/1.73	c INPROCESSING
1.66/1.73	c GARBAGE COLLECT
1.66/1.73	c rational objective 2
2.46/2.51	c #Conflicts:      10000 | #Constraints:       3293
2.46/2.51	c #Conflicts:      11000 | #Constraints:       4371
2.46/2.51	c #Conflicts:      12000 | #Constraints:       5483
2.46/2.51	c INPROCESSING
2.46/2.51	c GARBAGE COLLECT
2.46/2.51	c rational objective 2
3.36/3.48	c #Conflicts:      13000 | #Constraints:       3892
3.36/3.48	c #Conflicts:      14000 | #Constraints:       5090
3.36/3.48	c #Conflicts:      15000 | #Constraints:       6203
3.36/3.48	c INPROCESSING
3.36/3.48	c GARBAGE COLLECT
3.36/3.48	c rational objective 2
4.46/4.52	c #Conflicts:      16000 | #Constraints:       4198
4.46/4.52	c #Conflicts:      17000 | #Constraints:       5343
4.46/4.52	c #Conflicts:      18000 | #Constraints:       6454
4.46/4.52	c INPROCESSING
4.46/4.52	c GARBAGE COLLECT
4.46/4.52	c rational objective 2
5.46/5.56	c #Conflicts:      19000 | #Constraints:       4142
5.46/5.56	c #Conflicts:      20000 | #Constraints:       5142
5.46/5.56	c #Conflicts:      21000 | #Constraints:       6142
5.46/5.56	c INPROCESSING
5.46/5.56	c GARBAGE COLLECT
5.46/5.56	c rational objective 2
6.65/6.74	c #Conflicts:      22000 | #Constraints:       3806
6.65/6.74	c #Conflicts:      23000 | #Constraints:       4831
6.65/6.74	c #Conflicts:      24000 | #Constraints:       5831
6.65/6.74	c #Conflicts:      25000 | #Constraints:       6831
6.65/6.74	c INPROCESSING
6.65/6.74	c GARBAGE COLLECT
6.65/6.74	c rational objective 2
8.05/8.12	c #Conflicts:      26000 | #Constraints:       4359
8.05/8.12	c #Conflicts:      27000 | #Constraints:       5364
8.05/8.12	c #Conflicts:      28000 | #Constraints:       6473
8.05/8.12	c #Conflicts:      29000 | #Constraints:       7569
8.05/8.12	c INPROCESSING
8.05/8.12	c GARBAGE COLLECT
8.05/8.12	c rational objective 2
9.44/9.54	c #Conflicts:      30000 | #Constraints:       4820
9.44/9.54	c #Conflicts:      31000 | #Constraints:       5820
9.44/9.54	c #Conflicts:      32000 | #Constraints:       6820
9.44/9.54	c #Conflicts:      33000 | #Constraints:       7829
9.44/9.54	c INPROCESSING
9.44/9.54	c GARBAGE COLLECT
9.44/9.54	c rational objective 2
9.61/9.71	c cpu time 9.35064 s
9.61/9.71	c deterministic time 2496398613 2.50e+09
9.61/9.71	c optimization time 7.1e-05 s
9.61/9.71	c total solve time 9.34957 s
9.61/9.71	c core-guided solve time 0 s
9.61/9.71	c propagation time 7.26011 s
9.61/9.71	c conflict analysis time 1.6368 s
9.61/9.71	c propagations 184838
9.61/9.71	c resolve steps 102982
9.61/9.71	c decisions 50439
9.61/9.71	c conflicts 33292
9.61/9.71	c restarts 123
9.61/9.71	c inprocessing phases 11
9.61/9.71	c garbage collections 11 ,( 100.00 )
9.61/9.71	c input clauses 0 ,( 0.00 )
9.61/9.71	c input cardinalities 0 ,( 0.00 )
9.61/9.71	c input general constraints 2 ,( 100.00 )
9.61/9.71	c input average constraint length 77.00
9.61/9.71	c input average constraint degree 212445058.50
9.61/9.71	c learned clauses 12464 ,( 35.36 )
9.61/9.71	c learned cardinalities 0 ,( 0.00 )
9.61/9.71	c learned general constraints 22787 ,( 64.64 )
9.61/9.71	c learned average constraint length 62.92
9.61/9.71	c learned average constraint degree 114066384.05
9.61/9.71	c watched  CF 32, 64, 128, Arb: 4823 , 0 , 0 , 0
9.61/9.71	c counting CF 32, 64, 128, Arb: 17966 , 0 , 0 , 0
9.61/9.71	c watched   constraints 4823 ,( 21.16 ) 
9.61/9.71	c counting  constraints 17966 ,( 78.84 ) 
9.61/9.71	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 511444 , 0 , 132493249 ,( 3172708 , 129320541 )
9.61/9.71	c gcd simplifications 13782
9.61/9.71	c detected cardinalities 0
9.61/9.71	c weakened non-implied lits 165584
9.61/9.71	c weakened non-implying lits 72676
9.61/9.71	c original variables 77
9.61/9.71	c clausal propagations 5220
9.61/9.71	c cardinality propagations 0
9.61/9.71	c watched propagations 6529
9.61/9.71	c counting propagations 137447
9.61/9.71	c watch lookups 142362812
9.61/9.71	c watch backjump lookups 0
9.61/9.71	c watch checks 26935030
9.61/9.71	c propagation checks 2316751080
9.61/9.71	c constraint additions 9842444
9.61/9.71	c trail pops 268569
9.61/9.71	c formula constraints 2
9.61/9.71	c learned constraints 33292
9.61/9.71	c bound constraints 0
9.61/9.71	c core-guided constraints 0
9.61/9.71	c encountered formula constraints 93612
9.61/9.71	c encountered learned constraints 42661
9.61/9.71	c encountered bound constraints 0
9.61/9.71	c encountered core-guided constraints 0
9.61/9.71	c LP total time 0.43963 s
9.61/9.71	c LP solve time 0.24 s
9.61/9.71	c LP constraints added 16
9.61/9.71	c LP constraints removed 10
9.61/9.71	c LP pivots internal 3330
9.61/9.71	c LP pivots root 70
9.61/9.71	c LP calls 3060
9.61/9.71	c LP optimalities 892
9.61/9.71	c LP no pivot count 79
9.61/9.71	c LP infeasibilities 2166
9.61/9.71	c LP valid Farkas constraints 1946
9.61/9.71	c LP learned Farkas constraints 0
9.61/9.71	c LP basis resets 2
9.61/9.71	c LP cycling count 1
9.61/9.71	c LP singular count 1
9.61/9.71	c LP no primal count 0
9.61/9.71	c LP no farkas count 0
9.61/9.71	c LP other issue count 0
9.61/9.71	c LP Gomory cuts 13
9.61/9.71	c LP learned cuts 1
9.61/9.71	c LP deleted cuts 10
9.61/9.71	c LP encountered Gomory constraints 0
9.61/9.71	c LP encountered Farkas constraints 1
9.61/9.71	c LP encountered learned Farkas constraints 0
9.61/9.71	c CG auxiliary variables introduced 0
9.61/9.71	c CG solutions found 0
9.61/9.71	c CG cores constructed 0
9.61/9.71	c CG core cardinality constraints returned 0
9.61/9.71	c CG unit cores 0
9.61/9.71	c CG single cores 0
9.61/9.71	c CG blocks removed during cardinality reduction 0
9.61/9.71	c CG first core best 0
9.61/9.71	c CG decision core best 0
9.61/9.71	c CG core reduction tie 0
9.61/9.71	c CG core degree average 0.00
9.61/9.71	c CG core slack average 0.00
9.61/9.71	c CG core upper bound improvements 0
9.61/9.71	c STR number of successful calls 0
9.61/9.71	c STR number of unsuccessful calls 0
9.61/9.71	c STR number of inconclusive calls 0
9.61/9.71	c STR number of successful attempts 0
9.61/9.71	c STR number of unsuccessful attempts 0
9.61/9.71	c STR number of inconclusive attempts 0
9.61/9.71	c STR average degree increase per successful call inf
9.61/9.71	c STR average degree increase per successful attempt inf
9.61/9.71	c STR total number of conflicts for successful attempts 0
9.61/9.71	c STR total number of conflicts for unsuccessful attempts 0
9.61/9.71	c STR total number of conflicts for inconclusive attempts 0
9.61/9.71	c STR average number of conflicts per successful attempt inf
9.61/9.71	c STR average number of conflicts per unsuccessful attempt inf
9.61/9.71	c STR average number of conflicts per inconclusive attempt inf
9.61/9.71	c AVG.sumWPerc 67.87 
9.61/9.71	c bigint constraints 0 
9.61/9.71	s SATISFIABLE
9.61/9.71	v x1 x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77

Verifier Data

OK	0

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 (60599 MiB free)
  memory of node 1: 64465 MiB (62880 MiB free)
  node distances:
     10  21
     21  10

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

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

solver pid=19103, runsolver pid=19100

[startup+0.100063 s]*
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126443368/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=56480 memory=13428 CPUtime=0.08 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 696 0 0 0 8 0 0 0 20 0 1 0 31626457 57835520 3357 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 14120 3357 2368 1147 0 1547 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 60672 KiB
Current children cumulated memory: 16500 KiB

[startup+0.20598 s]*
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126442708/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=57332 memory=14196 CPUtime=0.18 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 892 0 0 0 18 0 0 0 20 0 1 0 31626457 58707968 3549 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 14333 3549 2368 1147 0 1760 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 17268 KiB

[startup+0.305876 s]*
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126442468/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=57604 memory=14452 CPUtime=0.28 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 971 0 0 0 27 1 0 0 20 0 1 0 31626457 58986496 3613 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 14401 3613 2368 1147 0 1828 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 61796 KiB
Current children cumulated memory: 17524 KiB

[startup+0.7002 s]
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126442468/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=59164 memory=15860 CPUtime=0.67 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 1299 0 0 0 64 3 0 0 20 0 1 0 31626457 60583936 3965 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 14791 3965 2368 1147 0 2218 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 63356 KiB
Current children cumulated memory: 18932 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126439444/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=60032 memory=16628 CPUtime=1.47 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 1496 0 0 0 142 5 0 0 20 0 1 0 31626457 61472768 4157 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 15008 4157 2368 1147 0 2435 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 64224 KiB
Current children cumulated memory: 19700 KiB

[startup+3.10577 s]
/proc/loadavg: 4.12 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126427648/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=62448 memory=20692 CPUtime=3.06 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2002 0 0 0 298 8 0 0 20 0 1 0 31626457 63946752 5173 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 15612 5173 2368 1147 0 3039 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66640 KiB
Current children cumulated memory: 23764 KiB

[startup+6.3002 s]
/proc/loadavg: 4.11 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126395220/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=64668 memory=22484 CPUtime=6.25 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2467 0 0 0 608 17 0 0 20 0 1 0 31626457 66220032 5621 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16167 5621 2368 1147 0 3594 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 68860 KiB
Current children cumulated memory: 25556 KiB

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

# cumulated CPU time of all completed processes:  user=9.3543 s, system=0.273907 s

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

[startup+6.40023 s]
/proc/loadavg: 4.11 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126395220/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=64668 memory=22484 CPUtime=6.35 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2468 0 0 0 618 17 0 0 20 0 1 0 31626457 66220032 5621 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16167 5621 2368 1147 0 3594 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 68860 KiB
Current children cumulated memory: 25556 KiB

[startup+8.00018 s]*
/proc/loadavg: 4.11 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126387188/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=66516 memory=23764 CPUtime=7.96 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2782 0 0 0 774 22 0 0 20 0 1 0 31626457 68112384 5941 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16629 5941 2368 1147 0 4056 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 70708 KiB
Current children cumulated memory: 26836 KiB

[startup+8.80018 s]
/proc/loadavg: 4.11 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126387188/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=66516 memory=24276 CPUtime=8.74 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2808 0 0 0 851 23 0 0 20 0 1 0 31626457 68112384 6069 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16629 6069 2464 1147 0 4056 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 70708 KiB
Current children cumulated memory: 27348 KiB

[startup+9.20017 s]
/proc/loadavg: 4.10 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126379124/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=66648 memory=24276 CPUtime=9.14 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2826 0 0 0 890 24 0 0 20 0 1 0 31626457 68247552 6069 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16662 6069 2464 1147 0 4089 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 70840 KiB
Current children cumulated memory: 27348 KiB

[startup+9.60018 s]
/proc/loadavg: 4.10 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126379124/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=67044 memory=24532 CPUtime=9.54 cores=1,3
/proc/19106/stat : 19106 (roundingsat) R 19103 19103 15084 0 -1 4194304 2884 0 0 0 929 25 0 0 20 0 1 0 31626457 68653056 6133 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16761 6133 2464 1147 0 4188 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 71236 KiB
Current children cumulated memory: 27604 KiB

[startup+9.70018 s]
/proc/loadavg: 4.10 4.14 4.09 5/273 19106
/proc/meminfo: memFree=126379124/131249988 swapFree=33010684/33010684
[pid=19103] ppid=19100 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19103/stat : 19103 (run-dec-break-l) S 19100 19103 15084 0 -1 4194304 241 206 0 0 0 0 0 0 20 0 1 0 31626455 4292608 768 18446744073709551615 94822117097472 94822117992005 140732624563536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94822118231056 94822118278800 94822146019328 140732624566549 140732624566750 140732624566750 140732624572352 0
/proc/19103/statm: 1048 768 704 219 0 110 0
[pid=19106] ppid=19103 vsize=67044 memory=24532 CPUtime=9.61 cores=1,3
/proc/19106/stat : 19106 (roundingsat) D 19103 19103 15084 0 -1 4194304 2884 0 0 0 935 26 0 0 20 0 1 0 31626457 68653056 6133 18446744073709551615 4227072 8923433 140733985251728 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 18038784 140733985257716 140733985258024 140733985258024 140733985263594 0
/proc/19106/statm: 16761 6133 2464 1147 0 4188 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 71236 KiB
Current children cumulated memory: 27604 KiB

Child status: 0

Real time (s): 9.71206
CPU time (s): 9.6282
CPU user time (s): 9.3543
CPU system time (s): 0.273907
CPU usage (%): 99.1365
Max. virtual memory (cumulated for all children) (KiB): 71236
Max. memory (cumulated for all children) (KiB): 27604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.3543
system time used= 0.273907
maximum resident set size= 24532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 78928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 485
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 19103
#   total CPU time (s): 9.6282
#   total CPU user time (s): 9.3543
#   total CPU system time (s): 0.273907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035713 second user time and 0.073182 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 03:11:19
IDJOB=4496149
IDBENCH=148108
IDSOLVER=3358
FILE ID=nodeC031/4496149-1751159479
RUNJOBID= nodeC031-1751155546-15096
SLURM_JOB_ID= 9587472
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob1.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496149-1751159479/watcher-4496149-1751159479 -o /tmp/evaluation-result-4496149-1751159479/solver-4496149-1751159479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15096 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4496149-1751159479.opb PROOFDIR/proof-4496149-1751159479

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=810463740

nodeC031 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.772
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.78
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.881
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.78
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		: 3618.187
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.78
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.907
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.78
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.842
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.78
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.899
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.78
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		: 3630.033
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.78
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		: 3592.018
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126429668 kB
MemAvailable:   129566944 kB
Buffers:            3280 kB
Cached:          3944228 kB
SwapCached:            0 kB
Active:           496372 kB
Inactive:        3725160 kB
Active(anon):     292136 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  3725160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45968 kB
Writeback:             8 kB
AnonPages:        271764 kB
Mapped:           117156 kB
Shmem:             18064 kB
KReclaimable:      94236 kB
Slab:             181068 kB
SReclaimable:      94236 kB
SUnreclaim:        86832 kB
KernelStack:        4448 kB
PageTables:         3688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     631688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC031 at 2025-06-29 03:11:29