Trace number 4541697

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.37 3610.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
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.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
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 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c #vars 3484 #constraints 4941 1.4182 1
0.00/0.08	c 4941 constraints
0.00/0.08	c Finish cloning data from SAT to LS
0.00/0.08	c restart_num_ls  -100000 0
5.37/5.48	c Use LS-small
5.37/5.48	c update_LS_target_phase-runLS
278.08/278.85	c restart_num  0 303
278.08/278.85	c LS-restart 90 47
509.85/511.32	c Use LS-small
509.85/511.32	c restart_num  303 605
509.85/511.32	c LS-restart 80 91
509.85/511.32	c similarity no use LS 0.996556
678.91/680.80	c restart_num  605 941
678.91/680.80	c LS-restart 80 14
863.56/866.00	c Use LS-small
863.56/866.00	c restart_num  941 1243
863.56/866.00	c LS-restart 70 51
1545.57/1549.66	c Use LS-small
1545.57/1549.66	c restart_num  1243 1545
1545.57/1549.66	c LS-restart 60 2
2344.55/2350.66	c Use LS-small
2344.55/2350.66	c restart_num  1545 1846
2344.55/2350.66	c LS-restart 50 32
3575.86/3585.72	c Use LS-small
3575.86/3585.72	c restart_num  1846 2147
3575.86/3585.72	c LS-restart 40 46
3575.86/3585.72	c similarity no use LS 0.976751
3600.28/3610.26	c Program interrupted by user.
3600.28/3610.26	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62374 MiB free)
  memory of node 1: 64465 MiB (63398 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100059 s]*
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128768532/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=0.08 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 7 1 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+0.204667 s]*
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=0.18 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 15 3 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+0.304476 s]*
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=0.28 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 22 6 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+0.700095 s]
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128754680/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=0.67 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 51 16 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+1.50009 s]
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128754984/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=1.47 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 112 35 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+3.10438 s]
/proc/loadavg: 1.05 1.77 2.83 6/264 191917
/proc/meminfo: memFree=128755108/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=95684 memory=22684 CPUtime=3.07 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 3895 0 0 0 234 73 0 0 20 0 1 0 236779428 97980416 5671 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 23921 5671 2496 595 0 8588 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 95684 KiB
Current children cumulated memory: 22684 KiB

[startup+6.30011 s]
/proc/loadavg: 1.28 1.81 2.83 6/264 191917
/proc/meminfo: memFree=128747236/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=99776 memory=29052 CPUtime=6.26 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 4951 0 0 0 499 127 0 0 20 0 1 0 236779428 102170624 7263 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 24944 7263 2528 595 0 9611 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 99776 KiB
Current children cumulated memory: 29052 KiB

[startup+12.7001 s]
/proc/loadavg: 1.50 1.85 2.84 6/265 191918
/proc/meminfo: memFree=128692312/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=105856 memory=41048 CPUtime=12.65 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 6420 0 0 0 1134 131 0 0 20 0 1 0 236779428 108396544 10262 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 26464 10262 2528 595 0 11131 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 105856 KiB
Current children cumulated memory: 41048 KiB

[startup+25.5001 s]
/proc/loadavg: 2.06 1.95 2.86 6/265 191918
/proc/meminfo: memFree=128537916/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=131892 memory=65140 CPUtime=25.41 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 10108 0 0 0 2402 139 0 0 20 0 1 0 236779428 135057408 16285 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 32973 16285 2528 595 0 17640 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 131892 KiB
Current children cumulated memory: 65140 KiB

