Trace number 4545712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23? (TO) 3600.11 3610.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c #vars 2750 #constraints 74305 27.02 1
0.07/0.15	c intsize: 6
0.27/0.37	c 74305 constraints
0.27/0.37	c Finish cloning data from SAT to LS
0.27/0.37	c restart_num_ls  -100000 0
244.04/244.90	c Use LS-small
244.04/244.90	restart_num  0 303
244.04/244.90	c LS-restart 90 66
744.94/747.31	c Use LS-small
744.94/747.31	restart_num  303 604
744.94/747.31	c LS-restart 80 20
1234.93/1238.61	c Use LS-small
1234.93/1238.61	restart_num  604 922
1234.93/1238.61	c LS-restart 70 76
1234.93/1238.61	c similarity no use LS 0.985091
2156.35/2162.55	restart_num  922 1226
2156.35/2162.55	c LS-restart 70 9
2900.60/2908.79	c Use LS-small
2900.60/2908.79	restart_num  1226 1535
2900.60/2908.79	c LS-restart 60 52
3425.33/3434.89	c Use LS-small
3425.33/3434.89	restart_num  1535 1843
3425.33/3434.89	c LS-restart 50 69
3425.33/3434.89	c similarity no use LS 0.983273
3600.08/3610.00	c Program interrupted by user.
3600.08/3610.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=183610, runsolver pid=183607

[startup+0.100067 s]*
/proc/loadavg: 0.20 0.11 0.10 5/262 183611
/proc/meminfo: memFree=128092996/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=89280 memory=18288 CPUtime=0.07 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 2154 0 0 0 6 1 0 0 20 0 1 0 241648009 91422720 4572 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 22320 4572 2208 595 0 6987 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 89280 KiB
Current children cumulated memory: 18288 KiB

[startup+0.205546 s]*
/proc/loadavg: 0.20 0.11 0.10 3/260 183614
/proc/meminfo: memFree=127983332/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=103856 memory=37044 CPUtime=0.17 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 6137 0 0 0 16 1 0 0 20 0 1 0 241648009 106348544 9261 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 25964 9261 2336 595 0 10631 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 103856 KiB
Current children cumulated memory: 37044 KiB

[startup+0.305639 s]*
/proc/loadavg: 0.20 0.11 0.10 3/260 183618
/proc/meminfo: memFree=127931104/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=175264 memory=79484 CPUtime=0.27 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 16125 0 0 0 24 3 0 0 20 0 1 0 241648009 179470336 19871 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 43816 19871 2496 595 0 28483 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 175264 KiB
Current children cumulated memory: 79484 KiB

[startup+0.700173 s]
/proc/loadavg: 0.20 0.11 0.10 3/258 183620
/proc/meminfo: memFree=127851240/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141820 CPUtime=0.66 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31724 0 0 0 60 6 0 0 20 0 1 0 241648009 227278848 35455 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35455 2496 595 0 40155 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141820 KiB

[startup+1.50018 s]
/proc/loadavg: 0.20 0.11 0.10 3/259 183624
/proc/meminfo: memFree=127856728/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=1.46 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 139 7 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+3.10533 s]
/proc/loadavg: 0.20 0.11 0.10 3/256 183627
/proc/meminfo: memFree=127884596/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=3.05 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 297 8 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+6.30018 s]
/proc/loadavg: 0.51 0.17 0.12 2/254 183630
/proc/meminfo: memFree=128168024/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=6.24 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 613 11 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+12.7002 s]
/proc/loadavg: 0.79 0.24 0.14 2/252 183635
/proc/meminfo: memFree=128224516/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=12.62 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 1244 18 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+25.5002 s]
/proc/loadavg: 1.50 0.42 0.20 2/256 183693
/proc/meminfo: memFree=128279996/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=25.36 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 2503 33 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+51.1056 s]
/proc/loadavg: 2.50 0.74 0.31 4/261 183787
/proc/meminfo: memFree=124348796/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=221952 memory=141948 CPUtime=50.87 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 31749 0 0 0 5029 58 0 0 20 0 1 0 241648009 227278848 35487 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 55488 35487 2496 595 0 40155 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 221952 KiB
Current children cumulated memory: 141948 KiB

[startup+102.3 s]
/proc/loadavg: 3.41 1.26 0.51 5/264 183929
/proc/meminfo: memFree=127440060/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=323508 memory=232132 CPUtime=101.86 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 39191 0 0 0 10110 76 0 0 20 0 1 0 241648009 331272192 58033 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 80877 58033 2528 595 0 65544 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 323508 KiB
Current children cumulated memory: 232132 KiB

