Trace number 4542711

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01UNSAT 800.849 803.172

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
MD5SUM51f0204441dcd002ae254f35580dbb8b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.67265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables577
Total number of constraints290
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints286
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c #vars 577 #constraints 290 0.5026 1
0.00/0.02	c 290 constraints
0.00/0.02	c Finish cloning data from SAT to LS
0.00/0.02	c restart_num_ls  -100000 0
18.94/19.06	c Use LS-small
18.94/19.06	c update_LS_target_phase-runLS
34.79/34.92	c restart_num_ls  0 510
34.79/34.92	c LS 90 10
79.17/79.42	c Use LS-small
79.17/79.42	c restart_num_ls  510 1023
79.17/79.42	c LS 80 46
131.13/131.51	c Use LS-small
131.13/131.51	c restart_num_ls  1023 1915
131.13/131.51	c LS 70 54
209.10/209.78	c Use LS-small
209.10/209.78	c restart_num_ls  1915 3002
209.10/209.78	c LS 60 49
279.60/280.40	c Use LS-small
279.60/280.40	c restart_num_ls  3002 4089
279.60/280.40	c LS 50 35
582.28/584.04	c Use LS-small
582.28/584.04	c restart_num_ls  4089 7839
582.28/584.04	c LS 40 60
800.77/803.17	c Use LS-small
800.77/803.17	s UNSATISFIABLE

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 (61936 MiB free)
  memory of node 1: 64465 MiB (44338 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 4.19 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=0.09 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 8 1 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+0.205493 s]*
/proc/loadavg: 4.18 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=0.19 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 17 2 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+0.305417 s]*
/proc/loadavg: 4.18 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=0.29 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 27 2 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+0.70011 s]
/proc/loadavg: 4.18 4.23 4.16 5/264 192670
/proc/meminfo: memFree=108825784/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=0.68 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 62 6 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+1.50011 s]
/proc/loadavg: 4.18 4.23 4.16 4/263 192678
/proc/meminfo: memFree=109268536/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=1.48 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 136 12 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+3.10437 s]
/proc/loadavg: 4.18 4.23 4.16 5/264 192715
/proc/meminfo: memFree=109254504/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=3.07 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 285 22 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+6.30009 s]
/proc/loadavg: 4.16 4.22 4.16 5/264 192715
/proc/meminfo: memFree=109254508/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=6.27 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 584 43 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+12.7001 s]
/proc/loadavg: 4.15 4.22 4.15 5/264 192715
/proc/meminfo: memFree=109255116/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=86120 memory=13568 CPUtime=12.65 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 1165 0 0 0 1177 88 0 0 20 0 1 0 237501480 88186880 3392 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 21530 3392 2496 595 0 6197 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 86120 KiB
Current children cumulated memory: 13568 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.21 4.15 5/264 192717
/proc/meminfo: memFree=109251356/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=90140 memory=22680 CPUtime=25.42 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 2852 0 0 0 2407 135 0 0 20 0 1 0 237501480 92303360 5670 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 22535 5670 2528 595 0 7202 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 90140 KiB
Current children cumulated memory: 22680 KiB