[startup+51.105 s]
/proc/loadavg: 2.78 2.14 2.90 6/265 191919
/proc/meminfo: memFree=128414484/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=146220 memory=85016 CPUtime=50.96 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 13445 0 0 0 4945 151 0 0 20 0 1 0 236779428 149729280 21254 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 36555 21254 2624 595 0 21222 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 146220 KiB
Current children cumulated memory: 85016 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.44 2.96 6/265 191920
/proc/meminfo: memFree=128305492/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=174848 memory=96912 CPUtime=102.03 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 15784 0 0 0 10025 178 0 0 20 0 1 0 236779428 179044352 24228 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 43712 24228 2624 595 0 28379 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 174848 KiB
Current children cumulated memory: 96912 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.76 3.04 6/267 191926
/proc/meminfo: memFree=128158824/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=182904 memory=108884 CPUtime=161.87 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 17778 0 0 0 15977 210 0 0 20 0 1 0 236779428 187293696 27221 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 45726 27221 2624 595 0 30393 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 182904 KiB
Current children cumulated memory: 108884 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.00 3.11 6/266 191932
/proc/meminfo: memFree=128137200/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=185356 memory=111316 CPUtime=221.72 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 18372 0 0 0 21932 240 0 0 20 0 1 0 236779428 189804544 27829 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 46339 27829 2624 595 0 31006 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 185356 KiB
Current children cumulated memory: 111316 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 3.23 3.18 6/266 191934
/proc/meminfo: memFree=128084648/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=189452 memory=117676 CPUtime=281.57 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 19454 0 0 0 27807 350 0 0 20 0 1 0 236779428 193998848 29419 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 47363 29419 2624 595 0 32030 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 189452 KiB
Current children cumulated memory: 117676 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.39 3.24 6/265 191937
/proc/meminfo: memFree=128102204/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=191420 memory=119596 CPUtime=341.4 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 19965 0 0 0 33713 427 0 0 20 0 1 0 236779428 196014080 29899 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 47855 29899 2624 595 0 32522 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 191420 KiB
Current children cumulated memory: 119596 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.52 3.30 6/265 191939
/proc/meminfo: memFree=127971636/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=196024 memory=123820 CPUtime=401.21 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 21034 0 0 0 39658 463 0 0 20 0 1 0 236779428 200728576 30955 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 49006 30955 2624 595 0 33673 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 196024 KiB
Current children cumulated memory: 123820 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.64 3.35 6/264 191941
/proc/meminfo: memFree=127960596/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=199424 memory=126892 CPUtime=461.01 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 21798 0 0 0 45615 486 0 0 20 0 1 0 236779428 204210176 31723 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 49856 31723 2624 595 0 34523 0
Current children cumulated CPU time: 461.01 s

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

