Trace number 4522323
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/ opt/miplib2010/normalized-ns1769397.opb |
MD5SUM | d0e5186d4a85a790e67c4702cfcdde79 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 2.41322 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 3772 |
Total number of constraints | 5527 |
Number of constraints which are clauses | 1716 |
Number of constraints which are cardinality constraints (but not clauses) | 425 |
Number of constraints which are nor clauses,nor cardinality constraints | 3386 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 470 |
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 numbers | 14 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.02 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02 c │ pbsuma -- a PB interface for satsuma │
0.00/0.02 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.02 c │ (c) 2025 Markus Anders │
0.00/0.02 c └────────────────────────────────────────────────────────────────┘
0.00/0.02 c parse 'HOME/instance-4522323-1752596970.opb'
0.00/0.05 c read 1.10MB (36.49ms)
0.00/0.05 c [cnf: #variables 3772 #clauses 5528 #duplicates 0 #arr 117422]
0.00/0.06 c output proof to 'PROOFDIR/proof-4522323-1752596970'
0.00/0.06 c
0.00/0.06 c make graph and approximate orbits
0.00/0.08 c [group: #orbits ~= 0] (23.40ms)
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.09 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.09 c (2.22ms)
0.00/0.09 c
0.00/0.09 c detect symmetries on remainder
0.00/0.09 c [graph: #vertices 25204 #edges 266652]
0.00/0.09 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.09 c [group: #symmetries 1.00*10^0 #generators 0] (4.51ms)
0.00/0.09 c
0.00/0.09 c finalize break order and special generators
0.00/0.09 c
0.00/0.09 c generation finished
0.00/0.09 c [sbp: #constraints 0 #add_vars 0]
0.00/0.09 c
0.00/0.09 c write result to 'HOME/instance-4522323-1752596970.opb.pre'
0.00/0.10 c wrote 1.10MB (9.53ms)
0.00/0.10 c ------------------------------------------------------------------
0.00/0.10 c 36.49ms 42.29% parse
0.00/0.10 c 23.40ms 27.11% approx_orbits
0.00/0.10 c 9.81ms 11.37% other
0.00/0.10 c 9.53ms 11.05% output
0.00/0.10 c 4.51ms 5.23% detect_generic
0.00/0.10 c 2.22ms 2.57% detect_special
0.00/0.10 c 0.33ms 0.38% finalize_order
0.00/0.10 c ───────────────────────────────────────────────
0.00/0.10 c 86.29ms 100% total
0.00/0.10 c ------------------------------------------------------------------
0.00/0.12 c RoundingSat 2
0.00/0.12 c branch pb25
0.00/0.12 c commit 63f22ad
0.06/0.21 c #variables 3772 #constraints 5628
0.06/0.21 c objective is ce32
0.47/0.56 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.47/0.56 c initial counting CF 32, 64, 128, Arb: 3341 , 0 , 0 , 0
0.47/0.56 c bounds - >= 0 @ 0.424601
0.55/0.66 c rational objective 3
1.93/2.09 c #Conflicts: 1000 | #Constraints: 6628
1.93/2.09 c #Conflicts: 2000 | #Constraints: 7628
1.93/2.09 c INPROCESSING
1.93/2.09 c GARBAGE COLLECT
1.93/2.09 c rational objective 3
2.81/2.98 c bounds - >= 4 @ 2.71106
2.81/2.98 c bounds - >= 5 @ 2.71149
2.81/2.98 c bounds - >= 6 @ 2.712
2.81/2.98 c bounds - >= 7 @ 2.71455
2.81/2.99 c bounds - >= 8 @ 2.71732
2.81/2.99 c bounds - >= 9 @ 2.72077
2.81/2.99 c bounds - >= 10 @ 2.7231
2.81/2.99 c bounds - >= 11 @ 2.7258
2.81/3.00 c bounds - >= 12 @ 2.72864
2.81/3.00 c bounds - >= 13 @ 2.73185
2.81/3.00 c bounds - >= 14 @ 2.73481
2.81/3.01 c bounds - >= 15 @ 2.73848
2.81/3.02 c bounds - >= 16 @ 2.74661
3.03/3.12 c bounds - >= 17 @ 2.8481
3.03/3.14 c bounds - >= 18 @ 2.85973
3.03/3.15 c bounds - >= 19 @ 2.87336
3.03/3.17 c bounds - >= 20 @ 2.89432
3.03/3.19 c bounds - >= 21 @ 2.91276
3.11/3.21 c bounds - >= 22 @ 2.92758
3.11/3.25 c bounds - >= 23 @ 2.96819
3.21/3.30 c bounds - >= 24 @ 3.02465
3.21/3.32 c bounds - >= 25 @ 3.03868
3.21/3.34 c bounds - >= 26 @ 3.06074
3.21/3.39 c bounds - >= 27 @ 3.10709
3.30/3.44 c bounds - >= 28 @ 3.15607
3.40/3.51 c bounds - >= 29 @ 3.23117
3.51/3.62 c bounds - >= 30 @ 3.33225
3.51/3.65 c bounds - >= 31 @ 3.36283
3.61/3.72 c bounds - >= 32 @ 3.43546
3.92/4.08 c #Conflicts: 3000 | #Constraints: 6419
3.92/4.08 c bounds - >= 33 @ 3.78163
4.10/4.25 c bounds - >= 34 @ 3.94469
4.59/4.77 c bounds - >= 35 @ 4.44991
9.09/9.23 c #Conflicts: 4000 | #Constraints: 7428
9.09/9.23 c INPROCESSING
9.09/9.23 c GARBAGE COLLECT
9.09/9.23 c #Conflicts: 5000 | #Constraints: 6833
9.09/9.23 c #Conflicts: 6000 | #Constraints: 7834
9.09/9.23 c INPROCESSING
9.09/9.23 c GARBAGE COLLECT
9.09/9.23 c bounds - >= 36 @ 8.8215
9.18/9.33 c bounds - >= 37 @ 8.92045
10.58/10.79 c #Conflicts: 7000 | #Constraints: 6504
10.58/10.79 c bounds - >= 38 @ 10.3422
11.08/11.23 c bounds - >= 39 @ 10.773
12.26/12.55 c #Conflicts: 8000 | #Constraints: 7508
12.26/12.55 c cpu time 11.8871 s
12.26/12.55 c deterministic time 377318220 3.77e+08
12.26/12.55 c optimization time 0.35936 s
12.26/12.55 c total solve time 11.4539 s
12.26/12.55 c core-guided solve time 4.84155 s
12.26/12.55 c propagation time 4.39325 s
12.26/12.55 c conflict analysis time 3.83383 s
12.26/12.55 c propagations 3063974
12.26/12.55 c resolve steps 326577
12.26/12.55 c decisions 166398
12.26/12.55 c conflicts 8936
12.26/12.55 c restarts 37
12.26/12.55 c inprocessing phases 3
12.26/12.55 c garbage collections 3 ,( 100.00 )
12.26/12.55 c input clauses 1861 ,( 32.46 )
12.26/12.55 c input cardinalities 464 ,( 8.09 )
12.26/12.55 c input general constraints 3409 ,( 59.45 )
12.26/12.55 c input average constraint length 21.61
12.26/12.55 c input average constraint degree 43.98
12.26/12.55 c learned clauses 7099 ,( 79.40 )
12.26/12.55 c learned cardinalities 394 ,( 4.41 )
12.26/12.55 c learned general constraints 1448 ,( 16.20 )
12.26/12.55 c learned average constraint length 335.36
12.26/12.55 c learned average constraint degree 6135966.06
12.26/12.55 c watched CF 32, 64, 128, Arb: 739 , 0 , 0 , 0
12.26/12.55 c counting CF 32, 64, 128, Arb: 4119 , 0 , 0 , 0
12.26/12.55 c watched constraints 739 ,( 15.22 )
12.26/12.55 c counting constraints 4118 ,( 84.78 )
12.26/12.55 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2212980 , 488114 , 15975686 ,( 3801671 , 12174015 )
12.26/12.55 c gcd simplifications 1262
12.26/12.55 c detected cardinalities 29
12.26/12.55 c weakened non-implied lits 1165212
12.26/12.55 c weakened non-implying lits 697
12.26/12.55 c original variables 3772
12.26/12.55 c clausal propagations 514383
12.26/12.55 c cardinality propagations 851963
12.26/12.55 c watched propagations 67662
12.26/12.55 c counting propagations 1562830
12.26/12.55 c watch lookups 51996045
12.26/12.55 c watch backjump lookups 0
12.26/12.55 c watch checks 163125828
12.26/12.55 c propagation checks 137921098
12.26/12.55 c constraint additions 17783226
12.26/12.55 c trail pops 3237146
12.26/12.55 c formula constraints 5628
12.26/12.55 c learned constraints 8935
12.26/12.55 c bound constraints 35
12.26/12.55 c core-guided constraints 71
12.26/12.55 c encountered formula constraints 267673
12.26/12.55 c encountered learned constraints 67836
12.26/12.55 c encountered bound constraints 3
12.26/12.55 c encountered core-guided constraints 1
12.26/12.55 c LP total time 5.30789 s
12.26/12.55 c LP solve time 4.35 s
12.26/12.55 c LP constraints added 5638
12.26/12.55 c LP constraints removed 1
12.26/12.55 c LP pivots internal 15021
12.26/12.55 c LP pivots root 9483
12.26/12.55 c LP calls 12
12.26/12.55 c LP optimalities 6
12.26/12.55 c LP no pivot count 0
12.26/12.55 c LP infeasibilities 2
12.26/12.55 c LP valid Farkas constraints 2
12.26/12.55 c LP learned Farkas constraints 0
12.26/12.55 c LP basis resets 1
12.26/12.55 c LP cycling count 0
12.26/12.55 c LP singular count 1
12.26/12.55 c LP no primal count 0
12.26/12.55 c LP no farkas count 0
12.26/12.55 c LP other issue count 0
12.26/12.55 c LP Gomory cuts 4
12.26/12.55 c LP learned cuts 6
12.26/12.55 c LP deleted cuts 1
12.26/12.55 c LP encountered Gomory constraints 0
12.26/12.55 c LP encountered Farkas constraints 0
12.26/12.55 c LP encountered learned Farkas constraints 0
12.26/12.55 c CG auxiliary variables introduced 35
12.26/12.55 c CG solutions found 0
12.26/12.55 c CG cores constructed 36
12.26/12.55 c CG core cardinality constraints returned 0
12.26/12.55 c CG unit cores 0
12.26/12.55 c CG single cores 36
12.26/12.55 c CG blocks removed during cardinality reduction 0
12.26/12.55 c CG first core best 0
12.26/12.55 c CG decision core best 0
12.26/12.55 c CG core reduction tie 0
12.26/12.55 c CG core degree average 1.00
12.26/12.55 c CG core slack average 17.50
12.26/12.55 c CG core upper bound improvements 0
12.26/12.55 c STR number of successful calls 0
12.26/12.55 c STR number of unsuccessful calls 0
12.26/12.55 c STR number of inconclusive calls 0
12.26/12.55 c STR number of successful attempts 0
12.26/12.55 c STR number of unsuccessful attempts 0
12.26/12.55 c STR number of inconclusive attempts 0
12.26/12.55 c STR average degree increase per successful call inf
12.26/12.55 c STR average degree increase per successful attempt inf
12.26/12.55 c STR total number of conflicts for successful attempts 0
12.26/12.55 c STR total number of conflicts for unsuccessful attempts 0
12.26/12.55 c STR total number of conflicts for inconclusive attempts 0
12.26/12.55 c STR average number of conflicts per successful attempt inf
12.26/12.55 c STR average number of conflicts per unsuccessful attempt inf
12.26/12.55 c STR average number of conflicts per inconclusive attempt inf
12.26/12.55 c AVG.sumWPerc 77.62
12.26/12.55 c bigint constraints 0
12.26/12.55 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Wed Jul 16 16:12:58 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS INF <= obj <= INF
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS INF <= obj <= INF
--summary--
ALL OK
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 (57740 MiB free)
memory of node 1: 64465 MiB (58800 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522323-1752596970/watcher-4522323-1752596970 -o /tmp/evaluation-result-4522323-1752596970/solver-4522323-1752596970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752596885-136736 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4522323-1752596970.opb PROOFDIR/proof-4522323-1752596970
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=137534, runsolver pid=137531
Current StackSize limit: 8192 KiB
[startup+0.100067 s]*
/proc/loadavg: 6.32 6.06 5.38 4/465 137536
/proc/meminfo: memFree=119317828/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB
[startup+0.225304 s]*
/proc/loadavg: 6.32 6.06 5.38 4/465 137537
/proc/meminfo: memFree=119288280/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=71588 memory=27600 CPUtime=0.12 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 4837 0 0 0 11 1 0 0 20 0 1 0 175376131 73306112 6900 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 17897 6900 2336 1147 0 5324 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 75780 KiB
Current children cumulated memory: 30544 KiB
[startup+0.32524 s]*
/proc/loadavg: 6.32 6.06 5.38 3/465 137537
/proc/meminfo: memFree=119280216/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=71588 memory=27600 CPUtime=0.22 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 4837 0 0 0 21 1 0 0 20 0 1 0 175376131 73306112 6900 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 17897 6900 2336 1147 0 5324 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 75780 KiB
Current children cumulated memory: 30544 KiB
[startup+0.700397 s]
/proc/loadavg: 6.32 6.06 5.38 3/465 137537
/proc/meminfo: memFree=119264088/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=82184 memory=38224 CPUtime=0.56 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 7477 0 0 0 54 2 0 0 20 0 1 0 175376131 84156416 9556 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 20546 9556 2368 1147 0 7973 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 86376 KiB
Current children cumulated memory: 41168 KiB
[startup+1.50036 s]
/proc/loadavg: 6.32 6.06 5.38 3/465 137537
/proc/meminfo: memFree=119215704/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=83660 memory=41900 CPUtime=1.35 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 7841 0 0 0 126 9 0 0 20 0 1 0 175376131 85667840 10475 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 20915 10475 2400 1147 0 8342 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 87852 KiB
Current children cumulated memory: 44844 KiB
[startup+3.12504 s]
/proc/loadavg: 6.32 6.06 5.38 5/465 137575
/proc/meminfo: memFree=118989060/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=99240 memory=56876 CPUtime=2.97 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11574 0 0 0 284 13 0 0 20 0 1 0 175376131 101621760 14219 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 24810 14219 2432 1147 0 12237 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 103432 KiB
Current children cumulated memory: 59820 KiB
[startup+6.30031 s]
/proc/loadavg: 6.13 6.02 5.37 4/465 137575
/proc/meminfo: memFree=118732676/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=101960 memory=59120 CPUtime=6.13 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11624 0 0 0 593 20 0 0 20 0 1 0 175376131 104407040 14780 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25490 14780 2432 1147 0 12917 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 106152 KiB
Current children cumulated memory: 62064 KiB
[startup+12.5574 s]
# the end of solver process 137534 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=11.9591 s, system=0.346535 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.40037 s]
/proc/loadavg: 6.13 6.02 5.37 4/465 137575
/proc/meminfo: memFree=118732676/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=101960 memory=59120 CPUtime=6.24 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11624 0 0 0 603 21 0 0 20 0 1 0 175376131 104407040 14780 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25490 14780 2432 1147 0 12917 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 106152 KiB
Current children cumulated memory: 62064 KiB
[startup+9.6003 s]
/proc/loadavg: 6.13 6.02 5.37 6/470 137597
/proc/meminfo: memFree=117338840/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=103128 memory=60272 CPUtime=9.43 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11916 0 0 0 918 25 0 0 20 0 1 0 175376131 105603072 15068 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25782 15068 2432 1147 0 13209 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 107320 KiB
Current children cumulated memory: 63216 KiB
[startup+11.2003 s]
/proc/loadavg: 5.96 5.99 5.36 6/470 137597
/proc/meminfo: memFree=117258520/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=103128 memory=60784 CPUtime=11.02 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11924 0 0 0 1074 28 0 0 20 0 1 0 175376131 105603072 15196 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25782 15196 2560 1147 0 13209 0
Current children cumulated CPU time: 11.08 s
Current children cumulated vsize: 107320 KiB
Current children cumulated memory: 63728 KiB
[startup+12.0003 s]*
/proc/loadavg: 5.96 5.99 5.36 6/470 137597
/proc/meminfo: memFree=117238088/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=103128 memory=60784 CPUtime=11.84 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11925 0 0 0 1154 30 0 0 20 0 1 0 175376131 105603072 15196 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25782 15196 2560 1147 0 13209 0
Current children cumulated CPU time: 11.9 s
Current children cumulated vsize: 107320 KiB
Current children cumulated memory: 63728 KiB
[startup+12.4004 s]
/proc/loadavg: 5.96 5.99 5.36 6/470 137597
/proc/meminfo: memFree=117238088/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=103128 memory=60784 CPUtime=12.2 cores=5,7
/proc/137537/stat : 137537 (roundingsat) R 137534 137534 136723 0 -1 4194304 11925 0 0 0 1189 31 0 0 20 0 1 0 175376131 105603072 15196 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25782 15196 2560 1147 0 13209 0
Current children cumulated CPU time: 12.26 s
Current children cumulated vsize: 107320 KiB
Current children cumulated memory: 63728 KiB
[startup+12.5003 s]
/proc/loadavg: 5.96 5.99 5.36 6/470 137597
/proc/meminfo: memFree=117238088/131382112 swapFree=33000116/33010684
[pid=137534] ppid=137531 vsize=4192 memory=2944 CPUtime=0.06 cores=5,7
/proc/137534/stat : 137534 (run-opt-ls-log.) S 137531 137534 136723 0 -1 4194304 242 3582 0 0 0 0 5 1 20 0 1 0 175376120 4292608 736 18446744073709551615 94742659526656 94742660421189 140729537381904 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94742660660240 94742660707984 94742666715136 140729537386777 140729537386975 140729537386975 140729537392579 0
/proc/137534/statm: 1048 736 672 219 0 110 0
[pid=137537] ppid=137534 vsize=103128 memory=60784 CPUtime=12.2 cores=5,7
/proc/137537/stat : 137537 (roundingsat) D 137534 137534 136723 0 -1 4194304 11925 0 0 0 1189 31 0 0 20 0 1 0 175376131 105603072 15196 18446744073709551615 4227072 8923433 140722321955952 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 31002624 140722321963252 140722321963558 140722321963558 140722321969130 0
/proc/137537/statm: 25782 15196 2560 1147 0 13209 0
Current children cumulated CPU time: 12.26 s
Current children cumulated vsize: 107320 KiB
Current children cumulated memory: 63728 KiB
Child status: 0
Real time (s): 12.5575
CPU time (s): 12.3057
CPU user time (s): 11.9591
CPU system time (s): 0.346535
CPU usage (%): 97.9944
Max. virtual memory (cumulated for all children) (KiB): 107320
Max. memory (cumulated for all children) (KiB): 63728
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9591
system time used= 0.346535
maximum resident set size= 60784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 169736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5002
involuntary context switches= 103
# summary of solver processes directly reported to runsolver:
# pid: 137534
# total CPU time (s): 12.3057
# total CPU user time (s): 11.9591
# total CPU system time (s): 0.346535
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.185741 second user time and 0.316506 second system time
The end
Launcher Data
Begin job on nodeC007 at 2025-07-15 18:29:30
IDJOB=4522323
IDBENCH=178741
IDSOLVER=3356
FILE ID=nodeC007/4522323-1752596970
RUNJOBID= nodeC007-1752596885-136736
SLURM_JOB_ID= 9684382
Free space on /tmp= 430468 MiB
SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522323-1752596970/watcher-4522323-1752596970 -o /tmp/evaluation-result-4522323-1752596970/solver-4522323-1752596970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752596885-136736 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4522323-1752596970.opb PROOFDIR/proof-4522323-1752596970
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=1457528878
nodeC007 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 : 1197.205
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.68
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 : 3491.859
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.68
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.576
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.68
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 : 1197.199
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.68
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 : 3662.753
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.68
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 : 3491.874
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.68
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.68
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.343
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.68
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382112 kB
MemFree: 119348128 kB
MemAvailable: 127905204 kB
Buffers: 16 kB
Cached: 9229984 kB
SwapCached: 2716 kB
Active: 1628200 kB
Inactive: 8949568 kB
Active(anon): 1333132 kB
Inactive(anon): 34976 kB
Active(file): 295068 kB
Inactive(file): 8914592 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33000116 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 143416 kB
Writeback: 0 kB
AnonPages: 1348428 kB
Mapped: 105748 kB
Shmem: 20292 kB
KReclaimable: 374084 kB
Slab: 470152 kB
SReclaimable: 374084 kB
SUnreclaim: 96068 kB
KernelStack: 7488 kB
PageTables: 5588 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 1698592 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 152904 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 129024 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: 201544 kB
DirectMap2M: 10186752 kB
DirectMap1G: 125829120 kB
Free space on /tmp at the end= 430460 MiB
End job on nodeC007 at 2025-07-15 18:29:43