Trace number 4545051

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-PS 2025-06-01? (TO) 3600.23 3608.5

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.16	c #vars 5363 #constraints 78527 14.6424 1
0.78/0.86	c 78527 constraints
0.78/0.86	c Finish cloning data from SAT to LS
0.78/0.86	c restart_num_ls  -100000 0
60.84/61.00	c Use LS-small
60.84/61.00	c update_LS_target_phase-runLS
217.01/217.64	c restart_num  0 301
217.01/217.64	c LS-restart 90 49
752.34/754.27	c Use LS-small
752.34/754.27	c restart_num  301 602
752.34/754.27	c LS-restart 80 46
1451.95/1455.46	c Use LS-small
1451.95/1455.46	c restart_num  602 903
1451.95/1455.46	c LS-restart 70 34
2878.42/2885.16	c Use LS-small
2878.42/2885.16	c restart_num  903 1204
2878.42/2885.16	c LS-restart 60 47
3600.02/3608.33	c Use LS-small
3600.02/3608.33	c Program interrupted by user.
3600.02/3608.33	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545051-1753219973/watcher-4545051-1753219973 -o /tmp/evaluation-result-4545051-1753219973/solver-4545051-1753219973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545051-1753219973.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.11 4.09 5/267 194973
/proc/meminfo: memFree=128093884/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=92836 memory=22100 CPUtime=0.08 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 3053 0 0 0 8 0 0 0 20 0 1 0 237674831 95064064 5525 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 23209 5525 2240 595 0 7876 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 92836 KiB
Current children cumulated memory: 22100 KiB

[startup+0.205405 s]*
/proc/loadavg: 4.14 4.11 4.09 5/267 194973
/proc/meminfo: memFree=128081724/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=106652 memory=41788 CPUtime=0.19 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 6852 0 0 0 18 1 0 0 20 0 1 0 237674831 109211648 10447 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 26663 10447 2304 595 0 11330 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106652 KiB
Current children cumulated memory: 41788 KiB

[startup+0.305418 s]*
/proc/loadavg: 4.14 4.11 4.09 5/267 194973
/proc/meminfo: memFree=128054128/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=128792 memory=69668 CPUtime=0.29 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 12548 0 0 0 27 2 0 0 20 0 1 0 237674831 131883008 17417 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 32198 17417 2304 595 0 16865 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 128792 KiB
Current children cumulated memory: 69668 KiB

[startup+0.700166 s]
/proc/loadavg: 4.14 4.11 4.09 6/267 194973
/proc/meminfo: memFree=128002396/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=239120 memory=172124 CPUtime=0.68 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 28868 0 0 0 62 6 0 0 20 0 1 0 237674831 244858880 43031 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 59780 43031 2496 595 0 44447 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 239120 KiB
Current children cumulated memory: 172124 KiB

