Trace number 4541814

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-01? (TO) 3600.04 3611.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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 2480 #constraints 4961 2.0004 0
0.00/0.07	c 4961 constraints
0.00/0.07	c Finish cloning data from SAT to LS
0.00/0.07	c restart_num_ls  -100000 0
5.46/5.57	c Use LS-small
5.46/5.57	c update_LS_target_phase-runLS
695.36/697.46	c restart_num  0 302
695.36/697.46	c LS-restart 90 7
1553.19/1557.82	c Use LS-small
1553.19/1557.82	c restart_num  302 603
1553.19/1557.82	c LS-restart 80 0
2249.38/2256.47	c Use LS-small
2249.38/2256.47	c restart_num  603 905
2249.38/2256.47	c LS-restart 70 4
3600.02/3611.01	c Use LS-small
3600.02/3611.01	c Program interrupted by user.
3600.02/3611.01	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541814-1753211019/watcher-4541814-1753211019 -o /tmp/evaluation-result-4541814-1753211019/solver-4541814-1753211019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191859 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541814-1753211019.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=191908, runsolver pid=191901

[startup+0.100063 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128768772/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=0.08 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 7 1 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+0.2055 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=0.19 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 15 4 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+0.30457 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=0.28 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 22 6 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+0.700101 s]
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754680/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=0.67 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 51 16 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+1.50009 s]
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128754984/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=1.47 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 113 34 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+3.10441 s]
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128755108/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=94020 memory=21116 CPUtime=3.07 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 3398 0 0 0 235 72 0 0 20 0 1 0 236779428 96276480 5279 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 23505 5279 2528 595 0 8172 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 21116 KiB

[startup+6.30014 s]
/proc/loadavg: 1.28 1.81 2.83 5/264 191917
/proc/meminfo: memFree=128747236/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=97120 memory=28544 CPUtime=6.27 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 4204 0 0 0 503 124 0 0 20 0 1 0 236779428 99450880 7136 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 24280 7136 2560 595 0 8947 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 97120 KiB
Current children cumulated memory: 28544 KiB

[startup+12.7002 s]
/proc/loadavg: 1.50 1.85 2.84 5/265 191918
/proc/meminfo: memFree=128692312/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=109948 memory=51600 CPUtime=12.64 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 7437 0 0 0 1138 126 0 0 20 0 1 0 236779428 112586752 12900 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 27487 12900 2560 595 0 12154 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 109948 KiB
Current children cumulated memory: 51600 KiB

[startup+25.5002 s]
/proc/loadavg: 2.06 1.95 2.86 5/265 191918
/proc/meminfo: memFree=128537916/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=164080 memory=85648 CPUtime=25.4 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 12468 0 0 0 2407 133 0 0 20 0 1 0 236779428 168017920 21412 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 41020 21412 2560 595 0 25687 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 164080 KiB
Current children cumulated memory: 85648 KiB

