Trace number 4546071

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 3608.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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 3571 #constraints 3643 1.02016 1
0.00/0.03	c intsize: 57
0.00/0.06	c 3643 constraints
0.00/0.06	c Finish cloning data from SAT to LS
0.00/0.06	c restart_num_ls  -100000 0
545.27/546.66	c Use LS-small
545.27/546.66	restart_num  0 301
545.27/546.66	c LS-restart 90 77
1249.35/1252.35	c Use LS-small
1249.35/1252.35	restart_num  301 602
1249.35/1252.35	c LS-restart 80 39
1959.47/1964.11	c Use LS-small
1959.47/1964.11	restart_num  602 914
1959.47/1964.11	c LS-restart 70 95
2988.48/2995.68	c Use LS-small
2988.48/2995.68	restart_num  914 1215
2988.48/2995.68	c LS-restart 60 16
3600.08/3608.70	c Use LS-small
3600.08/3608.70	c Program interrupted by user.
3600.08/3608.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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


[startup+0.100063 s]*
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128871788/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=0.07 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 6 1 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+0.205478 s]*
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128871788/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=0.18 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 16 2 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+0.305271 s]*
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128871788/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=0.28 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 26 2 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+0.700162 s]
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128871788/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=0.67 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 63 4 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+1.50015 s]
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128871788/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=1.46 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 138 8 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+3.10516 s]
/proc/loadavg: 4.24 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128872176/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=3.07 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 291 16 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+6.30013 s]
/proc/loadavg: 4.22 4.19 4.08 5/263 174972
/proc/meminfo: memFree=128868636/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=6.26 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 597 29 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+12.7001 s]
/proc/loadavg: 4.20 4.18 4.07 5/263 174972
/proc/meminfo: memFree=128868888/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=12.64 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 1209 55 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+25.5001 s]
/proc/loadavg: 4.16 4.17 4.07 5/263 174972
/proc/meminfo: memFree=128875596/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=97396 memory=24524 CPUtime=25.41 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 4055 0 0 0 2427 114 0 0 20 0 1 0 242020565 99733504 6131 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 24349 6131 2496 595 0 9016 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24524 KiB

[startup+51.1053 s]
/proc/loadavg: 4.18 4.18 4.08 5/263 174972
/proc/meminfo: memFree=128802100/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=179816 memory=99724 CPUtime=50.96 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 15741 0 0 0 4930 166 0 0 20 0 1 0 242020565 184131584 24931 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 44954 24931 2592 595 0 29621 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 179816 KiB
Current children cumulated memory: 99724 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.16 4.08 5/263 175019
/proc/meminfo: memFree=128339944/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=284320 memory=179656 CPUtime=102.03 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 28485 0 0 0 10029 174 0 0 20 0 1 0 242020565 291143680 44914 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 71080 44914 2592 595 0 55747 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 284320 KiB
Current children cumulated memory: 179656 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.15 4.08 5/263 175021
/proc/meminfo: memFree=128203272/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=285948 memory=184280 CPUtime=161.88 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 28975 0 0 0 16010 178 0 0 20 0 1 0 242020565 292810752 46070 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 71487 46070 2592 595 0 56154 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 285948 KiB
Current children cumulated memory: 184280 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.13 4.08 5/263 175067
/proc/meminfo: memFree=128674100/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=288372 memory=204888 CPUtime=221.74 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 29627 0 0 0 21992 182 0 0 20 0 1 0 242020565 295292928 51222 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 72093 51222 2592 595 0 56760 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 288372 KiB
Current children cumulated memory: 204888 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.12 4.08 5/262 175069
/proc/meminfo: memFree=128673712/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=293948 memory=210136 CPUtime=281.6 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 30934 0 0 0 27972 188 0 0 20 0 1 0 242020565 301002752 52534 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 73487 52534 2592 595 0 58154 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 293948 KiB
Current children cumulated memory: 210136 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/262 175071
/proc/meminfo: memFree=128651224/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=295508 memory=211800 CPUtime=341.46 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 31387 0 0 0 33955 191 0 0 20 0 1 0 242020565 302600192 52950 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 73877 52950 2592 595 0 58544 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 295508 KiB
Current children cumulated memory: 211800 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.08 5/262 175073
/proc/meminfo: memFree=128658676/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=299152 memory=215384 CPUtime=401.32 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 32280 0 0 0 39938 194 0 0 20 0 1 0 242020565 306331648 53846 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 74788 53846 2592 595 0 59455 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 299152 KiB
Current children cumulated memory: 215384 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.10 4.08 5/262 175075
/proc/meminfo: memFree=128642856/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=316620 memory=230232 CPUtime=461.18 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 35986 0 0 0 45916 202 0 0 20 0 1 0 242020565 324218880 57558 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 79155 57558 2592 595 0 63822 0
Current children cumulated CPU time: 461.18 s

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

