Trace number 4546569

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-07-23? (TO) 3600.1 3610.81

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 intsize: 63
0.00/0.10	c 6976 constraints
0.00/0.10	c Finish cloning data from SAT to LS
0.00/0.10	c restart_num_ls  -100000 0
3.97/4.01	c Use LS-small
3.97/4.01	c update_LS_target_phase-runLS-restart
1222.00/1225.74	c restart_num  0 304
1222.00/1225.74	c LS-restart 90 4
1225.69/1229.48	c Use LS-small
1225.69/1229.48	c update_LS_target_phase-runLS-restart
2989.27/2998.26	c restart_num  304 606
2989.27/2998.26	c LS-restart 80 11
2992.86/3001.85	c Use LS-small
2992.86/3001.85	c update_LS_target_phase-runLS-restart
3579.94/3590.66	c restart_num  606 908
3579.94/3590.66	c LS-restart 70 60
3583.53/3594.25	c Use LS-small
3583.53/3594.25	c update_LS_target_phase-runLS-restart
3600.08/3610.80	c Program interrupted by user.
3600.08/3610.80	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 (61836 MiB free)
  memory of node 1: 64465 MiB (62161 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=164913, runsolver pid=164910

[startup+0.100061 s]*
/proc/loadavg: 4.32 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126953124/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27592 CPUtime=0.08 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5226 0 0 0 8 0 0 0 20 0 1 0 242009800 103727104 6898 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6898 2400 595 0 9991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27592 KiB

[startup+0.205454 s]*
/proc/loadavg: 4.32 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126953124/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27976 CPUtime=0.18 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5338 0 0 0 18 0 0 0 20 0 1 0 242009800 103727104 6994 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6994 2400 595 0 9991 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27976 KiB

[startup+0.305078 s]*
/proc/loadavg: 4.32 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126952116/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27976 CPUtime=0.28 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5338 0 0 0 28 0 0 0 20 0 1 0 242009800 103727104 6994 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6994 2400 595 0 9991 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27976 KiB

[startup+0.700116 s]
/proc/loadavg: 4.32 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126952116/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27976 CPUtime=0.67 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5338 0 0 0 67 0 0 0 20 0 1 0 242009800 103727104 6994 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6994 2400 595 0 9991 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27976 KiB

[startup+1.50017 s]
/proc/loadavg: 4.30 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126952116/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27976 CPUtime=1.47 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5338 0 0 0 147 0 0 0 20 0 1 0 242009800 103727104 6994 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6994 2400 595 0 9991 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27976 KiB

[startup+3.10525 s]
/proc/loadavg: 4.30 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126952168/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=101296 memory=27976 CPUtime=3.07 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 5338 0 0 0 307 0 0 0 20 0 1 0 242009800 103727104 6994 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 25324 6994 2400 595 0 9991 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 101296 KiB
Current children cumulated memory: 27976 KiB

[startup+6.30016 s]
/proc/loadavg: 4.30 4.18 4.06 5/263 164914
/proc/meminfo: memFree=126944228/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=108852 memory=43344 CPUtime=6.25 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 7088 0 0 0 624 1 0 0 20 0 1 0 242009800 111464448 10836 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 27213 10836 2432 595 0 11880 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 108852 KiB
Current children cumulated memory: 43344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.17 4.06 5/263 164914
/proc/meminfo: memFree=126931240/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=133108 memory=62832 CPUtime=12.64 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 10175 0 0 0 1260 4 0 0 20 0 1 0 242009800 136302592 15708 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 33277 15708 2432 595 0 17944 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 133108 KiB
Current children cumulated memory: 62832 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.17 4.06 5/263 164914
/proc/meminfo: memFree=126902508/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=142768 memory=84652 CPUtime=25.4 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 12566 0 0 0 2530 10 0 0 20 0 1 0 242009800 146194432 21163 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 35692 21163 2432 595 0 20359 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 142768 KiB
Current children cumulated memory: 84652 KiB

[startup+51.1056 s]
/proc/loadavg: 4.20 4.17 4.06 5/264 164916
/proc/meminfo: memFree=126875068/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=179372 memory=112736 CPUtime=50.94 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 16312 0 0 0 5073 21 0 0 20 0 1 0 242009800 183676928 28184 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 44843 28184 2528 595 0 29510 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 179372 KiB
Current children cumulated memory: 112736 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.23 4.09 5/264 164968
/proc/meminfo: memFree=112613048/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=184584 memory=118368 CPUtime=102 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 17639 0 0 0 10161 39 0 0 20 0 1 0 242009800 189014016 29592 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 46146 29592 2624 595 0 30813 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 184584 KiB
Current children cumulated memory: 118368 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.19 4.08 5/265 165151
/proc/meminfo: memFree=115838012/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=346688 memory=239736 CPUtime=161.81 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 31522 0 0 0 16124 57 0 0 20 0 1 0 242009800 355008512 59934 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 86672 59934 2624 595 0 71339 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 346688 KiB
Current children cumulated memory: 239736 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.20 4.09 5/266 165244
/proc/meminfo: memFree=113189368/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=349796 memory=245880 CPUtime=221.63 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 32252 0 0 0 22091 72 0 0 20 0 1 0 242009800 358191104 61470 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 87449 61470 2624 595 0 72116 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 349796 KiB
Current children cumulated memory: 245880 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.17 4.09 5/267 165247
/proc/meminfo: memFree=113134984/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=363288 memory=260712 CPUtime=281.46 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 35466 0 0 0 28063 83 0 0 20 0 1 0 242009800 372006912 65178 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 90822 65178 2624 595 0 75489 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 363288 KiB
Current children cumulated memory: 260712 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.09 5/267 165293
/proc/meminfo: memFree=127351976/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=363288 memory=260712 CPUtime=341.29 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 35502 0 0 0 34030 99 0 0 20 0 1 0 242009800 372006912 65178 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 90822 65178 2624 595 0 75489 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 363288 KiB
Current children cumulated memory: 260712 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.15 4.09 5/266 165295
/proc/meminfo: memFree=127288004/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=399796 memory=291688 CPUtime=401.08 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 43273 0 0 0 39998 110 0 0 20 0 1 0 242009800 409391104 72922 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 99949 72922 2624 595 0 84616 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 399796 KiB
Current children cumulated memory: 291688 KiB

[startup+462.3 s]
/proc/loadavg: 3.77 4.06 4.06 4/259 165328
/proc/meminfo: memFree=127446300/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=406532 memory=298344 CPUtime=460.88 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 44943 0 0 0 45962 126 0 0 20 0 1 0 242009800 416288768 74586 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 101633 74586 2624 595 0 86300 0

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

Current children cumulated memory: 529980 KiB

[startup+2862.3 s]
/proc/loadavg: 2.04 2.07 2.21 3/252 165485
/proc/meminfo: memFree=127207524/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=2853.8 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 284857 523 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 2853.8 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+2922.3 s]
/proc/loadavg: 2.12 2.09 2.21 3/252 165487
/proc/meminfo: memFree=127199572/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=2913.61 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 290826 535 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 2913.61 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+2982.3 s]
/proc/loadavg: 2.10 2.09 2.19 3/252 165492
/proc/meminfo: memFree=127204832/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=2973.42 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 296798 544 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 2973.42 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.08 2.18 3/252 165494
/proc/meminfo: memFree=127200944/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3033.23 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 302757 566 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3033.23 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3102.3 s]
/proc/loadavg: 2.09 2.08 2.18 3/251 165496
/proc/meminfo: memFree=127176904/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3093.04 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 308723 581 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3093.04 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.08 2.17 3/252 165505
/proc/meminfo: memFree=127194496/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3152.85 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71828 0 0 0 314689 596 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3152.85 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3222.3 s]
/proc/loadavg: 2.15 2.10 2.17 3/252 165507
/proc/meminfo: memFree=127194120/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3212.66 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71861 0 0 0 320650 616 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3212.66 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3282.3 s]
/proc/loadavg: 2.05 2.08 2.16 3/253 165510
/proc/meminfo: memFree=127201304/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3272.48 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71861 0 0 0 326610 638 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3272.48 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.08 2.15 3/253 165512
/proc/meminfo: memFree=127193144/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531260 CPUtime=3332.3 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71862 0 0 0 332584 646 0 0 20 0 1 0 242009800 664633344 132815 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132815 2624 595 0 146931 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531260 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.09 2.15 3/253 165514
/proc/meminfo: memFree=127193828/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=649056 memory=531516 CPUtime=3392.13 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 71875 0 0 0 338561 652 0 0 20 0 1 0 242009800 664633344 132879 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162264 132879 2624 595 0 146931 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 649056 KiB
Current children cumulated memory: 531516 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.09 2.15 3/252 165516
/proc/meminfo: memFree=127193188/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=651388 memory=533692 CPUtime=3451.98 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 72435 0 0 0 344531 667 0 0 20 0 1 0 242009800 667021312 133423 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162847 133423 2624 595 0 147514 0
Current children cumulated CPU time: 3451.98 s
Current children cumulated vsize: 651388 KiB
Current children cumulated memory: 533692 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.10 2.15 3/252 165518
/proc/meminfo: memFree=127193960/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=651388 memory=533692 CPUtime=3511.82 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 72435 0 0 0 350491 691 0 0 20 0 1 0 242009800 667021312 133423 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162847 133423 2624 595 0 147514 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 651388 KiB
Current children cumulated memory: 533692 KiB