[startup+51.1054 s]
/proc/loadavg: 2.78 2.14 2.90 5/265 191919
/proc/meminfo: memFree=128414484/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=213792 memory=120444 CPUtime=50.94 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 15487 0 0 0 4950 144 0 0 20 0 1 0 236779428 218923008 30111 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 53448 30111 2560 595 0 38115 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 213792 KiB
Current children cumulated memory: 120444 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.44 2.96 5/265 191920
/proc/meminfo: memFree=128305492/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=231800 memory=137084 CPUtime=102 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 19587 0 0 0 10039 161 0 0 20 0 1 0 236779428 237363200 34271 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 57950 34271 2656 595 0 42617 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 231800 KiB
Current children cumulated memory: 137084 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.76 3.04 5/267 191926
/proc/meminfo: memFree=128158824/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=251904 memory=181576 CPUtime=161.83 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 24069 0 0 0 16006 177 0 0 20 0 1 0 236779428 257949696 45394 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 62976 45394 2656 595 0 47643 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 251904 KiB
Current children cumulated memory: 181576 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.00 3.11 5/266 191932
/proc/meminfo: memFree=128137200/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=258416 memory=189960 CPUtime=221.67 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 25686 0 0 0 21978 189 0 0 20 0 1 0 236779428 264617984 47490 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 64604 47490 2656 595 0 49271 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 258416 KiB
Current children cumulated memory: 189960 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 3.23 3.18 5/266 191934
/proc/meminfo: memFree=128084648/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=329968 memory=204760 CPUtime=281.5 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 26963 0 0 0 27941 209 0 0 20 0 1 0 236779428 337887232 51190 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 82492 51190 2656 595 0 67159 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 329968 KiB
Current children cumulated memory: 204760 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.39 3.24 5/265 191937
/proc/meminfo: memFree=128102204/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=330176 memory=205016 CPUtime=341.34 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 27026 0 0 0 33904 230 0 0 20 0 1 0 236779428 338100224 51254 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 82544 51254 2656 595 0 67211 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 330176 KiB
Current children cumulated memory: 205016 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.52 3.30 5/265 191939
/proc/meminfo: memFree=127971636/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=330640 memory=205400 CPUtime=401.17 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 27148 0 0 0 39868 249 0 0 20 0 1 0 236779428 338575360 51350 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 82660 51350 2656 595 0 67327 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 330640 KiB
Current children cumulated memory: 205400 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.64 3.35 5/264 191941
/proc/meminfo: memFree=127960596/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=330640 memory=205528 CPUtime=461 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 27196 0 0 0 45835 265 0 0 20 0 1 0 236779428 338575360 51382 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 82660 51382 2656 595 0 67327 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 241804 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.10 4.02 5/265 192067
/proc/meminfo: memFree=127462976/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=352284 memory=241804 CPUtime=2853.51 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 32637 0 0 0 284067 1284 0 0 20 0 1 0 236779428 360738816 60451 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 88071 60451 2656 595 0 72738 0
Current children cumulated CPU time: 2853.51 s
Current children cumulated vsize: 352284 KiB
Current children cumulated memory: 241804 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.03 5/265 192069
/proc/meminfo: memFree=127454840/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=353216 memory=242700 CPUtime=2913.34 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 32884 0 0 0 290041 1293 0 0 20 0 1 0 236779428 361693184 60675 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 88304 60675 2656 595 0 72971 0
Current children cumulated CPU time: 2913.34 s
Current children cumulated vsize: 353216 KiB
Current children cumulated memory: 242700 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.03 5/265 192073
/proc/meminfo: memFree=127454516/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=355268 memory=244748 CPUtime=2973.18 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 33375 0 0 0 296017 1301 0 0 20 0 1 0 236779428 363794432 61187 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 88817 61187 2656 595 0 73484 0
Current children cumulated CPU time: 2973.18 s
Current children cumulated vsize: 355268 KiB
Current children cumulated memory: 244748 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.04 5/265 192075
/proc/meminfo: memFree=127437740/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=364856 memory=253068 CPUtime=3033.01 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 35461 0 0 0 301994 1307 0 0 20 0 1 0 236779428 373612544 63267 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 91214 63267 2656 595 0 75881 0
Current children cumulated CPU time: 3033.01 s
Current children cumulated vsize: 364856 KiB
Current children cumulated memory: 253068 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/265 192077
/proc/meminfo: memFree=127429252/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=374408 memory=267612 CPUtime=3092.84 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 37558 0 0 0 307971 1313 0 0 20 0 1 0 236779428 383393792 66903 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 93602 66903 2656 595 0 78269 0
Current children cumulated CPU time: 3092.84 s
Current children cumulated vsize: 374408 KiB
Current children cumulated memory: 267612 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/265 192081
/proc/meminfo: memFree=127367848/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=382764 memory=282668 CPUtime=3152.68 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 39407 0 0 0 313949 1319 0 0 20 0 1 0 236779428 391950336 70667 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 95691 70667 2656 595 0 80358 0
Current children cumulated CPU time: 3152.68 s
Current children cumulated vsize: 382764 KiB
Current children cumulated memory: 282668 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.04 5/266 192089
/proc/meminfo: memFree=127353544/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=387244 memory=294980 CPUtime=3212.52 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 40426 0 0 0 319928 1324 0 0 20 0 1 0 236779428 396537856 73745 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 96811 73745 2656 595 0 81478 0
Current children cumulated CPU time: 3212.52 s
Current children cumulated vsize: 387244 KiB
Current children cumulated memory: 294980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/264 192091
/proc/meminfo: memFree=127332480/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=391096 memory=311080 CPUtime=3272.35 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 41394 0 0 0 325894 1341 0 0 20 0 1 0 236779428 400482304 77770 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 97774 77770 2656 595 0 82441 0
Current children cumulated CPU time: 3272.35 s
Current children cumulated vsize: 391096 KiB
Current children cumulated memory: 311080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/266 192095
/proc/meminfo: memFree=127332344/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=391096 memory=311080 CPUtime=3332.2 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 41394 0 0 0 331867 1353 0 0 20 0 1 0 236779428 400482304 77770 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 97774 77770 2656 595 0 82441 0
Current children cumulated CPU time: 3332.2 s
Current children cumulated vsize: 391096 KiB
Current children cumulated memory: 311080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/266 192097
/proc/meminfo: memFree=127304352/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=391096 memory=311080 CPUtime=3392.01 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 41394 0 0 0 337842 1359 0 0 20 0 1 0 236779428 400482304 77770 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 97774 77770 2656 595 0 82441 0
Current children cumulated CPU time: 3392.01 s
Current children cumulated vsize: 391096 KiB
Current children cumulated memory: 311080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/266 192110
/proc/meminfo: memFree=127326180/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=392108 memory=311976 CPUtime=3451.81 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 41630 0 0 0 343818 1363 0 0 20 0 1 0 236779428 401518592 77994 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 98027 77994 2656 595 0 82694 0
Current children cumulated CPU time: 3451.81 s
Current children cumulated vsize: 392108 KiB
Current children cumulated memory: 311976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.05 5/264 192112
/proc/meminfo: memFree=127326964/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=395952 memory=315560 CPUtime=3511.6 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 42520 0 0 0 349793 1367 0 0 20 0 1 0 236779428 405454848 78890 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 98988 78890 2656 595 0 83655 0
Current children cumulated CPU time: 3511.6 s
Current children cumulated vsize: 395952 KiB
Current children cumulated memory: 315560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.05 5/265 192116
/proc/meminfo: memFree=127325128/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=399664 memory=320040 CPUtime=3571.4 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 43354 0 0 0 355768 1372 0 0 20 0 1 0 236779428 409255936 80010 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 99916 80010 2656 595 0 84583 0
Current children cumulated CPU time: 3571.4 s
Current children cumulated vsize: 399664 KiB
Current children cumulated memory: 320040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.12 4.11 4.06 4/262 192217
/proc/meminfo: memFree=128502168/131250000 swapFree=33010160/33010684
[pid=191908] ppid=191901 vsize=401776 memory=326952 CPUtime=3600.02 cores=1,3
/proc/191908/stat : 191908 (SynLSCD-PS) R 191901 191908 191847 0 -1 4194304 43834 0 0 0 358628 1374 0 0 20 0 1 0 236779428 411418624 81738 18446744073709551615 94223995092992 94223997527993 140726126316176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94223998008568 94223998041600 94224005242880 140726126324062 140726126324198 140726126324198 140726126329802 0
/proc/191908/statm: 100444 81738 2656 595 0 85111 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 401776 KiB
Current children cumulated memory: 326952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.29 s, system=13.7465 s

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

