Trace number 4504405

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
WMaxCDCL-SCIP 2025-06-21? 3599.34 3608.88

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_5_mh.opb
MD5SUMf52c25e5aa8e0a6173f9b1fa92936824
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3486983
Best CPU time to get the best result obtained on this benchmark70102.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
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.04	c Presolving by SCIP...
0.00/0.06	c Encoding OPB into MaxSAT...
0.00/0.06	c This is the PBCProcessor based on SCIP solver.
7.21/7.34	c Solving by WMaxCDCL...
3599.23/3608.86	c Rebuilding OPB solution...
3599.23/3608.86	c This is the PBCProcessor based on SCIP solver.
3599.23/3608.86	s UNKNOWN

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 (62696 MiB free)
  memory of node 1: 64507 MiB (63876 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4504405-1751443965/watcher-4504405-1751443965 -o /tmp/evaluation-result-4504405-1751443965/solver-4504405-1751443965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751443965-60616 --watchdog 3760 HOME/opbsolver HOME/instance-4504405-1751443965.opb 3600 31000 HOME HOME 

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=60673, runsolver pid=60658

[startup+0.100057 s]*
/proc/loadavg: 0.72 1.00 1.06 6/268 60698
/proc/meminfo: memFree=129605452/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=22912 memory=6568 CPUtime=0.03 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 1322 0 0 0 3 0 0 0 20 0 1 0 60076457 23461888 1642 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 5728 1642 640 2826 0 2340 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 27104 KiB
Current children cumulated memory: 9640 KiB

[startup+0.204637 s]*
/proc/loadavg: 0.72 1.00 1.06 8/268 60698
/proc/meminfo: memFree=129551776/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=44664 memory=27308 CPUtime=0.13 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 6775 0 0 0 12 1 0 0 20 0 1 0 60076457 45735936 6827 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 11166 6827 640 2826 0 7778 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 48856 KiB
Current children cumulated memory: 30380 KiB

[startup+0.305261 s]*
/proc/loadavg: 0.72 1.00 1.06 6/268 60698
/proc/meminfo: memFree=129504400/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=67964 memory=49836 CPUtime=0.23 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 12408 0 0 0 22 1 0 0 20 0 1 0 60076457 69595136 12459 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 16991 12459 640 2826 0 13603 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 72156 KiB
Current children cumulated memory: 52908 KiB

[startup+0.700155 s]
/proc/loadavg: 0.72 1.00 1.06 6/268 60700
/proc/meminfo: memFree=129411780/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=131088 memory=113344 CPUtime=0.62 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 27194 0 0 0 58 4 0 0 20 0 1 0 60076457 134234112 28336 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 32772 28336 704 2826 0 29384 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 135280 KiB
Current children cumulated memory: 116416 KiB

[startup+1.50015 s]
/proc/loadavg: 0.98 1.05 1.08 6/268 60700
/proc/meminfo: memFree=129249860/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=263264 memory=214340 CPUtime=1.42 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 44793 0 0 0 134 8 0 0 20 0 1 0 60076457 269582336 53585 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 65816 53585 704 2826 0 62428 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 267456 KiB
Current children cumulated memory: 217412 KiB

[startup+3.10448 s]
/proc/loadavg: 0.98 1.05 1.08 6/268 60702
/proc/meminfo: memFree=128140132/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=661040 memory=514620 CPUtime=3.02 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 96487 0 0 0 275 27 0 0 20 0 1 0 60076457 676904960 128655 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 165260 128655 704 2826 0 161872 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 665232 KiB
Current children cumulated memory: 517692 KiB

[startup+6.30015 s]
/proc/loadavg: 1.23 1.10 1.09 5/263 60736
/proc/meminfo: memFree=127977624/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 345 658 0 0 0 0 0 1 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60697] ppid=60673 vsize=661040 memory=514620 CPUtime=6.2 cores=1,3
/proc/60697/stat : 60697 (pbcpreprocessor) R 60673 60673 60604 0 -1 4194304 96491 0 0 0 399 221 0 0 20 0 1 0 60076457 676904960 128655 18446744073709551615 4198400 15773533 140728526166976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28499968 140728526174384 140728526174686 140728526174686 140728526180293 0
/proc/60697/statm: 165260 128655 704 2826 0 161872 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 665232 KiB
Current children cumulated memory: 517692 KiB

[startup+12.7002 s]
/proc/loadavg: 1.53 1.16 1.11 5/268 60761
/proc/meminfo: memFree=126299488/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1562416 memory=1383288 CPUtime=5.32 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 197928 0 0 0 485 47 0 0 20 0 1 0 60077186 1599913984 345822 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 390604 345822 448 424 0 390059 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 1566608 KiB
Current children cumulated memory: 1386360 KiB

[startup+25.5002 s]
/proc/loadavg: 1.98 1.27 1.15 5/268 60762
/proc/meminfo: memFree=126116088/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1505760 memory=1338740 CPUtime=18.08 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 200227 0 0 0 1756 52 0 0 20 0 1 0 60077186 1541898240 334685 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 376440 334685 448 424 0 375895 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 1509952 KiB
Current children cumulated memory: 1341812 KiB

[startup+51.1055 s]
/proc/loadavg: 2.78 1.54 1.24 5/268 60762
/proc/meminfo: memFree=126421640/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1439416 memory=1288156 CPUtime=43.6 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 201754 0 0 0 4305 55 0 0 20 0 1 0 60077186 1473961984 322039 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 359854 322039 448 424 0 359309 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1443608 KiB
Current children cumulated memory: 1291228 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.93 1.39 5/269 60765
/proc/meminfo: memFree=126175432/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1379284 CPUtime=94.64 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 248371 0 0 0 9338 126 0 0 20 0 1 0 60077186 1559961600 344821 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 344821 448 424 0 380305 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1382356 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.34 1.57 5/269 60767
/proc/meminfo: memFree=126077704/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1383396 CPUtime=154.45 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 251458 0 0 0 15314 131 0 0 20 0 1 0 60077186 1559961600 345849 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 345849 448 424 0 380305 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1386468 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.66 1.73 5/269 60769
/proc/meminfo: memFree=126070944/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1379300 CPUtime=214.27 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 253420 0 0 0 21291 136 0 0 20 0 1 0 60077186 1559961600 344825 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 344825 448 424 0 380305 0

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