[startup+3582.3 s]
/proc/loadavg: 2.11 2.09 2.14 3/251 165520
/proc/meminfo: memFree=127193808/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=651388 memory=533692 CPUtime=3571.66 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 72435 0 0 0 356452 714 0 0 20 0 1 0 242009800 667021312 133423 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162847 133423 2624 595 0 147514 0
Current children cumulated CPU time: 3571.66 s
Current children cumulated vsize: 651388 KiB
Current children cumulated memory: 533692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 2.15 2.10 2.14 3/251 165522
/proc/meminfo: memFree=127193920/131249996 swapFree=33000896/33010684
[pid=164913] ppid=164910 vsize=651388 memory=533692 CPUtime=3600.08 cores=5,7
/proc/164913/stat : 164913 (SynLSCD-PS) R 164910 164913 164106 0 -1 4194304 72435 0 0 0 359285 723 0 0 20 0 1 0 242009800 667021312 133423 18446744073709551615 94415907352576 94415909787993 140734643285696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94415910268152 94415910301184 94415921504256 140734643288445 140734643288583 140734643288583 140734643294187 0
/proc/164913/statm: 162847 133423 2624 595 0 147514 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 651388 KiB
Current children cumulated memory: 533692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.86 s, system=7.241 s

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

Child status: 0