Current children cumulated memory: 375560 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 175385
/proc/meminfo: memFree=127426348/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=482084 memory=376584 CPUtime=2915.36 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56272 0 0 0 290733 803 0 0 20 0 1 0 242020565 493654016 94146 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120521 94146 2592 595 0 105188 0
Current children cumulated CPU time: 2915.36 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 376584 KiB

[startup+2982.3 s]
/proc/loadavg: 3.93 4.07 4.08 4/257 175418
/proc/meminfo: memFree=127592800/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=482084 memory=376584 CPUtime=2975.22 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56275 0 0 0 296715 807 0 0 20 0 1 0 242020565 493654016 94146 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120521 94146 2592 595 0 105188 0
Current children cumulated CPU time: 2975.22 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 376584 KiB

[startup+3042.3 s]
/proc/loadavg: 3.40 3.89 4.01 4/258 175427
/proc/meminfo: memFree=127603124/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=482084 memory=376584 CPUtime=3035.08 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56275 0 0 0 302556 952 0 0 20 0 1 0 242020565 493654016 94146 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120521 94146 2592 595 0 105188 0
Current children cumulated CPU time: 3035.08 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 376584 KiB

[startup+3102.3 s]
/proc/loadavg: 3.19 3.74 3.95 4/258 175429
/proc/meminfo: memFree=127593472/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483492 memory=377608 CPUtime=3094.94 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56535 0 0 0 308539 955 0 0 20 0 1 0 242020565 495095808 94402 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120873 94402 2592 595 0 105540 0
Current children cumulated CPU time: 3094.94 s
Current children cumulated vsize: 483492 KiB
Current children cumulated memory: 377608 KiB

[startup+3162.3 s]
/proc/loadavg: 3.17 3.63 3.90 4/257 175431
/proc/meminfo: memFree=127591760/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483492 memory=377608 CPUtime=3154.78 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56536 0 0 0 314521 957 0 0 20 0 1 0 242020565 495095808 94402 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120873 94402 2592 595 0 105540 0
Current children cumulated CPU time: 3154.78 s
Current children cumulated vsize: 483492 KiB
Current children cumulated memory: 377608 KiB

[startup+3222.3 s]
/proc/loadavg: 3.40 3.60 3.87 4/257 175433
/proc/meminfo: memFree=127592596/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483748 memory=377864 CPUtime=3214.64 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56640 0 0 0 320503 961 0 0 20 0 1 0 242020565 495357952 94466 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120937 94466 2592 595 0 105604 0
Current children cumulated CPU time: 3214.64 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 377864 KiB

[startup+3282.3 s]
/proc/loadavg: 3.33 3.55 3.83 4/257 175435
/proc/meminfo: memFree=127592848/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483748 memory=377864 CPUtime=3274.49 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56643 0 0 0 326485 964 0 0 20 0 1 0 242020565 495357952 94466 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120937 94466 2592 595 0 105604 0
Current children cumulated CPU time: 3274.49 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 377864 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.46 3.79 4/257 175437
/proc/meminfo: memFree=127591560/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483748 memory=377864 CPUtime=3334.34 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56643 0 0 0 332467 967 0 0 20 0 1 0 242020565 495357952 94466 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120937 94466 2592 595 0 105604 0
Current children cumulated CPU time: 3334.34 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 377864 KiB

[startup+3402.3 s]
/proc/loadavg: 3.11 3.39 3.74 4/257 175440
/proc/meminfo: memFree=127591344/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483748 memory=377864 CPUtime=3394.2 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56651 0 0 0 338449 971 0 0 20 0 1 0 242020565 495357952 94466 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120937 94466 2592 595 0 105604 0
Current children cumulated CPU time: 3394.2 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 377864 KiB

[startup+3462.3 s]
/proc/loadavg: 3.15 3.35 3.70 4/257 175442
/proc/meminfo: memFree=127591188/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=483748 memory=377864 CPUtime=3454.04 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56651 0 0 0 344427 977 0 0 20 0 1 0 242020565 495357952 94466 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 120937 94466 2592 595 0 105604 0
Current children cumulated CPU time: 3454.04 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 377864 KiB