[startup+1.50017 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 194973
/proc/meminfo: memFree=127812060/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=1.47 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55142 0 0 0 136 11 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+3.10542 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 194974
/proc/meminfo: memFree=127675484/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=3.08 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55172 0 0 0 292 16 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+6.30016 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 194974
/proc/meminfo: memFree=127675668/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=6.27 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55187 0 0 0 603 24 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.09 4/263 194982
/proc/meminfo: memFree=127730244/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=12.65 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55187 0 0 0 1225 40 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 195019
/proc/meminfo: memFree=124253684/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=25.42 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55187 0 0 0 2465 77 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 195019
/proc/meminfo: memFree=116844264/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=403436 memory=309924 CPUtime=50.96 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 55202 0 0 0 4948 148 0 0 20 0 1 0 237674831 413118464 77481 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 100859 77481 2496 595 0 85526 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309924 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 195021
/proc/meminfo: memFree=105634896/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=469348 memory=370248 CPUtime=102.02 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 61507 0 0 0 10024 178 0 0 20 0 1 0 237674831 480612352 92562 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 117337 92562 2528 595 0 102004 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 469348 KiB
Current children cumulated memory: 370248 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 195069
/proc/meminfo: memFree=126323824/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=477096 memory=379204 CPUtime=161.86 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 62753 0 0 0 16007 179 0 0 20 0 1 0 237674831 488546304 94801 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 119274 94801 2528 595 0 103941 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 477096 KiB
Current children cumulated memory: 379204 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 195071
/proc/meminfo: memFree=126737688/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=486876 memory=388716 CPUtime=221.71 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 63655 0 0 0 21979 192 0 0 20 0 1 0 237674831 498561024 97179 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 121719 97179 2528 595 0 106386 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 486876 KiB
Current children cumulated memory: 388716 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 195163
/proc/meminfo: memFree=118093432/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=487492 memory=388716 CPUtime=281.56 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 63658 0 0 0 27816 340 0 0 20 0 1 0 237674831 499191808 97179 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 121873 97179 2528 595 0 106540 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 487492 KiB
Current children cumulated memory: 388716 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 195168
/proc/meminfo: memFree=101103120/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=488720 memory=391936 CPUtime=341.4 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 63736 0 0 0 33799 341 0 0 20 0 1 0 237674831 500449280 97984 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 122180 97984 2528 595 0 106847 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 488720 KiB
Current children cumulated memory: 391936 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/265 195174
/proc/meminfo: memFree=101015580/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=491076 memory=416768 CPUtime=401.25 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 63897 0 0 0 39783 342 0 0 20 0 1 0 237674831 502861824 104192 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 122769 104192 2528 595 0 107436 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 491076 KiB
Current children cumulated memory: 416768 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 195222
/proc/meminfo: memFree=127139804/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=492576 memory=418176 CPUtime=461.09 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 64309 0 0 0 45766 343 0 0 20 0 1 0 237674831 504397824 104544 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 123144 104544 2528 595 0 107811 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 464292 KiB

[startup+2922.3 s]
/proc/loadavg: 3.10 3.16 3.42 4/259 195404
/proc/meminfo: memFree=126992560/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=569696 memory=464292 CPUtime=2915.53 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71287 0 0 0 290737 816 0 0 20 0 1 0 237674831 583368704 116073 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 142424 116073 2528 595 0 127091 0
Current children cumulated CPU time: 2915.53 s
Current children cumulated vsize: 569696 KiB
Current children cumulated memory: 464292 KiB

[startup+2982.3 s]
/proc/loadavg: 3.08 3.14 3.40 4/259 195406
/proc/meminfo: memFree=126980196/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=570184 memory=467876 CPUtime=2975.4 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71409 0 0 0 296646 894 0 0 20 0 1 0 237674831 583868416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 142546 116969 2528 595 0 127213 0
Current children cumulated CPU time: 2975.4 s
Current children cumulated vsize: 570184 KiB
Current children cumulated memory: 467876 KiB

[startup+3042.3 s]
/proc/loadavg: 3.15 3.14 3.38 4/259 195408
/proc/meminfo: memFree=126983868/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=570184 memory=467876 CPUtime=3035.27 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71521 0 0 0 302633 894 0 0 20 0 1 0 237674831 583868416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 142546 116969 2528 595 0 127213 0
Current children cumulated CPU time: 3035.27 s
Current children cumulated vsize: 570184 KiB
Current children cumulated memory: 467876 KiB

[startup+3102.3 s]
/proc/loadavg: 3.05 3.12 3.35 4/259 195410
/proc/meminfo: memFree=126983932/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3095.13 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71538 0 0 0 308619 894 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3095.13 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3162.3 s]
/proc/loadavg: 3.06 3.11 3.34 4/259 195413
/proc/meminfo: memFree=126983788/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3155.01 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71538 0 0 0 314606 895 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3155.01 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.12 3.32 4/257 195415
/proc/meminfo: memFree=126983948/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3214.87 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71538 0 0 0 320592 895 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3214.87 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.11 3.31 4/257 195417
/proc/meminfo: memFree=126983872/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3274.75 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71539 0 0 0 326579 896 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3274.75 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.10 3.29 4/258 195422
/proc/meminfo: memFree=126979316/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3334.61 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71539 0 0 0 332565 896 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3334.61 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.10 3.27 4/258 195428
/proc/meminfo: memFree=126979268/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3394.48 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71539 0 0 0 338552 896 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3394.48 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3462.3 s]
/proc/loadavg: 3.08 3.09 3.26 4/259 195431
/proc/meminfo: memFree=126979332/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=572184 memory=467876 CPUtime=3454.35 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71539 0 0 0 344538 897 0 0 20 0 1 0 237674831 585916416 116969 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143046 116969 2528 595 0 127713 0
Current children cumulated CPU time: 3454.35 s
Current children cumulated vsize: 572184 KiB
Current children cumulated memory: 467876 KiB

