Trace number 4506222

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? (MO) 288.472 289.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
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 benchmark-451137
Best CPU time to get the best result obtained on this benchmark71743.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

287.37/288.20	c Filename:instance-4506222-1751500625.opb, Cutoff_time:3600, memory_limit_gb:500000
287.37/288.20	c Scip time: 1800
287.37/288.20	c Use Presolve
287.37/288.20	c Parse finsih
287.37/288.20	c Start Presolve
287.37/288.20	c After Reduce Vars: 364077 Clauses: 672503 Top clause weight: 596093811 Hard Clauses: 365948
287.37/288.20	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 (45019 MiB free)
  memory of node 1: 64507 MiB (42854 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506222-1751500625/watcher-4506222-1751500625 -o /tmp/evaluation-result-4506222-1751500625/solver-4506222-1751500625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751496300-74254 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4506222-1751500625.opb -t 3600 -s 1010499064 

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

solver pid=75120, runsolver pid=75117

[startup+0.100065 s]*
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89950524/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=61700 memory=47216 CPUtime=0.09 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 4223 0 0 0 9 0 0 0 20 0 1 0 65740267 63180800 11804 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 15425 11804 1088 2752 0 12078 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61700 KiB
Current children cumulated memory: 47216 KiB

[startup+0.205704 s]*
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89958492/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=65000 memory=50544 CPUtime=0.19 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 5061 0 0 0 19 0 0 0 20 0 1 0 65740267 66560000 12636 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 16250 12636 1088 2752 0 12903 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 65000 KiB
Current children cumulated memory: 50544 KiB

[startup+0.305582 s]*
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89958492/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=67904 memory=53360 CPUtime=0.3 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 5778 0 0 0 29 1 0 0 20 0 1 0 65740267 69533696 13340 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 16976 13340 1088 2752 0 13629 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 67904 KiB
Current children cumulated memory: 53360 KiB

[startup+0.700189 s]
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89958492/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=78728 memory=64240 CPUtime=0.68 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 8492 0 0 0 67 1 0 0 20 0 1 0 65740267 80617472 16060 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 19682 16060 1088 2752 0 16335 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 78728 KiB
Current children cumulated memory: 64240 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89958492/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=101404 memory=86028 CPUtime=1.47 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 13885 0 0 0 145 2 0 0 20 0 1 0 65740267 103837696 21507 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 25351 21507 1088 2752 0 22004 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 101404 KiB
Current children cumulated memory: 86028 KiB

[startup+3.10542 s]
/proc/loadavg: 4.09 4.12 4.09 5/266 75121
/proc/meminfo: memFree=89980544/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=128620 memory=113636 CPUtime=3.09 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 15704 0 0 0 304 5 0 0 20 0 1 0 65740267 131706880 28409 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 32155 28409 1088 2752 0 28808 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 128620 KiB
Current children cumulated memory: 113636 KiB

[startup+6.30018 s]
/proc/loadavg: 4.08 4.11 4.09 5/266 75121
/proc/meminfo: memFree=90024100/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=369792 memory=298264 CPUtime=6.27 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 18411 0 0 0 616 11 0 0 20 0 1 0 65740267 378667008 74566 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 92448 74566 1088 2752 0 89101 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 369792 KiB
Current children cumulated memory: 298264 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/266 75121
/proc/meminfo: memFree=89329760/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=535224 memory=457232 CPUtime=12.65 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 33156 0 0 0 1245 20 0 0 20 0 1 0 65740267 548069376 114308 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 133806 114308 1152 2752 0 130459 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 535224 KiB
Current children cumulated memory: 457232 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.11 4.09 5/266 75122
/proc/meminfo: memFree=89397540/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=535224 memory=457232 CPUtime=25.41 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 33156 0 0 0 2521 20 0 0 20 0 1 0 65740267 548069376 114308 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 133806 114308 1152 2752 0 130459 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 535224 KiB
Current children cumulated memory: 457232 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 75122
/proc/meminfo: memFree=89688484/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=554240 memory=471796 CPUtime=50.95 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 34312 0 0 0 5074 21 0 0 20 0 1 0 65740267 567541760 117949 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 138560 117949 1152 2752 0 135213 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 554240 KiB
Current children cumulated memory: 471796 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 75124
/proc/meminfo: memFree=84054900/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=559956 memory=481008 CPUtime=102 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 35284 0 0 0 10179 21 0 0 20 0 1 0 65740267 573394944 120252 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 139989 120252 1152 2752 0 136642 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 559956 KiB
Current children cumulated memory: 481008 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 75126
/proc/meminfo: memFree=75526964/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=559956 memory=481136 CPUtime=161.84 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 35422 0 0 0 16163 21 0 0 20 0 1 0 65740267 573394944 120284 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 139989 120284 1152 2752 0 136642 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 559956 KiB
Current children cumulated memory: 481136 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 75128
/proc/meminfo: memFree=69764796/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=6041684 memory=5851068 CPUtime=221.66 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 1410512 0 0 0 21956 210 0 0 20 0 1 0 65740267 6186684416 1462735 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 1510421 1462767 1152 2752 0 1507074 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 6041684 KiB
Current children cumulated memory: 5851068 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 75145
/proc/meminfo: memFree=46025172/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=29453760 memory=29263548 CPUtime=281.48 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 7263654 0 0 0 27124 1024 0 0 20 0 1 0 65740267 30160650240 7315887 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 7363440 7315887 1152 2752 0 7360093 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 29453760 KiB
Current children cumulated memory: 29263548 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+288.2 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 75145
/proc/meminfo: memFree=43685660/131249996 swapFree=33010672/33010684
[pid=75120] ppid=75117 vsize=31770160 memory=31579452 CPUtime=287.37 cores=1,3
/proc/75120/stat : 75120 (NuPBO-DeepOptS+) R 75117 75120 74242 0 -1 4194304 7842626 0 0 0 27635 1102 0 0 20 0 1 0 65740267 32532643840 7894863 18446744073709551615 4198400 15468185 140730543336912 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 52891648 140730543344022 140730543344132 140730543344132 140730543349734 0
/proc/75120/statm: 7942540 7894863 1152 2752 0 7939193 0
Current children cumulated CPU time: 287.37 s
Current children cumulated vsize: 31770160 KiB
Current children cumulated memory: 31579452 KiB

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

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

# cumulated CPU time of all completed processes:  user=276.361 s, system=12.1104 s

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

[startup+288.8 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 75145
/proc/meminfo: memFree=44814384/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+289.2 s]
/proc/loadavg: 4.14 4.10 4.09 5/262 75145
/proc/meminfo: memFree=64700208/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 289.3
CPU time (s): 288.472
CPU user time (s): 276.361
CPU system time (s): 12.1104
CPU usage (%): 99.7137
Max. virtual memory (cumulated for all children) (KiB): 31770160
Max. memory (cumulated for all children) (KiB): 31579452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 276.361
system time used= 12.1104
maximum resident set size= 31579580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7842683
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= 2
involuntary context switches= 601


# summary of solver processes directly reported to runsolver:
#   pid: 75120
#   total CPU time (s): 288.472
#   total CPU user time (s): 276.361
#   total CPU system time (s): 12.1104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.591535 second user time and 1.3226 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 01:57:05
IDJOB=4506222
IDBENCH=157926
IDSOLVER=3343
FILE ID=nodeC017/4506222-1751500625
RUNJOBID= nodeC017-1751496300-74254
SLURM_JOB_ID= 9598570
Free space on /tmp= 432364 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506222-1751500625/watcher-4506222-1751500625 -o /tmp/evaluation-result-4506222-1751500625/solver-4506222-1751500625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751496300-74254 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4506222-1751500625.opb -t 3600 -s 1010499064

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=1010499064

nodeC017 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		: 3600.084
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	: 7000.12
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		: 3600.374
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	: 7000.12
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		: 3603.084
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	: 7000.12
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.953
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	: 7000.12
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		: 3600.077
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	: 7000.12
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.100
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	: 7000.12
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		: 3727.752
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	: 7000.12
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.885
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        89983072 kB
MemAvailable:   93644548 kB
Buffers:            1688 kB
Cached:          4430772 kB
SwapCached:            8 kB
Active:         34369616 kB
Inactive:        4143552 kB
Active(anon):   34080488 kB
Inactive(anon):    18292 kB
Active(file):     289128 kB
Inactive(file):  4125260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47312 kB
Writeback:             8 kB
AnonPages:      34082540 kB
Mapped:           130608 kB
Shmem:             18072 kB
KReclaimable:     172256 kB
Slab:             263068 kB
SReclaimable:     172256 kB
SUnreclaim:        90812 kB
KernelStack:        4288 kB
PageTables:        70016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   34954564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1908736 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432348 MiB
End job on nodeC017 at 2025-07-03 02:01:55