Trace number 4522314

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
NuPBO-DeepOptS+ 2025-06-02? (TO) 3600.09 3607.8

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/3607.80	c Filename:instance-4522314-1751593965.opb, Cutoff_time:3600, memory_limit_gb:500000
3600.08/3607.80	c Scip time: 1800
3600.08/3607.80	c Use Presolve
3600.08/3607.80	c Parse finsih
3600.08/3607.80	c Start Presolve
3600.08/3607.80	c After Reduce Vars: 2902 Clauses: 4619 Top clause weight: 780 Hard Clauses: 4581
3600.08/3607.80	c Use LS-small
3600.08/3607.80	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 (60185 MiB free)
  memory of node 1: 64507 MiB (53449 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522314-1751593965/watcher-4522314-1751593965 -o /tmp/evaluation-result-4522314-1751593965/solver-4522314-1751593965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751586737-93808 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4522314-1751593965.opb -t 3600 -s 180346687 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.10 4.10 4.09 5/265 94634
/proc/meminfo: memFree=116354344/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=23976 memory=8436 CPUtime=0.1 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 1632 0 0 0 10 0 0 0 20 0 1 0 75074410 24551424 2109 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 5994 2109 1088 2752 0 2647 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23976 KiB
Current children cumulated memory: 8436 KiB

[startup+0.205491 s]*
/proc/loadavg: 4.10 4.10 4.09 5/265 94634
/proc/meminfo: memFree=116350564/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=37456 memory=22772 CPUtime=0.2 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 5174 0 0 0 20 0 0 0 20 0 1 0 75074410 38354944 5693 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 9364 5693 1152 2752 0 6017 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 22772 KiB

[startup+0.30545 s]*
/proc/loadavg: 4.10 4.10 4.09 5/265 94634
/proc/meminfo: memFree=116350564/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=37456 memory=22772 CPUtime=0.3 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 5174 0 0 0 30 0 0 0 20 0 1 0 75074410 38354944 5693 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 9364 5693 1152 2752 0 6017 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 22772 KiB

[startup+0.70018 s]
/proc/loadavg: 4.10 4.10 4.09 6/265 94634
/proc/meminfo: memFree=116350564/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=37456 memory=22772 CPUtime=0.69 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 5175 0 0 0 69 0 0 0 20 0 1 0 75074410 38354944 5693 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 9364 5693 1152 2752 0 6017 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 22772 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 94634
/proc/meminfo: memFree=116317824/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=37456 memory=22772 CPUtime=1.48 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 5175 0 0 0 148 0 0 0 20 0 1 0 75074410 38354944 5693 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 9364 5693 1152 2752 0 6017 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 22772 KiB

[startup+3.10532 s]
/proc/loadavg: 4.17 4.12 4.09 5/265 94634
/proc/meminfo: memFree=116217352/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=80328 memory=70004 CPUtime=3.09 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 15526 0 0 0 307 2 0 0 20 0 1 0 75074410 82255872 17501 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 20082 17501 2720 2752 0 16735 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 80328 KiB
Current children cumulated memory: 70004 KiB

[startup+6.30016 s]
/proc/loadavg: 4.17 4.12 4.09 5/265 94634
/proc/meminfo: memFree=116131676/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=98308 memory=86772 CPUtime=6.27 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 19680 0 0 0 624 3 0 0 20 0 1 0 75074410 100667392 21693 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 24577 21693 2752 2752 0 21230 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 98308 KiB
Current children cumulated memory: 86772 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.11 4.09 5/265 94634
/proc/meminfo: memFree=116058080/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=105592 memory=93684 CPUtime=12.66 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 21421 0 0 0 1263 3 0 0 20 0 1 0 75074410 108126208 23421 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 26398 23421 2752 2752 0 23051 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 105592 KiB
Current children cumulated memory: 93684 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 94635
/proc/meminfo: memFree=115450068/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=25.42 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 2539 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+51.1055 s]
/proc/loadavg: 4.22 4.13 4.10 5/265 94635
/proc/meminfo: memFree=112612416/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=50.97 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 5094 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 94637
/proc/meminfo: memFree=105008388/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=102.05 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 10202 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+162.301 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 94639
/proc/meminfo: memFree=96237036/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=161.92 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 16189 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/265 94645
/proc/meminfo: memFree=87509432/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=221.79 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 22176 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 94647
/proc/meminfo: memFree=84606004/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=281.66 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 28163 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 94651
/proc/meminfo: memFree=84452484/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=341.53 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 34150 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 94653
/proc/meminfo: memFree=84411852/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=401.4 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 40137 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 401.4 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 97652 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 94655
/proc/meminfo: memFree=84370948/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=97652 CPUtime=461.27 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22420 0 0 0 46124 3 0 0 20 0 1 0 75074410 112205824 24413 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 24413 2752 2752 0 24047 0
Current children cumulated CPU time: 461.27 s

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

