Trace number 4499282

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.16 3616.38

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx75.opb
MD5SUMa11c5c9a015f48f3bddc22713bc48593
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1056.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/3615.90	c Program interrupted by user.
3600.07/3615.90	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 (27186 MiB free)
  memory of node 1: 64507 MiB (26701 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=58756, runsolver pid=58753

[startup+0.100035 s]*
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55159508/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=0.09 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 9 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+0.20571 s]*
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55151444/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=0.2 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 20 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+0.305682 s]*
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55151444/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=0.3 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 30 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+0.700174 s]
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55143380/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=0.69 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 69 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+1.50013 s]
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55143384/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=1.48 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 148 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+3.1128 s]
/proc/loadavg: 4.25 4.16 4.11 5/270 58757
/proc/meminfo: memFree=55037636/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=3.09 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 309 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+6.30016 s]
/proc/loadavg: 4.23 4.16 4.11 5/270 58757
/proc/meminfo: memFree=54929360/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=6.27 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 627 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.15 4.11 5/270 58757
/proc/meminfo: memFree=54615248/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=12.66 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 1266 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.16 4.11 5/270 58757
/proc/meminfo: memFree=54025368/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=25.43 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 2543 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.15 4.10 5/270 58757
/proc/meminfo: memFree=52888484/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=50.97 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 5097 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+102.3 s]
/proc/loadavg: 4.47 4.23 4.13 5/269 58760
/proc/meminfo: memFree=50588720/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=102.05 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 10205 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+162.3 s]
/proc/loadavg: 4.26 4.22 4.13 5/270 58763
/proc/meminfo: memFree=48146300/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=161.91 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 16191 0 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.19 4.13 5/270 58765
/proc/meminfo: memFree=45722436/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=221.75 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 22173 2 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.19 4.13 5/268 58767
/proc/meminfo: memFree=43311448/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=281.6 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 28158 2 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/271 58817
/proc/meminfo: memFree=103566128/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=36004 memory=13248 CPUtime=341.43 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 2733 0 0 0 34137 6 0 0 20 0 1 0 56692979 36868096 3312 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 9001 3312 1024 1201 0 7479 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 36004 KiB
Current children cumulated memory: 13248 KiB

[startup+402.3 s]
/proc/loadavg: 4.24 4.19 4.13 5/271 58819
/proc/meminfo: memFree=101342520/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=228120 memory=214948 CPUtime=400.92 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 32922 0 0 0 40041 51 0 0 20 0 1 0 56692979 233594880 53737 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 57030 53737 1280 1201 0 55508 0
Current children cumulated CPU time: 400.92 s
Current children cumulated vsize: 228120 KiB
Current children cumulated memory: 214948 KiB

[startup+462.3 s]
/proc/loadavg: 4.25 4.20 4.14 5/270 58821
/proc/meminfo: memFree=99152144/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=250744 memory=235940 CPUtime=460.13 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 38245 0 0 0 45902 111 0 0 20 0 1 0 56692979 256761856 58985 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 62686 58985 1280 1201 0 61164 0
Current children cumulated CPU time: 460.13 s

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

Current children cumulated memory: 574888 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/271 59064
/proc/meminfo: memFree=53874560/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=690080 memory=581800 CPUtime=3029.85 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 99302 0 0 0 300839 2146 0 0 20 0 1 0 56692979 706641920 145450 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 172520 145450 1280 1201 0 170998 0
Current children cumulated CPU time: 3029.85 s
Current children cumulated vsize: 690080 KiB
Current children cumulated memory: 581800 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 59071
/proc/meminfo: memFree=52101348/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=693008 memory=584744 CPUtime=3089.26 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 100261 0 0 0 306734 2192 0 0 20 0 1 0 56692979 709640192 146186 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 173252 146186 1280 1201 0 171730 0
Current children cumulated CPU time: 3089.26 s
Current children cumulated vsize: 693008 KiB
Current children cumulated memory: 584744 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/272 59118
/proc/meminfo: memFree=50536244/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=695472 memory=587304 CPUtime=3149.08 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 100903 0 0 0 312668 2240 0 0 20 0 1 0 56692979 712163328 146826 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 173868 146826 1280 1201 0 172346 0
Current children cumulated CPU time: 3149.08 s
Current children cumulated vsize: 695472 KiB
Current children cumulated memory: 587304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 59164
/proc/meminfo: memFree=78834372/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=695664 memory=588072 CPUtime=3208.36 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) D 58753 58756 58041 0 -1 4194304 101217 0 0 0 318559 2277 0 0 20 0 1 0 56692979 712359936 147018 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 1 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 173916 147018 1280 1201 0 172394 0
Current children cumulated CPU time: 3208.36 s
Current children cumulated vsize: 695664 KiB
Current children cumulated memory: 588072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 59167
/proc/meminfo: memFree=77872440/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=696944 memory=590376 CPUtime=3267.9 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 101562 0 0 0 324470 2320 0 0 20 0 1 0 56692979 713670656 147594 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 174236 147594 1280 1201 0 172714 0
Current children cumulated CPU time: 3267.9 s
Current children cumulated vsize: 696944 KiB
Current children cumulated memory: 590376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 59169
/proc/meminfo: memFree=76798676/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=697152 memory=590632 CPUtime=3327.5 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 101863 0 0 0 330386 2364 0 0 20 0 1 0 56692979 713883648 147658 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 174288 147658 1280 1201 0 172766 0
Current children cumulated CPU time: 3327.5 s
Current children cumulated vsize: 697152 KiB
Current children cumulated memory: 590632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 59171
/proc/meminfo: memFree=75762280/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=697852 memory=591144 CPUtime=3387.35 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 102008 0 0 0 336331 2404 0 0 20 0 1 0 56692979 714600448 147786 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 174463 147786 1280 1201 0 172941 0
Current children cumulated CPU time: 3387.35 s
Current children cumulated vsize: 697852 KiB
Current children cumulated memory: 591144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 59173
/proc/meminfo: memFree=74852084/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=699792 memory=593064 CPUtime=3446.91 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 102761 0 0 0 342253 2438 0 0 20 0 1 0 56692979 716587008 148266 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 174948 148266 1280 1201 0 173426 0
Current children cumulated CPU time: 3446.91 s
Current children cumulated vsize: 699792 KiB
Current children cumulated memory: 593064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 59176
/proc/meminfo: memFree=73475388/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=699792 memory=593064 CPUtime=3506.74 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 102761 0 0 0 348187 2487 0 0 20 0 1 0 56692979 716587008 148266 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 174948 148266 1280 1201 0 173426 0
Current children cumulated CPU time: 3506.74 s
Current children cumulated vsize: 699792 KiB
Current children cumulated memory: 593064 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 59225
/proc/meminfo: memFree=72213512/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=702148 memory=595496 CPUtime=3566.56 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 103624 0 0 0 354124 2532 0 0 20 0 1 0 56692979 718999552 148874 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 175537 148874 1280 1201 0 174015 0
Current children cumulated CPU time: 3566.56 s
Current children cumulated vsize: 702148 KiB
Current children cumulated memory: 595496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.9 s]
/proc/loadavg: 4.10 4.09 4.09 5/269 59226
/proc/meminfo: memFree=71577408/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=703396 memory=596776 CPUtime=3600.07 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) R 58753 58756 58041 0 -1 4194304 103940 0 0 0 357451 2556 0 0 20 0 1 0 56692979 720277504 149194 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 175849 149194 1280 1201 0 174327 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 703396 KiB
Current children cumulated memory: 596776 KiB

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

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

