Trace number 4544710

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-31UNSAT 81.365 81.7518

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat98_identity_complement.opb
MD5SUM19ef3e52501b729e9a0591ce1db4d607
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.532931
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables648
Total number of constraints11529
Number of constraints which are clauses10377
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1152
Minimum length of a constraint2
Maximum length of a constraint8
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

81.29/81.74	s UNSATISFIABLE

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 (44402 MiB free)
  memory of node 1: 64465 MiB (52730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544710-1753231666/watcher-4544710-1753231666 -o /tmp/evaluation-result-4544710-1753231666/solver-4544710-1753231666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160939 --watchdog 3760 HOME/solve.sh HOME/instance-4544710-1753231666.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=162160, runsolver pid=162157

[startup+0.100069 s]*
/proc/loadavg: 4.21 4.13 4.14 5/253 162164
/proc/meminfo: memFree=99464772/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=10908 memory=6656 CPUtime=0.06 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 1171 0 0 0 6 0 0 0 20 0 1 0 238845941 11169792 1664 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 7 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 2727 1664 608 108 0 1244 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 15100 KiB
Current children cumulated memory: 9600 KiB

[startup+0.214382 s]*
/proc/loadavg: 4.21 4.13 4.14 5/253 162164
/proc/meminfo: memFree=99464772/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=11452 memory=7168 CPUtime=0.16 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 1301 0 0 0 16 0 0 0 20 0 1 0 238845941 11726848 1792 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 7 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 2863 1792 608 108 0 1380 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 15644 KiB
Current children cumulated memory: 10112 KiB

[startup+0.313183 s]*
/proc/loadavg: 4.21 4.13 4.14 5/253 162164
/proc/meminfo: memFree=99464772/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=11984 memory=7552 CPUtime=0.24 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 1419 0 0 0 24 0 0 0 20 0 1 0 238845941 12271616 1888 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 7 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 2996 1888 608 108 0 1513 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 16176 KiB
Current children cumulated memory: 10496 KiB

[startup+0.700278 s]
/proc/loadavg: 4.21 4.13 4.14 5/253 162164
/proc/meminfo: memFree=99473088/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=13808 memory=9216 CPUtime=0.59 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 1833 0 0 0 59 0 0 0 20 0 1 0 238845941 14139392 2304 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 7 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 3452 2304 608 108 0 1969 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 18000 KiB
Current children cumulated memory: 12160 KiB

[startup+1.50025 s]
/proc/loadavg: 4.21 4.13 4.14 5/253 162164
/proc/meminfo: memFree=99472332/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=16388 memory=11392 CPUtime=1.38 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 2379 0 0 0 138 0 0 0 20 0 1 0 238845941 16781312 2848 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 7 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 4097 2848 608 108 0 2614 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 20580 KiB
Current children cumulated memory: 14336 KiB

[startup+3.10581 s]
/proc/loadavg: 4.21 4.13 4.14 5/252 162190
/proc/meminfo: memFree=99527624/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=19928 memory=14464 CPUtime=2.97 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 3161 0 0 0 296 1 0 0 20 0 1 0 238845941 20406272 3616 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 4982 3616 608 108 0 3499 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 24120 KiB
Current children cumulated memory: 17408 KiB

[startup+6.30043 s]
/proc/loadavg: 4.12 4.11 4.13 5/255 162246
/proc/meminfo: memFree=99527568/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=23792 memory=17664 CPUtime=6.14 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 3948 0 0 0 613 1 0 0 20 0 1 0 238845941 24363008 4416 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 5948 4416 608 108 0 4465 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 20608 KiB

[startup+12.7005 s]
/proc/loadavg: 4.11 4.11 4.13 5/255 162246
/proc/meminfo: memFree=99520756/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=30380 memory=22784 CPUtime=12.53 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 5276 0 0 0 1251 2 0 0 20 0 1 0 238845941 31109120 5696 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 7595 5696 608 108 0 6112 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 34572 KiB
Current children cumulated memory: 25728 KiB

[startup+25.5005 s]
/proc/loadavg: 4.08 4.10 4.12 5/255 162246
/proc/meminfo: memFree=99487436/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=36776 memory=30080 CPUtime=25.29 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 7105 0 0 0 2526 3 0 0 20 0 1 0 238845941 37658624 7520 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 9194 7520 608 108 0 7711 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 40968 KiB
Current children cumulated memory: 33024 KiB

[startup+51.1132 s]
/proc/loadavg: 4.12 4.11 4.13 5/254 162246
/proc/meminfo: memFree=99410800/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=52200 memory=42280 CPUtime=50.81 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 9751 0 0 0 5078 3 0 0 20 0 1 0 238845941 53452800 10570 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 13050 10570 608 108 0 11567 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 56392 KiB
Current children cumulated memory: 45224 KiB

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

# cumulated CPU time of all completed processes:  user=81.3099 s, system=0.055122 s

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

[startup+51.2005 s]
/proc/loadavg: 4.12 4.11 4.13 5/254 162246
/proc/meminfo: memFree=99410800/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=52200 memory=42280 CPUtime=50.89 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 9751 0 0 0 5086 3 0 0 20 0 1 0 238845941 53452800 10570 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 13050 10570 608 108 0 11567 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 56392 KiB
Current children cumulated memory: 45224 KiB

[startup+64.0003 s]*
/proc/loadavg: 4.09 4.11 4.12 5/254 162247
/proc/meminfo: memFree=99379780/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=54960 memory=45480 CPUtime=63.66 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 10567 0 0 0 6363 3 0 0 20 0 1 0 238845941 56279040 11370 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 13740 11370 608 108 0 12257 0
Current children cumulated CPU time: 63.66 s
Current children cumulated vsize: 59152 KiB
Current children cumulated memory: 48424 KiB

[startup+70.4004 s]
/proc/loadavg: 4.09 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99369700/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=56836 memory=47400 CPUtime=70.03 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11023 0 0 0 7000 3 0 0 20 0 1 0 238845941 58200064 11850 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 14209 11850 608 108 0 12726 0
Current children cumulated CPU time: 70.03 s
Current children cumulated vsize: 61028 KiB
Current children cumulated memory: 50344 KiB

[startup+76.8004 s]
/proc/loadavg: 4.08 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99332680/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=58924 memory=49960 CPUtime=76.41 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11673 0 0 0 7637 4 0 0 20 0 1 0 238845941 60338176 12490 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 14731 12490 608 108 0 13248 0
Current children cumulated CPU time: 76.41 s
Current children cumulated vsize: 63116 KiB
Current children cumulated memory: 52904 KiB

[startup+80.0004 s]*
/proc/loadavg: 4.07 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99312456/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=68140 memory=50216 CPUtime=79.61 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11743 0 0 0 7957 4 0 0 20 0 1 0 238845941 69775360 12554 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 17035 12554 608 108 0 15552 0
Current children cumulated CPU time: 79.61 s
Current children cumulated vsize: 72332 KiB
Current children cumulated memory: 53160 KiB

[startup+80.8004 s]
/proc/loadavg: 4.07 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99312456/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=68332 memory=50344 CPUtime=80.39 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11774 0 0 0 8035 4 0 0 20 0 1 0 238845941 69971968 12586 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 17083 12586 608 108 0 15600 0
Current children cumulated CPU time: 80.39 s
Current children cumulated vsize: 72524 KiB
Current children cumulated memory: 53288 KiB

[startup+81.2004 s]
/proc/loadavg: 4.07 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99312456/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=68332 memory=50344 CPUtime=80.79 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11783 0 0 0 8075 4 0 0 20 0 1 0 238845941 69971968 12586 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 17083 12586 608 108 0 15600 0
Current children cumulated CPU time: 80.79 s
Current children cumulated vsize: 72524 KiB
Current children cumulated memory: 53288 KiB

[startup+81.6004 s]
/proc/loadavg: 4.07 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99312456/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=68332 memory=50472 CPUtime=81.19 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11793 0 0 0 8115 4 0 0 20 0 1 0 238845941 69971968 12618 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 17083 12618 608 108 0 15600 0
Current children cumulated CPU time: 81.19 s
Current children cumulated vsize: 72524 KiB
Current children cumulated memory: 53416 KiB

[startup+81.7004 s]
/proc/loadavg: 4.07 4.10 4.12 5/254 162248
/proc/meminfo: memFree=99312456/131382112 swapFree=33001664/33010684
[pid=162160] ppid=162157 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/162160/stat : 162160 (bash) S 162157 162160 160926 0 -1 4194304 307 259 0 0 0 0 0 0 20 0 1 0 238845939 4292608 736 18446744073709551615 94428862148608 94428863043141 140735136684144 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94428863282192 94428863329936 94428891987968 140735136688530 140735136688646 140735136688646 140735136694250 0
/proc/162160/statm: 1048 736 672 219 0 110 0
[pid=162164] ppid=162160 vsize=68332 memory=50472 CPUtime=81.29 cores=5,7
/proc/162164/stat : 162164 (solve_pb) R 162160 162160 160926 0 -1 4194304 11795 0 0 0 8125 4 0 0 20 0 1 0 238845941 69971968 12618 18446744073709551615 94753962890240 94753963328384 140736108938608 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 94753963357104 94753963359520 94753967489024 140736108943746 140736108943810 140736108943810 140736108949432 0
/proc/162164/statm: 17083 12618 608 108 0 15600 0
Current children cumulated CPU time: 81.29 s
Current children cumulated vsize: 72524 KiB
Current children cumulated memory: 53416 KiB

Child status: 0

Real time (s): 81.7518
CPU time (s): 81.365
CPU user time (s): 81.3099
CPU system time (s): 0.055122
CPU usage (%): 99.5269
Max. virtual memory (cumulated for all children) (KiB): 72524
Max. memory (cumulated for all children) (KiB): 53416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.3099
system time used= 0.055122
maximum resident set size= 50472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12377
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= 391
involuntary context switches= 170


# summary of solver processes directly reported to runsolver:
#   pid: 162160
#   total CPU time (s): 81.365
#   total CPU user time (s): 81.3099
#   total CPU system time (s): 0.055122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.453896 second user time and 0.865129 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 02:47:46
IDJOB=4544710
IDBENCH=180680
IDSOLVER=3321
FILE ID=nodeC005/4544710-1753231666
RUNJOBID= nodeC005-1753224419-160939
SLURM_JOB_ID= 9687834
Free space on /tmp= 432992 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat98_identity_complement.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544710-1753231666/watcher-4544710-1753231666 -o /tmp/evaluation-result-4544710-1753231666/solver-4544710-1753231666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160939 --watchdog 3760  HOME/solve.sh HOME/instance-4544710-1753231666.opb

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

MD5SUM BENCH= 19ef3e52501b729e9a0591ce1db4d607
RANDOM SEED=2018362091

nodeC005 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		: 3662.739
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.90
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		: 3665.857
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.90
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.571
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.90
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		: 1196.922
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.90
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		: 2993.104
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.90
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		: 3057.839
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.90
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.90
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		: 1197.243
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        99464716 kB
MemAvailable:   123576288 kB
Buffers:              12 kB
Cached:         24882972 kB
SwapCached:          776 kB
Active:          6684940 kB
Inactive:       24468164 kB
Active(anon):    6252300 kB
Inactive(anon):    38384 kB
Active(file):     432640 kB
Inactive(file): 24429780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41068 kB
Writeback:             0 kB
AnonPages:       6272404 kB
Mapped:           104588 kB
Shmem:             20564 kB
KReclaimable:     177556 kB
Slab:             271248 kB
SReclaimable:     177556 kB
SUnreclaim:        93692 kB
KernelStack:        4112 kB
PageTables:        20040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8409476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2584576 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:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC005 at 2025-07-23 02:49:08