Trace number 4517125

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 751.279 753.161

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-15array_diag_greater.opb
MD5SUMd43ecb7c1452ca8da1aa915bfc6a97e8
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.014326
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1185
Total number of constraints1186
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints511
Minimum length of a constraint2
Maximum length of a constraint60
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
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 1185 #constraints 1696 1.43122 1
0.00/0.03	c 1696 constraints
0.00/0.03	c Finish cloning data from SAT to LS
0.00/0.03	c restart_num_ls  -100000 0
4.88/4.91	c Use LS-small
4.88/4.91	c update_LS_target_phase-runLS
313.78/314.64	c restart_num  0 303
313.78/314.64	c LS-restart 90 42
639.07/640.79	c Use LS-small
639.07/640.79	c restart_num  303 653
639.07/640.79	c LS-restart 80 25
751.22/753.15	c Use LS-small
751.22/753.15	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 (62957 MiB free)
  memory of node 1: 64507 MiB (63027 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 4.02 3.17 3.14 5/267 33049
/proc/meminfo: memFree=129008820/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=0.08 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 7 1 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+0.205414 s]*
/proc/loadavg: 4.02 3.17 3.14 5/267 33049
/proc/meminfo: memFree=129008820/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=0.19 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 14 5 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+0.304494 s]*
/proc/loadavg: 4.02 3.17 3.14 6/267 33049
/proc/meminfo: memFree=129008820/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=0.29 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 22 7 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+0.700103 s]
/proc/loadavg: 4.02 3.17 3.14 5/267 33049
/proc/meminfo: memFree=129008820/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=0.68 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 52 16 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+1.50009 s]
/proc/loadavg: 4.01 3.19 3.15 5/267 33049
/proc/meminfo: memFree=129009072/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=1.47 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 111 36 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+3.10437 s]
/proc/loadavg: 4.01 3.19 3.15 5/267 33049
/proc/meminfo: memFree=129009072/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=87708 memory=15232 CPUtime=3.08 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 1674 0 0 0 228 80 0 0 20 0 1 0 38890221 89812992 3808 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 21927 3808 2496 595 0 6594 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 87708 KiB
Current children cumulated memory: 15232 KiB

[startup+6.30011 s]
/proc/loadavg: 4.01 3.20 3.15 5/267 33049
/proc/meminfo: memFree=128991608/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=92144 memory=26384 CPUtime=6.27 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 2902 0 0 0 502 125 0 0 20 0 1 0 38890221 94355456 6596 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 23036 6596 2528 595 0 7703 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 92144 KiB
Current children cumulated memory: 26384 KiB

[startup+12.7002 s]
/proc/loadavg: 4.01 3.21 3.16 5/267 33139
/proc/meminfo: memFree=128996324/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=100932 memory=40984 CPUtime=12.65 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 5040 0 0 0 1137 128 0 0 20 0 1 0 38890221 103354368 10246 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 25233 10246 2528 595 0 9900 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 100932 KiB
Current children cumulated memory: 40984 KiB

[startup+25.5001 s]
/proc/loadavg: 4.01 3.24 3.17 5/267 33184
/proc/meminfo: memFree=128950320/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=119312 memory=58164 CPUtime=25.42 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 6487 0 0 0 2404 138 0 0 20 0 1 0 38890221 122175488 14541 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 29828 14541 2528 595 0 14495 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 119312 KiB
Current children cumulated memory: 58164 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 3.33 3.20 5/268 33231
/proc/meminfo: memFree=128893500/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=156232 memory=81396 CPUtime=50.95 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 10514 0 0 0 4945 150 0 0 20 0 1 0 38890221 159981568 20349 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 39058 20349 2528 595 0 23725 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 156232 KiB
Current children cumulated memory: 81396 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.45 3.25 5/267 33238
/proc/meminfo: memFree=128824920/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=166720 memory=96224 CPUtime=102.02 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 12880 0 0 0 10017 185 0 0 20 0 1 0 38890221 170721280 24056 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 41680 24056 2528 595 0 26347 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 166720 KiB
Current children cumulated memory: 96224 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 3.62 3.32 5/267 33285
/proc/meminfo: memFree=128771988/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=166720 memory=96864 CPUtime=161.88 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 12938 0 0 0 15958 230 0 0 20 0 1 0 38890221 170721280 24216 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 41680 24216 2624 595 0 26347 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 166720 KiB
Current children cumulated memory: 96864 KiB

