Trace number 4541813

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 2025-06-01? (TO) 3600.08 3609.61

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.13	c #vars 2480 #constraints 4961 2.0004 0
0.00/0.17	c 4961 constraints
0.00/0.17	c Finish cloning data from SAT to LS
0.00/0.17	c restart_num_ls  -100000 0
296.76/297.80	c Use LS-small
296.76/297.80	restart_num  0 303
296.76/297.80	LS-restart 90 7
590.36/592.17	c Use LS-small
590.36/592.17	restart_num  303 605
590.36/592.17	LS-restart 80 67
926.76/929.44	c Use LS-small
926.76/929.44	restart_num  605 906
926.76/929.44	LS-restart 70 44
1355.73/1359.55	c Use LS-small
1355.73/1359.55	restart_num  906 1207
1355.73/1359.55	LS-restart 60 55
1678.06/1682.77	c Use LS-small
1678.06/1682.77	restart_num  1207 1512
1678.06/1682.77	LS-restart 50 52
2318.11/2324.44	c Use LS-small
2318.11/2324.44	restart_num  1512 1813
2318.11/2324.44	LS-restart 40 30
3600.06/3609.60	c Use LS-small
3600.06/3609.60	c Program interrupted by user.
3600.06/3609.60	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 (62895 MiB free)
  memory of node 1: 64465 MiB (63554 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=214022, runsolver pid=214016
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.10 1.27 2.26 1/266 214035
/proc/meminfo: memFree=129480312/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=65796 memory=2944 CPUtime=0 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) D 214016 214022 213965 0 -1 4194304 211 0 5 0 0 0 0 0 20 0 1 0 236757305 67375104 736 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 16449 736 672 595 0 1184 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 65796 KiB
Current children cumulated memory: 2944 KiB

[startup+0.20543 s]*
/proc/loadavg: 1.10 1.27 2.26 6/266 214035
/proc/meminfo: memFree=129446312/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=94020 memory=20676 CPUtime=0.08 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 3403 0 12 0 7 1 0 0 20 0 1 0 236757305 96276480 5169 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 23505 5169 2432 595 0 8172 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20676 KiB

[startup+0.305625 s]*
/proc/loadavg: 1.10 1.27 2.26 5/266 214035
/proc/meminfo: memFree=129428420/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=94020 memory=20676 CPUtime=0.18 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 3403 0 12 0 15 3 0 0 20 0 1 0 236757305 96276480 5169 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 23505 5169 2432 595 0 8172 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20676 KiB