[startup+51.1046 s]
/proc/loadavg: 4.08 4.19 4.15 5/264 192762
/proc/meminfo: memFree=120154512/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=91292 memory=23668 CPUtime=50.95 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 3866 0 0 0 4835 260 0 0 20 0 1 0 237501480 93483008 5917 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 22823 5917 2528 595 0 7490 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 91292 KiB
Current children cumulated memory: 23668 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.17 4.14 5/264 192764
/proc/meminfo: memFree=120130528/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=93604 memory=27836 CPUtime=102.01 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 6463 0 0 0 9769 432 0 0 20 0 1 0 237501480 95850496 6959 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 23401 6959 2528 595 0 8068 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 93604 KiB
Current children cumulated memory: 27836 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.15 4.14 6/266 192814
/proc/meminfo: memFree=128686652/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=95088 memory=29628 CPUtime=161.84 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 9586 0 0 0 15588 596 0 0 20 0 1 0 237501480 97370112 7407 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 23772 7407 2528 595 0 8439 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 95088 KiB
Current children cumulated memory: 29628 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.15 4.14 5/266 192861
/proc/meminfo: memFree=128622288/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=97428 memory=31628 CPUtime=221.67 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 10363 0 0 0 21463 704 0 0 20 0 1 0 237501480 99766272 7907 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 24357 7907 2528 595 0 9024 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 97428 KiB
Current children cumulated memory: 31628 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.12 4.12 5/267 192868
/proc/meminfo: memFree=128618908/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=97492 memory=31836 CPUtime=281.49 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 10523 0 0 0 27364 785 0 0 20 0 1 0 237501480 99831808 7959 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 24373 7959 2528 595 0 9040 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 97492 KiB
Current children cumulated memory: 31836 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/267 192870
/proc/meminfo: memFree=128612312/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=97884 memory=32284 CPUtime=341.32 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 11565 0 0 0 33203 929 0 0 20 0 1 0 237501480 100233216 8071 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 24471 8071 2528 595 0 9138 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 97884 KiB
Current children cumulated memory: 32284 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/266 192872
/proc/meminfo: memFree=128611924/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=98296 memory=32648 CPUtime=401.14 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 11841 0 0 0 39161 953 0 0 20 0 1 0 237501480 100655104 8162 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 24574 8162 2528 595 0 9241 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 32648 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/265 192874
/proc/meminfo: memFree=128595308/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=98360 memory=32776 CPUtime=460.95 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 12466 0 0 0 45120 975 0 0 20 0 1 0 237501480 100720640 8194 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 24590 8194 2528 595 0 9257 0
Current children cumulated CPU time: 460.95 s
Current children cumulated vsize: 98360 KiB
Current children cumulated memory: 32776 KiB

