Trace number 4498960

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
Exact_proof 2025-06-02? (TO) 3600.48 3617.24

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
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 benchmark8655.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3615.10	c Program interrupted by user.
3600.03/3615.10	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 (9071 MiB free)
  memory of node 1: 64507 MiB (35536 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498960-1751408861/watcher-4498960-1751408861 -o /tmp/evaluation-result-4498960-1751408861/solver-4498960-1751408861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751406446-58054 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4498960-1751408861 --seed=720172894 HOME/instance-4498960-1751408861.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=58554, runsolver pid=58551

[startup+0.100066 s]*
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45645500/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=44500 memory=23160 CPUtime=0.05 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 4 1 0 0 20 0 1 0 56563808 45568000 5790 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 11125 5790 1024 1201 0 9603 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 44500 KiB
Current children cumulated memory: 23160 KiB

[startup+0.205772 s]*
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45645500/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=0.16 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 15 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+0.305719 s]*
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45645500/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=0.26 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 25 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+0.70019 s]
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45645500/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=0.65 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 64 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45637548/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=1.44 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 143 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+3.10578 s]
/proc/loadavg: 4.14 4.23 4.06 5/275 58556
/proc/meminfo: memFree=45544672/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=3.04 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 303 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+6.30018 s]
/proc/loadavg: 4.13 4.22 4.06 5/275 58556
/proc/meminfo: memFree=45423968/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=6.22 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 621 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.22 4.06 5/275 58556
/proc/meminfo: memFree=44881344/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=12.6 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 1259 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.23 4.06 5/275 58556
/proc/meminfo: memFree=44504384/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=25.35 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 2534 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+51.1062 s]
/proc/loadavg: 4.11 4.20 4.06 5/274 58556
/proc/meminfo: memFree=40833516/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=50.87 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 5086 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.20 4.07 5/275 58559
/proc/meminfo: memFree=36603172/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=101.87 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 10186 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.18 4.07 5/270 58561
/proc/meminfo: memFree=31901044/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=161.64 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 16163 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.16 4.07 5/270 58563
/proc/meminfo: memFree=27145164/131249996 swapFree=33010416/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=221.41 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 22140 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.17 4.08 5/270 58565
/proc/meminfo: memFree=24540312/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=281.17 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 28116 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.14 4.07 5/271 58568
/proc/meminfo: memFree=22846436/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=42704 memory=22152 CPUtime=340.97 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 4771 0 0 0 34096 1 0 0 20 0 1 0 56563808 43728896 5538 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 10676 5538 1024 1201 0 9154 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 22152 KiB

[startup+402.3 s]
/proc/loadavg: 4.36 4.19 4.10 5/270 58570
/proc/meminfo: memFree=16886632/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=335540 memory=291208 CPUtime=400.76 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 42800 0 0 0 40014 62 0 0 20 0 1 0 56563808 343592960 72802 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 83885 72802 1280 1201 0 82363 0
Current children cumulated CPU time: 400.76 s
Current children cumulated vsize: 335540 KiB
Current children cumulated memory: 291208 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.17 4.09 5/270 58587
/proc/meminfo: memFree=34694284/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=374668 memory=327372 CPUtime=460.55 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 50974 0 0 0 45924 131 0 0 20 0 1 0 56563808 383660032 81843 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 93667 81843 1280 1201 0 92145 0
Current children cumulated CPU time: 460.55 s

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


