Trace number 4517233

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 2202.76 2208.67

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-16array_diag_less.opb
MD5SUM53ff2354521efee3bcd66df24a5554e0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints1345
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints577
Minimum length of a constraint2
Maximum length of a constraint64
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c #vars 1344 #constraints 1921 1.42932 1
0.00/0.03	c 1921 constraints
0.00/0.03	c Finish cloning data from SAT to LS
0.00/0.03	c restart_num_ls  -100000 0
4.97/5.05	c Use LS-small
4.97/5.05	c update_LS_target_phase-runLS
287.74/288.56	c restart_num  0 304
287.74/288.56	c LS-restart 90 68
562.74/564.28	c Use LS-small
562.74/564.28	c restart_num  304 613
562.74/564.28	c LS-restart 80 28
769.94/771.94	c Use LS-small
769.94/771.94	c restart_num  613 922
769.94/771.94	c LS-restart 70 72
1256.17/1259.55	c Use LS-small
1256.17/1259.55	c restart_num  922 1238
1256.17/1259.55	c LS-restart 60 63
1615.24/1619.67	c Use LS-small
1615.24/1619.67	c restart_num  1238 1543
1615.24/1619.67	c LS-restart 50 60
1877.60/1882.65	c Use LS-small
1877.60/1882.65	c restart_num  1543 1847
1877.60/1882.65	c LS-restart 40 7
2202.69/2208.66	c Use LS-small
2202.69/2208.66	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: 63665 MiB (62976 MiB free)
  memory of node 1: 64507 MiB (62992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517233-1751232140/watcher-4517233-1751232140 -o /tmp/evaluation-result-4517233-1751232140/solver-4517233-1751232140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751231931-30946 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4517233-1751232140.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=33183, runsolver pid=33180
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.01 3.21 3.16 5/267 33184
/proc/meminfo: memFree=128986644/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=0.09 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 7 2 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+0.205447 s]*
/proc/loadavg: 4.01 3.23 3.16 6/267 33184
/proc/meminfo: memFree=128986644/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=0.19 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 16 3 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+0.3045 s]*
/proc/loadavg: 4.01 3.23 3.16 5/267 33184
/proc/meminfo: memFree=128986644/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=0.29 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 24 5 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+0.700098 s]
/proc/loadavg: 4.01 3.23 3.16 5/267 33184
/proc/meminfo: memFree=128986644/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=0.68 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 53 15 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+1.50011 s]
/proc/loadavg: 4.01 3.23 3.16 5/267 33184
/proc/meminfo: memFree=128986644/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=1.47 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 114 33 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+3.10489 s]
/proc/loadavg: 4.01 3.23 3.16 5/267 33184
/proc/meminfo: memFree=128984880/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=88204 memory=15572 CPUtime=3.08 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 1747 0 0 0 236 72 0 0 20 0 1 0 38891772 90320896 3893 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 22051 3893 2496 595 0 6718 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 15572 KiB

[startup+6.30016 s]
/proc/loadavg: 4.01 3.24 3.17 5/267 33184
/proc/meminfo: memFree=128954344/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=93656 memory=25580 CPUtime=6.27 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 3206 0 0 0 506 121 0 0 20 0 1 0 38891772 95903744 6395 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 23414 6395 2528 595 0 8081 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 93656 KiB
Current children cumulated memory: 25580 KiB

[startup+12.7002 s]
/proc/loadavg: 4.01 3.25 3.17 5/267 33229
/proc/meminfo: memFree=128988220/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=101376 memory=39396 CPUtime=12.66 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 5132 0 0 0 1140 126 0 0 20 0 1 0 38891772 103809024 9849 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 25344 9849 2528 595 0 10011 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 101376 KiB
Current children cumulated memory: 39396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 3.29 3.19 5/268 33231
/proc/meminfo: memFree=128924808/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=122368 memory=59228 CPUtime=25.42 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 7172 0 0 0 2406 136 0 0 20 0 1 0 38891772 125304832 14807 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 30592 14807 2592 595 0 15259 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 122368 KiB
Current children cumulated memory: 59228 KiB

[startup+51.1054 s]
/proc/loadavg: 4.05 3.36 3.21 5/267 33231
/proc/meminfo: memFree=128864772/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=133312 memory=76356 CPUtime=50.96 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 9945 0 0 0 4946 150 0 0 20 0 1 0 38891772 136511488 19089 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 33328 19089 2592 595 0 17995 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 133312 KiB
Current children cumulated memory: 76356 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 3.48 3.26 5/267 33283
/proc/meminfo: memFree=128815992/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=165712 memory=94576 CPUtime=102.01 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 12836 0 0 0 10022 179 0 0 20 0 1 0 38891772 169689088 23644 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 41428 23644 2592 595 0 26095 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 165712 KiB
Current children cumulated memory: 94576 KiB

