Trace number 4545977

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.12 3609.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-16array_diag_less.opb
MD5SUM53ff2354521efee3bcd66df24a5554e0
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.013604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints1345
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints577
Minimum length of a constraint2
Maximum length of a constraint64
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
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.02	c #vars 1344 #constraints 1921 1.42932 1
0.00/0.02	c intsize: 33
0.00/0.03	c 1921 constraints
0.00/0.03	c Finish cloning data from SAT to LS
0.00/0.03	c restart_num_ls  -100000 0
565.39/566.85	c Use LS-small
565.39/566.85	restart_num  0 301
565.39/566.85	c LS-restart 90 68
1491.32/1495.02	c Use LS-small
1491.32/1495.02	restart_num  301 604
1491.32/1495.02	c LS-restart 80 37
2216.12/2221.81	c Use LS-small
2216.12/2221.81	restart_num  604 905
2216.12/2221.81	c LS-restart 70 58
3600.08/3609.42	c Use LS-small
3600.08/3609.42	c Program interrupted by user.
3600.08/3609.42	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 (56450 MiB free)
  memory of node 1: 64507 MiB (63362 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=175254, runsolver pid=175251

[startup+0.100062 s]*
/proc/loadavg: 4.13 4.09 4.09 6/265 175255
/proc/meminfo: memFree=122688704/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=0.08 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 7 1 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+0.205684 s]*
/proc/loadavg: 4.13 4.09 4.09 5/265 175255
/proc/meminfo: memFree=122688704/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=0.18 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 13 5 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+0.305675 s]*
/proc/loadavg: 4.12 4.09 4.09 5/264 175255
/proc/meminfo: memFree=122688704/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=0.28 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 20 8 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+0.700129 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 175255
/proc/meminfo: memFree=122688452/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=0.67 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 50 17 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+1.50014 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 175255
/proc/meminfo: memFree=122688956/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=1.46 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 108 38 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+3.10539 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 175255
/proc/meminfo: memFree=122688956/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=88204 memory=15744 CPUtime=3.07 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 1742 0 0 0 229 78 0 0 20 0 1 0 242142905 90320896 3936 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22051 3936 2496 595 0 6718 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15744 KiB

