Trace number 4503686

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01? (TO) 3600.32 3611.34

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.77/2.83	c #vars 44846 #constraints 989877 22.0728 1
6.07/6.16	c 989877 constraints
6.07/6.16	c Finish cloning data from SAT to LS
6.07/6.16	c restart_num_ls  -100000 0
129.48/129.92	c Use LS-small
129.48/129.92	c restart_num_ls  0 507
129.48/129.92	c LS 90 19
481.06/482.68	c Use LS-small
481.06/482.68	c restart_num_ls  507 1768
481.06/482.68	c LS 80 94
481.06/482.68	c similarity no use LS 0.974134
1131.53/1135.11	c restart_num_ls  1768 2809
1131.53/1135.11	c LS 80 4
2079.07/2085.73	c Use LS-small
2079.07/2085.73	c restart_num_ls  2809 5402
2079.07/2085.73	c LS 70 98
2079.07/2085.73	c similarity no use LS 0.968135
2901.72/2910.83	c restart_num_ls  5402 7929
2901.72/2910.83	c LS 70 50
3600.08/3611.10	c Use LS-small
3600.08/3611.10	c Program interrupted by user.
3600.08/3611.10	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 (62482 MiB free)
  memory of node 1: 64465 MiB (63704 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100064 s]*
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=129158572/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=118660 memory=47784 CPUtime=0.08 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 5910 0 0 0 7 1 0 0 20 0 1 0 32799670 121507840 11946 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 29665 11946 2208 595 0 14332 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 118660 KiB
Current children cumulated memory: 47784 KiB

[startup+0.205816 s]*
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=129154748/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=123936 memory=54976 CPUtime=0.19 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 7281 0 0 0 18 1 0 0 20 0 1 0 32799670 126910464 13744 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 30984 13744 2208 595 0 15651 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 123936 KiB
Current children cumulated memory: 54976 KiB

[startup+0.305736 s]*
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=129126776/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=128832 memory=61888 CPUtime=0.29 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 8513 0 0 0 27 2 0 0 20 0 1 0 32799670 131923968 15472 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 32208 15472 2208 595 0 16875 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 128832 KiB
Current children cumulated memory: 61888 KiB