[startup+222.3 s]
/proc/loadavg: 4.31 3.76 3.39 5/267 33287
/proc/meminfo: memFree=128769556/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=167596 memory=97504 CPUtime=221.74 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13121 0 0 0 21910 264 0 0 20 0 1 0 38890221 171618304 24376 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 41899 24376 2624 595 0 26566 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 167596 KiB
Current children cumulated memory: 97504 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.82 3.44 5/266 33378
/proc/meminfo: memFree=128696244/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=167784 memory=97760 CPUtime=281.57 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13205 0 0 0 27858 299 0 0 20 0 1 0 38890221 171810816 24440 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 41946 24440 2624 595 0 26613 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 167784 KiB
Current children cumulated memory: 97760 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 3.89 3.48 5/266 33380
/proc/meminfo: memFree=128670412/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=168680 memory=98528 CPUtime=341.39 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13409 0 0 0 33672 467 0 0 20 0 1 0 38890221 172728320 24632 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 42170 24632 2624 595 0 26837 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 168680 KiB
Current children cumulated memory: 98528 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.92 3.53 5/264 33381
/proc/meminfo: memFree=128669508/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=168872 memory=98912 CPUtime=401.22 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13489 0 0 0 39614 508 0 0 20 0 1 0 38890221 172924928 24728 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 42218 24728 2624 595 0 26885 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 168872 KiB
Current children cumulated memory: 98912 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 3.97 3.57 5/265 33384
/proc/meminfo: memFree=128657004/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=169544 memory=100320 CPUtime=461.08 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13644 0 0 0 45559 549 0 0 20 0 1 0 38890221 173613056 25080 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 42386 25080 2624 595 0 27053 0
Current children cumulated CPU time: 461.08 s
Current children cumulated vsize: 169544 KiB
Current children cumulated memory: 100320 KiB

[startup+522.3 s]
/proc/loadavg: 4.12 3.99 3.60 5/264 33386
/proc/meminfo: memFree=128658504/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=170472 memory=101216 CPUtime=520.94 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 13857 0 0 0 51509 585 0 0 20 0 1 0 38890221 174563328 25304 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 42618 25304 2624 595 0 27285 0
Current children cumulated CPU time: 520.94 s
Current children cumulated vsize: 170472 KiB
Current children cumulated memory: 101216 KiB

[startup+582.3 s]
/proc/loadavg: 4.09 4.01 3.64 5/264 33390
/proc/meminfo: memFree=128650456/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=172048 memory=102752 CPUtime=580.8 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14249 0 0 0 57463 617 0 0 20 0 1 0 38890221 176177152 25688 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43012 25688 2624 595 0 27679 0
Current children cumulated CPU time: 580.8 s
Current children cumulated vsize: 172048 KiB
Current children cumulated memory: 102752 KiB

[startup+642.3 s]
/proc/loadavg: 4.15 4.04 3.67 5/264 33392
/proc/meminfo: memFree=128646296/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174056 memory=104672 CPUtime=640.66 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14743 0 0 0 63358 708 0 0 20 0 1 0 38890221 178233344 26168 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43514 26168 2624 595 0 28181 0
Current children cumulated CPU time: 640.66 s
Current children cumulated vsize: 174056 KiB
Current children cumulated memory: 104672 KiB

[startup+702.3 s]
/proc/loadavg: 4.11 4.04 3.70 5/264 33394
/proc/meminfo: memFree=128640072/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174552 memory=105184 CPUtime=700.53 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14869 0 0 0 69204 849 0 0 20 0 1 0 38890221 178741248 26296 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43638 26296 2624 595 0 28305 0
Current children cumulated CPU time: 700.53 s
Current children cumulated vsize: 174552 KiB
Current children cumulated memory: 105184 KiB

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

# cumulated CPU time of all completed processes:  user=742.386 s, system=8.89317 s

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

[startup+716.8 s]
/proc/loadavg: 4.08 4.04 3.71 5/264 33400
/proc/meminfo: memFree=128636072/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174552 memory=105184 CPUtime=714.99 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14873 0 0 0 70640 859 0 0 20 0 1 0 38890221 178741248 26296 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43638 26296 2624 595 0 28305 0
Current children cumulated CPU time: 714.99 s
Current children cumulated vsize: 174552 KiB
Current children cumulated memory: 105184 KiB

[startup+729.6 s]
/proc/loadavg: 4.14 4.06 3.72 5/264 33400
/proc/meminfo: memFree=128635828/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174744 memory=105440 CPUtime=727.76 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14920 0 0 0 71905 871 0 0 20 0 1 0 38890221 178937856 26360 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43686 26360 2624 595 0 28353 0
Current children cumulated CPU time: 727.76 s
Current children cumulated vsize: 174744 KiB
Current children cumulated memory: 105440 KiB

[startup+742.4 s]
/proc/loadavg: 4.11 4.05 3.72 5/264 33400
/proc/meminfo: memFree=128635828/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174744 memory=105440 CPUtime=740.53 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14921 0 0 0 73173 880 0 0 20 0 1 0 38890221 178937856 26360 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43686 26360 2624 595 0 28353 0
Current children cumulated CPU time: 740.53 s
Current children cumulated vsize: 174744 KiB
Current children cumulated memory: 105440 KiB

