Trace number 4528775

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.07 3612.2

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM6ddedb73bef771d6a1c994e2b60000f2
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark17.7647
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

Solver Data

0.00/0.01	c solving HOME/instance-4528775-1752241437.opb (Picat 3.9b11, 7/10/2025)
0.00/0.05	o 33

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528775-1752241437/watcher-4528775-1752241437 -o /tmp/evaluation-result-4528775-1752241437/solver-4528775-1752241437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752237823-117292 --watchdog 3760 pb_picat HOME/instance-4528775-1752241437.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
solver pid=117932, runsolver pid=117929
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=129003240/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2036756 memory=20036 CPUtime=0.1 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 1449 0 0 0 9 1 0 0 20 0 1 0 139823066 2085638144 5009 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509189 5009 1760 343 0 506253 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2036756 KiB
Current children cumulated memory: 20036 KiB

[startup+0.213466 s]*
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=129001640/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2036756 memory=20036 CPUtime=0.21 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 1465 0 0 0 20 1 0 0 20 0 1 0 139823066 2085638144 5009 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509189 5009 1760 343 0 506253 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2036756 KiB
Current children cumulated memory: 20036 KiB

[startup+0.312492 s]*
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=129001640/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2036756 memory=20036 CPUtime=0.31 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 1478 0 0 0 30 1 0 0 20 0 1 0 139823066 2085638144 5009 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509189 5009 1760 343 0 506253 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2036756 KiB
Current children cumulated memory: 20036 KiB

[startup+0.700258 s]
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=129001640/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2037784 memory=20520 CPUtime=0.68 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 1801 0 0 0 67 1 0 0 20 0 1 0 139823066 2086690816 5130 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509446 5130 1760 343 0 506510 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2037784 KiB
Current children cumulated memory: 20520 KiB

[startup+1.50024 s]
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=129001640/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2038296 memory=21448 CPUtime=1.48 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2589 0 0 0 147 1 0 0 20 0 1 0 139823066 2087215104 5362 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509574 5362 1760 343 0 506638 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2038296 KiB
Current children cumulated memory: 21448 KiB

[startup+3.11198 s]
/proc/loadavg: 4.08 4.09 4.13 5/250 117933
/proc/meminfo: memFree=128998268/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2038296 memory=21160 CPUtime=3.08 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 5460 0 0 0 307 1 0 0 20 0 1 0 139823066 2087215104 5290 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 509574 5290 1760 343 0 506638 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2038296 KiB
Current children cumulated memory: 21160 KiB

[startup+6.30023 s]
/proc/loadavg: 4.15 4.11 4.14 5/250 117934
/proc/meminfo: memFree=128998044/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2040344 memory=22764 CPUtime=6.26 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 13536 0 0 0 624 2 0 0 20 0 1 0 139823066 2089312256 5691 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 510086 5691 1760 343 0 507150 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2040344 KiB
Current children cumulated memory: 22764 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.12 4.14 5/250 117934
/proc/meminfo: memFree=129006608/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2041500 memory=23484 CPUtime=12.65 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 32704 0 0 0 1260 5 0 0 20 0 1 0 139823066 2090496000 5871 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 510375 5871 1760 343 0 507439 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2041500 KiB
Current children cumulated memory: 23484 KiB

[startup+25.5003 s]
/proc/loadavg: 4.46 4.18 4.16 5/250 117934
/proc/meminfo: memFree=128986444/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2042868 memory=24784 CPUtime=25.41 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 71498 0 0 0 2529 12 0 0 20 0 1 0 139823066 2091896832 6196 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 510717 6196 1760 343 0 507781 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2042868 KiB
Current children cumulated memory: 24784 KiB