# cumulated CPU time of all completed processes:  user=3574.52 s, system=25.6347 s

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

[startup+3616 s]*
/proc/loadavg: 4.10 4.09 4.09 5/269 59226
/proc/meminfo: memFree=71677288/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=417640 memory=411468 CPUtime=3600.13 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) D 58753 58756 58041 0 -1 4194304 103941 0 0 0 357452 2561 0 0 20 0 1 0 56692979 427663360 102867 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 1 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 104410 102867 1280 1201 0 102888 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 417640 KiB
Current children cumulated memory: 411468 KiB

[startup+3616.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/269 59226
/proc/meminfo: memFree=71677288/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=417640 memory=411468 CPUtime=3600.14 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) D 58753 58756 58041 0 -1 4194304 103941 0 0 0 357452 2562 0 0 20 0 1 0 56692979 427663360 102867 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 1 0 0 17 0 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 104410 102867 1280 1201 0 102888 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 417640 KiB
Current children cumulated memory: 411468 KiB

[startup+3616.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/269 59226
/proc/meminfo: memFree=71677288/131249996 swapFree=33010160/33010684
[pid=58756] ppid=58753 vsize=417640 memory=411468 CPUtime=3600.14 cores=0,2
/proc/58756/stat : 58756 (Exact_proof) D 58753 58756 58041 0 -1 4194304 103941 0 0 0 357452 2562 0 0 20 0 1 0 56692979 427663360 102867 18446744073709551615 4198400 9115581 140737483529200 0 0 0 0 0 8404994 1 0 0 17 2 0 0 0 0 0 10325008 10415428 33357824 140737483536585 140737483536871 140737483536871 140737483542473 0
/proc/58756/statm: 104410 102867 1280 1201 0 102888 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 417640 KiB
Current children cumulated memory: 411468 KiB

Child status: 0

Real time (s): 3616.38
CPU time (s): 3600.16
CPU user time (s): 3574.52
CPU system time (s): 25.6347
CPU usage (%): 99.5514
Max. virtual memory (cumulated for all children) (KiB): 703396
Max. memory (cumulated for all children) (KiB): 596776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.52
system time used= 25.6347
maximum resident set size= 682696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71757448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17102
involuntary context switches= 5872


# summary of solver processes directly reported to runsolver:
#   pid: 58756
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3574.52
#   total CPU system time (s): 25.6347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90195 second user time and 15.8915 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-02 00:49:13
IDJOB=4499282
IDBENCH=148775
IDSOLVER=3325
FILE ID=nodeC021/4499282-1751410153
RUNJOBID= nodeC021-1751406446-58051
SLURM_JOB_ID= 9598298
Free space on /tmp= 432260 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx75.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-4499282-1751410153/watcher-4499282-1751410153 -o /tmp/evaluation-result-4499282-1751410153/solver-4499282-1751410153 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751406446-58051 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4499282-1751410153 --seed=836541781 HOME/instance-4499282-1751410153.opb

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

MD5SUM BENCH= a11c5c9a015f48f3bddc22713bc48593
RANDOM SEED=836541781

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		: 3600.867
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.777
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		: 3599.780
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.314
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		: 3599.790
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		: 3599.963
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3600.177
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:        55181380 kB
MemAvailable:   122452748 kB
Buffers:            2128 kB
Cached:         67962684 kB
SwapCached:           20 kB
Active:          7489368 kB
Inactive:       67482328 kB
Active(anon):    7011972 kB
Inactive(anon):    12976 kB
Active(file):     477396 kB
Inactive(file): 67469352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           8692592 kB
Writeback:             4 kB
AnonPages:       7009124 kB
Mapped:           119476 kB
Shmem:             18040 kB
KReclaimable:     327316 kB
Slab:             690900 kB
SReclaimable:     327316 kB
SUnreclaim:       363584 kB
KernelStack:        4368 kB
PageTables:        17552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8657684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4249600 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:49:29