[startup+748.8 s]
/proc/loadavg: 4.10 4.05 3.72 5/264 33400
/proc/meminfo: memFree=128635956/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174744 memory=105440 CPUtime=746.92 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14938 0 0 0 73806 886 0 0 20 0 1 0 38890221 178937856 26360 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43686 26360 2624 595 0 28353 0
Current children cumulated CPU time: 746.92 s
Current children cumulated vsize: 174744 KiB
Current children cumulated memory: 105440 KiB

[startup+750.4 s]
/proc/loadavg: 4.10 4.05 3.72 5/264 33400
/proc/meminfo: memFree=128635956/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174744 memory=105440 CPUtime=748.52 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14938 0 0 0 73965 887 0 0 20 0 1 0 38890221 178937856 26360 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43686 26360 2624 595 0 28353 0
Current children cumulated CPU time: 748.52 s
Current children cumulated vsize: 174744 KiB
Current children cumulated memory: 105440 KiB

[startup+752 s]*
/proc/loadavg: 4.09 4.05 3.73 5/264 33400
/proc/meminfo: memFree=128635704/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174948 memory=105568 CPUtime=750.11 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14971 0 0 0 74123 888 0 0 20 0 1 0 38890221 179146752 26392 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43737 26392 2624 595 0 28404 0
Current children cumulated CPU time: 750.11 s
Current children cumulated vsize: 174948 KiB
Current children cumulated memory: 105568 KiB

[startup+752.8 s]
/proc/loadavg: 4.09 4.05 3.73 5/264 33400
/proc/meminfo: memFree=128635704/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174948 memory=105568 CPUtime=750.91 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14971 0 0 0 74202 889 0 0 20 0 1 0 38890221 179146752 26392 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43737 26392 2624 595 0 28404 0
Current children cumulated CPU time: 750.91 s
Current children cumulated vsize: 174948 KiB
Current children cumulated memory: 105568 KiB

[startup+753 s]*
/proc/loadavg: 4.09 4.05 3.73 5/264 33400
/proc/meminfo: memFree=128635704/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174948 memory=105568 CPUtime=751.11 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14971 0 0 0 74222 889 0 0 20 0 1 0 38890221 179146752 26392 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43737 26392 2624 595 0 28404 0
Current children cumulated CPU time: 751.11 s
Current children cumulated vsize: 174948 KiB
Current children cumulated memory: 105568 KiB

[startup+753.105 s]
/proc/loadavg: 4.09 4.05 3.73 5/264 33400
/proc/meminfo: memFree=128635704/131249996 swapFree=33010684/33010684
[pid=33048] ppid=33045 vsize=174948 memory=105568 CPUtime=751.22 cores=1,3
/proc/33048/stat : 33048 (SynLSCD-PS) R 33045 33048 30935 0 -1 4194304 14971 0 0 0 74233 889 0 0 20 0 1 0 38890221 179146752 26392 18446744073709551615 94587061936128 94587064371129 140720327530064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94587064851704 94587064884736 94587102048256 140720327539040 140720327539176 140720327539176 140720327544778 0
/proc/33048/statm: 43737 26392 2624 595 0 28404 0
Current children cumulated CPU time: 751.22 s
Current children cumulated vsize: 174948 KiB
Current children cumulated memory: 105568 KiB

Child status: 20

Real time (s): 753.161
CPU time (s): 751.279
CPU user time (s): 742.386
CPU system time (s): 8.89317
CPU usage (%): 99.75
Max. virtual memory (cumulated for all children) (KiB): 174948
Max. memory (cumulated for all children) (KiB): 105568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 742.386
system time used= 8.89317
maximum resident set size= 105568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14998
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= 158
involuntary context switches= 427


# summary of solver processes directly reported to runsolver:
#   pid: 33048
#   total CPU time (s): 751.279
#   total CPU user time (s): 742.386
#   total CPU system time (s): 8.89317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31473 second user time and 3.24303 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 23:22:05
IDJOB=4517125
IDBENCH=176016
IDSOLVER=3370
FILE ID=nodeC022/4517125-1751232125
RUNJOBID= nodeC022-1751231931-30947
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-15array_diag_greater.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-4517125-1751232125/watcher-4517125-1751232125 -o /tmp/evaluation-result-4517125-1751232125/solver-4517125-1751232125 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751231931-30947 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4517125-1751232125.opb

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

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=1932513527

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.708
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.708
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.459
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		: 3599.717
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.712
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.690
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		: 3585.887
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129008804 kB
MemAvailable:   129687992 kB
Buffers:            3280 kB
Cached:          1483448 kB
SwapCached:            0 kB
Active:           414184 kB
Inactive:        1235080 kB
Active(anon):     180604 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1235080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7324 kB
Writeback:             0 kB
AnonPages:        165648 kB
Mapped:           114488 kB
Shmem:             18060 kB
KReclaimable:      99132 kB
Slab:             185968 kB
SReclaimable:      99132 kB
SUnreclaim:        86836 kB
KernelStack:        4336 kB
PageTables:         3344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     536180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 433048 MiB
End job on nodeC022 at 2025-06-29 23:34:38