Trace number 4542087

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.07 3610.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
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.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
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.04	c #vars 4482 #constraints 8965 2.00022 0
0.08/0.10	c 8965 constraints
0.08/0.10	c Finish cloning data from SAT to LS
0.08/0.10	c restart_num_ls  -100000 0
5.65/5.78	c Use LS-small
5.65/5.78	c update_LS_target_phase-runLS
594.82/596.54	c restart_num  0 302
594.82/596.54	c LS-restart 90 15
1481.77/1486.17	c Use LS-small
1481.77/1486.17	c restart_num  302 603
1481.77/1486.17	c LS-restart 80 78
2267.31/2274.01	c Use LS-small
2267.31/2274.01	c restart_num  603 905
2267.31/2274.01	c LS-restart 70 70
3600.05/3610.70	c Use LS-small
3600.05/3610.70	c Program interrupted by user.
3600.05/3610.70	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 (62403 MiB free)
  memory of node 1: 64465 MiB (63126 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=192216, runsolver pid=192209

[startup+0.100056 s]*
/proc/loadavg: 4.12 4.11 4.06 4/262 192217
/proc/meminfo: memFree=128505948/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102348 memory=27268 CPUtime=0.08 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5429 0 0 0 7 1 0 0 20 0 1 0 237140494 104804352 6817 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25587 6817 2432 595 0 10254 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 102348 KiB
Current children cumulated memory: 27268 KiB

[startup+0.204954 s]*
/proc/loadavg: 4.12 4.11 4.06 4/262 192217
/proc/meminfo: memFree=128502168/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102612 memory=28804 CPUtime=0.19 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5788 0 0 0 17 2 0 0 20 0 1 0 237140494 105074688 7201 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25653 7201 2464 595 0 10320 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28804 KiB

[startup+0.304541 s]*
/proc/loadavg: 4.12 4.11 4.06 4/262 192217
/proc/meminfo: memFree=128502168/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102612 memory=28804 CPUtime=0.28 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5788 0 0 0 25 3 0 0 20 0 1 0 237140494 105074688 7201 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25653 7201 2464 595 0 10320 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28804 KiB

[startup+0.700112 s]
/proc/loadavg: 4.12 4.11 4.06 4/260 192221
/proc/meminfo: memFree=128804124/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102612 memory=28804 CPUtime=0.67 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5788 0 0 0 56 11 0 0 20 0 1 0 237140494 105074688 7201 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25653 7201 2464 595 0 10320 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28804 KiB

[startup+1.50011 s]
/proc/loadavg: 4.12 4.11 4.06 4/259 192243
/proc/meminfo: memFree=128803168/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102612 memory=28804 CPUtime=1.46 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5788 0 0 0 117 29 0 0 20 0 1 0 237140494 105074688 7201 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25653 7201 2464 595 0 10320 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28804 KiB

[startup+3.10454 s]
/proc/loadavg: 4.12 4.11 4.06 5/266 192299
/proc/meminfo: memFree=127426120/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=102612 memory=28804 CPUtime=3.06 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 5788 0 0 0 245 61 0 0 20 0 1 0 237140494 105074688 7201 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 25653 7201 2464 595 0 10320 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28804 KiB

[startup+6.30011 s]
/proc/loadavg: 4.11 4.11 4.06 5/266 192299
/proc/meminfo: memFree=125415232/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=106016 memory=34092 CPUtime=6.25 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 6586 0 0 0 503 122 0 0 20 0 1 0 237140494 108560384 8523 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 26504 8523 2496 595 0 11171 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 106016 KiB
Current children cumulated memory: 34092 KiB

[startup+12.7001 s]
/proc/loadavg: 4.18 4.13 4.06 5/266 192299
/proc/meminfo: memFree=123615504/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=119132 memory=59356 CPUtime=12.62 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 9843 0 0 0 1137 125 0 0 20 0 1 0 237140494 121991168 14839 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 29783 14839 2496 595 0 14450 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 119132 KiB
Current children cumulated memory: 59356 KiB

[startup+25.5001 s]
/proc/loadavg: 4.14 4.12 4.06 5/264 192299
/proc/meminfo: memFree=119410020/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=221836 memory=134324 CPUtime=25.39 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 18300 0 0 0 2406 133 0 0 20 0 1 0 237140494 227160064 33581 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 55459 33581 2496 595 0 40126 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 221836 KiB
Current children cumulated memory: 134324 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.12 4.06 5/265 192345
/proc/meminfo: memFree=107722108/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=246164 memory=158900 CPUtime=50.91 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 24374 0 0 0 4952 139 0 0 20 0 1 0 237140494 252071936 39725 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 61541 39725 2496 595 0 46208 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 246164 KiB
Current children cumulated memory: 158900 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.06 5/266 192393
/proc/meminfo: memFree=116700664/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=276060 memory=196684 CPUtime=101.96 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 30667 0 0 0 10044 152 0 0 20 0 1 0 237140494 282685440 49171 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 69015 49171 2592 595 0 53682 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 276060 KiB
Current children cumulated memory: 196684 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/267 192442
/proc/meminfo: memFree=109061220/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=286572 memory=220840 CPUtime=161.8 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 33137 0 0 0 16013 167 0 0 20 0 1 0 237140494 293449728 55210 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 71643 55210 2592 595 0 56310 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 286572 KiB
Current children cumulated memory: 220840 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/266 192448
/proc/meminfo: memFree=108973400/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=367008 memory=247544 CPUtime=221.66 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 36350 0 0 0 21982 184 0 0 20 0 1 0 237140494 375816192 61886 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 91752 61886 2592 595 0 76419 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 367008 KiB
Current children cumulated memory: 247544 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.10 4.06 5/266 192450
/proc/meminfo: memFree=108968448/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=369148 memory=249592 CPUtime=281.49 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 36947 0 0 0 27948 201 0 0 20 0 1 0 237140494 378007552 62398 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 92287 62398 2592 595 0 76954 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 369148 KiB
Current children cumulated memory: 249592 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.11 4.07 5/265 192452
/proc/meminfo: memFree=108943208/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=369740 memory=250232 CPUtime=341.33 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 37155 0 0 0 33913 220 0 0 20 0 1 0 237140494 378613760 62558 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 92435 62558 2592 595 0 77102 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 369740 KiB
Current children cumulated memory: 250232 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.08 4.06 5/265 192455
/proc/meminfo: memFree=108918004/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=369740 memory=250232 CPUtime=401.17 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 37167 0 0 0 39883 234 0 0 20 0 1 0 237140494 378613760 62558 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 92435 62558 2592 595 0 77102 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 369740 KiB
Current children cumulated memory: 250232 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.07 5/263 192457
/proc/meminfo: memFree=108954412/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=369740 memory=250232 CPUtime=461 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 37238 0 0 0 45852 248 0 0 20 0 1 0 237140494 378613760 62558 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 92435 62558 2592 595 0 77102 0
Current children cumulated CPU time: 461 s
Current children cumulated vsize: 369740 KiB

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

Current children cumulated memory: 433572 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 192581
/proc/meminfo: memFree=108639804/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=617736 memory=454056 CPUtime=2913.68 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 65368 0 0 0 290262 1106 0 0 20 0 1 0 237140494 632561664 113514 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 154434 113514 2592 595 0 139101 0
Current children cumulated CPU time: 2913.68 s
Current children cumulated vsize: 617736 KiB
Current children cumulated memory: 454056 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 192583
/proc/meminfo: memFree=108619612/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=2973.5 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 296234 1116 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 2973.5 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 192585
/proc/meminfo: memFree=108619680/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3033.32 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 302208 1124 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3033.32 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 192589
/proc/meminfo: memFree=108618472/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3093.14 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 308183 1131 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3093.14 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3162.3 s]
/proc/loadavg: 4.34 4.17 4.12 5/266 192593
/proc/meminfo: memFree=108619648/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3152.97 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 314161 1136 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3152.97 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.17 4.12 5/265 192600
/proc/meminfo: memFree=108617488/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3212.8 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 320133 1147 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3212.8 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 192602
/proc/meminfo: memFree=108618880/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3272.61 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 326105 1156 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3272.61 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/266 192605
/proc/meminfo: memFree=108621212/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3332.43 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66036 0 0 0 332082 1161 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3332.43 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.17 4.12 5/264 192607
/proc/meminfo: memFree=108618684/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620568 memory=469024 CPUtime=3392.25 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66044 0 0 0 338058 1167 0 0 20 0 1 0 237140494 635461632 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155142 117256 2592 595 0 139809 0
Current children cumulated CPU time: 3392.25 s
Current children cumulated vsize: 620568 KiB
Current children cumulated memory: 469024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.29 4.16 5/264 192620
/proc/meminfo: memFree=108618536/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=620792 memory=469024 CPUtime=3452.09 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66176 0 0 0 344035 1174 0 0 20 0 1 0 237140494 635691008 117256 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155198 117256 2592 595 0 139865 0
Current children cumulated CPU time: 3452.09 s
Current children cumulated vsize: 620792 KiB
Current children cumulated memory: 469024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.27 4.16 5/264 192623
/proc/meminfo: memFree=108618636/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=621496 memory=469920 CPUtime=3511.91 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66395 0 0 0 350008 1183 0 0 20 0 1 0 237140494 636411904 117480 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155374 117480 2592 595 0 140041 0
Current children cumulated CPU time: 3511.91 s
Current children cumulated vsize: 621496 KiB
Current children cumulated memory: 469920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.23 4.16 5/264 192625
/proc/meminfo: memFree=108620548/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=622044 memory=470432 CPUtime=3571.74 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66515 0 0 0 355982 1192 0 0 20 0 1 0 237140494 636973056 117608 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155511 117608 2592 595 0 140178 0
Current children cumulated CPU time: 3571.74 s
Current children cumulated vsize: 622044 KiB
Current children cumulated memory: 470432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=622528 memory=470944 CPUtime=3600.05 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66655 0 0 0 358806 1199 0 0 20 0 1 0 237140494 637468672 117736 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155632 117736 2592 595 0 140299 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 622528 KiB
Current children cumulated memory: 470944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.07 s, system=12.0043 s

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

