Trace number 4546067

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.1 3611.03

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.08/0.11	c #vars 4482 #constraints 8965 2.00022 0
0.08/0.11	c intsize: 55
0.19/0.28	c 8965 constraints
0.19/0.28	c Finish cloning data from SAT to LS
0.19/0.28	c restart_num_ls  -100000 0
373.91/375.17	c Use LS-small
373.91/375.17	restart_num  0 302
373.91/375.17	c LS-restart 90 15
871.41/874.12	c Use LS-small
871.41/874.12	restart_num  302 604
871.41/874.12	c LS-restart 80 77
1360.00/1364.11	c Use LS-small
1360.00/1364.11	restart_num  604 905
1360.00/1364.11	c LS-restart 70 78
1360.00/1364.11	c similarity no use LS 0.980366
2858.51/2867.20	restart_num  905 1206
2858.51/2867.20	c LS-restart 70 86
3186.29/3195.94	c Use LS-small
3186.29/3195.94	restart_num  1206 1508
3186.29/3195.94	c LS-restart 60 75
3600.08/3611.01	c Use LS-small
3600.08/3611.01	c Program interrupted by user.
3600.08/3611.01	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: 63837 MiB (54358 MiB free)
  memory of node 1: 64465 MiB (48676 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=192759, runsolver pid=192756

[startup+0.100107 s]*
/proc/loadavg: 4.13 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105508536/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=89168 memory=16128 CPUtime=0.08 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 2066 0 0 0 7 1 0 0 20 0 1 0 242022162 91308032 4032 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 22292 4032 2240 595 0 6959 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 89168 KiB
Current children cumulated memory: 16128 KiB

[startup+0.212362 s]*
/proc/loadavg: 4.13 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105506772/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=90420 memory=17536 CPUtime=0.19 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 2371 0 0 0 18 1 0 0 20 0 1 0 242022162 92590080 4384 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 22605 4384 2304 595 0 7272 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 90420 KiB
Current children cumulated memory: 17536 KiB

[startup+0.312252 s]*
/proc/loadavg: 4.13 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105495432/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=102612 memory=28908 CPUtime=0.28 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 5786 0 0 0 26 2 0 0 20 0 1 0 242022162 105074688 7227 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 25653 7227 2496 595 0 10320 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28908 KiB

[startup+0.700283 s]
/proc/loadavg: 4.13 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105495432/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=102612 memory=28908 CPUtime=0.66 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 5786 0 0 0 57 9 0 0 20 0 1 0 242022162 105074688 7227 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 25653 7227 2496 595 0 10320 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28908 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105495432/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=102612 memory=28908 CPUtime=1.45 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 5786 0 0 0 120 25 0 0 20 0 1 0 242022162 105074688 7227 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 25653 7227 2496 595 0 10320 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28908 KiB

[startup+3.11244 s]
/proc/loadavg: 4.12 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105495516/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=102612 memory=28908 CPUtime=3.07 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 5786 0 0 0 245 62 0 0 20 0 1 0 242022162 105074688 7227 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 25653 7227 2496 595 0 10320 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28908 KiB

[startup+6.30021 s]
/proc/loadavg: 4.12 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105495540/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=102612 memory=28908 CPUtime=6.25 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 5786 0 0 0 491 134 0 0 20 0 1 0 242022162 105074688 7227 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 25653 7227 2496 595 0 10320 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 28908 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.12 4.06 5/252 192760
/proc/meminfo: memFree=105463416/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=115040 memory=55904 CPUtime=12.62 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 8936 0 0 0 1117 145 0 0 20 0 1 0 242022162 117800960 13976 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 28760 13976 2528 595 0 13427 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 115040 KiB
Current children cumulated memory: 55904 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.05 5/252 192760
/proc/meminfo: memFree=105406456/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=165272 memory=98400 CPUtime=25.39 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 13023 0 0 0 2387 152 0 0 20 0 1 0 242022162 169238528 24600 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 41318 24600 2528 595 0 25985 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 165272 KiB
Current children cumulated memory: 98400 KiB

[startup+51.1128 s]
/proc/loadavg: 4.12 4.12 4.06 5/253 192762
/proc/meminfo: memFree=105379128/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=183716 memory=122720 CPUtime=50.92 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 17590 0 0 0 4933 159 0 0 20 0 1 0 242022162 188125184 30680 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 45929 30680 2528 595 0 30596 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 183716 KiB
Current children cumulated memory: 122720 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.06 5/252 192763
/proc/meminfo: memFree=105330208/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=249388 memory=171460 CPUtime=101.96 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 24077 0 0 0 10020 176 0 0 20 0 1 0 242022162 255373312 42865 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 62347 42865 2528 595 0 47014 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 249388 KiB
Current children cumulated memory: 171460 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/252 192765
/proc/meminfo: memFree=105298352/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=284544 memory=203204 CPUtime=161.78 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 31929 0 0 0 15986 192 0 0 20 0 1 0 242022162 291373056 50801 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71136 50801 2624 595 0 55803 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 284544 KiB
Current children cumulated memory: 203204 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.06 5/251 192767
/proc/meminfo: memFree=105263508/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=286416 memory=205892 CPUtime=221.59 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 32420 0 0 0 21949 210 0 0 20 0 1 0 242022162 293289984 51473 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71604 51473 2624 595 0 56271 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 205892 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.06 5/252 192770
/proc/meminfo: memFree=105256396/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=286416 memory=212548 CPUtime=281.37 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 32496 0 0 0 27910 227 0 0 20 0 1 0 242022162 293289984 53137 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71604 53137 2624 595 0 56271 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 212548 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.10 4.06 5/251 192772
/proc/meminfo: memFree=105248892/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=286416 memory=222900 CPUtime=341.2 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 32609 0 0 0 33883 237 0 0 20 0 1 0 242022162 293289984 55725 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71604 55725 2624 595 0 56271 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 222900 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.06 5/250 192774
/proc/meminfo: memFree=105250668/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=287420 memory=223924 CPUtime=401.02 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 32869 0 0 0 39716 386 0 0 20 0 1 0 242022162 294318080 55981 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71855 55981 2624 595 0 56522 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 287420 KiB
Current children cumulated memory: 223924 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 4.08 4.06 5/250 192776
/proc/meminfo: memFree=105253832/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=287904 memory=224308 CPUtime=460.86 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 32990 0 0 0 45675 411 0 0 20 0 1 0 242022162 294813696 56077 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 71976 56077 2624 595 0 56643 0

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

Current children cumulated memory: 472716 KiB

[startup+2862.3 s]
/proc/loadavg: 3.10 3.25 3.64 4/246 192936
/proc/meminfo: memFree=105118932/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=609356 memory=472716 CPUtime=2853.62 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64502 0 0 0 284306 1056 0 0 20 0 1 0 242022162 623980544 118179 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152339 118179 2624 595 0 137006 0
Current children cumulated CPU time: 2853.62 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 472716 KiB

[startup+2922.3 s]
/proc/loadavg: 3.15 3.23 3.61 4/246 192939
/proc/meminfo: memFree=105120940/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=609356 memory=472716 CPUtime=2913.46 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64502 0 0 0 290006 1340 0 0 20 0 1 0 242022162 623980544 118179 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152339 118179 2624 595 0 137006 0
Current children cumulated CPU time: 2913.46 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 472716 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.20 3.57 4/246 192941
/proc/meminfo: memFree=105100724/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=2973.3 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 295956 1374 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 2973.3 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3042.3 s]
/proc/loadavg: 3.25 3.21 3.55 4/245 192943
/proc/meminfo: memFree=105101984/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3033.12 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 301926 1386 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3033.12 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3102.3 s]
/proc/loadavg: 3.67 3.36 3.58 4/246 192952
/proc/meminfo: memFree=105103512/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3092.95 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 307894 1401 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3092.95 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3162.3 s]
/proc/loadavg: 3.30 3.30 3.54 4/244 192954
/proc/meminfo: memFree=105104804/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3152.78 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 313863 1415 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3152.78 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3222.3 s]
/proc/loadavg: 3.15 3.26 3.51 4/244 192956
/proc/meminfo: memFree=105101596/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3212.62 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 319708 1554 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3212.62 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3282.3 s]
/proc/loadavg: 2.54 3.07 3.43 3/238 192988
/proc/meminfo: memFree=105268276/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3272.43 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 325679 1564 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3272.43 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3342.3 s]
/proc/loadavg: 2.24 2.89 3.34 3/238 192990
/proc/meminfo: memFree=105268308/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=610452 memory=477196 CPUtime=3332.23 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 64645 0 0 0 331649 1574 0 0 20 0 1 0 242022162 625102848 119299 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 152613 119299 2624 595 0 137280 0
Current children cumulated CPU time: 3332.23 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 477196 KiB