[startup+51.1125 s]
/proc/loadavg: 4.65 4.25 4.19 5/250 117934
/proc/meminfo: memFree=128961432/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2049148 memory=28292 CPUtime=50.96 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 129632 0 0 0 5072 24 0 0 20 0 1 0 139823066 2098327552 7073 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 512287 7073 1760 343 0 509351 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2049148 KiB
Current children cumulated memory: 28292 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.25 4.19 5/250 117939
/proc/meminfo: memFree=128949692/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2045052 memory=25496 CPUtime=102 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 261232 0 0 0 10154 46 0 0 20 0 1 0 139823066 2094133248 6374 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 511263 6374 1760 343 0 508327 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2045052 KiB
Current children cumulated memory: 25496 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.24 4.18 5/251 117946
/proc/meminfo: memFree=128950760/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2053860 memory=32900 CPUtime=161.84 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 387658 0 0 0 16112 72 0 0 20 0 1 0 139823066 2103152640 8225 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 513465 8225 1760 343 0 510529 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2053860 KiB
Current children cumulated memory: 32900 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.22 4.18 5/251 117948
/proc/meminfo: memFree=128957044/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2047716 memory=27092 CPUtime=221.67 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 481436 0 0 0 22075 92 0 0 20 0 1 0 139823066 2096861184 6773 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 511929 6773 1760 343 0 508993 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 2047716 KiB
Current children cumulated memory: 27092 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/251 117950
/proc/meminfo: memFree=128963356/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2049896 memory=32052 CPUtime=281.49 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 569500 0 0 0 28037 112 0 0 20 0 1 0 139823066 2099093504 8013 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 512474 8013 1760 343 0 509538 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2049896 KiB
Current children cumulated memory: 32052 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.17 4.17 5/252 117953
/proc/meminfo: memFree=128952000/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2050048 memory=32144 CPUtime=341.32 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 664049 0 0 0 33999 133 0 0 20 0 1 0 139823066 2099249152 8036 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 512512 8036 1760 343 0 509576 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2050048 KiB
Current children cumulated memory: 32144 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/251 117955
/proc/meminfo: memFree=128953116/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2051072 memory=30004 CPUtime=401.14 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 742556 0 0 0 39961 153 0 0 20 0 1 0 139823066 2100297728 7501 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 512768 7501 1760 343 0 509832 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2051072 KiB
Current children cumulated memory: 30004 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/250 117957
/proc/meminfo: memFree=128959720/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2063360 memory=40400 CPUtime=460.97 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 813269 0 0 0 45927 170 0 0 20 0 1 0 139823066 2112880640 10100 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 515840 10100 1760 343 0 512904 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 55212 KiB

[startup+2862.3 s]
/proc/loadavg: 3.35 3.50 3.82 4/244 118114
/proc/meminfo: memFree=128998576/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=53164 CPUtime=2852.82 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2500437 0 0 0 284615 667 0 0 20 0 1 0 139823066 2132615168 13291 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13291 1760 343 0 517722 0
Current children cumulated CPU time: 2852.82 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 53164 KiB

[startup+2922.3 s]
/proc/loadavg: 3.18 3.42 3.78 4/244 118116
/proc/meminfo: memFree=129000820/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=53068 CPUtime=2912.61 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2534071 0 0 0 290583 678 0 0 20 0 1 0 139823066 2132615168 13267 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13267 1760 343 0 517722 0
Current children cumulated CPU time: 2912.61 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 53068 KiB

[startup+2982.3 s]
/proc/loadavg: 3.15 3.36 3.73 4/243 118118
/proc/meminfo: memFree=128994944/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2066248 memory=48556 CPUtime=2972.39 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2554509 0 0 0 296553 686 0 0 20 0 1 0 139823066 2115837952 12139 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 516562 12139 1760 343 0 513626 0
Current children cumulated CPU time: 2972.39 s
Current children cumulated vsize: 2066248 KiB
Current children cumulated memory: 48556 KiB

[startup+3042.3 s]
/proc/loadavg: 3.11 3.31 3.69 4/243 118120
/proc/meminfo: memFree=128991048/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=52652 CPUtime=3032.18 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2573211 0 0 0 302525 693 0 0 20 0 1 0 139823066 2132615168 13163 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13163 1760 343 0 517722 0
Current children cumulated CPU time: 3032.18 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 52652 KiB

[startup+3102.3 s]
/proc/loadavg: 3.09 3.26 3.65 4/243 118122
/proc/meminfo: memFree=128991664/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2066248 memory=48556 CPUtime=3091.98 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2603740 0 0 0 308494 704 0 0 20 0 1 0 139823066 2115837952 12139 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 516562 12139 1760 343 0 513626 0
Current children cumulated CPU time: 3091.98 s
Current children cumulated vsize: 2066248 KiB
Current children cumulated memory: 48556 KiB

[startup+3162.3 s]
/proc/loadavg: 3.19 3.26 3.62 4/244 118127
/proc/meminfo: memFree=128992268/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=52652 CPUtime=3151.76 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2643408 0 0 0 314459 717 0 0 20 0 1 0 139823066 2132615168 13163 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13163 1760 343 0 517722 0
Current children cumulated CPU time: 3151.76 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 52652 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.23 3.59 4/245 118134
/proc/meminfo: memFree=128987424/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2066248 memory=38848 CPUtime=3211.55 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2675747 0 0 0 320427 728 0 0 20 0 1 0 139823066 2115837952 9712 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 516562 9712 1760 343 0 513626 0
Current children cumulated CPU time: 3211.55 s
Current children cumulated vsize: 2066248 KiB
Current children cumulated memory: 38848 KiB

[startup+3282.3 s]
/proc/loadavg: 3.08 3.20 3.55 4/245 118136
/proc/meminfo: memFree=128984416/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=54956 CPUtime=3271.33 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2713248 0 0 0 326394 739 0 0 20 0 1 0 139823066 2132615168 13739 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13739 1760 343 0 517722 0
Current children cumulated CPU time: 3271.33 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 54956 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.19 3.53 4/246 118139
/proc/meminfo: memFree=128984080/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=59172 CPUtime=3331.11 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2735046 0 0 0 332366 745 0 0 20 0 1 0 139823066 2132615168 14793 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 14793 1760 343 0 517722 0
Current children cumulated CPU time: 3331.11 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 59172 KiB