[startup+3610.7 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192216] ppid=192209 vsize=622528 memory=470944 CPUtime=3600.05 cores=0,2
/proc/192216/stat : 192216 (SynLSCD-PS) R 192209 192216 191847 0 -1 4194304 66655 0 0 0 358806 1199 0 0 20 0 1 0 237140494 637468672 117736 18446744073709551615 94710896242688 94710898677689 140726289213888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94710899158264 94710899191296 94710930653184 140726289221982 140726289222118 140726289222118 140726289227722 0
/proc/192216/statm: 155632 117736 2592 595 0 140299 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 622528 KiB
Current children cumulated memory: 470944 KiB

Child status: 0

Real time (s): 3610.72
CPU time (s): 3600.07
CPU user time (s): 3588.07
CPU system time (s): 12.0043
CPU usage (%): 99.7052
Max. virtual memory (cumulated for all children) (KiB): 764328
Max. memory (cumulated for all children) (KiB): 470944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.07
system time used= 12.0043
maximum resident set size= 567796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66682
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= 182
involuntary context switches= 7926


# summary of solver processes directly reported to runsolver:
#   pid: 192216
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3588.07
#   total CPU system time (s): 12.0043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.8141 second user time and 14.4472 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 22:03:49
IDJOB=4542087
IDBENCH=163785
IDSOLVER=3370
FILE ID=nodeC016/4542087-1753214629
RUNJOBID= nodeC016-1753211019-191857
SLURM_JOB_ID= 9687787
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_comm/normalized-27diagcomm_less_teq.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-4542087-1753214629/watcher-4542087-1753214629 -o /tmp/evaluation-result-4542087-1753214629/solver-4542087-1753214629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191857 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542087-1753214629.opb

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1945388632

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.732
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		: 3599.785
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		: 3600.621
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		: 3850.784
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.686
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.878
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.847
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		: 3700.000
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:        128547648 kB
MemAvailable:   129369492 kB
Buffers:            2144 kB
Cached:          1537452 kB
SwapCached:           24 kB
Active:          1632808 kB
Inactive:         300552 kB
Active(anon):     417896 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   298444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7372 kB
Writeback:             0 kB
AnonPages:        396512 kB
Mapped:           114900 kB
Shmem:             26240 kB
KReclaimable:     295452 kB
Slab:             394740 kB
SReclaimable:     295452 kB
SUnreclaim:        99288 kB
KernelStack:        4192 kB
PageTables:         3748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     721504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 432968 MiB
End job on nodeC016 at 2025-07-22 23:04:00