Current children cumulated memory: 101236 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/265 94789
/proc/meminfo: memFree=84615768/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=2856.16 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22553 0 0 0 285613 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 2856.16 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 94792
/proc/meminfo: memFree=84617176/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=2916.03 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22553 0 0 0 291600 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 2916.03 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 94795
/proc/meminfo: memFree=84614972/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=2975.9 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22561 0 0 0 297587 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 2975.9 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/266 94800
/proc/meminfo: memFree=84614508/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3035.78 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22561 0 0 0 303575 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3035.78 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 94802
/proc/meminfo: memFree=84623112/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3095.65 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22561 0 0 0 309562 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3095.65 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/265 94804
/proc/meminfo: memFree=84623432/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3155.52 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22561 0 0 0 315549 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3155.52 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 94810
/proc/meminfo: memFree=84633352/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3215.4 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22561 0 0 0 321537 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3215.4 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 94813
/proc/meminfo: memFree=84633832/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3275.27 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 327524 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3275.27 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 94815
/proc/meminfo: memFree=84637044/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3335.14 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 333511 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3335.14 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 94817
/proc/meminfo: memFree=84636928/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3395.01 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 339498 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3395.01 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 94820
/proc/meminfo: memFree=84639564/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3454.89 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 345486 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3454.89 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 94822
/proc/meminfo: memFree=84639488/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3514.76 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 351473 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3514.76 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 94825
/proc/meminfo: memFree=84639404/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3574.63 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 357460 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3574.63 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.01 4.08 4.08 3/255 94866
/proc/meminfo: memFree=98770700/131249996 swapFree=33010684/33010684
[pid=94633] ppid=94630 vsize=109576 memory=101236 CPUtime=3600.08 cores=1,3
/proc/94633/stat : 94633 (NuPBO-DeepOptS+) R 94630 94633 93793 0 -1 4194304 22569 0 0 0 360005 3 0 0 20 0 1 0 75074410 112205824 25309 18446744073709551615 4198400 15468185 140721957113456 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 31776768 140721957120407 140721957120516 140721957120516 140721957126118 0
/proc/94633/statm: 27394 25309 2752 2752 0 24047 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 109576 KiB
Current children cumulated memory: 101236 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3607.8 s]
# the end of solver process 94633 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3600.05 s, system=0.039876 s

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

Child status: 10

Real time (s): 3607.8
CPU time (s): 3600.09
CPU user time (s): 3600.05
CPU system time (s): 0.039876
CPU usage (%): 99.7864
Max. virtual memory (cumulated for all children) (KiB): 109576
Max. memory (cumulated for all children) (KiB): 101236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.05
system time used= 0.039876
maximum resident set size= 101236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1624


# summary of solver processes directly reported to runsolver:
#   pid: 94633
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3600.05
#   total CPU system time (s): 0.039876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05247 second user time and 14.1972 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 03:52:45
IDJOB=4522314
IDBENCH=178741
IDSOLVER=3343
FILE ID=nodeC024/4522314-1751593965
RUNJOBID= nodeC024-1751586737-93808
SLURM_JOB_ID= 9598838
Free space on /tmp= 432240 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522314-1751593965/watcher-4522314-1751593965 -o /tmp/evaluation-result-4522314-1751593965/solver-4522314-1751593965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751586737-93808 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4522314-1751593965.opb -t 3600 -s 180346687

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=180346687

nodeC024 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.679
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.36
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.665
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.36
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		: 3600.669
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.36
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		: 3600.008
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.661
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.666
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.36
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		: 3600.313
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.36
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		: 3575.227
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116362344 kB
MemAvailable:   129290132 kB
Buffers:            2144 kB
Cached:         13694052 kB
SwapCached:            0 kB
Active:          1083320 kB
Inactive:       13119692 kB
Active(anon):     522800 kB
Inactive(anon):     2084 kB
Active(file):     560520 kB
Inactive(file): 13117608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121992 kB
Writeback:             0 kB
AnonPages:        507912 kB
Mapped:           130692 kB
Shmem:             18064 kB
KReclaimable:     177396 kB
Slab:             268880 kB
SReclaimable:     177396 kB
SUnreclaim:        91484 kB
KernelStack:        4272 kB
PageTables:         4080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     908212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432256 MiB
End job on nodeC024 at 2025-07-04 04:52:53