Trace number 4507465

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.1 3609.81

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K87.opb
MD5SUMb65f6b5f7cc62b44e438e625661039cb
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 benchmark130.979
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 88
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: 63837 MiB (63120 MiB free)
  memory of node 1: 64465 MiB (63903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507465-1751184839/watcher-4507465-1751184839 -o /tmp/evaluation-result-4507465-1751184839/solver-4507465-1751184839 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751181226-24666 --watchdog 3760 HOME/solve.sh HOME/instance-4507465-1751184839.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=25080, runsolver pid=25075

[startup+0.100106 s]*
/proc/loadavg: 4.12 4.10 4.16 4/259 25107
/proc/meminfo: memFree=130057656/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=12488 memory=7680 CPUtime=0.06 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 1476 0 0 0 5 1 0 0 20 0 1 0 34163093 12787712 1920 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 3122 1920 544 108 0 1639 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 16680 KiB
Current children cumulated memory: 10624 KiB

[startup+0.214817 s]*
/proc/loadavg: 4.12 4.10 4.16 5/257 25107
/proc/meminfo: memFree=130045344/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=13016 memory=8192 CPUtime=0.17 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 1597 0 0 0 16 1 0 0 20 0 1 0 34163093 13328384 2048 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 3254 2048 544 108 0 1771 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 17208 KiB
Current children cumulated memory: 11136 KiB

[startup+0.313826 s]*
/proc/loadavg: 4.12 4.10 4.16 5/257 25107
/proc/meminfo: memFree=130042320/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=13412 memory=8448 CPUtime=0.27 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 1688 0 0 0 26 1 0 0 20 0 1 0 34163093 13733888 2112 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 3353 2112 544 108 0 1870 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 17604 KiB
Current children cumulated memory: 11392 KiB

[startup+0.700356 s]
/proc/loadavg: 4.12 4.10 4.16 5/257 25107
/proc/meminfo: memFree=130036272/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=15264 memory=10240 CPUtime=0.64 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 2124 0 0 0 63 1 0 0 20 0 1 0 34163093 15630336 2560 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 3816 2560 544 108 0 2333 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 19456 KiB
Current children cumulated memory: 13184 KiB

[startup+1.50043 s]
/proc/loadavg: 4.12 4.10 4.16 5/257 25107
/proc/meminfo: memFree=130017120/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=22944 memory=17792 CPUtime=1.44 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 3990 0 0 0 143 1 0 0 20 0 1 0 34163093 23494656 4448 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 5736 4448 576 108 0 4253 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 27136 KiB
Current children cumulated memory: 20736 KiB

[startup+3.11361 s]
/proc/loadavg: 4.11 4.09 4.16 5/257 25108
/proc/meminfo: memFree=129933028/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=44752 memory=38784 CPUtime=3.04 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 9216 0 0 0 302 2 0 0 20 0 1 0 34163093 45826048 9696 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 11188 9696 576 108 0 9705 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 48944 KiB
Current children cumulated memory: 41728 KiB

[startup+6.30039 s]
/proc/loadavg: 4.11 4.09 4.16 5/257 25108
/proc/meminfo: memFree=129859380/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=66720 memory=60288 CPUtime=6.22 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 14592 0 0 0 618 4 0 0 20 0 1 0 34163093 68321280 15072 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 16680 15072 576 108 0 15197 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 70912 KiB
Current children cumulated memory: 63232 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.09 4.16 5/257 25108
/proc/meminfo: memFree=129721288/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=103608 memory=94720 CPUtime=12.59 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 23216 0 0 0 1254 5 0 0 20 0 1 0 34163093 106094592 23680 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 25902 23680 576 108 0 24419 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 107800 KiB
Current children cumulated memory: 97664 KiB

[startup+25.5004 s]
/proc/loadavg: 4.08 4.09 4.16 5/257 25108
/proc/meminfo: memFree=129584200/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=141588 memory=129792 CPUtime=25.35 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 31975 0 0 0 2528 7 0 0 20 0 1 0 34163093 144986112 32448 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 35397 32448 576 108 0 33914 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 145780 KiB
Current children cumulated memory: 132736 KiB

[startup+51.1135 s]
/proc/loadavg: 4.05 4.08 4.15 5/257 25108
/proc/meminfo: memFree=129439308/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=177260 memory=163456 CPUtime=50.88 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 40405 0 0 0 5079 9 0 0 20 0 1 0 34163093 181514240 40864 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 44315 40864 576 108 0 42832 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 181452 KiB
Current children cumulated memory: 166400 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.15 5/257 25110
/proc/meminfo: memFree=129222172/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=223180 memory=206720 CPUtime=101.91 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 51207 0 0 0 10178 13 0 0 20 0 1 0 34163093 228536320 51680 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 55795 51680 576 108 0 54312 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 227372 KiB
Current children cumulated memory: 209664 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.15 5/257 25112
/proc/meminfo: memFree=129035112/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=274024 memory=251392 CPUtime=161.72 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 62423 0 0 0 16154 18 0 0 20 0 1 0 34163093 280600576 62848 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 68506 62848 576 108 0 67023 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 278216 KiB
Current children cumulated memory: 254336 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.14 5/255 25114
/proc/meminfo: memFree=128875120/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=311768 memory=285056 CPUtime=221.54 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 70830 0 0 0 22133 21 0 0 20 0 1 0 34163093 319250432 71264 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 77942 71264 576 108 0 76459 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 315960 KiB

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

/proc/25090/statm: 268383 266103 576 108 0 266900 0
Current children cumulated CPU time: 3034.05 s
Current children cumulated vsize: 1077724 KiB
Current children cumulated memory: 1067356 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.38 4.28 5/254 25261
/proc/meminfo: memFree=125801632/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1090588 memory=1077340 CPUtime=3093.91 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 231832 0 0 0 309306 85 0 0 20 0 1 0 34163093 1116762112 269335 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 272647 269335 576 108 0 271164 0
Current children cumulated CPU time: 3093.91 s
Current children cumulated vsize: 1094780 KiB
Current children cumulated memory: 1080284 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.32 4.27 5/253 25263
/proc/meminfo: memFree=125786796/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1120776 memory=1092828 CPUtime=3153.75 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 235703 0 0 0 315289 86 0 0 20 0 1 0 34163093 1147674624 273207 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 280194 273207 576 108 0 278711 0
Current children cumulated CPU time: 3153.75 s
Current children cumulated vsize: 1124968 KiB
Current children cumulated memory: 1095772 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.29 4.26 5/253 25265
/proc/meminfo: memFree=125773440/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1142192 memory=1107932 CPUtime=3213.6 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 239479 0 0 0 321272 88 0 0 20 0 1 0 34163093 1169604608 276983 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 285548 276983 576 108 0 284065 0
Current children cumulated CPU time: 3213.6 s
Current children cumulated vsize: 1146384 KiB
Current children cumulated memory: 1110876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.25 4.25 5/253 25267
/proc/meminfo: memFree=125757840/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1164092 memory=1122652 CPUtime=3273.44 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 243165 0 0 0 327255 89 0 0 20 0 1 0 34163093 1192030208 280663 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 291023 280663 576 108 0 289540 0
Current children cumulated CPU time: 3273.44 s
Current children cumulated vsize: 1168284 KiB
Current children cumulated memory: 1125596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.22 4.24 5/253 25269
/proc/meminfo: memFree=125748532/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1174376 memory=1129892 CPUtime=3333.28 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 245066 0 0 0 333238 90 0 0 20 0 1 0 34163093 1202561024 282473 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 293594 282473 576 108 0 292111 0
Current children cumulated CPU time: 3333.28 s
Current children cumulated vsize: 1178568 KiB
Current children cumulated memory: 1132836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.21 4.23 5/253 25271
/proc/meminfo: memFree=125747288/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1174376 memory=1130276 CPUtime=3393.12 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 245554 0 0 0 339222 90 0 0 20 0 1 0 34163093 1202561024 282569 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 293594 282569 576 108 0 292111 0
Current children cumulated CPU time: 3393.12 s
Current children cumulated vsize: 1178568 KiB
Current children cumulated memory: 1133220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.18 4.22 5/254 25276
/proc/meminfo: memFree=125720148/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1174952 memory=1131044 CPUtime=3452.96 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 245844 0 0 0 345206 90 0 0 20 0 1 0 34163093 1203150848 282761 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 293738 282761 576 108 0 292255 0
Current children cumulated CPU time: 3452.96 s
Current children cumulated vsize: 1179144 KiB
Current children cumulated memory: 1133988 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.16 4.21 5/255 25283
/proc/meminfo: memFree=125694396/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1175336 memory=1131556 CPUtime=3512.8 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 245990 0 0 0 351190 90 0 0 20 0 1 0 34163093 1203544064 282889 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 293834 282889 576 108 0 292351 0
Current children cumulated CPU time: 3512.8 s
Current children cumulated vsize: 1179528 KiB
Current children cumulated memory: 1134500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.20 5/255 25285
/proc/meminfo: memFree=125657288/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1176104 memory=1132324 CPUtime=3572.64 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 246161 0 0 0 357174 90 0 0 20 0 1 0 34163093 1204330496 283081 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 294026 283081 576 108 0 292543 0
Current children cumulated CPU time: 3572.64 s
Current children cumulated vsize: 1180296 KiB
Current children cumulated memory: 1135268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.11 4.15 4.19 5/255 25286
/proc/meminfo: memFree=125629724/131382112 swapFree=33010684/33010684
[pid=25080] ppid=25075 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/25080/stat : 25080 (bash) S 25075 25080 24655 0 -1 4194304 305 255 0 0 0 0 0 0 20 0 1 0 34163090 4292608 736 18446744073709551615 94637766696960 94637767591493 140731672395344 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94637767830544 94637767878288 94637785128960 140731672398228 140731672398344 140731672398344 140731672403946 0
/proc/25080/statm: 1048 736 672 219 0 110 0
[pid=25090] ppid=25080 vsize=1176616 memory=1132708 CPUtime=3600.07 cores=4,6
/proc/25090/stat : 25090 (solve_pb) R 25080 25080 24655 0 -1 4194304 246271 0 0 0 359916 91 0 0 20 0 1 0 34163093 1204854784 283177 18446744073709551615 94719864456192 94719864894336 140734734209152 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94719864923056 94719864925472 94719873040384 140734734215556 140734734215620 140734734215620 140734734221240 0
/proc/25090/statm: 294154 283177 576 108 0 292671 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1180808 KiB
Current children cumulated memory: 1135652 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.936329 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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.81
CPU time (s): 3600.1
CPU user time (s): 3599.17
CPU system time (s): 0.936329
CPU usage (%): 99.7311
Max. virtual memory (cumulated for all children) (KiB): 1180808
Max. memory (cumulated for all children) (KiB): 1135652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.936329
maximum resident set size= 1132708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246831
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= 662
involuntary context switches= 5703


# summary of solver processes directly reported to runsolver:
#   pid: 25080,25090
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.936329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4798 second user time and 37.5448 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 10:14:00
IDJOB=4507465
IDBENCH=158355
IDSOLVER=3321
FILE ID=nodeC007/4507465-1751184839
RUNJOBID= nodeC007-1751181226-24666
SLURM_JOB_ID= 9587553
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= b65f6b5f7cc62b44e438e625661039cb
RANDOM SEED=225255373

nodeC007 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.197
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.68
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		: 1197.232
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.68
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.788
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.68
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		: 1194.202
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.68
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.468
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.68
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.171
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.68
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.201
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.68
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		: 1198.518
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130045076 kB
MemAvailable:   129943508 kB
Buffers:            3280 kB
Cached:           708780 kB
SwapCached:            0 kB
Active:           324080 kB
Inactive:         463588 kB
Active(anon):      93644 kB
Inactive(anon):        0 kB
Active(file):     230436 kB
Inactive(file):   463588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1788 kB
Writeback:            32 kB
AnonPages:         79176 kB
Mapped:           102736 kB
Shmem:             17960 kB
KReclaimable:      88072 kB
Slab:             169424 kB
SReclaimable:      88072 kB
SUnreclaim:        81352 kB
KernelStack:        3948 kB
PageTables:         3084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC007 at 2025-06-29 11:14:10