Trace number 4546070

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23? (TO) 3600.05 3609.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
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 5122 #constraints 9683 1.89047 1
0.00/0.03	c intsize: 55
0.08/0.11	c 9683 constraints
0.08/0.11	c Finish cloning data from SAT to LS
0.08/0.11	c restart_num_ls  -100000 0
536.60/537.91	c Use LS-small
536.60/537.91	restart_num  0 301
536.60/537.91	c LS-restart 90 35
1186.57/1189.75	c Use LS-small
1186.57/1189.75	restart_num  301 602
1186.57/1189.75	c LS-restart 80 4
1486.97/1490.96	c Use LS-small
1486.97/1490.96	restart_num  602 904
1486.97/1490.96	c LS-restart 70 96
1960.64/1965.84	c Use LS-small
1960.64/1965.84	restart_num  904 1207
1960.64/1965.84	c LS-restart 60 81
2273.83/2279.80	c Use LS-small
2273.83/2279.80	restart_num  1207 1509
2273.83/2279.80	c LS-restart 50 4
2956.46/2964.18	c Use LS-small
2956.46/2964.18	restart_num  1509 1810
2956.46/2964.18	c LS-restart 40 71
3600.03/3609.60	c Use LS-small
3600.03/3609.60	c Program interrupted by user.
3600.03/3609.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62214 MiB free)
  memory of node 1: 64507 MiB (62983 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=184345, runsolver pid=184342

[startup+0.100044 s]*
/proc/loadavg: 4.33 4.17 4.05 5/263 184346
/proc/meminfo: memFree=128202504/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=97268 memory=24012 CPUtime=0.08 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 4296 0 0 0 8 0 0 0 20 0 1 0 242019226 99602432 6003 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 24317 6003 2432 595 0 8984 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 97268 KiB
Current children cumulated memory: 24012 KiB

[startup+0.205518 s]*
/proc/loadavg: 4.33 4.17 4.05 5/263 184346
/proc/meminfo: memFree=128193936/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=0.18 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 16 2 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+0.305339 s]*
/proc/loadavg: 4.33 4.17 4.05 5/263 184346
/proc/meminfo: memFree=128193936/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=0.28 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 24 4 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+0.700118 s]
/proc/loadavg: 4.33 4.17 4.05 5/263 184346
/proc/meminfo: memFree=128193936/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=0.67 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 56 11 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+1.50014 s]
/proc/loadavg: 4.33 4.17 4.05 5/263 184346
/proc/meminfo: memFree=128194188/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=1.47 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 119 28 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+3.10533 s]
/proc/loadavg: 4.30 4.17 4.04 5/263 184346
/proc/meminfo: memFree=128194484/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=3.08 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 244 64 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+6.30014 s]
/proc/loadavg: 4.30 4.17 4.04 5/263 184346
/proc/meminfo: memFree=128194736/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=103988 memory=30392 CPUtime=6.26 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 6177 0 0 0 500 126 0 0 20 0 1 0 242019226 106483712 7598 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 25997 7598 2496 595 0 10664 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.16 4.04 5/263 184391
/proc/meminfo: memFree=128338004/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=115504 memory=53960 CPUtime=12.64 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 9038 0 0 0 1136 128 0 0 20 0 1 0 242019226 118276096 13490 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 28876 13490 2496 595 0 13543 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 115504 KiB
Current children cumulated memory: 53960 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.16 4.04 5/264 184393
/proc/meminfo: memFree=128283628/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=169372 memory=100344 CPUtime=25.41 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 14108 0 0 0 2408 133 0 0 20 0 1 0 242019226 173436928 25086 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 42343 25086 2496 595 0 27010 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 169372 KiB
Current children cumulated memory: 100344 KiB