Current children cumulated memory: 318796 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.03 6/265 192069
/proc/meminfo: memFree=127454840/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=423820 memory=318796 CPUtime=2914.47 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 50019 0 0 0 289665 1782 0 0 20 0 1 0 236779428 433991680 79699 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 105955 79699 2624 595 0 90622 0
Current children cumulated CPU time: 2914.47 s
Current children cumulated vsize: 423820 KiB
Current children cumulated memory: 318796 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.03 6/265 192073
/proc/meminfo: memFree=127454516/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=423820 memory=318796 CPUtime=2974.28 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 50019 0 0 0 295633 1795 0 0 20 0 1 0 236779428 433991680 79699 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 105955 79699 2624 595 0 90622 0
Current children cumulated CPU time: 2974.28 s
Current children cumulated vsize: 423820 KiB
Current children cumulated memory: 318796 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.04 6/265 192075
/proc/meminfo: memFree=127437740/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=424876 memory=319692 CPUtime=3034.09 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 50243 0 0 0 301599 1810 0 0 20 0 1 0 236779428 435073024 79923 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 106219 79923 2624 595 0 90886 0
Current children cumulated CPU time: 3034.09 s
Current children cumulated vsize: 424876 KiB
Current children cumulated memory: 319692 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.04 6/265 192077
/proc/meminfo: memFree=127429252/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=427840 memory=322380 CPUtime=3093.9 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 50909 0 0 0 307569 1821 0 0 20 0 1 0 236779428 438108160 80595 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 106960 80595 2624 595 0 91627 0
Current children cumulated CPU time: 3093.9 s
Current children cumulated vsize: 427840 KiB
Current children cumulated memory: 322380 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.04 6/265 192081
/proc/meminfo: memFree=127367848/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=441572 memory=367428 CPUtime=3153.71 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 53476 0 0 0 313541 1830 0 0 20 0 1 0 236779428 452169728 91857 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 110393 91857 2624 595 0 95060 0
Current children cumulated CPU time: 3153.71 s
Current children cumulated vsize: 441572 KiB
Current children cumulated memory: 367428 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.04 6/266 192089
/proc/meminfo: memFree=127353544/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=445444 memory=381124 CPUtime=3213.51 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 54366 0 0 0 319501 1850 0 0 20 0 1 0 236779428 456134656 95281 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 111361 95281 2624 595 0 96028 0
Current children cumulated CPU time: 3213.51 s
Current children cumulated vsize: 445444 KiB
Current children cumulated memory: 381124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.04 6/264 192091
/proc/meminfo: memFree=127332480/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=445792 memory=381252 CPUtime=3273.32 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 54404 0 0 0 325461 1871 0 0 20 0 1 0 236779428 456491008 95313 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 111448 95313 2624 595 0 96115 0
Current children cumulated CPU time: 3273.32 s
Current children cumulated vsize: 445792 KiB
Current children cumulated memory: 381252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.05 6/266 192095
/proc/meminfo: memFree=127332344/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=446816 memory=382276 CPUtime=3333.12 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 54653 0 0 0 331399 1913 0 0 20 0 1 0 236779428 457539584 95569 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 111704 95569 2624 595 0 96371 0
Current children cumulated CPU time: 3333.12 s
Current children cumulated vsize: 446816 KiB
Current children cumulated memory: 382276 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.05 6/266 192097
/proc/meminfo: memFree=127304352/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=446952 memory=387140 CPUtime=3392.93 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 54799 0 0 0 337369 1924 0 0 20 0 1 0 236779428 457678848 96785 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 111738 96785 2624 595 0 96405 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 446952 KiB
Current children cumulated memory: 387140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.05 6/266 192110
/proc/meminfo: memFree=127326180/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=447172 memory=387396 CPUtime=3452.78 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 54883 0 0 0 343331 1947 0 0 20 0 1 0 236779428 457904128 96849 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 111793 96849 2624 595 0 96460 0
Current children cumulated CPU time: 3452.78 s
Current children cumulated vsize: 447172 KiB
Current children cumulated memory: 387396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.05 6/264 192112
/proc/meminfo: memFree=127326964/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=449004 memory=389188 CPUtime=3512.63 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 55324 0 0 0 349307 1956 0 0 20 0 1 0 236779428 459780096 97297 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 112251 97297 2624 595 0 96918 0
Current children cumulated CPU time: 3512.63 s
Current children cumulated vsize: 449004 KiB
Current children cumulated memory: 389188 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.05 6/265 192116
/proc/meminfo: memFree=127325128/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=449976 memory=390212 CPUtime=3572.47 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 55567 0 0 0 355261 1986 0 0 20 0 1 0 236779428 460775424 97553 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 112494 97553 2624 595 0 97161 0
Current children cumulated CPU time: 3572.47 s
Current children cumulated vsize: 449976 KiB
Current children cumulated memory: 390212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.12 4.11 4.06 6/257 192133
/proc/meminfo: memFree=128143300/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=449976 memory=390212 CPUtime=3600.09 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 55567 0 0 0 358011 1998 0 0 20 0 1 0 236779428 460775424 97553 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 112494 97553 2624 595 0 97161 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 449976 KiB
Current children cumulated memory: 390212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.38 s, system=19.9878 s

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

[startup+3610.2 s]
/proc/loadavg: 4.12 4.11 4.06 6/257 192133
/proc/meminfo: memFree=128143300/131250000 swapFree=33010160/33010684
[pid=191912] ppid=191900 vsize=449976 memory=390212 CPUtime=3600.28 cores=5,7
/proc/191912/stat : 191912 (SynLSCD-PS) R 191900 191912 191847 0 -1 4194304 55567 0 0 0 358030 1998 0 0 20 0 1 0 236779428 460775424 97553 18446744073709551615 94747646504960 94747648939961 140730358598624 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94747649420536 94747649453568 94747663568896 140730358606174 140730358606310 140730358606310 140730358611914 0
/proc/191912/statm: 112494 97553 2624 595 0 97161 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 449976 KiB
Current children cumulated memory: 390212 KiB

Child status: 0

Real time (s): 3610.27
CPU time (s): 3600.37
CPU user time (s): 3580.38
CPU system time (s): 19.9878
CPU usage (%): 99.7256
Max. virtual memory (cumulated for all children) (KiB): 449976
Max. memory (cumulated for all children) (KiB): 390212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.38
system time used= 19.9878
maximum resident set size= 390212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55593
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= 255
involuntary context switches= 2174


# summary of solver processes directly reported to runsolver:
#   pid: 191912
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3580.38
#   total CPU system time (s): 19.9878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50115 second user time and 13.739 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
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.735
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		: 3600.661
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		: 3605.096
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:     352488 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:49