Trace number 4513381

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
SynLSCD-PS 2025-06-01UNSAT 390.716 391.708

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
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 benchmark50.3655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c #vars 1301 #constraints 1302 1.00077 1
0.00/0.05	c 1302 constraints
0.00/0.05	c Finish cloning data from SAT to LS
0.00/0.05	c restart_num_ls  -100000 0
30.10/30.26	c Use LS-small
30.10/30.26	c update_LS_target_phase-runLS
40.58/40.79	c restart_num_ls  0 779
40.58/40.79	c LS 90 38
81.89/82.15	c Use LS-small
81.89/82.15	c restart_num_ls  779 1531
81.89/82.15	c LS 80 57
119.40/119.79	c Use LS-small
119.40/119.79	c restart_num_ls  1531 2044
119.40/119.79	c LS 70 34
166.70/167.17	c Use LS-small
166.70/167.17	c restart_num_ls  2044 3035
166.70/167.17	c LS 60 81
217.76/218.34	c Use LS-small
217.76/218.34	c restart_num_ls  3035 4093
217.76/218.34	c LS 50 81
273.69/274.48	c Use LS-small
273.69/274.48	c restart_num_ls  4093 5117
273.69/274.48	c LS 40 6
326.16/327.06	c Use LS-small
326.16/327.06	c restart_num_ls  5117 6433
326.16/327.06	c LS 30 3
390.70/391.70	c Use LS-small
390.70/391.70	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: 63665 MiB (63026 MiB free)
  memory of node 1: 64507 MiB (61018 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513381-1751216507/watcher-4513381-1751216507 -o /tmp/evaluation-result-4513381-1751216507/solver-4513381-1751216507 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751216507-31564 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4513381-1751216507.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=31615, runsolver pid=31603

[startup+0.100062 s]*
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126966996/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=0.07 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 6 1 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+0.205609 s]*
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126880056/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=0.18 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 16 2 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+0.30566 s]*
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126863928/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=0.27 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 25 2 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+0.700164 s]
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126863928/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=0.67 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 63 4 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+1.50016 s]
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126864184/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=1.46 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 139 7 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+3.1054 s]
/proc/loadavg: 1.04 1.14 1.85 5/265 31620
/proc/meminfo: memFree=126864608/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=3.06 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 290 16 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+6.30015 s]
/proc/loadavg: 1.28 1.19 1.86 5/265 31620
/proc/meminfo: memFree=126864944/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=6.25 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 592 33 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+12.7001 s]
/proc/loadavg: 1.58 1.25 1.87 5/265 31620
/proc/meminfo: memFree=126864944/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=12.64 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 1198 66 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.39 1.91 5/265 31620
/proc/meminfo: memFree=126865176/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=94456 memory=21760 CPUtime=25.42 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 3265 0 0 0 2413 129 0 0 20 0 1 0 37328499 96722944 5440 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 23614 5440 2496 595 0 8281 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 94456 KiB
Current children cumulated memory: 21760 KiB

[startup+51.1055 s]
/proc/loadavg: 2.83 1.61 1.97 5/265 31621
/proc/meminfo: memFree=126794392/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=98964 memory=29092 CPUtime=50.96 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 6607 0 0 0 4883 213 0 0 20 0 1 0 37328499 101339136 7273 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 24741 7273 2496 595 0 9408 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 98964 KiB
Current children cumulated memory: 29092 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.00 2.09 5/266 31671
/proc/meminfo: memFree=126771224/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=99800 memory=30020 CPUtime=102.04 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 9214 0 0 0 9759 445 0 0 20 0 1 0 37328499 102195200 7505 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 24950 7505 2496 595 0 9617 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 99800 KiB
Current children cumulated memory: 30020 KiB