[startup+162.3 s]
/proc/loadavg: 4.52 3.70 3.35 5/267 33286
/proc/meminfo: memFree=128774540/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=166092 memory=96752 CPUtime=161.84 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 12984 0 0 0 15969 215 0 0 20 0 1 0 38891772 170078208 24188 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 41523 24188 2592 595 0 26190 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 166092 KiB
Current children cumulated memory: 96752 KiB

[startup+222.3 s]
/proc/loadavg: 4.24 3.77 3.40 5/267 33377
/proc/meminfo: memFree=128790224/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=166744 memory=97392 CPUtime=221.7 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 13179 0 0 0 21918 252 0 0 20 0 1 0 38891772 170745856 24348 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 41686 24348 2592 595 0 26353 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 166744 KiB
Current children cumulated memory: 97392 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.85 3.45 5/266 33379
/proc/meminfo: memFree=128688232/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=167352 memory=97776 CPUtime=281.56 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 13305 0 0 0 27873 283 0 0 20 0 1 0 38891772 171368448 24444 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 41838 24444 2592 595 0 26505 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 167352 KiB
Current children cumulated memory: 97776 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.89 3.49 5/265 33381
/proc/meminfo: memFree=128670264/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=168368 memory=98800 CPUtime=341.4 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 13593 0 0 0 33687 453 0 0 20 0 1 0 38891772 172408832 24700 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 42092 24700 2592 595 0 26759 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 168368 KiB
Current children cumulated memory: 98800 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.93 3.53 5/264 33383
/proc/meminfo: memFree=128660968/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=168368 memory=98928 CPUtime=401.25 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 13614 0 0 0 39627 498 0 0 20 0 1 0 38891772 172408832 24732 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 42092 24732 2592 595 0 26759 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 168368 KiB
Current children cumulated memory: 98928 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.97 3.58 5/265 33386
/proc/meminfo: memFree=128665656/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=174916 memory=105072 CPUtime=461.1 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 15203 0 0 0 45573 537 0 0 20 0 1 0 38891772 179113984 26268 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 43729 26268 2592 595 0 28396 0

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

/proc/loadavg: 3.13 3.14 3.33 4/257 33515
/proc/meminfo: memFree=128604380/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=233932 memory=141596 CPUtime=1657.83 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20460 0 0 0 163989 1794 0 0 20 0 1 0 38891772 239546368 35399 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58483 35399 2592 595 0 43150 0
Current children cumulated CPU time: 1657.83 s
Current children cumulated vsize: 233932 KiB
Current children cumulated memory: 141596 KiB

[startup+1722.3 s]
/proc/loadavg: 3.10 3.13 3.31 4/257 33518
/proc/meminfo: memFree=128601204/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=233932 memory=141596 CPUtime=1717.68 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20490 0 0 0 169940 1828 0 0 20 0 1 0 38891772 239546368 35399 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58483 35399 2592 595 0 43150 0
Current children cumulated CPU time: 1717.68 s
Current children cumulated vsize: 233932 KiB
Current children cumulated memory: 141596 KiB

[startup+1782.3 s]
/proc/loadavg: 3.12 3.12 3.29 4/258 33523
/proc/meminfo: memFree=128603696/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=234892 memory=142492 CPUtime=1777.54 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20700 0 0 0 175888 1866 0 0 20 0 1 0 38891772 240529408 35623 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58723 35623 2592 595 0 43390 0
Current children cumulated CPU time: 1777.54 s
Current children cumulated vsize: 234892 KiB
Current children cumulated memory: 142492 KiB

[startup+1842.3 s]
/proc/loadavg: 3.10 3.11 3.27 4/258 33525
/proc/meminfo: memFree=128602892/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235208 memory=142876 CPUtime=1837.39 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20781 0 0 0 181828 1911 0 0 20 0 1 0 38891772 240852992 35719 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58802 35719 2592 595 0 43469 0
Current children cumulated CPU time: 1837.39 s
Current children cumulated vsize: 235208 KiB
Current children cumulated memory: 142876 KiB

[startup+1902.3 s]
/proc/loadavg: 3.08 3.11 3.26 4/258 33527
/proc/meminfo: memFree=128591508/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235208 memory=142876 CPUtime=1897.25 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20782 0 0 0 187647 2078 0 0 20 0 1 0 38891772 240852992 35719 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58802 35719 2592 595 0 43469 0
Current children cumulated CPU time: 1897.25 s
Current children cumulated vsize: 235208 KiB
Current children cumulated memory: 142876 KiB

[startup+1962.3 s]
/proc/loadavg: 3.07 3.10 3.25 4/259 33534
/proc/meminfo: memFree=128587832/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235368 memory=143004 CPUtime=1957.11 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20821 0 0 0 193589 2122 0 0 20 0 1 0 38891772 241016832 35751 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58842 35751 2592 595 0 43509 0
Current children cumulated CPU time: 1957.11 s
Current children cumulated vsize: 235368 KiB
Current children cumulated memory: 143004 KiB

