Trace number 4541736

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.02 3609.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
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.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
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.04	c #vars 4929 #constraints 6976 1.4153 1
0.08/0.11	c 6976 constraints
0.08/0.11	c Finish cloning data from SAT to LS
0.08/0.11	c restart_num_ls  -100000 0
5.66/5.76	c Use LS-small
5.66/5.76	c update_LS_target_phase-runLS
479.70/481.01	c restart_num  0 302
479.70/481.01	c LS-restart 90 4
1082.28/1085.18	c Use LS-small
1082.28/1085.18	c restart_num  302 603
1082.28/1085.18	c LS-restart 80 20
1623.33/1627.52	c Use LS-small
1623.33/1627.52	c restart_num  603 910
1623.33/1627.52	c LS-restart 70 14
2254.45/2260.20	c Use LS-small
2254.45/2260.20	c restart_num  910 1211
2254.45/2260.20	c LS-restart 60 16
2721.79/2728.74	c Use LS-small
2721.79/2728.74	c restart_num  1211 1513
2721.79/2728.74	c LS-restart 50 52
3294.76/3303.14	c Use LS-small
3294.76/3303.14	c restart_num  1513 1816
3294.76/3303.14	c LS-restart 40 77
3294.76/3303.14	c similarity no use LS 0.969974
3600.00/3609.10	c Program interrupted by user.
3600.00/3609.10	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 (62378 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-4541736-1753211019/watcher-4541736-1753211019 -o /tmp/evaluation-result-4541736-1753211019/solver-4541736-1753211019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191857 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541736-1753211019.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
solver pid=191904, runsolver pid=191898
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128781624/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=96132 memory=23696 CPUtime=0.08 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 4211 0 0 0 7 1 0 0 20 0 1 0 236779426 98439168 5924 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 24033 5924 2464 595 0 8700 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 96132 KiB
Current children cumulated memory: 23696 KiB

[startup+0.205447 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=101204 memory=28304 CPUtime=0.18 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 5350 0 0 0 15 3 0 0 20 0 1 0 236779426 103632896 7076 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 25301 7076 2496 595 0 9968 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 101204 KiB
Current children cumulated memory: 28304 KiB

[startup+0.305154 s]*
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=101204 memory=28304 CPUtime=0.28 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 5350 0 0 0 23 5 0 0 20 0 1 0 236779426 103632896 7076 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 25301 7076 2496 595 0 9968 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 101204 KiB
Current children cumulated memory: 28304 KiB

[startup+0.700104 s]
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754680/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=101204 memory=28304 CPUtime=0.67 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 5350 0 0 0 53 14 0 0 20 0 1 0 236779426 103632896 7076 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 25301 7076 2496 595 0 9968 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101204 KiB
Current children cumulated memory: 28304 KiB

[startup+1.5001 s]
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128754984/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=101204 memory=28304 CPUtime=1.47 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 5350 0 0 0 115 32 0 0 20 0 1 0 236779426 103632896 7076 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 25301 7076 2496 595 0 9968 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 101204 KiB
Current children cumulated memory: 28304 KiB

[startup+3.10449 s]
/proc/loadavg: 1.05 1.77 2.83 5/264 191917
/proc/meminfo: memFree=128755108/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=101204 memory=28304 CPUtime=3.07 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 5350 0 0 0 241 66 0 0 20 0 1 0 236779426 103632896 7076 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 25301 7076 2496 595 0 9968 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 101204 KiB
Current children cumulated memory: 28304 KiB

[startup+6.30011 s]
/proc/loadavg: 1.28 1.81 2.83 5/264 191917
/proc/meminfo: memFree=128747236/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=104064 memory=33560 CPUtime=6.26 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 6071 0 0 0 502 124 0 0 20 0 1 0 236779426 106561536 8390 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 26016 8390 2560 595 0 10683 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 104064 KiB
Current children cumulated memory: 33560 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=191904] ppid=191898 vsize=113044 memory=52620 CPUtime=12.63 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 8309 0 0 0 1135 128 0 0 20 0 1 0 236779426 115757056 13155 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 28261 13155 2560 595 0 12928 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 113044 KiB
Current children cumulated memory: 52620 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=191904] ppid=191898 vsize=136236 memory=72316 CPUtime=25.4 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 11322 0 0 0 2406 134 0 0 20 0 1 0 236779426 139505664 18079 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 34059 18079 2656 595 0 18726 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 136236 KiB
Current children cumulated memory: 72316 KiB