[startup+162.3 s]
/proc/loadavg: 3.84 2.37 2.21 5/267 31679
/proc/meminfo: memFree=126741936/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=100556 memory=30520 CPUtime=161.9 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 13021 0 0 0 15516 674 0 0 20 0 1 0 37328499 102969344 7630 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25139 7630 2496 595 0 9806 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 100556 KiB
Current children cumulated memory: 30520 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.70 2.33 5/267 31681
/proc/meminfo: memFree=126682812/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=101324 memory=31384 CPUtime=221.76 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 17753 0 0 0 21303 873 0 0 20 0 1 0 37328499 103755776 7846 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25331 7846 2496 595 0 9998 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 101324 KiB
Current children cumulated memory: 31384 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.95 2.45 5/267 31683
/proc/meminfo: memFree=126701148/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=101804 memory=32124 CPUtime=281.57 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 21595 0 0 0 27089 1068 0 0 20 0 1 0 37328499 104247296 8031 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25451 8031 2496 595 0 10118 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 101804 KiB
Current children cumulated memory: 32124 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.16 2.55 5/266 31685
/proc/meminfo: memFree=126686468/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102000 memory=32092 CPUtime=341.43 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 24629 0 0 0 32885 1258 0 0 20 0 1 0 37328499 104448000 8023 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25500 8023 2496 595 0 10167 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 102000 KiB
Current children cumulated memory: 32092 KiB

[startup+391.708 s]
# the end of solver process 31615 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=377.383 s, system=13.3325 s

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

[startup+358.4 s]
/proc/loadavg: 4.05 3.20 2.58 5/267 31687
/proc/meminfo: memFree=126674652/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102000 memory=32092 CPUtime=357.48 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 25077 0 0 0 34423 1325 0 0 20 0 1 0 37328499 104448000 8023 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25500 8023 2496 595 0 10167 0
Current children cumulated CPU time: 357.48 s
Current children cumulated vsize: 102000 KiB
Current children cumulated memory: 32092 KiB

[startup+371.2 s]
/proc/loadavg: 4.04 3.24 2.60 5/267 31687
/proc/meminfo: memFree=126675912/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102160 memory=32352 CPUtime=370.26 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 26748 0 0 0 35698 1328 0 0 20 0 1 0 37328499 104611840 8088 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25540 8088 2496 595 0 10207 0
Current children cumulated CPU time: 370.26 s
Current children cumulated vsize: 102160 KiB
Current children cumulated memory: 32352 KiB

[startup+384 s]*
/proc/loadavg: 4.11 3.28 2.62 5/267 31687
/proc/meminfo: memFree=126677976/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102196 memory=32352 CPUtime=383.02 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 28416 0 0 0 36971 1331 0 0 20 0 1 0 37328499 104648704 8088 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25549 8088 2496 595 0 10216 0
Current children cumulated CPU time: 383.02 s
Current children cumulated vsize: 102196 KiB
Current children cumulated memory: 32352 KiB

[startup+387.2 s]
/proc/loadavg: 4.10 3.30 2.63 5/267 31687
/proc/meminfo: memFree=126678228/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102292 memory=32460 CPUtime=386.21 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 28843 0 0 0 37289 1332 0 0 20 0 1 0 37328499 104747008 8115 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25573 8115 2496 595 0 10240 0
Current children cumulated CPU time: 386.21 s
Current children cumulated vsize: 102292 KiB
Current children cumulated memory: 32460 KiB

[startup+388.8 s]
/proc/loadavg: 4.10 3.30 2.63 5/267 31687
/proc/meminfo: memFree=126678228/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102296 memory=32460 CPUtime=387.8 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 29061 0 0 0 37448 1332 0 0 20 0 1 0 37328499 104751104 8115 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25574 8115 2496 595 0 10241 0
Current children cumulated CPU time: 387.8 s
Current children cumulated vsize: 102296 KiB
Current children cumulated memory: 32460 KiB

[startup+390.4 s]
/proc/loadavg: 4.09 3.31 2.64 5/267 31687
/proc/meminfo: memFree=126678480/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102456 memory=32548 CPUtime=389.41 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 29353 0 0 0 37608 1333 0 0 20 0 1 0 37328499 104914944 8137 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25614 8137 2496 595 0 10281 0
Current children cumulated CPU time: 389.41 s
Current children cumulated vsize: 102456 KiB
Current children cumulated memory: 32548 KiB