[startup+2022.3 s]
/proc/loadavg: 3.08 3.09 3.24 4/258 33536
/proc/meminfo: memFree=128589368/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235368 memory=143132 CPUtime=2016.97 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20851 0 0 0 199532 2165 0 0 20 0 1 0 38891772 241016832 35783 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58842 35783 2592 595 0 43509 0
Current children cumulated CPU time: 2016.97 s
Current children cumulated vsize: 235368 KiB
Current children cumulated memory: 143132 KiB

[startup+2082.3 s]
/proc/loadavg: 3.07 3.09 3.23 4/257 33538
/proc/meminfo: memFree=128586972/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235500 memory=143132 CPUtime=2076.79 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20854 0 0 0 205472 2207 0 0 20 0 1 0 38891772 241152000 35783 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58875 35783 2592 595 0 43542 0
Current children cumulated CPU time: 2076.79 s
Current children cumulated vsize: 235500 KiB
Current children cumulated memory: 143132 KiB

[startup+2142.3 s]
/proc/loadavg: 3.12 3.10 3.22 4/257 33540
/proc/meminfo: memFree=128587568/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=235500 memory=143132 CPUtime=2136.6 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 20877 0 0 0 211407 2253 0 0 20 0 1 0 38891772 241152000 35783 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 58875 35783 2592 595 0 43542 0
Current children cumulated CPU time: 2136.6 s
Current children cumulated vsize: 235500 KiB
Current children cumulated memory: 143132 KiB

[startup+2202.3 s]
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2196.4 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217347 2293 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2196.4 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

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

# cumulated CPU time of all completed processes:  user=2179.76 s, system=23.0019 s

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

[startup+2204.8 s]
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2198.9 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217594 2296 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2198.9 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

[startup+2206.4 s]
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2200.49 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217752 2297 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2200.49 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

[startup+2208 s]*
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2202.09 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217911 2298 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2202.09 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

[startup+2208.4 s]
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2202.49 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217950 2299 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2202.49 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

[startup+2208.6 s]
/proc/loadavg: 3.04 3.08 3.20 4/257 33542
/proc/meminfo: memFree=128580176/131249996 swapFree=33010684/33010684
[pid=33183] ppid=33180 vsize=236216 memory=143772 CPUtime=2202.69 cores=4,6
/proc/33183/stat : 33183 (SynLSCD-PS) R 33180 33183 30935 0 -1 4194304 21047 0 0 0 217970 2299 0 0 20 0 1 0 38891772 241885184 35943 18446744073709551615 94833096409088 94833098844089 140722582589968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94833099324664 94833099357696 94833127895040 140722582591840 140722582591976 140722582591976 140722582597578 0
/proc/33183/statm: 59054 35943 2592 595 0 43721 0
Current children cumulated CPU time: 2202.69 s
Current children cumulated vsize: 236216 KiB
Current children cumulated memory: 143772 KiB

Child status: 20

Real time (s): 2208.67
CPU time (s): 2202.76
CPU user time (s): 2179.76
CPU system time (s): 23.0019
CPU usage (%): 99.7327
Max. virtual memory (cumulated for all children) (KiB): 283760
Max. memory (cumulated for all children) (KiB): 151816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2179.76
system time used= 23.0019
maximum resident set size= 188680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21074
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= 171
involuntary context switches= 1138


# summary of solver processes directly reported to runsolver:
#   pid: 33183
#   total CPU time (s): 2202.76
#   total CPU user time (s): 2179.76
#   total CPU system time (s): 23.0019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.87754 second user time and 8.78956 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 23:22:20
IDJOB=4517233
IDBENCH=176027
IDSOLVER=3370
FILE ID=nodeC022/4517233-1751232140
RUNJOBID= nodeC022-1751231931-30946
SLURM_JOB_ID= 9587707
Free space on /tmp= 433052 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-16array_diag_less.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-4517233-1751232140/watcher-4517233-1751232140 -o /tmp/evaluation-result-4517233-1751232140/solver-4517233-1751232140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751231931-30946 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4517233-1751232140.opb

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

MD5SUM BENCH= 53ff2354521efee3bcd66df24a5554e0
RANDOM SEED=1205634785

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.718
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		: 3599.701
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		: 3599.553
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		: 3601.359
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.706
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		: 3599.681
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		: 3601.784
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		: 3598.345
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:        128992388 kB
MemAvailable:   129671416 kB
Buffers:            3280 kB
Cached:          1483264 kB
SwapCached:            0 kB
Active:           410720 kB
Inactive:        1234904 kB
Active(anon):     177140 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1234904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10920 kB
Writeback:             0 kB
AnonPages:        162248 kB
Mapped:           114108 kB
Shmem:             18060 kB
KReclaimable:      99168 kB
Slab:             186316 kB
SReclaimable:      99168 kB
SUnreclaim:        87148 kB
KernelStack:        4268 kB
PageTables:         3528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     525868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 433052 MiB
End job on nodeC022 at 2025-06-29 23:59:09