[startup+3162.3 s]
/proc/loadavg: 4.29 4.17 4.12 5/270 58915
/proc/meminfo: memFree=45605900/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=866480 memory=822548 CPUtime=3148.47 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 140698 0 0 0 312322 2525 0 0 20 0 1 0 56563808 887275520 205637 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 216620 205637 1280 1201 0 215098 0
Current children cumulated CPU time: 3148.47 s
Current children cumulated vsize: 866480 KiB
Current children cumulated memory: 822548 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/270 58917
/proc/meminfo: memFree=43463060/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=870604 memory=826568 CPUtime=3208.31 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 141324 0 0 0 318261 2570 0 0 20 0 1 0 56563808 891498496 206642 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 217651 206642 1280 1201 0 216129 0
Current children cumulated CPU time: 3208.31 s
Current children cumulated vsize: 870604 KiB
Current children cumulated memory: 826568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.23 4.14 5/270 58919
/proc/meminfo: memFree=41187376/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=883844 memory=836424 CPUtime=3268.14 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 144010 0 0 0 324197 2617 0 0 20 0 1 0 56563808 905056256 209106 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 220961 209106 1280 1201 0 219439 0
Current children cumulated CPU time: 3268.14 s
Current children cumulated vsize: 883844 KiB
Current children cumulated memory: 836424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.14 5/269 58921
/proc/meminfo: memFree=38619648/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=892928 memory=845256 CPUtime=3327.98 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 146491 0 0 0 330127 2671 0 0 20 0 1 0 56563808 914358272 211314 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 223232 211314 1280 1201 0 221710 0
Current children cumulated CPU time: 3327.98 s
Current children cumulated vsize: 892928 KiB
Current children cumulated memory: 845256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.18 4.13 5/269 58924
/proc/meminfo: memFree=36121252/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=892928 memory=845256 CPUtime=3387.81 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 146569 0 0 0 336057 2724 0 0 20 0 1 0 56563808 914358272 211314 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 223232 211314 1280 1201 0 221710 0
Current children cumulated CPU time: 3387.81 s
Current children cumulated vsize: 892928 KiB
Current children cumulated memory: 845256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.13 5/269 58927
/proc/meminfo: memFree=34120684/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=894128 memory=846408 CPUtime=3447.65 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 147194 0 0 0 342003 2762 0 0 20 0 1 0 56563808 915587072 211602 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 223532 211602 1280 1201 0 222010 0
Current children cumulated CPU time: 3447.65 s
Current children cumulated vsize: 894128 KiB
Current children cumulated memory: 846408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.17 4.13 5/269 58929
/proc/meminfo: memFree=31672248/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=898952 memory=851272 CPUtime=3507.48 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 148540 0 0 0 347926 2822 0 0 20 0 1 0 56563808 920526848 212818 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 224738 212818 1280 1201 0 223216 0
Current children cumulated CPU time: 3507.48 s
Current children cumulated vsize: 898952 KiB
Current children cumulated memory: 851272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.15 4.12 5/269 58931
/proc/meminfo: memFree=30484636/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=898952 memory=851272 CPUtime=3567.32 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 148737 0 0 0 353869 2863 0 0 20 0 1 0 56563808 920526848 212818 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 224738 212818 1280 1201 0 223216 0
Current children cumulated CPU time: 3567.32 s
Current children cumulated vsize: 898952 KiB
Current children cumulated memory: 851272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.11 s]
/proc/loadavg: 4.07 4.14 4.12 5/269 58931
/proc/meminfo: memFree=29187944/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=901064 memory=853448 CPUtime=3600.03 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) R 58551 58554 58041 0 -1 4194304 149522 0 0 0 357109 2894 0 0 20 0 1 0 56563808 922689536 213362 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 225266 213362 1280 1201 0 223744 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 901064 KiB
Current children cumulated memory: 853448 KiB

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

Sending SIGKILL to process tree (bottom up)
WARNING: unexpectedly, some solver processes are still present and will be killed:

[startup+0 s]*
/proc/loadavg: 4.06 4.14 4.11 4/269 58931
/proc/meminfo: memFree=29809220/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=214124 memory=209028 CPUtime=3600.4 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) D 58551 58554 58041 0 -1 4194304 149523 0 0 0 357110 2930 0 0 20 0 1 0 56563808 219262976 52257 18446744073709551615 4198400 9115581 140726914089664 0 0 256 0 0 8404994 1 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 9
/proc/58554/statm: 53531 52257 1280 1201 0 52009 0
??? kill 58554 sig 9
??? end of watcher thread

[startup+3617.24 s]
# the end of solver process 58554 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3571.1 s, system=29.382 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3616 s]*
/proc/loadavg: 4.06 4.14 4.11 6/269 58931
/proc/meminfo: memFree=29815040/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=214124 memory=209028 CPUtime=3600.32 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) D 58551 58554 58041 0 -1 4194304 149523 0 0 0 357109 2923 0 0 20 0 1 0 56563808 219262976 52257 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 53531 52257 1280 1201 0 52009 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 214124 KiB
Current children cumulated memory: 209028 KiB