[startup+6.30012 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 175256
/proc/meminfo: memFree=122689460/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=91576 memory=25824 CPUtime=6.25 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 2739 0 0 0 492 133 0 0 20 0 1 0 242142905 93773824 6456 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 22894 6456 2496 595 0 7561 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 91576 KiB
Current children cumulated memory: 25824 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 175256
/proc/meminfo: memFree=122665336/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=96640 memory=35132 CPUtime=12.64 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 4052 0 0 0 1127 137 0 0 20 0 1 0 242142905 98959360 8783 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 24160 8783 2560 595 0 8827 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 96640 KiB
Current children cumulated memory: 35132 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 175256
/proc/meminfo: memFree=122635956/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=116156 memory=55300 CPUtime=25.41 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 5745 0 0 0 2398 143 0 0 20 0 1 0 242142905 118943744 13825 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 29039 13825 2560 595 0 13706 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 116156 KiB
Current children cumulated memory: 55300 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 175256
/proc/meminfo: memFree=122615928/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=150660 memory=80564 CPUtime=50.96 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 9392 0 0 0 4942 154 0 0 20 0 1 0 242142905 154275840 20141 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 37665 20141 2560 595 0 22332 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 150660 KiB
Current children cumulated memory: 80564 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 175258
/proc/meminfo: memFree=122609500/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=157868 memory=99336 CPUtime=102.03 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 11034 0 0 0 10035 168 0 0 20 0 1 0 242142905 161656832 24834 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 39467 24834 2560 595 0 24134 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 157868 KiB
Current children cumulated memory: 99336 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 175260
/proc/meminfo: memFree=122608508/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=161956 memory=103304 CPUtime=161.88 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 12045 0 0 0 15996 192 0 0 20 0 1 0 242142905 165842944 25826 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 40489 25826 2560 595 0 25156 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 161956 KiB
Current children cumulated memory: 103304 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 175319
/proc/meminfo: memFree=127852740/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=162540 memory=103944 CPUtime=221.74 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 12208 0 0 0 21954 220 0 0 20 0 1 0 242142905 166440960 25986 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 40635 25986 2560 595 0 25302 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 162540 KiB
Current children cumulated memory: 103944 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 175321
/proc/meminfo: memFree=127733540/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=163784 memory=106632 CPUtime=281.58 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 12514 0 0 0 27918 240 0 0 20 0 1 0 242142905 167714816 26658 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 40946 26658 2560 595 0 25613 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 163784 KiB
Current children cumulated memory: 106632 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 175323
/proc/meminfo: memFree=127656164/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=171596 memory=113544 CPUtime=341.43 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 14253 0 0 0 33879 264 0 0 20 0 1 0 242142905 175714304 28386 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 42899 28386 2560 595 0 27566 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 171596 KiB
Current children cumulated memory: 113544 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 175325
/proc/meminfo: memFree=127626760/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=171596 memory=113544 CPUtime=401.29 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 14253 0 0 0 39839 290 0 0 20 0 1 0 242142905 175714304 28386 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 42899 28386 2560 595 0 27566 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 171596 KiB
Current children cumulated memory: 113544 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 175327
/proc/meminfo: memFree=127616916/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=175816 memory=117384 CPUtime=461.14 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 15234 0 0 0 45807 307 0 0 20 0 1 0 242142905 180035584 29346 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 43954 29346 2560 595 0 28621 0
Current children cumulated CPU time: 461.14 s

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

Current children cumulated memory: 175460 KiB

[startup+2862.3 s]
/proc/loadavg: 2.09 2.32 2.99 3/252 175503
/proc/meminfo: memFree=127891772/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=251200 memory=175460 CPUtime=2854.83 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 23727 0 0 0 283868 1615 0 0 20 0 1 0 242142905 257228800 43865 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 62800 43865 2592 595 0 47467 0
Current children cumulated CPU time: 2854.83 s
Current children cumulated vsize: 251200 KiB
Current children cumulated memory: 175460 KiB

[startup+2922.3 s]
/proc/loadavg: 2.07 2.28 2.93 3/252 175505
/proc/meminfo: memFree=127893688/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=254308 memory=177764 CPUtime=2914.67 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 24295 0 0 0 289809 1658 0 0 20 0 1 0 242142905 260411392 44441 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 63577 44441 2592 595 0 48244 0
Current children cumulated CPU time: 2914.67 s
Current children cumulated vsize: 254308 KiB
Current children cumulated memory: 177764 KiB

[startup+2982.3 s]
/proc/loadavg: 2.08 2.24 2.87 3/252 175507
/proc/meminfo: memFree=127912904/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=254516 memory=178020 CPUtime=2974.5 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 24346 0 0 0 295766 1684 0 0 20 0 1 0 242142905 260624384 44505 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 63629 44505 2592 595 0 48296 0
Current children cumulated CPU time: 2974.5 s
Current children cumulated vsize: 254516 KiB
Current children cumulated memory: 178020 KiB

[startup+3042.3 s]
/proc/loadavg: 2.10 2.22 2.83 3/252 175509
/proc/meminfo: memFree=127913344/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=254516 memory=178020 CPUtime=3034.34 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 24376 0 0 0 301715 1719 0 0 20 0 1 0 242142905 260624384 44505 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 63629 44505 2592 595 0 48296 0
Current children cumulated CPU time: 3034.34 s
Current children cumulated vsize: 254516 KiB
Current children cumulated memory: 178020 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.21 2.78 3/253 175518
/proc/meminfo: memFree=127913368/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=254516 memory=178020 CPUtime=3094.17 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 24376 0 0 0 307680 1737 0 0 20 0 1 0 242142905 260624384 44505 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 63629 44505 2592 595 0 48296 0
Current children cumulated CPU time: 3094.17 s
Current children cumulated vsize: 254516 KiB
Current children cumulated memory: 178020 KiB

[startup+3162.3 s]
/proc/loadavg: 2.05 2.17 2.73 3/254 175521
/proc/meminfo: memFree=127913308/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258164 memory=181092 CPUtime=3154 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25139 0 0 0 313643 1757 0 0 20 0 1 0 242142905 264359936 45273 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64541 45273 2592 595 0 49208 0
Current children cumulated CPU time: 3154 s
Current children cumulated vsize: 258164 KiB
Current children cumulated memory: 181092 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.17 2.69 3/253 175524
/proc/meminfo: memFree=127912852/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258164 memory=181092 CPUtime=3213.84 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25140 0 0 0 319610 1774 0 0 20 0 1 0 242142905 264359936 45273 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64541 45273 2592 595 0 49208 0
Current children cumulated CPU time: 3213.84 s
Current children cumulated vsize: 258164 KiB
Current children cumulated memory: 181092 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.15 2.65 3/253 175526
/proc/meminfo: memFree=127913412/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258164 memory=181092 CPUtime=3273.68 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25140 0 0 0 325567 1801 0 0 20 0 1 0 242142905 264359936 45273 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64541 45273 2592 595 0 49208 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 258164 KiB
Current children cumulated memory: 181092 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.14 2.62 3/254 175529
/proc/meminfo: memFree=127895224/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258164 memory=184292 CPUtime=3333.54 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25147 0 0 0 331522 1832 0 0 20 0 1 0 242142905 264359936 46073 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64541 46073 2592 595 0 49208 0
Current children cumulated CPU time: 3333.54 s
Current children cumulated vsize: 258164 KiB
Current children cumulated memory: 184292 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.12 2.58 3/253 175531
/proc/meminfo: memFree=127896288/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258164 memory=184292 CPUtime=3393.41 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25147 0 0 0 337477 1864 0 0 20 0 1 0 242142905 264359936 46073 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64541 46073 2592 595 0 49208 0
Current children cumulated CPU time: 3393.41 s
Current children cumulated vsize: 258164 KiB
Current children cumulated memory: 184292 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.11 2.54 3/252 175533
/proc/meminfo: memFree=127897360/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258444 memory=184548 CPUtime=3453.29 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25216 0 0 0 343445 1884 0 0 20 0 1 0 242142905 264646656 46137 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64611 46137 2592 595 0 49278 0
Current children cumulated CPU time: 3453.29 s
Current children cumulated vsize: 258444 KiB
Current children cumulated memory: 184548 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.12 2.52 3/252 175535
/proc/meminfo: memFree=127897824/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258444 memory=184548 CPUtime=3513.17 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25216 0 0 0 349409 1908 0 0 20 0 1 0 242142905 264646656 46137 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64611 46137 2592 595 0 49278 0
Current children cumulated CPU time: 3513.17 s
Current children cumulated vsize: 258444 KiB
Current children cumulated memory: 184548 KiB

[startup+3582.3 s]
/proc/loadavg: 2.05 2.10 2.49 3/252 175537
/proc/meminfo: memFree=127902700/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258444 memory=184548 CPUtime=3573.04 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25232 0 0 0 355368 1936 0 0 20 0 1 0 242142905 264646656 46137 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64611 46137 2592 595 0 49278 0
Current children cumulated CPU time: 3573.04 s
Current children cumulated vsize: 258444 KiB
Current children cumulated memory: 184548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 2.11 2.10 2.48 3/252 175538
/proc/meminfo: memFree=127902736/131249996 swapFree=33010672/33010684
[pid=175254] ppid=175251 vsize=258444 memory=184548 CPUtime=3600.08 cores=5,7
/proc/175254/stat : 175254 (SynLSCD) R 175251 175254 174066 0 -1 4194304 25232 0 0 0 358061 1947 0 0 20 0 1 0 242142905 264646656 46137 18446744073709551615 94597849829376 94597852263977 140724730786432 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94597852744952 94597852777984 94597867356160 140724730788227 140724730788362 140724730788362 140724730793966 0
/proc/175254/statm: 64611 46137 2592 595 0 49278 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 258444 KiB
Current children cumulated memory: 184548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.64 s, system=19.479 s

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

Child status: 0

Real time (s): 3609.42
CPU time (s): 3600.12
CPU user time (s): 3580.64
CPU system time (s): 19.479
CPU usage (%): 99.7423
Max. virtual memory (cumulated for all children) (KiB): 258444
Max. memory (cumulated for all children) (KiB): 184548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.64
system time used= 19.479
maximum resident set size= 184548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25260
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= 172
involuntary context switches= 1739


# summary of solver processes directly reported to runsolver:
#   pid: 175254
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3580.64
#   total CPU system time (s): 19.479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36268 second user time and 13.9956 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 11:57:30
IDJOB=4545977
IDBENCH=176027
IDSOLVER=3421
FILE ID=nodeC024/4545977-1753264650
RUNJOBID= nodeC024-1753259701-174086
SLURM_JOB_ID= 9689179
Free space on /tmp= 433024 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-16array_diag_less.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-4545977-1753264650/watcher-4545977-1753264650 -o /tmp/evaluation-result-4545977-1753264650/solver-4545977-1753264650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753259701-174086 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545977-1753264650.opb

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

MD5SUM BENCH= 53ff2354521efee3bcd66df24a5554e0
RANDOM SEED=654685998

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.737
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.662
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		: 3670.228
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		: 3596.506
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.671
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.674
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.389
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.724
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:        122688608 kB
MemAvailable:   123279712 kB
Buffers:            2128 kB
Cached:          1352684 kB
SwapCached:            8 kB
Active:          7567428 kB
Inactive:         225456 kB
Active(anon):    6462732 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   223868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:       6438380 kB
Mapped:           120680 kB
Shmem:             26248 kB
KReclaimable:     203156 kB
Slab:             299880 kB
SReclaimable:     203156 kB
SUnreclaim:        96724 kB
KernelStack:        4240 kB
PageTables:        15820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7816212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3016704 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= 433008 MiB
End job on nodeC024 at 2025-07-23 12:57:40