Trace number 4522324

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adUNSAT 6.67678 6.74344

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
Number of bits of the biggest sum of numbers14
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-4522324-1751580692.opb'
0.00/0.05	c 	read 1.10MB  (38.52ms)
0.00/0.05	c	 [cnf: #variables 3772 #clauses 5528 #duplicates 0 #arr 117422]
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (23.26ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.08	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	 (2.36ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 25204 #edges 266652]
0.00/0.08	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.08	c 	 [group: #symmetries 1.00*10^0 #generators 0] (4.77ms)
0.00/0.08	c 
0.00/0.08	c finalize break order and special generators
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4522324-1751580692.opb.pre'
0.00/0.09	c 	wrote 1.10MB (7.20ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  38.52ms 49.54% parse
0.00/0.09	c                  23.26ms 29.92% approx_orbits
0.00/0.09	c                   7.20ms  9.26% output
0.00/0.09	c                   4.77ms  6.14% detect_generic
0.00/0.09	c                   2.36ms  3.04% detect_special
0.00/0.09	c                   1.31ms  1.68% other
0.00/0.09	c                   0.32ms  0.42% finalize_order
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  77.74ms   100% total
0.00/0.09	c ------------------------------------------------------------------
0.07/0.12	c RoundingSat 2
0.07/0.12	c branch pb25
0.07/0.12	c commit 63f22ad
0.16/0.30	c #variables 3772 #constraints 5628
0.16/0.30	c objective is ce32 
0.16/0.30	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.16/0.30	c initial counting CF 32, 64, 128, Arb: 3341 , 0 , 0 , 0
0.16/0.30	c bounds - >= 0 @ 0.136296
0.35/0.44	c rational objective 3
2.12/2.29	c #Conflicts:       1000 | #Constraints:       6628
2.12/2.29	c #Conflicts:       2000 | #Constraints:       7628
2.12/2.29	c INPROCESSING
2.12/2.29	c GARBAGE COLLECT
2.12/2.29	c rational objective 3
2.52/2.60	c bounds - >= 3 @ 2.29195
2.52/2.60	c bounds - >= 4 @ 2.29279
2.52/2.60	c bounds - >= 5 @ 2.29357
2.52/2.60	c bounds - >= 6 @ 2.29441
2.52/2.60	c bounds - >= 7 @ 2.29523
2.52/2.60	c bounds - >= 8 @ 2.29607
2.52/2.60	c bounds - >= 9 @ 2.29689
2.52/2.60	c bounds - >= 10 @ 2.29783
2.52/2.60	c bounds - >= 11 @ 2.2988
2.52/2.61	c bounds - >= 12 @ 2.2998
2.52/2.61	c bounds - >= 13 @ 2.30225
2.52/2.61	c bounds - >= 14 @ 2.30401
2.52/2.61	c bounds - >= 15 @ 2.30655
2.52/2.62	c bounds - >= 16 @ 2.30998
2.52/2.62	c bounds - >= 17 @ 2.31626
2.52/2.63	c bounds - >= 18 @ 2.32821
2.52/2.64	c bounds - >= 19 @ 2.33954
2.52/2.66	c bounds - >= 20 @ 2.35544
2.52/2.68	c bounds - >= 21 @ 2.37702
2.62/2.70	c bounds - >= 22 @ 2.39564
2.62/2.73	c bounds - >= 23 @ 2.42538
2.62/2.75	c bounds - >= 24 @ 2.44481
2.62/2.77	c bounds - >= 25 @ 2.46043
2.62/2.79	c bounds - >= 26 @ 2.47951
2.72/2.84	c bounds - >= 27 @ 2.52486
2.72/2.86	c bounds - >= 28 @ 2.54962
2.72/2.88	c bounds - >= 29 @ 2.57054
2.81/2.94	c bounds - >= 30 @ 2.62151
2.93/3.04	c bounds - >= 31 @ 2.7218
3.03/3.19	c bounds - >= 32 @ 2.86948
3.21/3.36	c #Conflicts:       3000 | #Constraints:       6503
3.21/3.36	c bounds - >= 33 @ 3.0395
3.72/3.84	c bounds - >= 34 @ 3.51378
3.92/4.07	c #Conflicts:       4000 | #Constraints:       7509
3.92/4.07	c INPROCESSING
3.92/4.07	c GARBAGE COLLECT
3.92/4.07	c rational objective 34
5.92/6.01	c #Conflicts:       5000 | #Constraints:       6728
5.92/6.01	c #Conflicts:       6000 | #Constraints:       7728
5.92/6.01	c INPROCESSING
5.92/6.01	c GARBAGE COLLECT
5.92/6.01	c rational objective 34
6.10/6.29	c bounds - >= 35 @ 5.92157
6.21/6.32	c bounds - >= 36 @ 5.95662
6.31/6.43	c #Conflicts:       7000 | #Constraints:       6352
6.31/6.43	c bounds - >= 37 @ 6.05831
6.41/6.60	c bounds - >= 38 @ 6.2271
6.51/6.66	c bounds - >= 39 @ 6.2874
6.61/6.74	c cpu time 6.36515 s
6.61/6.74	c deterministic time 284571990 2.85e+08
6.61/6.74	c optimization time 0.004143 s
6.61/6.74	c total solve time 6.22479 s
6.61/6.74	c core-guided solve time 1.75675 s
6.61/6.74	c propagation time 2.65489 s
6.61/6.74	c conflict analysis time 2.47081 s
6.61/6.74	c propagations 2898378
6.61/6.74	c resolve steps 273144
6.61/6.74	c decisions 152206
6.61/6.74	c conflicts 7540
6.61/6.74	c restarts 30
6.61/6.74	c inprocessing phases 3
6.61/6.74	c garbage collections 3 ,( 100.00 )
6.61/6.74	c input clauses 1861 ,( 32.44 )
6.61/6.74	c input cardinalities 465 ,( 8.11 )
6.61/6.74	c input general constraints 3411 ,( 59.46 )
6.61/6.74	c input average constraint length 21.64
6.61/6.74	c input average constraint degree 43.97
6.61/6.74	c learned clauses 5799 ,( 76.85 )
6.61/6.74	c learned cardinalities 384 ,( 5.09 )
6.61/6.74	c learned general constraints 1363 ,( 18.06 )
6.61/6.74	c learned average constraint length 262.62
6.61/6.74	c learned average constraint degree 11683665.61
6.61/6.74	c watched  CF 32, 64, 128, Arb: 632 , 0 , 0 , 0
6.61/6.74	c counting CF 32, 64, 128, Arb: 4143 , 0 , 0 , 0
6.61/6.74	c watched   constraints 632 ,( 13.24 ) 
6.61/6.74	c counting  constraints 4142 ,( 86.76 ) 
6.61/6.74	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1782035 , 430572 , 15461811 ,( 3704421 , 11757390 )
6.61/6.74	c gcd simplifications 935
6.61/6.74	c detected cardinalities 27
6.61/6.74	c weakened non-implied lits 1065610
6.61/6.74	c weakened non-implying lits 842
6.61/6.74	c original variables 3772
6.61/6.74	c clausal propagations 386802
6.61/6.74	c cardinality propagations 760223
6.61/6.74	c watched propagations 59523
6.61/6.74	c counting propagations 1630969
6.61/6.74	c watch lookups 46547925
6.61/6.74	c watch backjump lookups 0
6.61/6.74	c watch checks 106892818
6.61/6.74	c propagation checks 111114274
6.61/6.74	c constraint additions 13901831
6.61/6.74	c trail pops 3055427
6.61/6.74	c formula constraints 5628
6.61/6.74	c learned constraints 7538
6.61/6.74	c bound constraints 36
6.61/6.74	c core-guided constraints 73
6.61/6.74	c encountered formula constraints 225395
6.61/6.74	c encountered learned constraints 55285
6.61/6.74	c encountered bound constraints 3
6.61/6.74	c encountered core-guided constraints 1
6.61/6.74	c LP total time 1.82076 s
6.61/6.74	c LP solve time 1.11 s
6.61/6.74	c LP constraints added 5672
6.61/6.74	c LP constraints removed 32
6.61/6.74	c LP pivots internal 7733
6.61/6.74	c LP pivots root 1397
6.61/6.74	c LP calls 20
6.61/6.74	c LP optimalities 19
6.61/6.74	c LP no pivot count 1
6.61/6.74	c LP infeasibilities 0
6.61/6.74	c LP valid Farkas constraints 0
6.61/6.74	c LP learned Farkas constraints 0
6.61/6.74	c LP basis resets 0
6.61/6.74	c LP cycling count 0
6.61/6.74	c LP singular count 0
6.61/6.74	c LP no primal count 0
6.61/6.74	c LP no farkas count 0
6.61/6.74	c LP other issue count 0
6.61/6.74	c LP Gomory cuts 8
6.61/6.74	c LP learned cuts 36
6.61/6.74	c LP deleted cuts 32
6.61/6.74	c LP encountered Gomory constraints 0
6.61/6.74	c LP encountered Farkas constraints 0
6.61/6.74	c LP encountered learned Farkas constraints 0
6.61/6.74	c CG auxiliary variables introduced 36
6.61/6.74	c CG solutions found 0
6.61/6.74	c CG cores constructed 37
6.61/6.74	c CG core cardinality constraints returned 0
6.61/6.74	c CG unit cores 0
6.61/6.74	c CG single cores 37
6.61/6.74	c CG blocks removed during cardinality reduction 0
6.61/6.74	c CG first core best 0
6.61/6.74	c CG decision core best 0
6.61/6.74	c CG core reduction tie 0
6.61/6.74	c CG core degree average 1.00
6.61/6.74	c CG core slack average 18.00
6.61/6.74	c CG core upper bound improvements 0
6.61/6.74	c STR number of successful calls 0
6.61/6.74	c STR number of unsuccessful calls 0
6.61/6.74	c STR number of inconclusive calls 0
6.61/6.74	c STR number of successful attempts 0
6.61/6.74	c STR number of unsuccessful attempts 0
6.61/6.74	c STR number of inconclusive attempts 0
6.61/6.74	c STR average degree increase per successful call inf
6.61/6.74	c STR average degree increase per successful attempt inf
6.61/6.74	c STR total number of conflicts for successful attempts 0
6.61/6.74	c STR total number of conflicts for unsuccessful attempts 0
6.61/6.74	c STR total number of conflicts for inconclusive attempts 0
6.61/6.74	c STR average number of conflicts per successful attempt inf
6.61/6.74	c STR average number of conflicts per unsuccessful attempt inf
6.61/6.74	c STR average number of conflicts per inconclusive attempt inf
6.61/6.74	c AVG.sumWPerc 79.10 
6.61/6.74	c bigint constraints 0 
6.61/6.74	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: 63837 MiB (62526 MiB free)
  memory of node 1: 64465 MiB (58607 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522324-1751580692/watcher-4522324-1751580692 -o /tmp/evaluation-result-4522324-1751580692/solver-4522324-1751580692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85312 --watchdog 3760 run-opt-break.sh HOME/instance-4522324-1751580692.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=86916, runsolver pid=86913

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124040724/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=5932 memory=128 CPUtime=0 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 46 0 0 0 0 0 0 0 20 0 1 0 73747926 6074368 32 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 1483 32 32 1147 0 51 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10124 KiB
Current children cumulated memory: 3200 KiB

[startup+0.213484 s]*
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124036628/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=58204 memory=13232 CPUtime=0.09 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 1101 0 0 0 8 1 0 0 20 0 1 0 73747926 59600896 3308 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 14551 3308 1888 1147 0 1978 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 62396 KiB
Current children cumulated memory: 16304 KiB

[startup+0.313504 s]*
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124034864/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=77960 memory=34252 CPUtime=0.18 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 6571 0 0 0 15 3 0 0 20 0 1 0 73747926 79831040 8563 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 19490 8563 2304 1147 0 6917 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 82152 KiB
Current children cumulated memory: 37324 KiB

[startup+0.700382 s]
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124031084/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=77960 memory=34508 CPUtime=0.55 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 6578 0 0 0 50 5 0 0 20 0 1 0 73747926 79831040 8627 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 19490 8627 2368 1147 0 6917 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 82152 KiB
Current children cumulated memory: 37580 KiB

[startup+1.50045 s]
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124031084/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=77960 memory=34508 CPUtime=1.35 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 6578 0 0 0 123 12 0 0 20 0 1 0 73747926 79831040 8627 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 19490 8627 2368 1147 0 6917 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 82152 KiB
Current children cumulated memory: 37580 KiB

[startup+3.11303 s]
/proc/loadavg: 4.13 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124017704/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=85752 memory=44204 CPUtime=2.96 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 8439 0 0 0 279 17 0 0 20 0 1 0 73747926 87810048 11051 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 21438 11051 2400 1147 0 8865 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 89944 KiB
Current children cumulated memory: 47276 KiB

[startup+6.30044 s]
/proc/loadavg: 4.12 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124026704/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=88756 memory=47128 CPUtime=6.14 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 8659 0 0 0 593 21 0 0 20 0 1 0 73747926 90886144 11782 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 22189 11782 2400 1147 0 9616 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 50200 KiB

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

# cumulated CPU time of all completed processes:  user=6.43824 s, system=0.238534 s

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

[startup+6.40048 s]
/proc/loadavg: 4.12 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124026704/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=88756 memory=47128 CPUtime=6.24 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 8660 0 0 0 603 21 0 0 20 0 1 0 73747926 90886144 11782 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 22189 11782 2400 1147 0 9616 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 50200 KiB

[startup+6.60036 s]
/proc/loadavg: 4.12 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124026704/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=88756 memory=47128 CPUtime=6.44 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 8660 0 0 0 623 21 0 0 20 0 1 0 73747926 90886144 11782 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 22189 11782 2400 1147 0 9616 0
Current children cumulated CPU time: 6.51 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 50200 KiB

[startup+6.70035 s]
/proc/loadavg: 4.12 4.13 4.16 5/254 86919
/proc/meminfo: memFree=124026704/131382120 swapFree=33010416/33010684
[pid=86916] ppid=86913 vsize=4192 memory=3072 CPUtime=0.07 cores=1,3
/proc/86916/stat : 86916 (run-opt-break.s) S 86913 86916 85279 0 -1 4194304 239 3578 0 0 0 0 6 1 20 0 1 0 73747916 4292608 768 18446744073709551615 94477287047168 94477287941701 140721300603984 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94477288180752 94477288228496 94477319086080 140721300605281 140721300605410 140721300605410 140721300611012 0
/proc/86916/statm: 1048 768 704 219 0 110 0
[pid=86919] ppid=86916 vsize=88756 memory=47128 CPUtime=6.54 cores=1,3
/proc/86919/stat : 86919 (roundingsat) R 86916 86916 85279 0 -1 4194304 8660 0 0 0 633 21 0 0 20 0 1 0 73747926 90886144 11782 18446744073709551615 4227072 8923433 140727271136992 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16125952 140727271143780 140727271143976 140727271143976 140727271149546 0
/proc/86919/statm: 22189 11782 2400 1147 0 9616 0
Current children cumulated CPU time: 6.61 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 50200 KiB

Child status: 0

Real time (s): 6.74344
CPU time (s): 6.67678
CPU user time (s): 6.43824
CPU system time (s): 0.238534
CPU usage (%): 99.0114
Max. virtual memory (cumulated for all children) (KiB): 92948
Max. memory (cumulated for all children) (KiB): 50200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.43824
system time used= 0.238534
maximum resident set size= 47128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 86916
#   total CPU time (s): 6.67678
#   total CPU user time (s): 6.43824
#   total CPU system time (s): 0.238534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064493 second user time and 0.134847 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 00:11:32
IDJOB=4522324
IDBENCH=178741
IDSOLVER=3359
FILE ID=nodeC003/4522324-1751580692
RUNJOBID= nodeC003-1751571912-85312
SLURM_JOB_ID= 9598793
Free space on /tmp= 431980 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522324-1751580692/watcher-4522324-1751580692 -o /tmp/evaluation-result-4522324-1751580692/solver-4522324-1751580692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85312 --watchdog 3760  run-opt-break.sh HOME/instance-4522324-1751580692.opb

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=1837737616

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124040972 kB
MemAvailable:   124156360 kB
Buffers:            2736 kB
Cached:           911304 kB
SwapCached:           36 kB
Active:          6266864 kB
Inactive:         419136 kB
Active(anon):    5782276 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   411528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8460 kB
Writeback:             4 kB
AnonPages:       5772936 kB
Mapped:           117516 kB
Shmem:             17924 kB
KReclaimable:     117800 kB
Slab:             203940 kB
SReclaimable:     117800 kB
SUnreclaim:        86140 kB
KernelStack:        4096 kB
PageTables:        15472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6919364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2248704 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431968 MiB
End job on nodeC003 at 2025-07-04 00:11:39