Trace number 4542086

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-06-01? (TO) 3600.07 3611.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c #vars 4482 #constraints 8965 2.00022 0
0.00/0.10	c 8965 constraints
0.00/0.10	c Finish cloning data from SAT to LS
0.00/0.10	c restart_num_ls  -100000 0
432.64/433.96	c Use LS-small
432.64/433.96	restart_num  0 302
432.64/433.96	LS-restart 90 15
1015.01/1018.03	c Use LS-small
1015.01/1018.03	restart_num  302 604
1015.01/1018.03	LS-restart 80 77
1615.93/1620.98	c Use LS-small
1615.93/1620.98	restart_num  604 905
1615.93/1620.98	LS-restart 70 78
1615.93/1620.98	c similarity no use LS 0.980366
3265.85/3276.31	restart_num  905 1206
3265.85/3276.31	LS-restart 70 86
3600.05/3611.60	c Use LS-small
3600.05/3611.60	c Program interrupted by user.
3600.05/3611.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 4.11 4.13 4.09 5/265 214355
/proc/meminfo: memFree=129022720/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=0.08 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5788 0 0 0 8 0 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+0.205716 s]*
/proc/loadavg: 4.11 4.13 4.09 5/265 214355
/proc/meminfo: memFree=128989392/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=0.19 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5790 0 0 0 17 2 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+0.30565 s]*
/proc/loadavg: 4.11 4.13 4.09 4/263 214358
/proc/meminfo: memFree=129363888/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=0.29 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5790 0 0 0 26 3 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+0.700176 s]
/proc/loadavg: 4.11 4.13 4.09 4/261 214363
/proc/meminfo: memFree=129301832/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=0.68 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5790 0 0 0 56 12 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 4.13 4.09 4/261 214363
/proc/meminfo: memFree=129172568/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=1.47 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5790 0 0 0 116 31 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+3.10556 s]
/proc/loadavg: 4.11 4.13 4.09 5/265 214400
/proc/meminfo: memFree=127053332/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=102612 memory=29000 CPUtime=3.08 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 5790 0 0 0 243 65 0 0 20 0 1 0 237118418 105074688 7250 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 25653 7250 2496 595 0 10320 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 29000 KiB