[startup+162.3 s]
/proc/loadavg: 3.83 1.78 0.74 5/264 183975
/proc/meminfo: memFree=127762188/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=345284 memory=267824 CPUtime=161.67 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 44678 0 0 0 16087 80 0 0 20 0 1 0 241648009 353570816 66956 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 86321 66956 2528 595 0 70988 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 345284 KiB
Current children cumulated memory: 267824 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.21 0.96 5/264 183976
/proc/meminfo: memFree=127719788/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=351640 memory=287404 CPUtime=221.5 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 45997 0 0 0 22069 81 0 0 20 0 1 0 241648009 360079360 71851 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 87910 71851 2528 595 0 72577 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 351640 KiB
Current children cumulated memory: 287404 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.56 1.16 5/264 183978
/proc/meminfo: memFree=127685624/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=353424 memory=288300 CPUtime=281.35 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 46228 0 0 0 28018 117 0 0 20 0 1 0 241648009 361906176 72075 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 88356 72075 2528 595 0 73023 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 353424 KiB
Current children cumulated memory: 288300 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 2.84 1.34 5/263 184025
/proc/meminfo: memFree=127891484/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=360260 memory=295084 CPUtime=341.18 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 48025 0 0 0 33972 146 0 0 20 0 1 0 241648009 368906240 73771 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 90065 73771 2528 595 0 74732 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 360260 KiB
Current children cumulated memory: 295084 KiB

[startup+402.3 s]
/proc/loadavg: 4.45 3.16 1.55 5/262 184027
/proc/meminfo: memFree=127897920/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=364156 memory=298796 CPUtime=401.02 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 48940 0 0 0 39954 148 0 0 20 0 1 0 241648009 372895744 74699 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 91039 74699 2528 595 0 75706 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 364156 KiB
Current children cumulated memory: 298796 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 3.33 1.71 5/263 184030
/proc/meminfo: memFree=127857428/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=446960 memory=343140 CPUtime=460.86 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 52508 0 0 0 45933 153 0 0 20 0 1 0 241648009 457687040 85785 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 111740 85785 2528 595 0 96407 0
Current children cumulated CPU time: 460.86 s

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

