Trace number 4507429

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 NameAnswerCPU timeWall clock time
AI448PBSolver 2025-05-31? (TO) 3600.12 3610.92

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K101.opb
MD5SUM169808018047e4e4c90ba93c1e86b926
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.34712
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6868
Total number of constraints7072
Number of constraints which are clauses6971
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint101
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507429-1751183880/watcher-4507429-1751183880 -o /tmp/evaluation-result-4507429-1751183880/solver-4507429-1751183880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751180267-21926 --watchdog 3760 HOME/solve.sh HOME/instance-4507429-1751183880.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=22364, runsolver pid=22361

[startup+0.100099 s]*
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130295232/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=12612 memory=7808 CPUtime=0.07 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 1528 0 0 0 7 0 0 0 20 0 1 0 34066861 12914688 1952 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 3153 1952 544 108 0 1670 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 16804 KiB
Current children cumulated memory: 10752 KiB

[startup+0.212696 s]*
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130293012/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=13428 memory=8704 CPUtime=0.18 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 1721 0 0 0 18 0 0 0 20 0 1 0 34066861 13750272 2176 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 3357 2176 576 108 0 1874 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 17620 KiB
Current children cumulated memory: 11648 KiB

[startup+0.313096 s]*
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130292888/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=14488 memory=9856 CPUtime=0.29 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 1992 0 0 0 28 1 0 0 20 0 1 0 34066861 14835712 2464 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 3622 2464 608 108 0 2139 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18680 KiB
Current children cumulated memory: 12800 KiB

[startup+0.700387 s]
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130292888/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=17732 memory=12928 CPUtime=0.66 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 2764 0 0 0 65 1 0 0 20 0 1 0 34066861 18157568 3232 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 4433 3232 608 108 0 2950 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 21924 KiB
Current children cumulated memory: 15872 KiB

[startup+1.50042 s]
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130261136/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=25532 memory=20608 CPUtime=1.46 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 4675 0 0 0 144 2 0 0 20 0 1 0 34066861 26144768 5152 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 6383 5152 608 108 0 4900 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 29724 KiB
Current children cumulated memory: 23552 KiB

[startup+3.1133 s]
/proc/loadavg: 4.15 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130160772/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=47376 memory=41600 CPUtime=3.06 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 9932 0 0 0 303 3 0 0 20 0 1 0 34066861 48513024 10400 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 11844 10400 608 108 0 10361 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 51568 KiB
Current children cumulated memory: 44544 KiB

[startup+6.3004 s]
/proc/loadavg: 4.14 4.12 4.14 5/255 22368
/proc/meminfo: memFree=130097096/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=71532 memory=64896 CPUtime=6.24 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 15756 0 0 0 619 5 0 0 20 0 1 0 34066861 73248768 16224 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 17883 16224 608 108 0 16400 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 75724 KiB
Current children cumulated memory: 67840 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.12 4.14 5/255 22368
/proc/meminfo: memFree=129970096/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=94860 memory=87168 CPUtime=12.62 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 21308 0 0 0 1256 6 0 0 20 0 1 0 34066861 97136640 21792 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 23715 21792 608 108 0 22232 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 99052 KiB
Current children cumulated memory: 90112 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.11 4.14 5/255 22368
/proc/meminfo: memFree=129849136/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=128684 memory=119936 CPUtime=25.38 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 29510 0 0 0 2531 7 0 0 20 0 1 0 34066861 131772416 29984 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 32171 29984 608 108 0 30688 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 132876 KiB
Current children cumulated memory: 122880 KiB