[startup+3402.3 s]
/proc/loadavg: 2.35 2.79 3.28 3/237 192992
/proc/meminfo: memFree=105268308/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=612228 memory=478604 CPUtime=3392.03 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 65013 0 0 0 337623 1580 0 0 20 0 1 0 242022162 626921472 119651 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 153057 119651 2624 595 0 137724 0
Current children cumulated CPU time: 3392.03 s
Current children cumulated vsize: 612228 KiB
Current children cumulated memory: 478604 KiB

[startup+3462.3 s]
/proc/loadavg: 2.67 2.81 3.25 3/237 192994
/proc/meminfo: memFree=105251832/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=619460 memory=485644 CPUtime=3451.85 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 66637 0 0 0 343594 1591 0 0 20 0 1 0 242022162 634327040 121411 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 154865 121411 2624 595 0 139532 0
Current children cumulated CPU time: 3451.85 s
Current children cumulated vsize: 619460 KiB
Current children cumulated memory: 485644 KiB

[startup+3522.3 s]
/proc/loadavg: 2.32 2.68 3.18 3/237 192996
/proc/meminfo: memFree=105243960/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=621588 memory=487820 CPUtime=3511.66 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 67270 0 0 0 349567 1599 0 0 20 0 1 0 242022162 636506112 121955 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 155397 121955 2624 595 0 140064 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 621588 KiB
Current children cumulated memory: 487820 KiB