Current children cumulated memory: 567024 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.08 3.95 5/263 184167
/proc/meminfo: memFree=127608916/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=633800 memory=567152 CPUtime=2854.33 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 98955 0 0 0 285092 341 0 0 20 0 1 0 241648009 649011200 141788 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158450 141788 2528 595 0 143117 0
Current children cumulated CPU time: 2854.33 s
Current children cumulated vsize: 633800 KiB
Current children cumulated memory: 567152 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 3.97 5/263 184169
/proc/meminfo: memFree=127608576/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=633800 memory=567152 CPUtime=2914.18 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 98991 0 0 0 291063 355 0 0 20 0 1 0 241648009 649011200 141788 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158450 141788 2528 595 0 143117 0
Current children cumulated CPU time: 2914.18 s
Current children cumulated vsize: 633800 KiB
Current children cumulated memory: 567152 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.08 3.98 5/263 184171
/proc/meminfo: memFree=127565596/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=633800 memory=567152 CPUtime=2974.02 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 98991 0 0 0 297003 399 0 0 20 0 1 0 241648009 649011200 141788 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158450 141788 2528 595 0 143117 0
Current children cumulated CPU time: 2974.02 s
Current children cumulated vsize: 633800 KiB
Current children cumulated memory: 567152 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.08 3.99 5/264 184180
/proc/meminfo: memFree=127573864/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3033.86 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99246 0 0 0 302985 401 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3033.86 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.09 4.00 5/263 184183
/proc/meminfo: memFree=127569756/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3093.71 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99247 0 0 0 308968 403 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3093.71 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/263 184185
/proc/meminfo: memFree=127567816/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3153.54 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99247 0 0 0 314950 404 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3153.54 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 184187
/proc/meminfo: memFree=127567688/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3213.39 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99247 0 0 0 320934 405 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 184189
/proc/meminfo: memFree=127567816/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3273.23 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99449 0 0 0 326916 407 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/262 184191
/proc/meminfo: memFree=127567232/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=634888 memory=568176 CPUtime=3333.08 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 99463 0 0 0 332899 409 0 0 20 0 1 0 241648009 650125312 142044 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 158722 142044 2528 595 0 143389 0
Current children cumulated CPU time: 3333.08 s
Current children cumulated vsize: 634888 KiB
Current children cumulated memory: 568176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/262 184193
/proc/meminfo: memFree=127559276/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=641928 memory=575088 CPUtime=3392.91 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 101219 0 0 0 338880 411 0 0 20 0 1 0 241648009 657334272 143772 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 160482 143772 2528 595 0 145149 0
Current children cumulated CPU time: 3392.91 s
Current children cumulated vsize: 641928 KiB
Current children cumulated memory: 575088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/263 184196
/proc/meminfo: memFree=127558884/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=641928 memory=575088 CPUtime=3452.76 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 101219 0 0 0 344863 413 0 0 20 0 1 0 241648009 657334272 143772 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 160482 143772 2528 595 0 145149 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 641928 KiB
Current children cumulated memory: 575088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 184198
/proc/meminfo: memFree=127558780/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=643336 memory=576496 CPUtime=3512.61 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 101572 0 0 0 350846 415 0 0 20 0 1 0 241648009 658776064 144124 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 160834 144124 2528 595 0 145501 0
Current children cumulated CPU time: 3512.61 s
Current children cumulated vsize: 643336 KiB
Current children cumulated memory: 576496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 184200
/proc/meminfo: memFree=127558672/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=643336 memory=576496 CPUtime=3572.44 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 101572 0 0 0 356828 416 0 0 20 0 1 0 241648009 658776064 144124 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 160834 144124 2528 595 0 145501 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 643336 KiB
Current children cumulated memory: 576496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.07 4.08 4.01 5/263 184208
/proc/meminfo: memFree=127550948/131249996 swapFree=33010416/33010684
[pid=183610] ppid=183607 vsize=647372 memory=580592 CPUtime=3600.08 cores=0,2
/proc/183610/stat : 183610 (SynLSCD) R 183607 183610 183535 0 -1 4194304 102580 0 0 0 359591 417 0 0 20 0 1 0 241648009 662908928 145148 18446744073709551615 94600373522432 94600375957033 140724279586336 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94600376438008 94600376471040 94600394850304 140724279589251 140724279589386 140724279589386 140724279594990 0
/proc/183610/statm: 161843 145148 2528 595 0 146510 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 647372 KiB
Current children cumulated memory: 580592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.93 s, system=4.17848 s

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

Child status: 0

Real time (s): 3610.02
CPU time (s): 3600.11
CPU user time (s): 3595.93
CPU system time (s): 4.17848
CPU usage (%): 99.7253
Max. virtual memory (cumulated for all children) (KiB): 647372
Max. memory (cumulated for all children) (KiB): 580592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.93
system time used= 4.17848
maximum resident set size= 580976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102614
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= 177
involuntary context switches= 7933


# summary of solver processes directly reported to runsolver:
#   pid: 183610
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3595.93
#   total CPU system time (s): 4.17848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7805 second user time and 15.3888 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 10:35:02
IDJOB=4545712
IDBENCH=147856
IDSOLVER=3421
FILE ID=nodeC022/4545712-1753259702
RUNJOBID= nodeC022-1753259701-183552
SLURM_JOB_ID= 9689177
Free space on /tmp= 432792 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.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-4545712-1753259702/watcher-4545712-1753259702 -o /tmp/evaluation-result-4545712-1753259702/solver-4545712-1753259702 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753259701-183552 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545712-1753259702.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=1977601264

nodeC022 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.712
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.44
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		: 1199.842
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.44
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.664
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.44
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		: 1212.776
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.44
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.943
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.44
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		: 1201.398
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.44
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		: 3578.813
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.44
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		: 3700.000
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128214332 kB
MemAvailable:   129414636 kB
Buffers:            2128 kB
Cached:          1949880 kB
SwapCached:           32 kB
Active:          1442988 kB
Inactive:         808092 kB
Active(anon):     323176 kB
Inactive(anon):     2124 kB
Active(file):    1119812 kB
Inactive(file):   805968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24684 kB
Writeback:             0 kB
AnonPages:        302232 kB
Mapped:           114644 kB
Shmem:             26220 kB
KReclaimable:     227128 kB
Slab:             323164 kB
SReclaimable:     227128 kB
SUnreclaim:        96036 kB
KernelStack:        4272 kB
PageTables:         3528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     669096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC022 at 2025-07-23 11:35:13