Child status: 0

Real time (s): 3611.02
CPU time (s): 3600.04
CPU user time (s): 3586.29
CPU system time (s): 13.7465
CPU usage (%): 99.696
Max. virtual memory (cumulated for all children) (KiB): 401776
Max. memory (cumulated for all children) (KiB): 326952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.29
system time used= 13.7465
maximum resident set size= 327080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43861
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= 222
involuntary context switches= 20876


# summary of solver processes directly reported to runsolver:
#   pid: 191908
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3586.29
#   total CPU system time (s): 13.7465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63489 second user time and 15.7061 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 21:03:39
IDJOB=4541814
IDBENCH=163468
IDSOLVER=3370
FILE ID=nodeC016/4541814-1753211019
RUNJOBID= nodeC016-1753211019-191859
SLURM_JOB_ID= 9687787
Free space on /tmp= 433028 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.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-4541814-1753211019/watcher-4541814-1753211019 -o /tmp/evaluation-result-4541814-1753211019/solver-4541814-1753211019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191859 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541814-1753211019.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=1668504486

nodeC016 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		: 3599.902
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	: 6999.48
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.505
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	: 6999.48
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		: 3600.156
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	: 6999.48
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		: 3599.735
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	: 6999.48
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		: 3599.867
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	: 6999.48
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		: 3598.998
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	: 6999.48
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		: 3599.723
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	: 6999.48
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		: 3599.815
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	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128788312 kB
MemAvailable:   129608048 kB
Buffers:            2144 kB
Cached:          1535444 kB
SwapCached:           24 kB
Active:          1312020 kB
Inactive:         298548 kB
Active(anon):      97124 kB
Inactive(anon):     2108 kB
Active(file):    1214896 kB
Inactive(file):   296440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14844 kB
Writeback:             0 kB
AnonPages:         76184 kB
Mapped:           108292 kB
Shmem:             26240 kB
KReclaimable:     295280 kB
Slab:             394484 kB
SReclaimable:     295280 kB
SUnreclaim:        99204 kB
KernelStack:        4068 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     353272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC016 at 2025-07-22 22:03:50