[startup+51.1134 s]
/proc/loadavg: 4.14 4.12 4.14 5/255 22371
/proc/meminfo: memFree=129654108/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=184636 memory=169856 CPUtime=50.92 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 41990 0 0 0 5081 11 0 0 20 0 1 0 34066861 189067264 42464 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 46159 42464 608 108 0 44676 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 188828 KiB
Current children cumulated memory: 172800 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/256 22377
/proc/meminfo: memFree=129458132/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=221392 memory=205184 CPUtime=101.96 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 50801 0 0 0 10182 14 0 0 20 0 1 0 34066861 226705408 51296 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 55348 51296 608 108 0 53865 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 225584 KiB
Current children cumulated memory: 208128 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/256 22379
/proc/meminfo: memFree=129249080/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=284928 memory=261888 CPUtime=161.77 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 64986 0 0 0 16158 19 0 0 20 0 1 0 34066861 291766272 65472 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 71232 65472 608 108 0 69749 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 289120 KiB
Current children cumulated memory: 264832 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.15 4.14 5/256 22393
/proc/meminfo: memFree=129092992/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=319816 memory=292224 CPUtime=221.6 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 72615 0 0 0 22138 22 0 0 20 0 1 0 34066861 327491584 73056 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 79954 73056 608 108 0 78471 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 324008 KiB

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

/proc/22368/statm: 287979 256558 608 108 0 286496 0
Current children cumulated CPU time: 3092.95 s
Current children cumulated vsize: 1156108 KiB
Current children cumulated memory: 1029176 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.13 5/254 22533
/proc/meminfo: memFree=125999904/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1153068 memory=1027768 CPUtime=3152.77 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 241545 0 0 0 315172 105 0 0 20 0 1 0 34066861 1180741632 256942 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 288267 256942 608 108 0 286784 0
Current children cumulated CPU time: 3152.77 s
Current children cumulated vsize: 1157260 KiB
Current children cumulated memory: 1030712 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.13 4.13 5/253 22535
/proc/meminfo: memFree=125998176/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1155500 memory=1029816 CPUtime=3212.61 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 242067 0 0 0 321155 106 0 0 20 0 1 0 34066861 1183232000 257454 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 288875 257454 608 108 0 287392 0
Current children cumulated CPU time: 3212.61 s
Current children cumulated vsize: 1159692 KiB
Current children cumulated memory: 1032760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.13 5/254 22538
/proc/meminfo: memFree=125992640/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1165360 memory=1037112 CPUtime=3272.44 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 243882 0 0 0 327137 107 0 0 20 0 1 0 34066861 1193328640 259278 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 291340 259278 608 108 0 289857 0
Current children cumulated CPU time: 3272.44 s
Current children cumulated vsize: 1169552 KiB
Current children cumulated memory: 1040056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/254 22540
/proc/meminfo: memFree=125986876/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1178652 memory=1047480 CPUtime=3332.26 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 246470 0 0 0 333118 108 0 0 20 0 1 0 34066861 1206939648 261870 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 294663 261870 608 108 0 293180 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 1182844 KiB
Current children cumulated memory: 1050424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.13 5/253 22542
/proc/meminfo: memFree=125965212/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1201416 memory=1064504 CPUtime=3392.09 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 250735 0 0 0 339099 110 0 0 20 0 1 0 34066861 1230249984 266126 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 300354 266126 608 108 0 298871 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 1205608 KiB
Current children cumulated memory: 1067448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/253 22544
/proc/meminfo: memFree=125926916/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1228780 memory=1086648 CPUtime=3451.92 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 256280 0 0 0 345080 112 0 0 20 0 1 0 34066861 1258270720 271662 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 307195 271662 608 108 0 305712 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 1232972 KiB
Current children cumulated memory: 1089592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.12 5/253 22546
/proc/meminfo: memFree=125881304/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1254796 memory=1108024 CPUtime=3511.74 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 261623 0 0 0 351060 114 0 0 20 0 1 0 34066861 1284911104 277006 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 313699 277006 608 108 0 312216 0
Current children cumulated CPU time: 3511.74 s
Current children cumulated vsize: 1258988 KiB
Current children cumulated memory: 1110968 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/252 22548
/proc/meminfo: memFree=125799728/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1276116 memory=1132088 CPUtime=3571.56 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 266078 0 0 0 357040 116 0 0 20 0 1 0 34066861 1306742784 283022 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 319029 283022 608 108 0 317546 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 1280308 KiB
Current children cumulated memory: 1135032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.08 4.11 4.12 5/253 22553
/proc/meminfo: memFree=125773896/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1287948 memory=1146040 CPUtime=3600.07 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 268839 0 0 0 359890 117 0 0 20 0 1 0 34066861 1318858752 286510 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 321987 286510 608 108 0 320504 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1292140 KiB
Current children cumulated memory: 1148984 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.91 s]
# the end of solver process 22364 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001338 s, system=0.009093 s
Sleeping 2 seconds