[startup+51.1053 s]
/proc/loadavg: 2.78 2.14 2.90 5/265 191919
/proc/meminfo: memFree=128414484/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=144312 memory=86560 CPUtime=50.92 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 13350 0 0 0 4949 143 0 0 20 0 1 0 236779426 147775488 21640 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 36078 21640 2656 595 0 20745 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 144312 KiB
Current children cumulated memory: 86560 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=191904] ppid=191898 vsize=224948 memory=155776 CPUtime=101.97 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 19226 0 0 0 10041 156 0 0 20 0 1 0 236779426 230346752 38944 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 56237 38944 2656 595 0 40904 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 224948 KiB
Current children cumulated memory: 155776 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=191904] ppid=191898 vsize=318028 memory=241376 CPUtime=161.79 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 25739 0 0 0 16010 169 0 0 20 0 1 0 236779426 325660672 60344 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 79507 60344 2656 595 0 64174 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 318028 KiB
Current children cumulated memory: 241376 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=191904] ppid=191898 vsize=336208 memory=260192 CPUtime=221.65 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 30191 0 0 0 21978 187 0 0 20 0 1 0 236779426 344276992 65048 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 84052 65048 2656 595 0 68719 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 336208 KiB
Current children cumulated memory: 260192 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=191904] ppid=191898 vsize=343292 memory=267104 CPUtime=281.5 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 31927 0 0 0 27944 206 0 0 20 0 1 0 236779426 351531008 66776 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 85823 66776 2656 595 0 70490 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 343292 KiB
Current children cumulated memory: 267104 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=191904] ppid=191898 vsize=350136 memory=273888 CPUtime=341.34 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 33697 0 0 0 33911 223 0 0 20 0 1 0 236779426 358539264 68472 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 87534 68472 2656 595 0 72201 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 350136 KiB
Current children cumulated memory: 273888 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=191904] ppid=191898 vsize=355148 memory=279008 CPUtime=401.19 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 34962 0 0 0 39886 233 0 0 20 0 1 0 236779426 363671552 69752 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 88787 69752 2656 595 0 73454 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 355148 KiB
Current children cumulated memory: 279008 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=191904] ppid=191898 vsize=356136 memory=279904 CPUtime=461.04 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 35276 0 0 0 45856 248 0 0 20 0 1 0 236779426 364683264 69976 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 89034 69976 2656 595 0 73701 0
Current children cumulated CPU time: 461.04 s

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

Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633524 memory=461556 CPUtime=2914.9 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69628 0 0 0 289969 1521 0 0 20 0 1 0 236779426 648728576 115389 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158381 115389 2656 595 0 143048 0
Current children cumulated CPU time: 2914.9 s
Current children cumulated vsize: 633524 KiB
Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633524 memory=461556 CPUtime=2974.75 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69628 0 0 0 295939 1536 0 0 20 0 1 0 236779426 648728576 115389 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158381 115389 2656 595 0 143048 0
Current children cumulated CPU time: 2974.75 s
Current children cumulated vsize: 633524 KiB
Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633524 memory=461556 CPUtime=3034.6 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69628 0 0 0 301908 1552 0 0 20 0 1 0 236779426 648728576 115389 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158381 115389 2656 595 0 143048 0
Current children cumulated CPU time: 3034.6 s
Current children cumulated vsize: 633524 KiB
Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633524 memory=461556 CPUtime=3094.45 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69628 0 0 0 307875 1570 0 0 20 0 1 0 236779426 648728576 115389 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158381 115389 2656 595 0 143048 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 633524 KiB
Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633524 memory=461556 CPUtime=3154.3 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69628 0 0 0 313844 1586 0 0 20 0 1 0 236779426 648728576 115389 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158381 115389 2656 595 0 143048 0
Current children cumulated CPU time: 3154.3 s
Current children cumulated vsize: 633524 KiB
Current children cumulated memory: 461556 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=191904] ppid=191898 vsize=633680 memory=461684 CPUtime=3214.15 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69667 0 0 0 319808 1607 0 0 20 0 1 0 236779426 648888320 115421 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158420 115421 2656 595 0 143087 0
Current children cumulated CPU time: 3214.15 s
Current children cumulated vsize: 633680 KiB
Current children cumulated memory: 461684 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=191904] ppid=191898 vsize=633680 memory=461684 CPUtime=3274 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69690 0 0 0 325778 1622 0 0 20 0 1 0 236779426 648888320 115421 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158420 115421 2656 595 0 143087 0
Current children cumulated CPU time: 3274 s
Current children cumulated vsize: 633680 KiB
Current children cumulated memory: 461684 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=191904] ppid=191898 vsize=634136 memory=462068 CPUtime=3333.86 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69805 0 0 0 331747 1639 0 0 20 0 1 0 236779426 649355264 115517 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158534 115517 2656 595 0 143201 0
Current children cumulated CPU time: 3333.86 s
Current children cumulated vsize: 634136 KiB
Current children cumulated memory: 462068 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=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3393.7 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69888 0 0 0 337712 1658 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3393.7 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 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=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3453.55 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69896 0 0 0 343686 1669 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 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=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3513.41 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69896 0 0 0 349654 1687 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3513.41 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 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=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3573.26 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69896 0 0 0 355625 1701 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3573.26 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.13 4.11 4.06 5/261 192125
/proc/meminfo: memFree=127674732/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3600 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69898 0 0 0 358296 1704 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.97 s, system=17.0477 s

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