[startup+51.1054 s]
/proc/loadavg: 4.20 4.16 4.05 5/264 184393
/proc/meminfo: memFree=128209820/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=223820 memory=129532 CPUtime=50.97 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 18240 0 0 0 4957 140 0 0 20 0 1 0 242019226 229191680 32383 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 55955 32383 2496 595 0 40622 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 223820 KiB
Current children cumulated memory: 129532 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.05 5/264 184395
/proc/meminfo: memFree=128117296/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=255804 memory=182512 CPUtime=102.03 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 25862 0 0 0 10052 151 0 0 20 0 1 0 242019226 261943296 45628 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 63951 45628 2496 595 0 48618 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 255804 KiB
Current children cumulated memory: 182512 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.15 4.05 5/264 184397
/proc/meminfo: memFree=128037632/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=351968 memory=240860 CPUtime=161.89 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 32339 0 0 0 16021 168 0 0 20 0 1 0 242019226 360415232 60215 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 87992 60215 2592 595 0 72659 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 351968 KiB
Current children cumulated memory: 240860 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.05 5/264 184444
/proc/meminfo: memFree=127988260/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=357092 memory=250332 CPUtime=221.74 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 33580 0 0 0 21993 181 0 0 20 0 1 0 242019226 365662208 62583 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 89273 62583 2592 595 0 73940 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 357092 KiB
Current children cumulated memory: 250332 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.12 4.05 5/264 184446
/proc/meminfo: memFree=127927708/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=357572 memory=250716 CPUtime=281.61 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 33747 0 0 0 27966 195 0 0 20 0 1 0 242019226 366153728 62679 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 89393 62679 2592 595 0 74060 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 357572 KiB
Current children cumulated memory: 250716 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.13 4.06 5/262 184448
/proc/meminfo: memFree=127917492/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=358836 memory=252124 CPUtime=341.47 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 34204 0 0 0 33940 207 0 0 20 0 1 0 242019226 367448064 63031 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 89709 63031 2592 595 0 74376 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 358836 KiB
Current children cumulated memory: 252124 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/262 184450
/proc/meminfo: memFree=127901148/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=365744 memory=258780 CPUtime=401.33 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 35866 0 0 0 39912 221 0 0 20 0 1 0 242019226 374521856 64695 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 91436 64695 2592 595 0 76103 0
Current children cumulated CPU time: 401.33 s
Current children cumulated vsize: 365744 KiB
Current children cumulated memory: 258780 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/262 184452
/proc/meminfo: memFree=127876184/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=366988 memory=259548 CPUtime=461.18 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 36150 0 0 0 45884 234 0 0 20 0 1 0 242019226 375795712 64887 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 91747 64887 2592 595 0 76414 0
Current children cumulated CPU time: 461.18 s

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

Current children cumulated memory: 486048 KiB

[startup+2862.3 s]
/proc/loadavg: 3.07 3.10 3.35 4/257 184878
/proc/meminfo: memFree=127623464/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=627200 memory=486048 CPUtime=2854.91 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 66943 0 0 0 284034 1457 0 0 20 0 1 0 242019226 642252800 121512 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 156800 121512 2592 595 0 141467 0
Current children cumulated CPU time: 2854.91 s
Current children cumulated vsize: 627200 KiB
Current children cumulated memory: 486048 KiB

[startup+2922.3 s]
/proc/loadavg: 3.13 3.11 3.34 4/257 184881
/proc/meminfo: memFree=127615864/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=630244 memory=488864 CPUtime=2914.75 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 67685 0 0 0 290006 1469 0 0 20 0 1 0 242019226 645369856 122216 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 157561 122216 2592 595 0 142228 0
Current children cumulated CPU time: 2914.75 s
Current children cumulated vsize: 630244 KiB
Current children cumulated memory: 488864 KiB

[startup+2982.3 s]
/proc/loadavg: 3.05 3.09 3.32 4/258 184890
/proc/meminfo: memFree=127608740/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=2974.62 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69931 0 0 0 295825 1637 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 2974.62 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3042.3 s]
/proc/loadavg: 3.13 3.10 3.30 4/258 184892
/proc/meminfo: memFree=127609328/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=3034.44 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69939 0 0 0 301796 1648 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 3034.44 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3102.3 s]
/proc/loadavg: 3.11 3.09 3.29 4/258 184894
/proc/meminfo: memFree=127610496/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=3094.26 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69939 0 0 0 307768 1658 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 3094.26 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3162.3 s]
/proc/loadavg: 3.09 3.09 3.27 4/258 184896
/proc/meminfo: memFree=127610356/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=3154.07 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69941 0 0 0 313737 1670 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3222.3 s]
/proc/loadavg: 3.10 3.09 3.26 4/257 184898
/proc/meminfo: memFree=127611752/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=3213.89 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69941 0 0 0 319711 1678 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 3213.89 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3282.3 s]
/proc/loadavg: 3.09 3.08 3.25 4/256 184900
/proc/meminfo: memFree=127607216/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=642232 memory=497824 CPUtime=3273.71 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 69941 0 0 0 325685 1686 0 0 20 0 1 0 242019226 657645568 124456 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160558 124456 2592 595 0 145225 0
Current children cumulated CPU time: 3273.71 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497824 KiB