[startup+3616.8 s]
/proc/loadavg: 4.06 4.14 4.11 6/269 58931
/proc/meminfo: memFree=29815040/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=214124 memory=209028 CPUtime=3600.37 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) D 58551 58554 58041 0 -1 4194304 149523 0 0 0 357109 2928 0 0 20 0 1 0 56563808 219262976 52257 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 1 0 0 17 7 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 53531 52257 1280 1201 0 52009 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 214124 KiB
Current children cumulated memory: 209028 KiB

[startup+3617 s]*
/proc/loadavg: 4.06 4.14 4.11 4/269 58931
/proc/meminfo: memFree=29811216/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=214124 memory=209028 CPUtime=3600.4 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) D 58551 58554 58041 0 -1 4194304 149523 0 0 0 357110 2930 0 0 20 0 1 0 56563808 219262976 52257 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 53531 52257 1280 1201 0 52009 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 214124 KiB
Current children cumulated memory: 209028 KiB

[startup+3617.11 s]
/proc/loadavg: 4.06 4.14 4.11 4/269 58931
/proc/meminfo: memFree=29811216/131249996 swapFree=33010160/33010684
[pid=58554] ppid=58551 vsize=214124 memory=209028 CPUtime=3600.4 cores=5,7
/proc/58554/stat : 58554 (Exact_proof) D 58551 58554 58041 0 -1 4194304 149523 0 0 0 357110 2930 0 0 20 0 1 0 56563808 219262976 52257 18446744073709551615 4198400 9115581 140726914089664 0 0 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 10325008 10415428 20901888 140726914091209 140726914091495 140726914091495 140726914097097 0
/proc/58554/statm: 53531 52257 1280 1201 0 52009 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 214124 KiB
Current children cumulated memory: 209028 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3617.24
CPU time (s): 3600.48
CPU user time (s): 3571.1
CPU system time (s): 29.382
CPU usage (%): 99.5369
Max. virtual memory (cumulated for all children) (KiB): 901064
Max. memory (cumulated for all children) (KiB): 853448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.1
system time used= 29.382
maximum resident set size= 853448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 85358552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63556
involuntary context switches= 22051


# summary of solver processes directly reported to runsolver:
#   pid: 58554
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3571.1
#   total CPU system time (s): 29.382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85936 second user time and 15.7294 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-02 00:27:41
IDJOB=4498960
IDBENCH=148768
IDSOLVER=3325
FILE ID=nodeC021/4498960-1751408861
RUNJOBID= nodeC021-1751406446-58054
SLURM_JOB_ID= 9598298
Free space on /tmp= 432080 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498960-1751408861/watcher-4498960-1751408861 -o /tmp/evaluation-result-4498960-1751408861/solver-4498960-1751408861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751406446-58054 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4498960-1751408861 --seed=720172894 HOME/instance-4498960-1751408861.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=720172894

nodeC021 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.782
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.56
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.764
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.56
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		: 3631.864
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.56
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.619
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.56
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.196
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.56
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		: 3623.985
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.56
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		: 3601.373
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.56
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.776
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        45678812 kB
MemAvailable:   98131648 kB
Buffers:            2128 kB
Cached:         53168040 kB
SwapCached:           16 kB
Active:         31393352 kB
Inactive:       52907012 kB
Active(anon):   31142064 kB
Inactive(anon):     6188 kB
Active(file):     251288 kB
Inactive(file): 52900824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           9729664 kB
Writeback:            24 kB
AnonPages:      31130244 kB
Mapped:           119524 kB
Shmem:             18044 kB
KReclaimable:     279524 kB
Slab:             675992 kB
SReclaimable:     279524 kB
SUnreclaim:       396468 kB
KernelStack:        4416 kB
PageTables:        64496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   36525940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18880512 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432252 MiB
End job on nodeC021 at 2025-07-02 01:27:59