[startup+522.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/264 192877
/proc/meminfo: memFree=128576288/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=100256 memory=40644 CPUtime=520.77 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 15180 0 0 0 51064 1013 0 0 20 0 1 0 237501480 102662144 10161 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 25064 10161 2528 595 0 9731 0
Current children cumulated CPU time: 520.77 s
Current children cumulated vsize: 100256 KiB
Current children cumulated memory: 40644 KiB

[startup+582.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/263 192879
/proc/meminfo: memFree=128576756/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=100832 memory=41260 CPUtime=580.58 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 18673 0 0 0 56999 1059 0 0 20 0 1 0 237501480 103251968 10315 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 25208 10315 2528 595 0 9875 0
Current children cumulated CPU time: 580.58 s
Current children cumulated vsize: 100832 KiB
Current children cumulated memory: 41260 KiB

[startup+642.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/264 192882
/proc/meminfo: memFree=128552688/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=102000 memory=42304 CPUtime=640.4 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 21011 0 0 0 62800 1240 0 0 20 0 1 0 237501480 104448000 10576 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 25500 10576 2528 595 0 10167 0
Current children cumulated CPU time: 640.4 s
Current children cumulated vsize: 102000 KiB
Current children cumulated memory: 42304 KiB

[startup+702.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 192884
/proc/meminfo: memFree=128545668/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=103444 memory=43732 CPUtime=700.22 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 24914 0 0 0 68731 1291 0 0 20 0 1 0 237501480 105926656 10933 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 25861 10933 2528 595 0 10528 0
Current children cumulated CPU time: 700.22 s
Current children cumulated vsize: 103444 KiB
Current children cumulated memory: 43732 KiB

[startup+762.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 192886
/proc/meminfo: memFree=128508224/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104900 memory=45340 CPUtime=760.06 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 28051 0 0 0 74664 1342 0 0 20 0 1 0 237501480 107417600 11335 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26225 11335 2528 595 0 10892 0
Current children cumulated CPU time: 760.06 s
Current children cumulated vsize: 104900 KiB
Current children cumulated memory: 45340 KiB

[startup+803.172 s]
# the end of solver process 192669 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=787.038 s, system=13.8102 s

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

[startup+768 s]*
/proc/loadavg: 4.17 4.11 4.10 5/264 192886
/proc/meminfo: memFree=128508492/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=765.76 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 28629 0 0 0 75228 1348 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 765.76 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+780.8 s]
/proc/loadavg: 4.14 4.11 4.09 5/265 192890
/proc/meminfo: memFree=128516848/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=778.52 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 29552 0 0 0 76491 1361 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 778.52 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+793.6 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518488/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=791.28 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 30504 0 0 0 77757 1371 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 791.28 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+800 s]*
/proc/loadavg: 4.10 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518240/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=797.68 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 30840 0 0 0 78390 1378 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 797.68 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+801.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518240/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=799.27 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 30985 0 0 0 78549 1378 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 799.27 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+802.4 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518240/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=800.07 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 30985 0 0 0 78627 1380 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 800.07 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+802.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518240/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=800.47 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 31097 0 0 0 78667 1380 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 800.47 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+803 s]*
/proc/loadavg: 4.09 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518492/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=800.67 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 31097 0 0 0 78687 1380 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 800.67 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

[startup+803.105 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 192890
/proc/meminfo: memFree=128518492/131250000 swapFree=33010160/33010684
[pid=192669] ppid=192666 vsize=104996 memory=45436 CPUtime=800.77 cores=4,6
/proc/192669/stat : 192669 (SynLSCD-PS) R 192666 192669 191847 0 -1 4194304 31097 0 0 0 78697 1380 0 0 20 0 1 0 237501480 107515904 11359 18446744073709551615 94273655533568 94273657968569 140737138489552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94273658449144 94273658482176 94273694310400 140737138497886 140737138498022 140737138498022 140737138503626 0
/proc/192669/statm: 26249 11359 2528 595 0 10916 0
Current children cumulated CPU time: 800.77 s
Current children cumulated vsize: 104996 KiB
Current children cumulated memory: 45436 KiB

Child status: 20

Real time (s): 803.172
CPU time (s): 800.849
CPU user time (s): 787.038
CPU system time (s): 13.8102
CPU usage (%): 99.7106
Max. virtual memory (cumulated for all children) (KiB): 105188
Max. memory (cumulated for all children) (KiB): 45532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 787.038
system time used= 13.8102
maximum resident set size= 45980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31129
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= 144
involuntary context switches= 798


# summary of solver processes directly reported to runsolver:
#   pid: 192669
#   total CPU time (s): 800.849
#   total CPU user time (s): 787.038
#   total CPU system time (s): 13.8102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41034 second user time and 2.99123 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 23:03:59
IDJOB=4542711
IDBENCH=164553
IDSOLVER=3370
FILE ID=nodeC016/4542711-1753218239
RUNJOBID= nodeC016-1753211019-191858
SLURM_JOB_ID= 9687787
Free space on /tmp= 432972 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542711-1753218239/watcher-4542711-1753218239 -o /tmp/evaluation-result-4542711-1753218239/solver-4542711-1753218239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542711-1753218239.opb

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

MD5SUM BENCH= 51f0204441dcd002ae254f35580dbb8b
RANDOM SEED=363921476

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.729
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.730
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		: 3570.258
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		: 3600.073
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.727
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		: 3600.134
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		: 3599.704
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:        108826008 kB
MemAvailable:   109697312 kB
Buffers:            2144 kB
Cached:          1586900 kB
SwapCached:           24 kB
Active:         21193832 kB
Inactive:         350000 kB
Active(anon):   19978920 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   347892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:      19957660 kB
Mapped:           120232 kB
Shmem:             26240 kB
KReclaimable:     295480 kB
Slab:             394904 kB
SReclaimable:     295480 kB
SUnreclaim:        99424 kB
KernelStack:        4252 kB
PageTables:        42664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23169320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13910016 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= 433012 MiB
End job on nodeC016 at 2025-07-22 23:17:23