Real time (s): 3610.81
CPU time (s): 3600.1
CPU user time (s): 3592.86
CPU system time (s): 7.241
CPU usage (%): 99.7036
Max. virtual memory (cumulated for all children) (KiB): 713124
Max. memory (cumulated for all children) (KiB): 533692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.86
system time used= 7.241
maximum resident set size= 536192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72460
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= 219
involuntary context switches= 19716


# summary of solver processes directly reported to runsolver:
#   pid: 164913
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3592.86
#   total CPU system time (s): 7.241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.74864 second user time and 14.6668 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-23 11:35:19
IDJOB=4546569
IDBENCH=163363
IDSOLVER=3422
FILE ID=nodeC023/4546569-1753263319
RUNJOBID= nodeC023-1753259701-164126
SLURM_JOB_ID= 9689178
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
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-4546569-1753263319/watcher-4546569-1753263319 -o /tmp/evaluation-result-4546569-1753263319/solver-4546569-1753263319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753259701-164126 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546569-1753263319.opb

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
RANDOM SEED=554905260

nodeC023 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.879
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.894
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.78
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		: 3613.074
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.569
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.78
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.882
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.78
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		: 3749.763
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.78
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		: 3600.753
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.78
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.860
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126973592 kB
MemAvailable:   128713352 kB
Buffers:              16 kB
Cached:          2481680 kB
SwapCached:         2872 kB
Active:          1693796 kB
Inactive:        1809764 kB
Active(anon):     987624 kB
Inactive(anon):    55056 kB
Active(file):     706172 kB
Inactive(file):  1754708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3744 kB
Writeback:             0 kB
AnonPages:       1020384 kB
Mapped:           114596 kB
Shmem:             20816 kB
KReclaimable:     236240 kB
Slab:             332696 kB
SReclaimable:     236240 kB
SUnreclaim:        96456 kB
KernelStack:        4288 kB
PageTables:         5156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1427636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    925696 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC023 at 2025-07-23 12:35:30