[startup+3342.3 s]
/proc/loadavg: 3.07 3.08 3.23 4/257 184903
/proc/meminfo: memFree=127608424/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=499232 CPUtime=3333.52 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70295 0 0 0 331657 1695 0 0 20 0 1 0 242019226 659009536 124808 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 124808 2592 595 0 145558 0
Current children cumulated CPU time: 3333.52 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 499232 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.10 3.23 4/257 184905
/proc/meminfo: memFree=127610468/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=499232 CPUtime=3393.35 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70295 0 0 0 337630 1705 0 0 20 0 1 0 242019226 659009536 124808 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 124808 2592 595 0 145558 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 499232 KiB

[startup+3462.3 s]
/proc/loadavg: 3.38 3.17 3.25 4/257 184907
/proc/meminfo: memFree=127597056/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=502432 CPUtime=3453.17 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70339 0 0 0 343600 1717 0 0 20 0 1 0 242019226 659009536 125608 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 125608 2592 595 0 145558 0
Current children cumulated CPU time: 3453.17 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 502432 KiB

[startup+3522.3 s]
/proc/loadavg: 3.25 3.17 3.24 3/251 184940
/proc/meminfo: memFree=127750384/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=502432 CPUtime=3512.98 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70339 0 0 0 349574 1724 0 0 20 0 1 0 242019226 659009536 125608 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 125608 2592 595 0 145558 0
Current children cumulated CPU time: 3512.98 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 502432 KiB

[startup+3582.3 s]
/proc/loadavg: 2.51 2.97 3.16 3/251 184948
/proc/meminfo: memFree=127759252/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=502432 CPUtime=3572.81 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70339 0 0 0 355541 1740 0 0 20 0 1 0 242019226 659009536 125608 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 125608 2592 595 0 145558 0
Current children cumulated CPU time: 3572.81 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 502432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 2.38 2.89 3.13 3/251 184948
/proc/meminfo: memFree=127752072/131249996 swapFree=33010416/33010684
[pid=184345] ppid=184342 vsize=643564 memory=502432 CPUtime=3600.03 cores=4,6
/proc/184345/stat : 184345 (SynLSCD) R 184342 184345 183535 0 -1 4194304 70339 0 0 0 358256 1747 0 0 20 0 1 0 242019226 659009536 125608 18446744073709551615 94179092983808 94179095418409 140733277831840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94179095899384 94179095932416 94179103301632 140733277837699 140733277837834 140733277837834 140733277843438 0
/proc/184345/statm: 160891 125608 2592 595 0 145558 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 502432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.56 s, system=17.4809 s

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

Child status: 0

Real time (s): 3609.61
CPU time (s): 3600.05
CPU user time (s): 3582.56
CPU system time (s): 17.4809
CPU usage (%): 99.7351
Max. virtual memory (cumulated for all children) (KiB): 643564
Max. memory (cumulated for all children) (KiB): 502432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.56
system time used= 17.4809
maximum resident set size= 535144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70366
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222
involuntary context switches= 1800


# summary of solver processes directly reported to runsolver:
#   pid: 184345
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3582.56
#   total CPU system time (s): 17.4809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89231 second user time and 15.0837 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 11:36:55
IDJOB=4546070
IDBENCH=163377
IDSOLVER=3421
FILE ID=nodeC022/4546070-1753263415
RUNJOBID= nodeC022-1753259701-183553
SLURM_JOB_ID= 9689177
Free space on /tmp= 432800 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546070-1753263415/watcher-4546070-1753263415 -o /tmp/evaluation-result-4546070-1753263415/solver-4546070-1753263415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753259701-183553 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546070-1753263415.opb

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=748932326

nodeC022 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.688
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.44
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.719
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.44
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		: 3597.016
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.44
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		: 3598.828
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.44
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.104
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.44
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.723
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128202504 kB
MemAvailable:   129397944 kB
Buffers:            2128 kB
Cached:          1944764 kB
SwapCached:           32 kB
Active:          1506092 kB
Inactive:         802856 kB
Active(anon):     386152 kB
Inactive(anon):     2124 kB
Active(file):    1119940 kB
Inactive(file):   800732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3748 kB
Writeback:             4 kB
AnonPages:        365112 kB
Mapped:           120724 kB
Shmem:             26220 kB
KReclaimable:     227612 kB
Slab:             323836 kB
SReclaimable:     227612 kB
SUnreclaim:        96224 kB
KernelStack:        4236 kB
PageTables:         4076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     766604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432804 MiB
End job on nodeC022 at 2025-07-23 12:37:04