[startup+3582.3 s]
/proc/loadavg: 2.25 2.58 3.11 3/238 192999
/proc/meminfo: memFree=105243500/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=621588 memory=487820 CPUtime=3571.46 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 67270 0 0 0 355540 1606 0 0 20 0 1 0 242022162 636506112 121955 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 155397 121955 2624 595 0 140064 0
Current children cumulated CPU time: 3571.46 s
Current children cumulated vsize: 621588 KiB
Current children cumulated memory: 487820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 1.95 2.48 3.06 2/232 193032
/proc/meminfo: memFree=105255408/131382116 swapFree=33005528/33010684
[pid=192759] ppid=192756 vsize=623940 memory=489612 CPUtime=3600.08 cores=1,3
/proc/192759/stat : 192759 (SynLSCD) R 192756 192759 191181 0 -1 4194304 67697 0 0 0 358399 1609 0 0 20 0 1 0 242022162 638914560 122403 18446744073709551615 93845137231872 93845139666473 140733220617280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 93845140147448 93845140180480 93845158436864 140733220624771 140733220624906 140733220624906 140733220630510 0
/proc/192759/statm: 155985 122403 2624 595 0 140652 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 623940 KiB
Current children cumulated memory: 489612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.01 s, system=16.0987 s

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

Child status: 0

Real time (s): 3611.03
CPU time (s): 3600.1
CPU user time (s): 3584.01
CPU system time (s): 16.0987
CPU usage (%): 99.6975
Max. virtual memory (cumulated for all children) (KiB): 623940
Max. memory (cumulated for all children) (KiB): 489612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.01
system time used= 16.0987
maximum resident set size= 535980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67722
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= 223
involuntary context switches= 19407


# summary of solver processes directly reported to runsolver:
#   pid: 192759
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3584.01
#   total CPU system time (s): 16.0987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2579 second user time and 33.1263 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 11:37:08
IDJOB=4546067
IDBENCH=163785
IDSOLVER=3421
FILE ID=nodeC010/4546067-1753263427
RUNJOBID= nodeC010-1753259701-191200
SLURM_JOB_ID= 9689165
Free space on /tmp= 432700 MiB

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

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=651885292

nodeC010 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	: 0xb00001f
cpu MHz		: 3662.447
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.528
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.633
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3662.460
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3662.354
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.285
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105508536 kB
MemAvailable:   129602200 kB
Buffers:             228 kB
Cached:         24856908 kB
SwapCached:         4300 kB
Active:          1186072 kB
Inactive:       24020376 kB
Active(anon):     322468 kB
Inactive(anon):    48676 kB
Active(file):     863604 kB
Inactive(file): 23971700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        346804 kB
Mapped:           116184 kB
Shmem:             21832 kB
KReclaimable:     195976 kB
Slab:             287936 kB
SReclaimable:     195976 kB
SUnreclaim:        91960 kB
KernelStack:        4096 kB
PageTables:         3840 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     746268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432708 MiB
End job on nodeC010 at 2025-07-23 12:37:19