[startup+3522.3 s]
/proc/loadavg: 3.06 3.08 3.25 4/259 195433
/proc/meminfo: memFree=126959012/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=574144 memory=468772 CPUtime=3514.22 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71745 0 0 0 350525 897 0 0 20 0 1 0 237674831 587923456 117193 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143536 117193 2528 595 0 128203 0
Current children cumulated CPU time: 3514.22 s
Current children cumulated vsize: 574144 KiB
Current children cumulated memory: 468772 KiB

[startup+3582.3 s]
/proc/loadavg: 3.07 3.08 3.24 4/259 195435
/proc/meminfo: memFree=126979700/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=574144 memory=468772 CPUtime=3574.08 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71745 0 0 0 356511 897 0 0 20 0 1 0 237674831 587923456 117193 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143536 117193 2528 595 0 128203 0
Current children cumulated CPU time: 3574.08 s
Current children cumulated vsize: 574144 KiB
Current children cumulated memory: 468772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 3.10 3.09 3.23 4/259 195435
/proc/meminfo: memFree=126979700/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=574144 memory=468772 CPUtime=3600.02 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71745 0 0 0 359105 897 0 0 20 0 1 0 237674831 587923456 117193 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 143536 117193 2528 595 0 128203 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 574144 KiB
Current children cumulated memory: 468772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.25 s, system=8.98164 s

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

[startup+3608.4 s]
/proc/loadavg: 3.10 3.09 3.23 4/259 195435
/proc/meminfo: memFree=126979700/131250000 swapFree=33010160/33010684
[pid=194972] ppid=194969 vsize=481672 memory=414668 CPUtime=3600.13 cores=4,6
/proc/194972/stat : 194972 (SynLSCD-PS) R 194969 194972 191847 0 -1 4194304 71751 0 0 0 359115 898 0 0 20 0 1 0 237674831 493232128 103667 18446744073709551615 94767838457856 94767840892857 140734099013792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94767841373432 94767841406464 94767855542272 140734099020126 140734099020262 140734099020262 140734099025866 0
/proc/194972/statm: 120418 103667 2624 595 0 105085 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 481672 KiB
Current children cumulated memory: 414668 KiB

Child status: 0

Real time (s): 3608.5
CPU time (s): 3600.23
CPU user time (s): 3591.25
CPU system time (s): 8.98164
CPU usage (%): 99.771
Max. virtual memory (cumulated for all children) (KiB): 574144
Max. memory (cumulated for all children) (KiB): 468772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.25
system time used= 8.98164
maximum resident set size= 508552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71783
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= 155
involuntary context switches= 2110


# summary of solver processes directly reported to runsolver:
#   pid: 194972
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3591.25
#   total CPU system time (s): 8.98164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69032 second user time and 16.1525 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 23:32:53
IDJOB=4545051
IDBENCH=180696
IDSOLVER=3370
FILE ID=nodeC016/4545051-1753219973
RUNJOBID= nodeC016-1753211019-191858
SLURM_JOB_ID= 9687787
Free space on /tmp= 432996 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545051-1753219973/watcher-4545051-1753219973 -o /tmp/evaluation-result-4545051-1753219973/solver-4545051-1753219973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545051-1753219973.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=263229475

nodeC016 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.731
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.48
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.735
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.48
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		: 3597.967
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.48
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		: 3700.000
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.48
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		: 3519.262
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.48
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		: 3598.999
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128113856 kB
MemAvailable:   128966872 kB
Buffers:            2144 kB
Cached:          1568420 kB
SwapCached:           24 kB
Active:          1895332 kB
Inactive:         331508 kB
Active(anon):     680420 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   329400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32760 kB
Writeback:             0 kB
AnonPages:        658648 kB
Mapped:           119728 kB
Shmem:             26240 kB
KReclaimable:     295888 kB
Slab:             395436 kB
SReclaimable:     295888 kB
SUnreclaim:        99548 kB
KernelStack:        4312 kB
PageTables:         4628 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1110524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC016 at 2025-07-23 00:33:01