Trace number 4516898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 9.12792 9.16553

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-13array_ineq10.opb
MD5SUM32780b78fab45ab21c186f405b9011ec
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.88082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1281
Total number of constraints1635
Number of constraints which are clauses1134
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint54
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 67108864
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 268435455
Number of bits of the biggest sum of numbers28
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-4516898-1751224875.opb'
0.00/0.01	c 	read 0.05MB  (0.86ms)
0.00/0.01	c	 [cnf: #variables 1281 #clauses 1635 #duplicates 0 #arr 4762]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.36ms)
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.21ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 6678 #edges 17048]
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.41ms)
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-4516898-1751224875.opb.pre'
0.00/0.01	c 	wrote 0.05MB (0.17ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.36ms 42.15% approx_orbits
0.00/0.01	c                   0.86ms 26.67% parse
0.00/0.01	c                   0.41ms 12.71% detect_generic
0.00/0.01	c                   0.21ms  6.42% detect_special
0.00/0.01	c                   0.17ms  5.44% other
0.00/0.01	c                   0.17ms  5.44% output
0.00/0.01	c                   0.04ms  1.17% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.22ms   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.03	c #variables 1281 #constraints 1710
0.00/0.05	c rational objective 16.0018
9.06/9.16	c #Conflicts:       1000 | #Constraints:       2711
9.06/9.16	c #Conflicts:       2000 | #Constraints:       3711
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:       3000 | #Constraints:       3550
9.06/9.16	c #Conflicts:       4000 | #Constraints:       4550
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:       5000 | #Constraints:       3986
9.06/9.16	c #Conflicts:       6000 | #Constraints:       4986
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:       7000 | #Constraints:       4009
9.06/9.16	c #Conflicts:       8000 | #Constraints:       5009
9.06/9.16	c #Conflicts:       9000 | #Constraints:       6010
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:      10000 | #Constraints:       4734
9.06/9.16	c #Conflicts:      11000 | #Constraints:       5734
9.06/9.16	c #Conflicts:      12000 | #Constraints:       6734
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:      13000 | #Constraints:       5195
9.06/9.16	c #Conflicts:      14000 | #Constraints:       6195
9.06/9.16	c #Conflicts:      15000 | #Constraints:       7195
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:      16000 | #Constraints:       5438
9.06/9.16	c #Conflicts:      17000 | #Constraints:       6439
9.06/9.16	c #Conflicts:      18000 | #Constraints:       7440
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:      19000 | #Constraints:       5364
9.06/9.16	c #Conflicts:      20000 | #Constraints:       6364
9.06/9.16	c #Conflicts:      21000 | #Constraints:       7364
9.06/9.16	c INPROCESSING
9.06/9.16	c GARBAGE COLLECT
9.06/9.16	c #Conflicts:      22000 | #Constraints:       5190
9.06/9.16	c #Conflicts:      23000 | #Constraints:       6190
9.06/9.16	c #Conflicts:      24000 | #Constraints:       7190
9.06/9.16	c cpu time 9.01728 s
9.06/9.16	c deterministic time 293381395 2.93e+08
9.06/9.16	c optimization time 1.9e-05 s
9.06/9.16	c total solve time 9.01315 s
9.06/9.16	c core-guided solve time 0 s
9.06/9.16	c propagation time 3.42454 s
9.06/9.16	c conflict analysis time 5.1347 s
9.06/9.16	c propagations 4970336
9.06/9.16	c resolve steps 1716535
9.06/9.16	c decisions 33460
9.06/9.16	c conflicts 24913
9.06/9.16	c restarts 92
9.06/9.16	c inprocessing phases 8
9.06/9.16	c garbage collections 8 ,( 100.00 )
9.06/9.16	c input clauses 1003 ,( 58.65 )
9.06/9.16	c input cardinalities 1 ,( 0.06 )
9.06/9.16	c input general constraints 706 ,( 41.29 )
9.06/9.16	c input average constraint length 3.10
9.06/9.16	c input average constraint degree 78491.67
9.06/9.16	c learned clauses 14685 ,( 58.93 )
9.06/9.16	c learned cardinalities 20 ,( 0.08 )
9.06/9.16	c learned general constraints 10215 ,( 40.99 )
9.06/9.16	c learned average constraint length 103.54
9.06/9.16	c learned average constraint degree 130984182.75
9.06/9.16	c watched  CF 32, 64, 128, Arb: 1325 , 0 , 0 , 0
9.06/9.16	c counting CF 32, 64, 128, Arb: 9596 , 0 , 0 , 0
9.06/9.16	c watched   constraints 1325 ,( 12.13 ) 
9.06/9.16	c counting  constraints 9596 ,( 87.87 ) 
9.06/9.16	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5101946 , 55390 , 60105321 ,( 498243 , 59607078 )
9.06/9.16	c gcd simplifications 1119
9.06/9.16	c detected cardinalities 14
9.06/9.16	c weakened non-implied lits 1069850
9.06/9.16	c weakened non-implying lits 16340
9.06/9.16	c original variables 1281
9.06/9.16	c clausal propagations 1734472
9.06/9.16	c cardinality propagations 3994
9.06/9.16	c watched propagations 10637
9.06/9.16	c counting propagations 3195617
9.06/9.16	c watch lookups 144602241
9.06/9.16	c watch backjump lookups 0
9.06/9.16	c watch checks 17610694
9.06/9.16	c propagation checks 107418406
9.06/9.16	c constraint additions 13712055
9.06/9.16	c trail pops 5028068
9.06/9.16	c formula constraints 1710
9.06/9.16	c learned constraints 24906
9.06/9.16	c bound constraints 0
9.06/9.16	c core-guided constraints 0
9.06/9.16	c encountered formula constraints 1417939
9.06/9.16	c encountered learned constraints 311874
9.06/9.16	c encountered bound constraints 0
9.06/9.16	c encountered core-guided constraints 0
9.06/9.16	c LP total time 0.372758 s
9.06/9.16	c LP solve time 0.32 s
9.06/9.16	c LP constraints added 1712
9.06/9.16	c LP constraints removed 0
9.06/9.16	c LP pivots internal 2639
9.06/9.16	c LP pivots root 3495
9.06/9.16	c LP calls 12
9.06/9.16	c LP optimalities 2
9.06/9.16	c LP no pivot count 0
9.06/9.16	c LP infeasibilities 7
9.06/9.16	c LP valid Farkas constraints 6
9.06/9.16	c LP learned Farkas constraints 6
9.06/9.16	c LP basis resets 2
9.06/9.16	c LP cycling count 0
9.06/9.16	c LP singular count 1
9.06/9.16	c LP no primal count 0
9.06/9.16	c LP no farkas count 1
9.06/9.16	c LP other issue count 0
9.06/9.16	c LP Gomory cuts 2
9.06/9.16	c LP learned cuts 0
9.06/9.16	c LP deleted cuts 0
9.06/9.16	c LP encountered Gomory constraints 0
9.06/9.16	c LP encountered Farkas constraints 11572
9.06/9.16	c LP encountered learned Farkas constraints 57
9.06/9.16	c CG auxiliary variables introduced 0
9.06/9.16	c CG solutions found 0
9.06/9.16	c CG cores constructed 0
9.06/9.16	c CG core cardinality constraints returned 0
9.06/9.16	c CG unit cores 0
9.06/9.16	c CG single cores 0
9.06/9.16	c CG blocks removed during cardinality reduction 0
9.06/9.16	c CG first core best 0
9.06/9.16	c CG decision core best 0
9.06/9.16	c CG core reduction tie 0
9.06/9.16	c CG core degree average 0.00
9.06/9.16	c CG core slack average 0.00
9.06/9.16	c CG core upper bound improvements 0
9.06/9.16	c STR number of successful calls 0
9.06/9.16	c STR number of unsuccessful calls 0
9.06/9.16	c STR number of inconclusive calls 0
9.06/9.16	c STR number of successful attempts 0
9.06/9.16	c STR number of unsuccessful attempts 0
9.06/9.16	c STR number of inconclusive attempts 0
9.06/9.16	c STR average degree increase per successful call inf
9.06/9.16	c STR average degree increase per successful attempt inf
9.06/9.16	c STR total number of conflicts for successful attempts 0
9.06/9.16	c STR total number of conflicts for unsuccessful attempts 0
9.06/9.16	c STR total number of conflicts for inconclusive attempts 0
9.06/9.16	c STR average number of conflicts per successful attempt inf
9.06/9.16	c STR average number of conflicts per unsuccessful attempt inf
9.06/9.16	c STR average number of conflicts per inconclusive attempt inf
9.06/9.16	c AVG.sumWPerc 78.38 
9.06/9.16	c bigint constraints 0 
9.06/9.16	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4516898-1751224875/watcher-4516898-1751224875 -o /tmp/evaluation-result-4516898-1751224875/solver-4516898-1751224875 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31777 --watchdog 3760 run-dec-break.sh HOME/instance-4516898-1751224875.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=34561, runsolver pid=34558

[startup+0.100058 s]*
/proc/loadavg: 4.17 4.14 4.10 5/269 34564
/proc/meminfo: memFree=125591336/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=59464 memory=13964 CPUtime=0.07 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 1617 0 0 0 7 0 0 0 20 0 1 0 38165348 60891136 3491 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 14866 3491 2368 1147 0 2293 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63656 KiB
Current children cumulated memory: 16908 KiB

[startup+0.20567 s]*
/proc/loadavg: 4.17 4.14 4.10 5/269 34564
/proc/meminfo: memFree=125589320/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=60008 memory=16656 CPUtime=0.18 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 1789 0 0 0 17 1 0 0 20 0 1 0 38165348 61448192 4164 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 15002 4164 2368 1147 0 2429 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 64200 KiB
Current children cumulated memory: 19600 KiB

[startup+0.305639 s]*
/proc/loadavg: 4.17 4.14 4.10 5/269 34564
/proc/meminfo: memFree=125589320/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=60416 memory=17168 CPUtime=0.28 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 1896 0 0 0 27 1 0 0 20 0 1 0 38165348 61865984 4292 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 15104 4292 2368 1147 0 2531 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 64608 KiB
Current children cumulated memory: 20112 KiB

[startup+0.700185 s]
/proc/loadavg: 4.17 4.14 4.10 5/269 34564
/proc/meminfo: memFree=125589320/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=60704 memory=17808 CPUtime=0.67 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 1976 0 0 0 65 2 0 0 20 0 1 0 38165348 62160896 4452 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 15176 4452 2464 1147 0 2603 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64896 KiB
Current children cumulated memory: 20752 KiB

[startup+1.50018 s]
/proc/loadavg: 4.17 4.14 4.10 5/269 34564
/proc/meminfo: memFree=125589320/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=62312 memory=19344 CPUtime=1.46 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 2367 0 0 0 144 2 0 0 20 0 1 0 38165348 63807488 4836 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 15578 4836 2464 1147 0 3005 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66504 KiB
Current children cumulated memory: 22288 KiB

[startup+3.10548 s]
/proc/loadavg: 4.15 4.14 4.09 5/269 34564
/proc/meminfo: memFree=125585540/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=64136 memory=20880 CPUtime=3.06 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 2764 0 0 0 302 4 0 0 20 0 1 0 38165348 65675264 5220 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16034 5220 2464 1147 0 3461 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 23824 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.14 4.09 5/269 34564
/proc/meminfo: memFree=125581704/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=65720 memory=24444 CPUtime=6.26 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3145 0 0 0 618 8 0 0 20 0 1 0 38165348 67297280 6111 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16430 6111 2464 1147 0 3857 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 69912 KiB
Current children cumulated memory: 27388 KiB

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

# cumulated CPU time of all completed processes:  user=9.02263 s, system=0.10529 s

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

[startup+6.40023 s]
/proc/loadavg: 4.15 4.14 4.09 5/269 34564
/proc/meminfo: memFree=125581704/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=65720 memory=24444 CPUtime=6.35 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3145 0 0 0 627 8 0 0 20 0 1 0 38165348 67297280 6111 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16430 6111 2464 1147 0 3857 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 69912 KiB
Current children cumulated memory: 27388 KiB

[startup+8.00016 s]*
/proc/loadavg: 4.14 4.13 4.09 5/269 34564
/proc/meminfo: memFree=125580948/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=66528 memory=25212 CPUtime=7.96 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3328 0 0 0 787 9 0 0 20 0 1 0 38165348 68124672 6303 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16632 6303 2464 1147 0 4059 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 70720 KiB
Current children cumulated memory: 28156 KiB

[startup+8.80016 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 34564
/proc/meminfo: memFree=125580948/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=66528 memory=25212 CPUtime=8.74 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3333 0 0 0 865 9 0 0 20 0 1 0 38165348 68124672 6303 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16632 6303 2464 1147 0 4059 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 70720 KiB
Current children cumulated memory: 28156 KiB

[startup+9.00016 s]*
/proc/loadavg: 4.14 4.13 4.09 5/269 34564
/proc/meminfo: memFree=125581200/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=66688 memory=25340 CPUtime=8.95 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3370 0 0 0 885 10 0 0 20 0 1 0 38165348 68288512 6335 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16672 6335 2464 1147 0 4099 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 70880 KiB
Current children cumulated memory: 28284 KiB

[startup+9.10549 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 34564
/proc/meminfo: memFree=125581200/131250000 swapFree=33010684/33010684
[pid=34561] ppid=34558 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/34561/stat : 34561 (run-dec-break.s) S 34558 34561 31764 0 -1 4194304 237 698 0 0 0 0 0 0 20 0 1 0 38165346 4292608 736 18446744073709551615 93953727758336 93953728652869 140728136291744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93953728891920 93953728939664 93953732239360 140728136300897 140728136301026 140728136301026 140728136306628 0
/proc/34561/statm: 1048 736 672 219 0 110 0
[pid=34564] ppid=34561 vsize=66688 memory=25468 CPUtime=9.06 cores=0,2
/proc/34564/stat : 34564 (roundingsat) R 34561 34561 31764 0 -1 4194304 3378 0 0 0 896 10 0 0 20 0 1 0 38165348 68288512 6367 18446744073709551615 4227072 8923433 140725565899568 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 15298560 140725565905220 140725565905448 140725565905448 140725565911018 0
/proc/34564/statm: 16672 6367 2464 1147 0 4099 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 70880 KiB
Current children cumulated memory: 28412 KiB

Child status: 0

Real time (s): 9.16553
CPU time (s): 9.12792
CPU user time (s): 9.02263
CPU system time (s): 0.10529
CPU usage (%): 99.5897
Max. virtual memory (cumulated for all children) (KiB): 70880
Max. memory (cumulated for all children) (KiB): 28412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.02263
system time used= 0.10529
maximum resident set size= 25596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 34561
#   total CPU time (s): 9.12792
#   total CPU user time (s): 9.02263
#   total CPU system time (s): 0.10529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028003 second user time and 0.072274 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 21:21:15
IDJOB=4516898
IDBENCH=175922
IDSOLVER=3357
FILE ID=nodeC018/4516898-1751224875
RUNJOBID= nodeC018-1751217107-31777
SLURM_JOB_ID= 9587660
Free space on /tmp= 433032 MiB

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

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

MD5SUM BENCH= 32780b78fab45ab21c186f405b9011ec
RANDOM SEED=896799110

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125593604 kB
MemAvailable:   125351532 kB
Buffers:            3280 kB
Cached:           567184 kB
SwapCached:            0 kB
Active:          4744156 kB
Inactive:         310012 kB
Active(anon):    4501784 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   310012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7472 kB
Writeback:             0 kB
AnonPages:       4484228 kB
Mapped:           116444 kB
Shmem:             18076 kB
KReclaimable:      89164 kB
Slab:             173348 kB
SReclaimable:      89164 kB
SUnreclaim:        84184 kB
KernelStack:        4284 kB
PageTables:        12600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5410744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3643392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC018 at 2025-06-29 21:21:24