Trace number 4546094

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.2 3608.93

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.10	c #vars 4115 #constraints 48009 11.6668 1
0.09/0.10	c intsize: 8
0.57/0.63	c 48009 constraints
0.57/0.63	c Finish cloning data from SAT to LS
0.57/0.63	c restart_num_ls  -100000 0
247.24/247.97	c Use LS-small
247.24/247.97	restart_num  0 303
247.24/247.97	c LS-restart 90 25
868.73/871.07	c Use LS-small
868.73/871.07	restart_num  303 604
868.73/871.07	c LS-restart 80 41
1687.19/1691.64	c Use LS-small
1687.19/1691.64	restart_num  604 906
1687.19/1691.64	c LS-restart 70 81
1687.19/1691.64	c similarity no use LS 0.98955
3322.58/3330.73	restart_num  906 1209
3322.58/3330.73	c LS-restart 70 85
3322.58/3330.73	c similarity no use LS 0.989307
3600.06/3608.81	c Program interrupted by user.
3600.06/3608.81	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 (61309 MiB free)
  memory of node 1: 64465 MiB (55775 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546094-1753264900/watcher-4546094-1753264900 -o /tmp/evaluation-result-4546094-1753264900/solver-4546094-1753264900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753259701-156383 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546094-1753264900.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=159062, runsolver pid=159059

[startup+0.100065 s]*
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119887116/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=92344 memory=21464 CPUtime=0.09 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 2876 0 0 0 8 1 0 0 20 0 1 0 242168611 94560256 5366 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 23086 5366 2240 595 0 7753 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 92344 KiB
Current children cumulated memory: 21464 KiB

[startup+0.20548 s]*
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119865632/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=113704 memory=51060 CPUtime=0.18 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 8484 0 0 0 16 2 0 0 20 0 1 0 242168611 116432896 12765 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 28426 12765 2304 595 0 13093 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 113704 KiB
Current children cumulated memory: 51060 KiB

[startup+0.305473 s]*
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119839800/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=133944 memory=77000 CPUtime=0.27 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 13361 0 0 0 24 3 0 0 20 0 1 0 242168611 137158656 19250 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 33486 19250 2304 595 0 18153 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 133944 KiB
Current children cumulated memory: 77000 KiB

[startup+0.700173 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119792172/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=0.67 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54137 0 0 0 57 10 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+1.50019 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119667116/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=1.46 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54137 0 0 0 135 11 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+3.10555 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119667620/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=3.07 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54140 0 0 0 293 14 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119676192/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=6.25 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54143 0 0 0 607 18 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119668384/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=12.63 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54146 0 0 0 1238 25 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 159063
/proc/meminfo: memFree=119666592/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=25.41 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54146 0 0 0 2501 40 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+51.1053 s]
/proc/loadavg: 4.06 4.08 4.09 5/262 159109
/proc/meminfo: memFree=119626628/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=328556 memory=254904 CPUtime=50.95 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 54146 0 0 0 5025 70 0 0 20 0 1 0 242168611 336441344 63726 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 82139 63726 2464 595 0 66806 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 328556 KiB
Current children cumulated memory: 254904 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 159110
/proc/meminfo: memFree=119595980/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=393828 memory=302100 CPUtime=102.01 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 60390 0 0 0 10117 84 0 0 20 0 1 0 242168611 403279872 75525 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 98457 75525 2496 595 0 83124 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 393828 KiB
Current children cumulated memory: 302100 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.13 4.10 5/262 159112
/proc/meminfo: memFree=119595188/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=396572 memory=304788 CPUtime=161.86 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 61081 0 0 0 16101 85 0 0 20 0 1 0 242168611 406089728 76197 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 99143 76197 2496 595 0 83810 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 396572 KiB
Current children cumulated memory: 304788 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.16 4.11 5/262 159114
/proc/meminfo: memFree=119583884/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=402588 memory=312172 CPUtime=221.7 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 62398 0 0 0 22084 86 0 0 20 0 1 0 242168611 412250112 78043 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 100647 78043 2496 595 0 85314 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 402588 KiB
Current children cumulated memory: 312172 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/262 159116
/proc/meminfo: memFree=119574784/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=403820 memory=312172 CPUtime=281.56 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 62403 0 0 0 28027 129 0 0 20 0 1 0 242168611 413511680 78043 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 100955 78043 2496 595 0 85622 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 403820 KiB
Current children cumulated memory: 312172 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/263 159121
/proc/meminfo: memFree=119558608/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=405052 memory=313324 CPUtime=341.4 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 62697 0 0 0 33983 157 0 0 20 0 1 0 242168611 414773248 78331 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 101263 78331 2496 595 0 85930 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 405052 KiB
Current children cumulated memory: 313324 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/264 159128
/proc/meminfo: memFree=119562200/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=406640 memory=314860 CPUtime=401.24 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 63110 0 0 0 39966 158 0 0 20 0 1 0 242168611 416399360 78715 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 101660 78715 2496 595 0 86327 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 406640 KiB
Current children cumulated memory: 314860 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 159130
/proc/meminfo: memFree=119556652/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=408060 memory=316268 CPUtime=461.08 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 63471 0 0 0 45949 159 0 0 20 0 1 0 242168611 417853440 79067 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 102015 79067 2496 595 0 86682 0
Current children cumulated CPU time: 461.08 s

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

Current children cumulated memory: 358672 KiB

[startup+2922.3 s]
/proc/loadavg: 2.11 2.30 3.05 3/251 159312
/proc/meminfo: memFree=123687000/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358672 CPUtime=2915.08 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69179 0 0 0 291261 247 0 0 20 0 1 0 242168611 440573952 89668 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89668 2496 595 0 92229 0
Current children cumulated CPU time: 2915.08 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358672 KiB

[startup+2982.3 s]
/proc/loadavg: 2.09 2.26 2.99 3/251 159314
/proc/meminfo: memFree=123685604/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358672 CPUtime=2974.95 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69179 0 0 0 297248 247 0 0 20 0 1 0 242168611 440573952 89668 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89668 2496 595 0 92229 0
Current children cumulated CPU time: 2974.95 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358672 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.23 2.93 3/251 159316
/proc/meminfo: memFree=123685444/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358672 CPUtime=3034.82 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69179 0 0 0 303234 248 0 0 20 0 1 0 242168611 440573952 89668 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89668 2496 595 0 92229 0
Current children cumulated CPU time: 3034.82 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358672 KiB

[startup+3102.3 s]
/proc/loadavg: 2.06 2.20 2.87 3/251 159318
/proc/meminfo: memFree=123685840/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358672 CPUtime=3094.68 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69228 0 0 0 309220 248 0 0 20 0 1 0 242168611 440573952 89668 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89668 2496 595 0 92229 0
Current children cumulated CPU time: 3094.68 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358672 KiB

[startup+3162.3 s]
/proc/loadavg: 2.07 2.17 2.82 3/250 159320
/proc/meminfo: memFree=123682108/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358672 CPUtime=3154.55 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69255 0 0 0 315207 248 0 0 20 0 1 0 242168611 440573952 89668 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89668 2496 595 0 92229 0
Current children cumulated CPU time: 3154.55 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358672 KiB

[startup+3222.3 s]
/proc/loadavg: 2.14 2.17 2.78 3/251 159323
/proc/meminfo: memFree=123677916/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358800 CPUtime=3214.42 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69260 0 0 0 321194 248 0 0 20 0 1 0 242168611 440573952 89700 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89700 2496 595 0 92229 0
Current children cumulated CPU time: 3214.42 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358800 KiB

[startup+3282.3 s]
/proc/loadavg: 2.11 2.15 2.73 3/251 159325
/proc/meminfo: memFree=123678908/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358800 CPUtime=3274.29 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69260 0 0 0 327180 249 0 0 20 0 1 0 242168611 440573952 89700 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89700 2496 595 0 92229 0
Current children cumulated CPU time: 3274.29 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358800 KiB

[startup+3342.3 s]
/proc/loadavg: 2.04 2.12 2.68 3/251 159327
/proc/meminfo: memFree=123677780/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=430248 memory=358800 CPUtime=3334.15 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69260 0 0 0 333166 249 0 0 20 0 1 0 242168611 440573952 89700 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107562 89700 2496 595 0 92229 0
Current children cumulated CPU time: 3334.15 s
Current children cumulated vsize: 430248 KiB
Current children cumulated memory: 358800 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.13 2.65 3/252 159332
/proc/meminfo: memFree=123679096/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=431712 memory=359952 CPUtime=3394.02 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69566 0 0 0 339153 249 0 0 20 0 1 0 242168611 442073088 89988 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107928 89988 2496 595 0 92595 0
Current children cumulated CPU time: 3394.02 s
Current children cumulated vsize: 431712 KiB
Current children cumulated memory: 359952 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.12 2.61 3/252 159338
/proc/meminfo: memFree=123679688/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=431712 memory=359952 CPUtime=3453.88 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69566 0 0 0 345139 249 0 0 20 0 1 0 242168611 442073088 89988 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 107928 89988 2496 595 0 92595 0
Current children cumulated CPU time: 3453.88 s
Current children cumulated vsize: 431712 KiB
Current children cumulated memory: 359952 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.11 2.58 3/251 159340
/proc/meminfo: memFree=123671968/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=432352 memory=360592 CPUtime=3513.75 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69726 0 0 0 351126 249 0 0 20 0 1 0 242168611 442728448 90148 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 108088 90148 2496 595 0 92755 0
Current children cumulated CPU time: 3513.75 s
Current children cumulated vsize: 432352 KiB
Current children cumulated memory: 360592 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.10 2.54 3/252 159354
/proc/meminfo: memFree=123671328/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=432952 memory=361232 CPUtime=3573.62 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69877 0 0 0 357112 250 0 0 20 0 1 0 242168611 443342848 90308 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 108238 90308 2496 595 0 92905 0
Current children cumulated CPU time: 3573.62 s
Current children cumulated vsize: 432952 KiB
Current children cumulated memory: 361232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 2.13 2.11 2.53 3/252 159355
/proc/meminfo: memFree=123671076/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=432952 memory=361232 CPUtime=3600.06 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69877 0 0 0 359756 250 0 0 20 0 1 0 242168611 443342848 90308 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 108238 90308 2496 595 0 92905 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 432952 KiB
Current children cumulated memory: 361232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.50841 s

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

[startup+3608.9 s]
/proc/loadavg: 2.13 2.11 2.53 3/252 159355
/proc/meminfo: memFree=123671076/131250000 swapFree=33010672/33010684
[pid=159062] ppid=159059 vsize=380108 memory=323552 CPUtime=3600.16 cores=4,6
/proc/159062/stat : 159062 (SynLSCD) R 159059 159062 156365 0 -1 4194304 69883 0 0 0 359766 250 0 0 20 0 1 0 242168611 389230592 80888 18446744073709551615 94441487396864 94441489831465 140726491065136 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94441490312440 94441490345472 94441498591232 140726491068803 140726491068938 140726491068938 140726491074542 0
/proc/159062/statm: 95027 80888 2592 595 0 79694 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 380108 KiB
Current children cumulated memory: 323552 KiB

Child status: 0

Real time (s): 3608.93
CPU time (s): 3600.2
CPU user time (s): 3597.7
CPU system time (s): 2.50841
CPU usage (%): 99.7581
Max. virtual memory (cumulated for all children) (KiB): 432952
Max. memory (cumulated for all children) (KiB): 361232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.50841
maximum resident set size= 361616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69938
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= 166
involuntary context switches= 1680


# summary of solver processes directly reported to runsolver:
#   pid: 159062
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.50841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36076 second user time and 14.8674 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-23 12:01:40
IDJOB=4546094
IDBENCH=180780
IDSOLVER=3421
FILE ID=nodeC026/4546094-1753264900
RUNJOBID= nodeC026-1753259701-156383
SLURM_JOB_ID= 9689181
Free space on /tmp= 432996 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.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-4546094-1753264900/watcher-4546094-1753264900 -o /tmp/evaluation-result-4546094-1753264900/solver-4546094-1753264900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753259701-156383 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546094-1753264900.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=1937831152

nodeC026 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.799
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.59
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.888
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.59
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.876
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119894928 kB
MemAvailable:   124901508 kB
Buffers:            2128 kB
Cached:          5630728 kB
SwapCached:            4 kB
Active:          5855284 kB
Inactive:        4488592 kB
Active(anon):    4731944 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4483248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4596 kB
Writeback:             0 kB
AnonPages:       4714100 kB
Mapped:           120988 kB
Shmem:             26268 kB
KReclaimable:     460792 kB
Slab:             564876 kB
SReclaimable:     460792 kB
SUnreclaim:       104084 kB
KernelStack:        4252 kB
PageTables:        12732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5676200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3704832 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC026 at 2025-07-23 13:01:49