[startup+3402.3 s]
/proc/loadavg: 3.05 3.15 3.49 4/246 118141
/proc/meminfo: memFree=128980500/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2090824 memory=60692 CPUtime=3390.91 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2756813 0 0 0 338338 753 0 0 20 0 1 0 139823066 2141003776 15173 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 522706 15173 1760 343 0 519770 0
Current children cumulated CPU time: 3390.91 s
Current children cumulated vsize: 2090824 KiB
Current children cumulated memory: 60692 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.15 3.47 4/245 118143
/proc/meminfo: memFree=128977856/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2090824 memory=55740 CPUtime=3450.7 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2784720 0 0 0 344307 763 0 0 20 0 1 0 139823066 2141003776 13935 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 522706 13935 1760 343 0 519770 0
Current children cumulated CPU time: 3450.7 s
Current children cumulated vsize: 2090824 KiB
Current children cumulated memory: 55740 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.14 3.44 4/244 118145
/proc/meminfo: memFree=128982108/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2066248 memory=46508 CPUtime=3510.48 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2819260 0 0 0 350274 774 0 0 20 0 1 0 139823066 2115837952 11627 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 516562 11627 1760 343 0 513626 0
Current children cumulated CPU time: 3510.48 s
Current children cumulated vsize: 2066248 KiB
Current children cumulated memory: 46508 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.13 3.42 4/244 118147
/proc/meminfo: memFree=128983876/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2066248 memory=46508 CPUtime=3570.27 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2852466 0 0 0 356243 784 0 0 20 0 1 0 139823066 2115837952 11627 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 516562 11627 1760 343 0 513626 0
Current children cumulated CPU time: 3570.27 s
Current children cumulated vsize: 2066248 KiB
Current children cumulated memory: 46508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 3.11 3.13 3.41 2/232 118211
/proc/meminfo: memFree=129089360/131382112 swapFree=33002444/33010684
[pid=117932] ppid=117929 vsize=2082632 memory=52652 CPUtime=3600.05 cores=4,6
/proc/117932/stat : 117932 (pb_picat) R 117929 117932 115975 0 -1 4194304 2867033 0 0 0 359217 788 0 0 20 0 1 0 139823066 2132615168 13163 18446744073709551615 94149182046208 94149183447789 140722087482080 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94149183719216 94149185593456 94149213159424 140722087483804 140722087483880 140722087483880 140722087489484 0
/proc/117932/statm: 520658 13163 1760 343 0 517722 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2082632 KiB
Current children cumulated memory: 52652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.18 s, system=7.89127 s

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): 3612.2
CPU time (s): 3600.07
CPU user time (s): 3592.18
CPU system time (s): 7.89127
CPU usage (%): 99.6641
Max. virtual memory (cumulated for all children) (KiB): 2107208
Max. memory (cumulated for all children) (KiB): 64940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.18
system time used= 7.89127
maximum resident set size= 64940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2867033
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= 67
involuntary context switches= 22237


# summary of solver processes directly reported to runsolver:
#   pid: 117932
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3592.18
#   total CPU system time (s): 7.89127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8821 second user time and 33.8078 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-11 15:43:57
IDJOB=4528775
IDBENCH=148580
IDSOLVER=3385
FILE ID=nodeC005/4528775-1752241437
RUNJOBID= nodeC005-1752237823-117292
SLURM_JOB_ID= 9682516
Free space on /tmp= 428604 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528775-1752241437/watcher-4528775-1752241437 -o /tmp/evaluation-result-4528775-1752241437/solver-4528775-1752241437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752237823-117292 --watchdog 3760  pb_picat HOME/instance-4528775-1752241437.opb

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

MD5SUM BENCH= 6ddedb73bef771d6a1c994e2b60000f2
RANDOM SEED=560908021

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		: 2095.173
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		: 3662.860
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.517
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		: 1197.346
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		: 1197.241
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		: 3491.954
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		: 1197.241
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.680
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:        129008812 kB
MemAvailable:   129802984 kB
Buffers:              12 kB
Cached:          1578724 kB
SwapCached:          244 kB
Active:           466884 kB
Inactive:        1305036 kB
Active(anon):     166368 kB
Inactive(anon):    39708 kB
Active(file):     300516 kB
Inactive(file):  1265328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11344 kB
Writeback:            52 kB
AnonPages:        196108 kB
Mapped:           111700 kB
Shmem:             12892 kB
KReclaimable:     135908 kB
Slab:             225016 kB
SReclaimable:     135908 kB
SUnreclaim:        89108 kB
KernelStack:        4064 kB
PageTables:         3528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6562460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 428612 MiB
End job on nodeC005 at 2025-07-11 16:44:09