[startup+391.2 s]
/proc/loadavg: 4.09 3.31 2.64 5/267 31687
/proc/meminfo: memFree=126678480/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102456 memory=32548 CPUtime=390.2 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 29475 0 0 0 37687 1333 0 0 20 0 1 0 37328499 104914944 8137 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25614 8137 2496 595 0 10281 0
Current children cumulated CPU time: 390.2 s
Current children cumulated vsize: 102456 KiB
Current children cumulated memory: 32548 KiB

[startup+391.6 s]
/proc/loadavg: 4.09 3.31 2.64 5/267 31687
/proc/meminfo: memFree=126678480/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102456 memory=32548 CPUtime=390.6 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 29539 0 0 0 37727 1333 0 0 20 0 1 0 37328499 104914944 8137 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25614 8137 2496 595 0 10281 0
Current children cumulated CPU time: 390.6 s
Current children cumulated vsize: 102456 KiB
Current children cumulated memory: 32548 KiB

[startup+391.7 s]
/proc/loadavg: 4.09 3.31 2.64 5/267 31687
/proc/meminfo: memFree=126678480/131249996 swapFree=33010684/33010684
[pid=31615] ppid=31603 vsize=102456 memory=32548 CPUtime=390.7 cores=5,7
/proc/31615/stat : 31615 (SynLSCD-PS) R 31603 31615 31551 0 -1 4194304 29539 0 0 0 37737 1333 0 0 20 0 1 0 37328499 104914944 8137 18446744073709551615 94317114085376 94317116520377 140720891800528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94317117000952 94317117033984 94317144289280 140720891804000 140720891804136 140720891804136 140720891809738 0
/proc/31615/statm: 25614 8137 2496 595 0 10281 0
Current children cumulated CPU time: 390.7 s
Current children cumulated vsize: 102456 KiB
Current children cumulated memory: 32548 KiB

Child status: 20

Real time (s): 391.708
CPU time (s): 390.716
CPU user time (s): 377.383
CPU system time (s): 13.3325
CPU usage (%): 99.7466
Max. virtual memory (cumulated for all children) (KiB): 102456
Max. memory (cumulated for all children) (KiB): 32548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 377.383
system time used= 13.3325
maximum resident set size= 32932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29571
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= 143
involuntary context switches= 2138


# summary of solver processes directly reported to runsolver:
#   pid: 31615
#   total CPU time (s): 390.716
#   total CPU user time (s): 377.383
#   total CPU system time (s): 13.3325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.730505 second user time and 1.63069 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 19:01:47
IDJOB=4513381
IDBENCH=162339
IDSOLVER=3370
FILE ID=nodeC017/4513381-1751216507
RUNJOBID= nodeC017-1751216507-31564
SLURM_JOB_ID= 9587656
Free space on /tmp= 433016 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513381-1751216507/watcher-4513381-1751216507 -o /tmp/evaluation-result-4513381-1751216507/solver-4513381-1751216507 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751216507-31564 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4513381-1751216507.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=301714430

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2608.645
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.896
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1991.395
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.066
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2671.130
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.057
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2646.886
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3590.196
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127021476 kB
MemAvailable:   129755548 kB
Buffers:            2380 kB
Cached:          3506772 kB
SwapCached:            0 kB
Active:           373144 kB
Inactive:        3204336 kB
Active(anon):      86412 kB
Inactive(anon):       16 kB
Active(file):     286732 kB
Inactive(file):  3204320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14928 kB
Writeback:             0 kB
AnonPages:         71448 kB
Mapped:           102796 kB
Shmem:             18080 kB
KReclaimable:     164116 kB
Slab:             252540 kB
SReclaimable:     164116 kB
SUnreclaim:        88424 kB
KernelStack:        4128 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC017 at 2025-06-29 19:08:19