[startup+3609.11 s]
/proc/loadavg: 4.13 4.11 4.06 5/261 192125
/proc/meminfo: memFree=127674732/131250000 swapFree=33010160/33010684
[pid=191904] ppid=191898 vsize=634468 memory=462452 CPUtime=3600 cores=0,2
/proc/191904/stat : 191904 (SynLSCD-PS) R 191898 191904 191847 0 -1 4194304 69898 0 0 0 358296 1704 0 0 20 0 1 0 236779426 649695232 115613 18446744073709551615 94616518828032 94616521263033 140729819970480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616521743608 94616521776640 94616539140096 140729819978078 140729819978214 140729819978214 140729819983818 0
/proc/191904/statm: 158617 115613 2656 595 0 143284 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 634468 KiB
Current children cumulated memory: 462452 KiB

Child status: 0

Real time (s): 3609.11
CPU time (s): 3600.02
CPU user time (s): 3582.97
CPU system time (s): 17.0477
CPU usage (%): 99.7479
Max. virtual memory (cumulated for all children) (KiB): 740676
Max. memory (cumulated for all children) (KiB): 499984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.97
system time used= 17.0477
maximum resident set size= 557328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69924
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= 231
involuntary context switches= 7949


# summary of solver processes directly reported to runsolver:
#   pid: 191904
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3582.97
#   total CPU system time (s): 17.0477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94973 second user time and 15.1952 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 21:03:39
IDJOB=4541736
IDBENCH=163363
IDSOLVER=3370
FILE ID=nodeC016/4541736-1753211019
RUNJOBID= nodeC016-1753211019-191857
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_diag/normalized-31array_diag_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-4541736-1753211019/watcher-4541736-1753211019 -o /tmp/evaluation-result-4541736-1753211019/solver-4541736-1753211019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191857 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541736-1753211019.opb

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
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.728
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		: 3596.039
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		: 3599.805
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.725
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.728
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		: 3599.728
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.611
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.572
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:        128780400 kB
MemAvailable:   129600136 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:     352880 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:48