[startup+6.30016 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 214400
/proc/meminfo: memFree=125902980/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=105856 memory=36584 CPUtime=6.26 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 6627 0 0 0 504 122 0 0 20 0 1 0 237118418 108396544 9146 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 26464 9146 2560 595 0 11131 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 105856 KiB
Current children cumulated memory: 36584 KiB

[startup+12.7001 s]
/proc/loadavg: 4.25 4.16 4.10 5/265 214400
/proc/meminfo: memFree=124245360/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=129968 memory=61624 CPUtime=12.63 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 9496 0 0 0 1139 124 0 0 20 0 1 0 237118418 133087232 15406 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 32492 15406 2560 595 0 17159 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 129968 KiB
Current children cumulated memory: 61624 KiB

[startup+25.5001 s]
/proc/loadavg: 4.29 4.17 4.10 5/265 214400
/proc/meminfo: memFree=120103392/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=165272 memory=98108 CPUtime=25.39 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 12906 0 0 0 2409 130 0 0 20 0 1 0 237118418 169238528 24527 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 41318 24527 2560 595 0 25985 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 165272 KiB
Current children cumulated memory: 98108 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.15 4.10 5/265 214446
/proc/meminfo: memFree=108274128/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=184428 memory=123664 CPUtime=50.92 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 17581 0 0 0 4953 139 0 0 20 0 1 0 237118418 188854272 30916 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 46107 30916 2560 595 0 30774 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 184428 KiB
Current children cumulated memory: 123664 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/264 214503
/proc/meminfo: memFree=117275376/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=249388 memory=174852 CPUtime=101.96 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 23948 0 0 0 10043 153 0 0 20 0 1 0 237118418 255373312 43713 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 62347 43713 2560 595 0 47014 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 249388 KiB
Current children cumulated memory: 174852 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 214549
/proc/meminfo: memFree=109779360/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=259372 memory=185092 CPUtime=161.8 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 26390 0 0 0 16015 165 0 0 20 0 1 0 237118418 265596928 46273 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 64843 46273 2688 595 0 49510 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 259372 KiB
Current children cumulated memory: 185092 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/264 214551
/proc/meminfo: memFree=109726672/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=286416 memory=208004 CPUtime=221.63 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 32120 0 0 0 21981 182 0 0 20 0 1 0 237118418 293289984 52001 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 71604 52001 2688 595 0 56271 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 208004 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/264 214553
/proc/meminfo: memFree=109701476/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=286416 memory=208004 CPUtime=281.47 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 32181 0 0 0 27950 197 0 0 20 0 1 0 237118418 293289984 52001 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 71604 52001 2688 595 0 56271 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 208004 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 214556
/proc/meminfo: memFree=109694904/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=286416 memory=208004 CPUtime=341.29 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 32240 0 0 0 33916 213 0 0 20 0 1 0 237118418 293289984 52001 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 71604 52001 2688 595 0 56271 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 208004 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 214565
/proc/meminfo: memFree=109700424/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=286416 memory=218268 CPUtime=401.13 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 32263 0 0 0 39893 220 0 0 20 0 1 0 237118418 293289984 54567 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 71604 54567 2688 595 0 56271 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 286416 KiB
Current children cumulated memory: 218268 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 214567
/proc/meminfo: memFree=109697900/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=287420 memory=219292 CPUtime=460.96 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 32582 0 0 0 45730 366 0 0 20 0 1 0 237118418 294318080 54823 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 71855 54823 2688 595 0 56522 0
Current children cumulated CPU time: 460.96 s

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

Current children cumulated memory: 424584 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/265 214680
/proc/meminfo: memFree=109265080/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=603092 memory=449420 CPUtime=2853.21 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 63726 0 0 0 284403 918 0 0 20 0 1 0 237118418 617566208 112355 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 150773 112355 2688 595 0 135440 0
Current children cumulated CPU time: 2853.21 s
Current children cumulated vsize: 603092 KiB
Current children cumulated memory: 449420 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 214682
/proc/meminfo: memFree=109240056/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=608036 memory=463788 CPUtime=2913 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 64758 0 0 0 290373 927 0 0 20 0 1 0 237118418 622628864 115947 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152009 115947 2688 595 0 136676 0
Current children cumulated CPU time: 2913 s
Current children cumulated vsize: 608036 KiB
Current children cumulated memory: 463788 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 214684
/proc/meminfo: memFree=109240148/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=608036 memory=463788 CPUtime=2972.81 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 64761 0 0 0 296347 934 0 0 20 0 1 0 237118418 622628864 115947 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152009 115947 2688 595 0 136676 0
Current children cumulated CPU time: 2972.81 s
Current children cumulated vsize: 608036 KiB
Current children cumulated memory: 463788 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 214686
/proc/meminfo: memFree=109250584/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=608036 memory=463916 CPUtime=3032.61 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 64778 0 0 0 302319 942 0 0 20 0 1 0 237118418 622628864 115979 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152009 115979 2688 595 0 136676 0
Current children cumulated CPU time: 3032.61 s
Current children cumulated vsize: 608036 KiB
Current children cumulated memory: 463916 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 214689
/proc/meminfo: memFree=109225264/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=609356 memory=465196 CPUtime=3092.42 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65099 0 0 0 308287 955 0 0 20 0 1 0 237118418 623980544 116299 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152339 116299 2688 595 0 137006 0
Current children cumulated CPU time: 3092.42 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 465196 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 214691
/proc/meminfo: memFree=109226900/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=609356 memory=465196 CPUtime=3152.22 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65100 0 0 0 314248 974 0 0 20 0 1 0 237118418 623980544 116299 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152339 116299 2688 595 0 137006 0
Current children cumulated CPU time: 3152.22 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 465196 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 214693
/proc/meminfo: memFree=109233644/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=609356 memory=465196 CPUtime=3212.02 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65100 0 0 0 320214 988 0 0 20 0 1 0 237118418 623980544 116299 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152339 116299 2688 595 0 137006 0
Current children cumulated CPU time: 3212.02 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 465196 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 214695
/proc/meminfo: memFree=109227000/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=609356 memory=465324 CPUtime=3271.83 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65126 0 0 0 326032 1151 0 0 20 0 1 0 237118418 623980544 116331 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152339 116331 2688 595 0 137006 0
Current children cumulated CPU time: 3271.83 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 465324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/265 214698
/proc/meminfo: memFree=109218384/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=609356 memory=465324 CPUtime=3331.64 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65126 0 0 0 331880 1284 0 0 20 0 1 0 237118418 623980544 116331 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152339 116331 2688 595 0 137006 0
Current children cumulated CPU time: 3331.64 s
Current children cumulated vsize: 609356 KiB
Current children cumulated memory: 465324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/265 214707
/proc/meminfo: memFree=109216684/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=610452 memory=465836 CPUtime=3391.45 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65268 0 0 0 337831 1314 0 0 20 0 1 0 237118418 625102848 116459 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152613 116459 2688 595 0 137280 0
Current children cumulated CPU time: 3391.45 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 465836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.17 4.12 5/265 214709
/proc/meminfo: memFree=109234040/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=610452 memory=465836 CPUtime=3451.25 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65324 0 0 0 343798 1327 0 0 20 0 1 0 237118418 625102848 116459 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152613 116459 2688 595 0 137280 0
Current children cumulated CPU time: 3451.25 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 465836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/266 214712
/proc/meminfo: memFree=109219628/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=610452 memory=465836 CPUtime=3511.05 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65329 0 0 0 349761 1344 0 0 20 0 1 0 237118418 625102848 116459 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152613 116459 2688 595 0 137280 0
Current children cumulated CPU time: 3511.05 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 465836 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/266 214714
/proc/meminfo: memFree=109220396/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=610452 memory=465836 CPUtime=3570.84 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65336 0 0 0 355728 1356 0 0 20 0 1 0 237118418 625102848 116459 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152613 116459 2688 595 0 137280 0
Current children cumulated CPU time: 3570.84 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 465836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 4.05 4.13 4.10 4/262 214723
/proc/meminfo: memFree=109542096/131249992 swapFree=33003724/33010684
[pid=214349] ppid=214343 vsize=610452 memory=465836 CPUtime=3600.05 cores=5,7
/proc/214349/stat : 214349 (SynLSCD) R 214343 214349 213965 0 -1 4194304 65340 0 0 0 358645 1360 0 0 20 0 1 0 237118418 625102848 116459 18446744073709551615 93994414088192 93994416522345 140729782380960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93994417003768 93994417036800 93994443268096 140729782384996 140729782385129 140729782385129 140729782390733 0
/proc/214349/statm: 152613 116459 2688 595 0 137280 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 610452 KiB
Current children cumulated memory: 465836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.46 s, system=13.6103 s

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

Child status: 0

Real time (s): 3611.62
CPU time (s): 3600.07
CPU user time (s): 3586.46
CPU system time (s): 13.6103
CPU usage (%): 99.6803
Max. virtual memory (cumulated for all children) (KiB): 712612
Max. memory (cumulated for all children) (KiB): 465836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.46
system time used= 13.6103
maximum resident set size= 531044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65366
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= 175
involuntary context switches= 2137


# summary of solver processes directly reported to runsolver:
#   pid: 214349
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3586.46
#   total CPU system time (s): 13.6103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62229 second user time and 17.5321 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-22 21:59:57
IDJOB=4542086
IDBENCH=163785
IDSOLVER=3369
FILE ID=nodeC025/4542086-1753214396
RUNJOBID= nodeC025-1753210785-213978
SLURM_JOB_ID= 9687786
Free space on /tmp= 431860 MiB

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

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1594892582

nodeC025 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.907
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.67
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.828
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129077180 kB
MemAvailable:   129279556 kB
Buffers:            2128 kB
Cached:           946348 kB
SwapCached:         2132 kB
Active:          1125640 kB
Inactive:         291692 kB
Active(anon):     462840 kB
Inactive(anon):    27616 kB
Active(file):     662800 kB
Inactive(file):   264076 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8268 kB
Writeback:             0 kB
AnonPages:        469748 kB
Mapped:           109776 kB
Shmem:             21600 kB
KReclaimable:     229480 kB
Slab:             326408 kB
SReclaimable:     229480 kB
SUnreclaim:        96928 kB
KernelStack:        4208 kB
PageTables:         4000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     891368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431804 MiB
End job on nodeC025 at 2025-07-22 23:00:08