[startup+0.700095 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428420/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=94020 memory=20676 CPUtime=0.57 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 3403 0 12 0 44 13 0 0 20 0 1 0 236757305 96276480 5169 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 23505 5169 2432 595 0 8172 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20676 KiB

[startup+1.50009 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428728/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=94020 memory=20676 CPUtime=1.37 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 3403 0 12 0 106 31 0 0 20 0 1 0 236757305 96276480 5169 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 23505 5169 2432 595 0 8172 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20676 KiB

[startup+3.10477 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428988/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=94020 memory=20676 CPUtime=2.97 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 3403 0 12 0 228 69 0 0 20 0 1 0 236757305 96276480 5169 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 23505 5169 2432 595 0 8172 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20676 KiB

[startup+6.30016 s]
/proc/loadavg: 1.55 1.36 2.28 5/266 214035
/proc/meminfo: memFree=129417068/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=97584 memory=26736 CPUtime=6.16 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 4364 0 12 0 489 127 0 0 20 0 1 0 236757305 99926016 6684 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 24396 6684 2464 595 0 9063 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 97584 KiB
Current children cumulated memory: 26736 KiB

[startup+12.7002 s]
/proc/loadavg: 1.74 1.40 2.29 5/266 214035
/proc/meminfo: memFree=129349096/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=107468 memory=48928 CPUtime=12.55 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 6858 0 12 0 1124 131 0 0 20 0 1 0 236757305 110047232 12232 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 26867 12232 2464 595 0 11534 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 107468 KiB
Current children cumulated memory: 48928 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.51 2.31 5/266 214035
/proc/meminfo: memFree=129138092/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=153404 memory=85780 CPUtime=25.3 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 10045 0 12 0 2394 136 0 0 20 0 1 0 236757305 157085696 21445 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 38351 21445 2464 595 0 23018 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 153404 KiB
Current children cumulated memory: 85780 KiB

[startup+51.1056 s]
/proc/loadavg: 2.89 1.75 2.37 5/266 214036
/proc/meminfo: memFree=129090628/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=171172 memory=113228 CPUtime=50.84 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 14349 0 12 0 4939 145 0 0 20 0 1 0 236757305 175280128 28307 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 42793 28307 2464 595 0 27460 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 171172 KiB
Current children cumulated memory: 113228 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.13 2.46 5/265 214049
/proc/meminfo: memFree=128941900/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=229916 memory=146644 CPUtime=101.89 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 19088 0 12 0 10028 161 0 0 20 0 1 0 236757305 235433984 36661 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 57479 36661 2464 595 0 42146 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 229916 KiB
Current children cumulated memory: 146644 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.49 2.57 5/265 214051
/proc/meminfo: memFree=128797536/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=231636 memory=148308 CPUtime=161.74 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 19519 0 12 0 15994 180 0 0 20 0 1 0 236757305 237195264 37077 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 57909 37077 2464 595 0 42576 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 231636 KiB
Current children cumulated memory: 148308 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.78 2.67 5/264 214053
/proc/meminfo: memFree=128759412/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=231968 memory=148820 CPUtime=221.57 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 19644 0 12 0 21953 204 0 0 20 0 1 0 236757305 237535232 37205 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 57992 37205 2464 595 0 42659 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 231968 KiB
Current children cumulated memory: 148820 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.03 2.76 5/264 214055
/proc/meminfo: memFree=128701556/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=233780 memory=150612 CPUtime=281.41 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 20109 0 12 0 27911 230 0 0 20 0 1 0 236757305 239390720 37653 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 58445 37653 2464 595 0 43112 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 233780 KiB
Current children cumulated memory: 150612 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.23 2.85 5/265 214059
/proc/meminfo: memFree=128660704/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=233780 memory=150868 CPUtime=341.24 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 20123 0 12 0 33744 380 0 0 20 0 1 0 236757305 239390720 37717 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 58445 37717 2528 595 0 43112 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 233780 KiB
Current children cumulated memory: 150868 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.39 2.93 5/266 214068
/proc/meminfo: memFree=128651944/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=234072 memory=151124 CPUtime=401.07 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 20175 0 12 0 39704 403 0 0 20 0 1 0 236757305 239689728 37781 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 58518 37781 2528 595 0 43185 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 234072 KiB
Current children cumulated memory: 151124 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.53 3.01 5/266 214070
/proc/meminfo: memFree=128651904/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=235740 memory=153044 CPUtime=460.92 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 20673 0 12 0 45663 429 0 0 20 0 1 0 236757305 241397760 38261 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 58935 38261 2560 595 0 43602 0
Current children cumulated CPU time: 460.92 s

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

Current children cumulated memory: 213876 KiB

[startup+2862.3 s]
/proc/loadavg: 4.63 4.24 4.06 5/266 214185
/proc/meminfo: memFree=128046732/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=333816 memory=213876 CPUtime=2854.66 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 27700 0 12 0 283619 1847 0 0 20 0 1 0 236757305 341827584 53469 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 83454 53469 2560 595 0 68121 0
Current children cumulated CPU time: 2854.66 s
Current children cumulated vsize: 333816 KiB
Current children cumulated memory: 213876 KiB

[startup+2922.3 s]
/proc/loadavg: 4.55 4.30 4.10 5/266 214187
/proc/meminfo: memFree=128044040/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=333816 memory=213876 CPUtime=2914.51 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 27700 0 12 0 289587 1864 0 0 20 0 1 0 236757305 341827584 53469 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 83454 53469 2560 595 0 68121 0
Current children cumulated CPU time: 2914.51 s
Current children cumulated vsize: 333816 KiB
Current children cumulated memory: 213876 KiB

[startup+2982.3 s]
/proc/loadavg: 4.39 4.31 4.11 5/266 214189
/proc/meminfo: memFree=127998936/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=333816 memory=213876 CPUtime=2974.36 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 27700 0 12 0 295559 1877 0 0 20 0 1 0 236757305 341827584 53469 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 83454 53469 2560 595 0 68121 0
Current children cumulated CPU time: 2974.36 s
Current children cumulated vsize: 333816 KiB
Current children cumulated memory: 213876 KiB

[startup+3042.3 s]
/proc/loadavg: 4.24 4.28 4.11 5/266 214191
/proc/meminfo: memFree=127975056/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=334200 memory=214132 CPUtime=3034.2 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 27811 0 12 0 301529 1891 0 0 20 0 1 0 236757305 342220800 53533 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 83550 53533 2560 595 0 68217 0
Current children cumulated CPU time: 3034.2 s
Current children cumulated vsize: 334200 KiB
Current children cumulated memory: 214132 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.25 4.11 5/264 214193
/proc/meminfo: memFree=127947340/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=338608 memory=217972 CPUtime=3094.05 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 28786 0 12 0 307502 1903 0 0 20 0 1 0 236757305 346734592 54493 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 84652 54493 2560 595 0 69319 0
Current children cumulated CPU time: 3094.05 s
Current children cumulated vsize: 338608 KiB
Current children cumulated memory: 217972 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.22 4.10 5/265 214197
/proc/meminfo: memFree=127953236/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=345820 memory=223988 CPUtime=3153.9 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 30293 0 12 0 313474 1916 0 0 20 0 1 0 236757305 354119680 55997 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 86455 55997 2560 595 0 71122 0
Current children cumulated CPU time: 3153.9 s
Current children cumulated vsize: 345820 KiB
Current children cumulated memory: 223988 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.19 4.10 5/265 214199
/proc/meminfo: memFree=127936472/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=346104 memory=224244 CPUtime=3213.75 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 30361 0 12 0 319446 1929 0 0 20 0 1 0 236757305 354410496 56061 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 86526 56061 2560 595 0 71193 0
Current children cumulated CPU time: 3213.75 s
Current children cumulated vsize: 346104 KiB
Current children cumulated memory: 224244 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.17 4.09 5/264 214200
/proc/meminfo: memFree=127927876/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=347504 memory=225652 CPUtime=3273.59 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 30709 0 12 0 325416 1943 0 0 20 0 1 0 236757305 355844096 56413 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 86876 56413 2560 595 0 71543 0
Current children cumulated CPU time: 3273.59 s
Current children cumulated vsize: 347504 KiB
Current children cumulated memory: 225652 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.15 4.09 5/264 214202
/proc/meminfo: memFree=127921620/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=351448 memory=229492 CPUtime=3333.45 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 31668 0 12 0 331389 1956 0 0 20 0 1 0 236757305 359882752 57373 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 87862 57373 2560 595 0 72529 0
Current children cumulated CPU time: 3333.45 s
Current children cumulated vsize: 351448 KiB
Current children cumulated memory: 229492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.09 5/266 214212
/proc/meminfo: memFree=127921028/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=351448 memory=229492 CPUtime=3393.29 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 31668 0 12 0 337361 1968 0 0 20 0 1 0 236757305 359882752 57373 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 87862 57373 2560 595 0 72529 0
Current children cumulated CPU time: 3393.29 s
Current children cumulated vsize: 351448 KiB
Current children cumulated memory: 229492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.15 4.09 5/265 214214
/proc/meminfo: memFree=127908812/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=352272 memory=232308 CPUtime=3453.14 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 31914 0 12 0 343334 1980 0 0 20 0 1 0 236757305 360726528 58077 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 88068 58077 2560 595 0 72735 0
Current children cumulated CPU time: 3453.14 s
Current children cumulated vsize: 352272 KiB
Current children cumulated memory: 232308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/265 214216
/proc/meminfo: memFree=127908720/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=356080 memory=235764 CPUtime=3512.99 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 32800 0 12 0 349310 1989 0 0 20 0 1 0 236757305 364625920 58941 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 89020 58941 2560 595 0 73687 0
Current children cumulated CPU time: 3512.99 s
Current children cumulated vsize: 356080 KiB
Current children cumulated memory: 235764 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/265 214218
/proc/meminfo: memFree=127892780/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=360916 memory=240244 CPUtime=3572.83 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 33912 0 12 0 355287 1996 0 0 20 0 1 0 236757305 369577984 60061 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 90229 60061 2560 595 0 74896 0
Current children cumulated CPU time: 3572.83 s
Current children cumulated vsize: 360916 KiB
Current children cumulated memory: 240244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 214220
/proc/meminfo: memFree=127892912/131249992 swapFree=33003724/33010684
[pid=214022] ppid=214016 vsize=361884 memory=247280 CPUtime=3600.06 cores=0,2
/proc/214022/stat : 214022 (SynLSCD) R 214016 214022 213965 0 -1 4194304 34135 0 12 0 358002 2004 0 0 20 0 1 0 236757305 370569216 61820 18446744073709551615 94798385590272 94798388024425 140727282325936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94798388505848 94798388538880 94798409109504 140727282329956 140727282330089 140727282330089 140727282335693 0
/proc/214022/statm: 90471 61820 2560 595 0 75138 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 247280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.04 s, system=20.0449 s

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

Child status: 0

Real time (s): 3609.61
CPU time (s): 3600.08
CPU user time (s): 3580.04
CPU system time (s): 20.0449
CPU usage (%): 99.736
Max. virtual memory (cumulated for all children) (KiB): 422516
Max. memory (cumulated for all children) (KiB): 247280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.04
system time used= 20.0449
maximum resident set size= 294572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34163
page faults= 12
swaps= 0
block input operations= 1456
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320
involuntary context switches= 4625


# summary of solver processes directly reported to runsolver:
#   pid: 214022
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3580.04
#   total CPU system time (s): 20.0449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04831 second user time and 15.837 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-22 20:59:45
IDJOB=4541813
IDBENCH=163468
IDSOLVER=3369
FILE ID=nodeC025/4541813-1753210785
RUNJOBID= nodeC025-1753210785-213975
SLURM_JOB_ID= 9687786
Free space on /tmp= 431864 MiB

SOLVER NAME= SynLSCD 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 --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541813-1753210785/watcher-4541813-1753210785 -o /tmp/evaluation-result-4541813-1753210785/solver-4541813-1753210785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753210785-213975 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541813-1753210785.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=1967084536

nodeC025 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		: 3602.239
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.67
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		: 3600.292
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.67
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		: 3599.836
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.67
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.838
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.67
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.830
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.67
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		: 3599.833
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.67
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.200
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.67
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		: 3597.433
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129484148 kB
MemAvailable:   129685348 kB
Buffers:            2128 kB
Cached:           945308 kB
SwapCached:         2132 kB
Active:           723696 kB
Inactive:         291736 kB
Active(anon):      62088 kB
Inactive(anon):    27616 kB
Active(file):     661608 kB
Inactive(file):   264120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14200 kB
Writeback:             0 kB
AnonPages:         69080 kB
Mapped:           103284 kB
Shmem:             21600 kB
KReclaimable:     229424 kB
Slab:             326044 kB
SReclaimable:     229424 kB
SUnreclaim:        96620 kB
KernelStack:        4112 kB
PageTables:         2992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431848 MiB
End job on nodeC025 at 2025-07-22 21:59:55