[startup+0.700171 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=129009008/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=146916 memory=88184 CPUtime=0.68 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 13182 0 0 0 65 3 0 0 20 0 1 0 32799670 150441984 22046 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 36729 22046 2208 595 0 21396 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 146916 KiB
Current children cumulated memory: 88184 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=128425320/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=219804 memory=142836 CPUtime=1.47 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 23115 0 0 0 141 6 0 0 20 0 1 0 32799670 225079296 35709 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 54951 35709 2208 595 0 39618 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 219804 KiB
Current children cumulated memory: 142836 KiB

[startup+3.10568 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 28324
/proc/meminfo: memFree=127812084/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=370440 memory=290408 CPUtime=3.07 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 48148 0 0 0 294 13 0 0 20 0 1 0 32799670 379330560 72602 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 92610 72602 2272 595 0 77277 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 370440 KiB
Current children cumulated memory: 290408 KiB

[startup+6.30018 s]
/proc/loadavg: 4.07 4.08 4.03 5/259 28359
/proc/meminfo: memFree=126256400/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1969856 memory=1728540 CPUtime=6.26 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 214937 0 0 0 565 61 0 0 20 0 1 0 32799670 2017132544 432135 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 492464 432135 2464 595 0 477131 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1728540 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.02 5/264 28369
/proc/meminfo: memFree=125556996/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1969856 memory=1747924 CPUtime=12.64 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 215773 0 0 0 1199 65 0 0 20 0 1 0 32799670 2017132544 436981 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 492464 436981 2464 595 0 477131 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1747924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.09 4.03 5/264 28369
/proc/meminfo: memFree=124250888/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1969856 memory=1747924 CPUtime=25.4 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 215860 0 0 0 2466 74 0 0 20 0 1 0 32799670 2017132544 436981 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 492464 436981 2464 595 0 477131 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1747924 KiB

[startup+51.106 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 28370
/proc/meminfo: memFree=117108076/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1969856 memory=1747924 CPUtime=50.93 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 215864 0 0 0 5003 90 0 0 20 0 1 0 32799670 2017132544 436981 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 492464 436981 2464 595 0 477131 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1747924 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 28375
/proc/meminfo: memFree=109719784/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2054440 memory=1868864 CPUtime=101.96 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 228413 0 0 0 10093 103 0 0 20 0 1 0 32799670 2103746560 467216 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 513610 467216 2496 595 0 498277 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2054440 KiB
Current children cumulated memory: 1868864 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/264 28377
/proc/meminfo: memFree=109572548/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2057664 memory=1872092 CPUtime=161.78 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 230080 0 0 0 16052 126 0 0 20 0 1 0 32799670 2107047936 468023 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 514416 468023 2496 595 0 499083 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2057664 KiB
Current children cumulated memory: 1872092 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/266 28384
/proc/meminfo: memFree=109591140/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2064408 memory=1878792 CPUtime=221.6 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 231320 0 0 0 22017 143 0 0 20 0 1 0 32799670 2113953792 469698 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 516102 469698 2496 595 0 500769 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2064408 KiB
Current children cumulated memory: 1878792 KiB

[startup+282.3 s]
/proc/loadavg: 4.45 4.19 4.07 5/265 28385
/proc/meminfo: memFree=109525984/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2072372 memory=1886732 CPUtime=281.41 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 232421 0 0 0 27997 144 0 0 20 0 1 0 32799670 2122108928 471683 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 518093 471683 2496 595 0 502760 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 2072372 KiB
Current children cumulated memory: 1886732 KiB

[startup+342.3 s]
/proc/loadavg: 4.23 4.17 4.07 5/265 28387
/proc/meminfo: memFree=109479452/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2074544 memory=1888844 CPUtime=341.22 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 233473 0 0 0 33977 145 0 0 20 0 1 0 32799670 2124333056 472211 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 518636 472211 2496 595 0 503303 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 2074544 KiB
Current children cumulated memory: 1888844 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.13 4.06 5/265 28389
/proc/meminfo: memFree=109464248/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2076796 memory=1891012 CPUtime=401.02 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 235096 0 0 0 39956 146 0 0 20 0 1 0 32799670 2126639104 472753 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 519199 472753 2496 595 0 503866 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 2076796 KiB
Current children cumulated memory: 1891012 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.14 4.07 5/265 28392
/proc/meminfo: memFree=109406656/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2078148 memory=1892272 CPUtime=460.83 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 236584 0 0 0 45935 148 0 0 20 0 1 0 32799670 2128023552 473068 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 519537 473068 2496 595 0 504204 0

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

Current children cumulated memory: 1970312 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 28529
/proc/meminfo: memFree=108787492/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2121832 memory=1970312 CPUtime=2973.02 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 273574 0 0 0 297032 270 0 0 20 0 1 0 32799670 2172755968 492578 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 530458 492578 2496 595 0 515125 0
Current children cumulated CPU time: 2973.02 s
Current children cumulated vsize: 2121832 KiB
Current children cumulated memory: 1970312 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 28531
/proc/meminfo: memFree=108785700/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2123448 memory=1971804 CPUtime=3032.86 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 275201 0 0 0 303015 271 0 0 20 0 1 0 32799670 2174410752 492951 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 530862 492951 2496 595 0 515529 0
Current children cumulated CPU time: 3032.86 s
Current children cumulated vsize: 2123448 KiB
Current children cumulated memory: 1971804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 28535
/proc/meminfo: memFree=108779960/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2124764 memory=1973132 CPUtime=3092.7 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 276067 0 0 0 308998 272 0 0 20 0 1 0 32799670 2175758336 493283 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531191 493283 2496 595 0 515858 0
Current children cumulated CPU time: 3092.7 s
Current children cumulated vsize: 2124764 KiB
Current children cumulated memory: 1973132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 28538
/proc/meminfo: memFree=108776664/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2125824 memory=1976168 CPUtime=3152.53 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 276865 0 0 0 314980 273 0 0 20 0 1 0 32799670 2176843776 494042 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531456 494042 2496 595 0 516123 0
Current children cumulated CPU time: 3152.53 s
Current children cumulated vsize: 2125824 KiB
Current children cumulated memory: 1976168 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 28544
/proc/meminfo: memFree=108770060/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2126176 memory=1976552 CPUtime=3212.36 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 276960 0 0 0 320963 273 0 0 20 0 1 0 32799670 2177204224 494138 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531544 494138 2496 595 0 516211 0
Current children cumulated CPU time: 3212.36 s
Current children cumulated vsize: 2126176 KiB
Current children cumulated memory: 1976552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 28546
/proc/meminfo: memFree=108759772/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2126368 memory=1976808 CPUtime=3272.19 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 277113 0 0 0 326946 273 0 0 20 0 1 0 32799670 2177400832 494202 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531592 494202 2496 595 0 516259 0
Current children cumulated CPU time: 3272.19 s
Current children cumulated vsize: 2126368 KiB
Current children cumulated memory: 1976808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 28548
/proc/meminfo: memFree=108746436/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2126524 memory=1976964 CPUtime=3332.02 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 277882 0 0 0 332928 274 0 0 20 0 1 0 32799670 2177560576 494241 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531631 494241 2496 595 0 516298 0
Current children cumulated CPU time: 3332.02 s
Current children cumulated vsize: 2126524 KiB
Current children cumulated memory: 1976964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 28550
/proc/meminfo: memFree=108728724/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2127356 memory=1977732 CPUtime=3391.85 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 278090 0 0 0 338911 274 0 0 20 0 1 0 32799670 2178412544 494433 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531839 494433 2496 595 0 516506 0
Current children cumulated CPU time: 3391.85 s
Current children cumulated vsize: 2127356 KiB
Current children cumulated memory: 1977732 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/265 28552
/proc/meminfo: memFree=108667180/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2127356 memory=1977828 CPUtime=3451.69 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 278633 0 0 0 344894 275 0 0 20 0 1 0 32799670 2178412544 494457 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531839 494457 2496 595 0 516506 0
Current children cumulated CPU time: 3451.69 s
Current children cumulated vsize: 2127356 KiB
Current children cumulated memory: 1977828 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 28557
/proc/meminfo: memFree=108661496/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2127536 memory=1978068 CPUtime=3511.52 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 279750 0 0 0 350876 276 0 0 20 0 1 0 32799670 2178596864 494517 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531884 494517 2496 595 0 516551 0
Current children cumulated CPU time: 3511.52 s
Current children cumulated vsize: 2127536 KiB
Current children cumulated memory: 1978068 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.16 4.11 5/264 28559
/proc/meminfo: memFree=108643948/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2127940 memory=1978368 CPUtime=3571.36 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 280991 0 0 0 356858 278 0 0 20 0 1 0 32799670 2179010560 494592 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 531985 494592 2496 595 0 516652 0
Current children cumulated CPU time: 3571.36 s
Current children cumulated vsize: 2127940 KiB
Current children cumulated memory: 1978368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.26 4.16 4.11 5/265 28651
/proc/meminfo: memFree=110666992/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=2128196 memory=1978628 CPUtime=3600.08 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 281645 0 0 0 359730 278 0 0 20 0 1 0 32799670 2179272704 494657 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 532049 494657 2496 595 0 516716 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2128196 KiB
Current children cumulated memory: 1978628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=2.79429 s

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

[startup+3611.2 s]
/proc/loadavg: 4.26 4.16 4.11 5/265 28651
/proc/meminfo: memFree=110666992/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1657048 memory=1515720 CPUtime=3600.18 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 281687 0 0 0 359739 279 0 0 20 0 1 0 32799670 1696817152 379383 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 414262 378930 2592 595 0 398929 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 1657048 KiB
Current children cumulated memory: 1515720 KiB

[startup+3611.3 s]
/proc/loadavg: 4.26 4.16 4.11 5/265 28651
/proc/meminfo: memFree=110666992/131250000 swapFree=33010684/33010684
[pid=28323] ppid=28320 vsize=1653460 memory=1513944 CPUtime=3600.28 cores=1,3
/proc/28323/stat : 28323 (SynLSCD) R 28320 28323 27656 0 -1 4194304 281697 0 0 0 359749 279 0 0 20 0 1 0 32799670 1693143040 378486 18446744073709551615 94477200236544 94477202670697 140722575890048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94477203152120 94477203185152 94477238349824 140722575898982 140722575899115 140722575899115 140722575904717 0
/proc/28323/statm: 413365 378486 2592 595 0 398032 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 1653460 KiB
Current children cumulated memory: 1513944 KiB

Child status: 0

Real time (s): 3611.34
CPU time (s): 3600.32
CPU user time (s): 3597.52
CPU system time (s): 2.79429
CPU usage (%): 99.6949
Max. virtual memory (cumulated for all children) (KiB): 2160968
Max. memory (cumulated for all children) (KiB): 2011288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 2.79429
maximum resident set size= 2011288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281724
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= 251
involuntary context switches= 20430


# summary of solver processes directly reported to runsolver:
#   pid: 28323
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 2.79429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95966 second user time and 17.5066 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 06:27:01
IDJOB=4503686
IDBENCH=155532
IDSOLVER=3369
FILE ID=nodeC016/4503686-1751171221
RUNJOBID= nodeC016-1751167606-27668
SLURM_JOB_ID= 9587508
Free space on /tmp= 432960 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.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-4503686-1751171221/watcher-4503686-1751171221 -o /tmp/evaluation-result-4503686-1751171221/solver-4503686-1751171221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751167606-27668 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4503686-1751171221.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=984019984

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.734
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.747
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		: 3600.740
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		: 3538.557
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		: 3599.732
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		: 3599.733
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		: 3647.578
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		: 3601.705
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:        129222564 kB
MemAvailable:   128976256 kB
Buffers:            3280 kB
Cached:           564016 kB
SwapCached:            0 kB
Active:          1018472 kB
Inactive:         342244 kB
Active(anon):     811500 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   342244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             96332 kB
Writeback:             0 kB
AnonPages:        796592 kB
Mapped:           113548 kB
Shmem:             18072 kB
KReclaimable:      87428 kB
Slab:             170536 kB
SReclaimable:      87428 kB
SUnreclaim:        83108 kB
KernelStack:        4336 kB
PageTables:         4788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1244028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 432744 MiB
End job on nodeC016 at 2025-06-29 07:27:13