[startup+3522.3 s]
/proc/loadavg: 3.05 3.28 3.65 4/257 175444
/proc/meminfo: memFree=127591148/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=484388 memory=378504 CPUtime=3513.89 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56789 0 0 0 350409 980 0 0 20 0 1 0 242020565 496013312 94626 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 121097 94626 2592 595 0 105764 0
Current children cumulated CPU time: 3513.89 s
Current children cumulated vsize: 484388 KiB
Current children cumulated memory: 378504 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.26 3.62 4/257 175446
/proc/meminfo: memFree=127589060/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=485156 memory=381448 CPUtime=3573.75 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56963 0 0 0 356390 985 0 0 20 0 1 0 242020565 496799744 95362 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 121289 95362 2592 595 0 105956 0
Current children cumulated CPU time: 3573.75 s
Current children cumulated vsize: 485156 KiB
Current children cumulated memory: 381448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 3.09 3.24 3.60 4/257 175446
/proc/meminfo: memFree=127589068/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=485156 memory=381448 CPUtime=3600.08 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56963 0 0 0 359021 987 0 0 20 0 1 0 242020565 496799744 95362 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 121289 95362 2592 595 0 105956 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 485156 KiB
Current children cumulated memory: 381448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.22 s, system=9.87669 s

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

[startup+3608.7 s]
/proc/loadavg: 3.09 3.24 3.60 4/257 175446
/proc/meminfo: memFree=127589068/131249996 swapFree=33010672/33010684
[pid=174971] ppid=174968 vsize=485156 memory=381448 CPUtime=3600.08 cores=1,3
/proc/174971/stat : 174971 (SynLSCD) R 174968 174971 174066 0 -1 4194304 56963 0 0 0 359021 987 0 0 20 0 1 0 242020565 496799744 95362 18446744073709551615 94272465985536 94272468420137 140734874407232 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94272468901112 94272468934144 94272495083520 140734874413443 140734874413578 140734874413578 140734874419182 0
/proc/174971/statm: 121289 95362 2592 595 0 105956 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 485156 KiB
Current children cumulated memory: 381448 KiB

Child status: 0

Real time (s): 3608.71
CPU time (s): 3600.1
CPU user time (s): 3590.22
CPU system time (s): 9.87669
CPU usage (%): 99.7614
Max. virtual memory (cumulated for all children) (KiB): 485156
Max. memory (cumulated for all children) (KiB): 381448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.22
system time used= 9.87669
maximum resident set size= 399360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56990
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= 164
involuntary context switches= 2224


# summary of solver processes directly reported to runsolver:
#   pid: 174971
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3590.22
#   total CPU system time (s): 9.87669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63981 second user time and 15.4287 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 11:37:07
IDJOB=4546071
IDBENCH=163735
IDSOLVER=3421
FILE ID=nodeC024/4546071-1753263427
RUNJOBID= nodeC024-1753259701-174085
SLURM_JOB_ID= 9689179
Free space on /tmp= 433028 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.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-4546071-1753263427/watcher-4546071-1753263427 -o /tmp/evaluation-result-4546071-1753263427/solver-4546071-1753263427 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753259701-174085 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546071-1753263427.opb

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=748932326

nodeC024 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.638
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.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	: 0xb00002a
cpu MHz		: 3599.691
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.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	: 0xb00002a
cpu MHz		: 3745.747
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.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	: 0xb00002a
cpu MHz		: 3595.948
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.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	: 0xb00002a
cpu MHz		: 3599.684
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.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	: 0xb00002a
cpu MHz		: 3599.652
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.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	: 0xb00002a
cpu MHz		: 3601.110
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.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	: 0xb00002a
cpu MHz		: 3599.819
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128871692 kB
MemAvailable:   129457228 kB
Buffers:            2128 kB
Cached:          1347164 kB
SwapCached:            8 kB
Active:          1424688 kB
Inactive:         219916 kB
Active(anon):     319992 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   218328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7428 kB
Writeback:             0 kB
AnonPages:        296420 kB
Mapped:           120420 kB
Shmem:             26248 kB
KReclaimable:     203104 kB
Slab:             299608 kB
SReclaimable:     203104 kB
SUnreclaim:        96504 kB
KernelStack:        4272 kB
PageTables:         3860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     683388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC024 at 2025-07-23 12:37:16