/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258158 0 0 0 332471 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3333.4 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.05 5/266 60982
/proc/meminfo: memFree=124627580/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3385.99 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258313 0 0 0 338456 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3393.25 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/267 60986
/proc/meminfo: memFree=124622452/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3445.85 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258341 0 0 0 344442 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.06 5/267 60988
/proc/meminfo: memFree=124623196/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3505.7 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 350427 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.06 5/267 60994
/proc/meminfo: memFree=124625440/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3565.54 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 356411 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3572.8 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

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

# cumulated CPU time of all completed processes:  user=3595.04 s, system=4.30023 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.12 4.06 5/267 60994
/proc/meminfo: memFree=124625440/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3567.24 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 356581 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3574.5 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3596.8 s]
/proc/loadavg: 4.17 4.13 4.07 5/267 60995
/proc/meminfo: memFree=124625480/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3580 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 357857 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3587.26 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3603.2 s]
/proc/loadavg: 4.14 4.12 4.06 5/267 60995
/proc/meminfo: memFree=124625496/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3586.39 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 358496 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3593.65 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3606.4 s]
/proc/loadavg: 4.14 4.12 4.06 5/267 60996
/proc/meminfo: memFree=124626480/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3589.58 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 358815 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3596.84 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3608 s]*
/proc/loadavg: 4.13 4.12 4.06 5/267 60996
/proc/meminfo: memFree=124626480/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3591.18 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 358975 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3598.44 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3608.4 s]
/proc/loadavg: 4.13 4.12 4.06 5/267 60996
/proc/meminfo: memFree=124626480/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3591.57 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 359014 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3598.83 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

[startup+3608.8 s]
/proc/loadavg: 4.13 4.12 4.06 5/267 60996
/proc/meminfo: memFree=124626480/131250000 swapFree=33010416/33010684
[pid=60673] ppid=60658 vsize=4192 memory=3072 CPUtime=7.26 cores=1,3
/proc/60673/stat : 60673 (opbsolver) S 60658 60673 60604 0 -1 4194304 404 97340 0 0 0 0 443 283 20 0 1 0 60076450 4292608 768 18446744073709551615 94700553048064 94700553942597 140726728585632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94700554181648 94700554229392 94700575547392 140726728587550 140726728587753 140726728587753 140726728593355 0
/proc/60673/statm: 1048 768 704 219 0 110 0
[pid=60761] ppid=60673 vsize=1523400 memory=1384480 CPUtime=3591.97 cores=1,3
/proc/60761/stat : 60761 (wmaxcdcl) R 60673 60673 60604 0 -1 4194304 258368 0 0 0 359054 143 0 0 20 0 1 0 60077186 1559961600 346120 18446744073709551615 4198400 5932793 140724633969584 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 11407360 140724633971035 140724633971180 140724633971180 140724633976780 0
/proc/60761/statm: 380850 346120 448 424 0 380305 0
Current children cumulated CPU time: 3599.23 s
Current children cumulated vsize: 1527592 KiB
Current children cumulated memory: 1387552 KiB

Child status: 0

Real time (s): 3608.88
CPU time (s): 3599.34
CPU user time (s): 3595.04
CPU system time (s): 4.30023
CPU usage (%): 99.7357
Max. virtual memory (cumulated for all children) (KiB): 1696836
Max. memory (cumulated for all children) (KiB): 1494744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.04
system time used= 4.30023
maximum resident set size= 1497800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 279600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 801
involuntary context switches= 1116


# summary of solver processes directly reported to runsolver:
#   pid: 60673
#   total CPU time (s): 3599.34
#   total CPU user time (s): 3595.04
#   total CPU system time (s): 4.30023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48483 second user time and 16.0714 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 10:12:46
IDJOB=4504405
IDBENCH=155654
IDSOLVER=3374
FILE ID=nodeC027/4504405-1751443965
RUNJOBID= nodeC027-1751443965-60616
SLURM_JOB_ID= 9598419
Free space on /tmp= 431120 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4504405-1751443965/watcher-4504405-1751443965 -o /tmp/evaluation-result-4504405-1751443965/solver-4504405-1751443965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751443965-60616 --watchdog 3760  HOME/opbsolver HOME/instance-4504405-1751443965.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=1019488370

nodeC027 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.638
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.29
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.770
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.29
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		: 3598.876
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.29
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.660
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.29
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		: 3427.596
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.29
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		: 3600.277
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.29
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		: 3599.634
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.29
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		: 3599.609
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129618620 kB
MemAvailable:   129760272 kB
Buffers:            2488 kB
Cached:           942648 kB
SwapCached:           12 kB
Active:           613012 kB
Inactive:         402908 kB
Active(anon):      86096 kB
Inactive(anon):     2792 kB
Active(file):     526916 kB
Inactive(file):   400116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136816 kB
Writeback:             8 kB
AnonPages:         73892 kB
Mapped:           103832 kB
Shmem:             18056 kB
KReclaimable:     107316 kB
Slab:             195816 kB
SReclaimable:     107316 kB
SUnreclaim:        88500 kB
KernelStack:        4016 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430740 MiB
End job on nodeC027 at 2025-07-02 11:12:55