[startup+3610.92 s]
# the end of solver process 22368 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3598.91 s, system=1.20838 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.9 s]
/proc/loadavg: 4.08 4.11 4.12 5/253 22553
/proc/meminfo: memFree=125773896/131382112 swapFree=33010684/33010684
[pid=22364] ppid=22361 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22364/stat : 22364 (bash) S 22361 22364 21914 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 34066859 4292608 736 18446744073709551615 94672807567360 94672808461893 140724555939392 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94672808700944 94672808748688 94672837771264 140724555946388 140724555946504 140724555946504 140724555952106 0
/proc/22364/statm: 1048 736 672 219 0 110 0
[pid=22368] ppid=22364 vsize=1287948 memory=1146040 CPUtime=3600.07 cores=1,3
/proc/22368/stat : 22368 (solve_pb) R 22364 22364 21914 0 -1 4194304 268839 0 0 0 359890 117 0 0 20 0 1 0 34066861 1318858752 286510 18446744073709551615 94391664530432 94391664968576 140732562041552 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94391664997296 94391664999712 94391671726080 140732562045316 140732562045380 140732562045380 140732562051000 0
/proc/22368/statm: 321987 286510 608 108 0 320504 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1292140 KiB
Current children cumulated memory: 1148984 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.92
CPU time (s): 3600.12
CPU user time (s): 3598.91
CPU system time (s): 1.20838
CPU usage (%): 99.7008
Max. virtual memory (cumulated for all children) (KiB): 1292140
Max. memory (cumulated for all children) (KiB): 1148984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 1.20838
maximum resident set size= 1146040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269405
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= 631
involuntary context switches= 5225


# summary of solver processes directly reported to runsolver:
#   pid: 22364,22368
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.91
#   total CPU system time (s): 1.20838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2928 second user time and 37.2846 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 09:58:00
IDJOB=4507429
IDBENCH=158353
IDSOLVER=3321
FILE ID=nodeC001/4507429-1751183880
RUNJOBID= nodeC001-1751180267-21926
SLURM_JOB_ID= 9587546
Free space on /tmp= 433056 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K101.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507429-1751183880/watcher-4507429-1751183880 -o /tmp/evaluation-result-4507429-1751183880/solver-4507429-1751183880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751180267-21926 --watchdog 3760  HOME/solve.sh HOME/instance-4507429-1751183880.opb

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

MD5SUM BENCH= 169808018047e4e4c90ba93c1e86b926
RANDOM SEED=113324817

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.158
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.745
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.211
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.377
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.170
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.182
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.149
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1196.087
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130307792 kB
MemAvailable:   129945284 kB
Buffers:            3280 kB
Cached:           439764 kB
SwapCached:            0 kB
Active:           339904 kB
Inactive:         194468 kB
Active(anon):     109612 kB
Inactive(anon):        0 kB
Active(file):     230292 kB
Inactive(file):   194468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4388 kB
Writeback:             0 kB
AnonPages:         94512 kB
Mapped:           103160 kB
Shmem:             17960 kB
KReclaimable:      85708 kB
Slab:             166080 kB
SReclaimable:      85708 kB
SUnreclaim:        80372 kB
KernelStack:        4172 kB
PageTables:         3188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     429388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 10:58:11