Trace number 4503586

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
CASHWMaxSATDisjCad-S 2025-06-01? (TO) 3600.09 3611.5

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/3611.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63059 MiB free)
  memory of node 1: 64465 MiB (63738 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503586-1751141206/watcher-4503586-1751141206 -o /tmp/evaluation-result-4503586-1751141206/solver-4503586-1751141206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751133631-11123 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4503586-1751141206.opb -total-t=3600 -no-par -v0 

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15651, runsolver pid=15648

[startup+0.100065 s]*
/proc/loadavg: 4.15 4.15 4.11 4/249 15652
/proc/meminfo: memFree=130009516/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=26752 memory=12416 CPUtime=0.09 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 2384 0 0 0 9 0 0 0 20 0 1 0 29800045 27394048 3104 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 6 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 6688 3104 864 2593 0 3581 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26752 KiB
Current children cumulated memory: 12416 KiB

[startup+0.207733 s]*
/proc/loadavg: 4.15 4.15 4.11 5/249 15656
/proc/meminfo: memFree=129996440/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=36884 memory=22400 CPUtime=0.19 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 4865 0 0 0 19 0 0 0 20 0 1 0 29800045 37769216 5600 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 6 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 9221 5600 864 2593 0 6114 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 36884 KiB
Current children cumulated memory: 22400 KiB

[startup+0.307711 s]*
/proc/loadavg: 4.15 4.15 4.11 4/250 15666
/proc/meminfo: memFree=129984536/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=45976 memory=31488 CPUtime=0.28 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 7139 0 0 0 27 1 0 0 20 0 1 0 29800045 47079424 7872 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 6 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 11494 7872 864 2593 0 8387 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 45976 KiB
Current children cumulated memory: 31488 KiB

[startup+0.700215 s]
/proc/loadavg: 4.15 4.15 4.11 5/248 15675
/proc/meminfo: memFree=129967956/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=85828 memory=71296 CPUtime=0.65 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 17097 0 0 0 62 3 0 0 20 0 1 0 29800045 87887872 17824 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 6 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 21457 17824 864 2593 0 18350 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 85828 KiB
Current children cumulated memory: 71296 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.15 4.11 5/251 15697
/proc/meminfo: memFree=129898536/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=149312 memory=134400 CPUtime=1.44 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 32913 0 0 0 137 7 0 0 20 0 1 0 29800045 152895488 33600 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 37328 33600 864 2593 0 34221 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 149312 KiB
Current children cumulated memory: 134400 KiB

[startup+3.113 s]
/proc/loadavg: 4.15 4.15 4.11 5/251 15697
/proc/meminfo: memFree=129561364/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=314768 memory=299104 CPUtime=3.05 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 74222 0 0 0 290 15 0 0 20 0 1 0 29800045 322322432 74776 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 78692 74776 864 2593 0 75585 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 314768 KiB
Current children cumulated memory: 299104 KiB

[startup+6.30032 s]
/proc/loadavg: 4.14 4.15 4.11 5/251 15697
/proc/meminfo: memFree=129057028/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=800988 memory=783888 CPUtime=6.23 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 195687 0 0 0 589 34 0 0 20 0 1 0 29800045 820211712 195972 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 200247 195972 864 2593 0 197140 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 800988 KiB
Current children cumulated memory: 783888 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.15 4.11 5/251 15697
/proc/meminfo: memFree=128572960/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1266468 memory=1237752 CPUtime=12.61 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 276703 0 0 0 1208 53 0 0 20 0 1 0 29800045 1296863232 309438 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 316617 309438 960 2593 0 313510 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1266468 KiB
Current children cumulated memory: 1237752 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.14 4.11 5/251 15698
/proc/meminfo: memFree=128533452/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1255020 memory=1230792 CPUtime=25.37 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 283974 0 0 0 2473 64 0 0 20 0 1 0 29800045 1285140480 307698 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 313755 307698 992 2593 0 310648 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1255020 KiB
Current children cumulated memory: 1230792 KiB

[startup+51.1131 s]
/proc/loadavg: 4.14 4.14 4.11 5/251 15743
/proc/meminfo: memFree=127469500/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1255960 memory=1231724 CPUtime=50.87 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 289243 0 0 0 5012 75 0 0 20 0 1 0 29800045 1286103040 307931 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 313990 307931 992 2593 0 310883 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 1255960 KiB
Current children cumulated memory: 1231724 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/250 15745
/proc/meminfo: memFree=127477328/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1255668 memory=1231480 CPUtime=101.87 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 296444 0 0 0 10096 91 0 0 20 0 1 0 29800045 1285804032 307870 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 313917 307870 992 2593 0 310810 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 1255668 KiB
Current children cumulated memory: 1231480 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/250 15747
/proc/meminfo: memFree=127434944/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1257880 memory=1233692 CPUtime=161.64 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 301798 0 0 0 16062 102 0 0 20 0 1 0 29800045 1288069120 308423 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 314470 308423 992 2593 0 311363 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 1257880 KiB
Current children cumulated memory: 1233692 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/250 15750
/proc/meminfo: memFree=127443664/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1256604 memory=1232416 CPUtime=221.41 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 308530 0 0 0 22025 116 0 0 20 0 1 0 29800045 1286762496 308104 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 314151 308104 992 2593 0 311044 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 1256604 KiB
Current children cumulated memory: 1232416 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 4.15 4.10 5/250 15753
/proc/meminfo: memFree=127425556/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1256912 memory=1232724 CPUtime=281.18 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 313699 0 0 0 27992 126 0 0 20 0 1 0 29800045 1287077888 308181 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 314228 308181 992 2593 0 311121 0
Current children cumulated CPU time: 281.18 s
Current children cumulated vsize: 1256912 KiB
Current children cumulated memory: 1232724 KiB

[startup+342.3 s]
/proc/loadavg: 4.81 4.32 4.17 5/250 15755
/proc/meminfo: memFree=127485912/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1257112 memory=1232924 CPUtime=340.96 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 317349 0 0 0 33961 135 0 0 20 0 1 0 29800045 1287282688 308231 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 314278 308231 992 2593 0 311171 0
Current children cumulated CPU time: 340.96 s
Current children cumulated vsize: 1257112 KiB
Current children cumulated memory: 1232924 KiB

[startup+402.3 s]
/proc/loadavg: 4.36 4.28 4.16 5/251 15760
/proc/meminfo: memFree=127429804/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1262676 memory=1238488 CPUtime=400.71 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 321463 0 0 0 39926 145 0 0 20 0 1 0 29800045 1292980224 309622 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 315669 309622 992 2593 0 312562 0
Current children cumulated CPU time: 400.71 s
Current children cumulated vsize: 1262676 KiB
Current children cumulated memory: 1238488 KiB

[startup+462.3 s]
/proc/loadavg: 4.26 4.26 4.16 5/251 15762
/proc/meminfo: memFree=127425364/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1263720 memory=1239532 CPUtime=460.47 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 326112 0 0 0 45892 155 0 0 20 0 1 0 29800045 1294049280 309883 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 315930 309883 992 2593 0 312823 0
Current children cumulated CPU time: 460.47 s

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

Current children cumulated memory: 1252392 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/250 15968
/proc/meminfo: memFree=128311772/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1280836 memory=1258068 CPUtime=2913.17 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 426878 0 0 0 290902 415 0 0 20 0 1 0 29800045 1311576064 314517 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 320209 314517 992 2593 0 317102 0
Current children cumulated CPU time: 2913.17 s
Current children cumulated vsize: 1280836 KiB
Current children cumulated memory: 1258068 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/250 15974
/proc/meminfo: memFree=128272896/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1276460 memory=1253680 CPUtime=2972.97 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 428589 0 0 0 296878 419 0 0 20 0 1 0 29800045 1307095040 313420 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319115 313420 992 2593 0 316008 0
Current children cumulated CPU time: 2972.97 s
Current children cumulated vsize: 1276460 KiB
Current children cumulated memory: 1253680 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/250 15976
/proc/meminfo: memFree=128268340/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1275196 memory=1252416 CPUtime=3032.76 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 430375 0 0 0 302853 423 0 0 20 0 1 0 29800045 1305800704 313104 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 318799 313104 992 2593 0 315692 0
Current children cumulated CPU time: 3032.76 s
Current children cumulated vsize: 1275196 KiB
Current children cumulated memory: 1252416 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/250 15978
/proc/meminfo: memFree=128314256/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1275056 memory=1252276 CPUtime=3092.57 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 432527 0 0 0 308829 428 0 0 20 0 1 0 29800045 1305657344 313069 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 318764 313069 992 2593 0 315657 0
Current children cumulated CPU time: 3092.57 s
Current children cumulated vsize: 1275056 KiB
Current children cumulated memory: 1252276 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/250 15980
/proc/meminfo: memFree=128358048/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1277556 memory=1254880 CPUtime=3152.37 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 434359 0 0 0 314805 432 0 0 20 0 1 0 29800045 1308217344 313720 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319389 313720 992 2593 0 316282 0
Current children cumulated CPU time: 3152.37 s
Current children cumulated vsize: 1277556 KiB
Current children cumulated memory: 1254880 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 15982
/proc/meminfo: memFree=128327188/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1281036 memory=1258256 CPUtime=3212.16 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 435600 0 0 0 320781 435 0 0 20 0 1 0 29800045 1311780864 314564 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 320259 314564 992 2593 0 317152 0
Current children cumulated CPU time: 3212.16 s
Current children cumulated vsize: 1281036 KiB
Current children cumulated memory: 1258256 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/250 15995
/proc/meminfo: memFree=128267280/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1280468 memory=1257688 CPUtime=3271.95 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 437356 0 0 0 326756 439 0 0 20 0 1 0 29800045 1311199232 314422 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 320117 314422 992 2593 0 317010 0
Current children cumulated CPU time: 3271.95 s
Current children cumulated vsize: 1280468 KiB
Current children cumulated memory: 1257688 KiB

[startup+3342.3 s]
/proc/loadavg: 3.86 4.06 4.07 4/244 16028
/proc/meminfo: memFree=128373452/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1283400 memory=1260620 CPUtime=3331.76 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 438882 0 0 0 332731 445 0 0 20 0 1 0 29800045 1314201600 315155 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 320850 315155 992 2593 0 317743 0
Current children cumulated CPU time: 3331.76 s
Current children cumulated vsize: 1283400 KiB
Current children cumulated memory: 1260620 KiB

[startup+3402.3 s]
/proc/loadavg: 3.39 3.88 4.01 4/244 16030
/proc/meminfo: memFree=128376404/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1276872 memory=1254092 CPUtime=3391.55 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 440795 0 0 0 338705 450 0 0 20 0 1 0 29800045 1307516928 313523 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319218 313523 992 2593 0 316111 0
Current children cumulated CPU time: 3391.55 s
Current children cumulated vsize: 1276872 KiB
Current children cumulated memory: 1254092 KiB

[startup+3462.3 s]
/proc/loadavg: 3.20 3.73 3.95 4/245 16035
/proc/meminfo: memFree=128430512/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1275952 memory=1253172 CPUtime=3451.35 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 442299 0 0 0 344681 454 0 0 20 0 1 0 29800045 1306574848 313293 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 318988 313293 992 2593 0 315881 0
Current children cumulated CPU time: 3451.35 s
Current children cumulated vsize: 1275952 KiB
Current children cumulated memory: 1253172 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.61 3.89 4/244 16037
/proc/meminfo: memFree=128397400/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1357760 memory=1329392 CPUtime=3511.16 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 443613 0 0 0 350657 459 0 0 20 0 1 0 29800045 1390346240 332348 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 339440 332348 992 2593 0 336333 0
Current children cumulated CPU time: 3511.16 s
Current children cumulated vsize: 1357760 KiB
Current children cumulated memory: 1329392 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.51 3.84 4/245 16044
/proc/meminfo: memFree=128395988/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1279192 memory=1256412 CPUtime=3570.97 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 445168 0 0 0 356634 463 0 0 20 0 1 0 29800045 1309892608 314103 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319798 314103 992 2593 0 316691 0
Current children cumulated CPU time: 3570.97 s
Current children cumulated vsize: 1279192 KiB
Current children cumulated memory: 1256412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 3.12 3.48 3.82 4/245 16044
/proc/meminfo: memFree=128398432/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1277040 memory=1254260 CPUtime=3600.07 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 445763 0 0 0 359543 464 0 0 20 0 1 0 29800045 1307688960 313565 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319260 313565 992 2593 0 316153 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1277040 KiB
Current children cumulated memory: 1254260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.44 s, system=4.64914 s

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

[startup+3611.5 s]
/proc/loadavg: 3.12 3.48 3.82 4/245 16044
/proc/meminfo: memFree=128398432/131382112 swapFree=33010684/33010684
[pid=15651] ppid=15648 vsize=1277040 memory=1254260 CPUtime=3600.07 cores=4,6
/proc/15651/stat : 15651 (CASHWMaxSAT-Dis) R 15648 15651 11107 0 -1 4194304 445763 0 0 0 359543 464 0 0 20 0 1 0 29800045 1307688960 313565 18446744073709551615 4198400 14817773 140727494674784 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 36552704 140727494678890 140727494679005 140727494679005 140727494684607 0
/proc/15651/statm: 319260 313565 992 2593 0 316153 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1277040 KiB
Current children cumulated memory: 1254260 KiB

Child status: 0

Real time (s): 3611.5
CPU time (s): 3600.09
CPU user time (s): 3595.44
CPU system time (s): 4.64914
CPU usage (%): 99.6839
Max. virtual memory (cumulated for all children) (KiB): 1431496
Max. memory (cumulated for all children) (KiB): 1408620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.44
system time used= 4.64914
maximum resident set size= 1408620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445763
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= 394
involuntary context switches= 19086


# summary of solver processes directly reported to runsolver:
#   pid: 15651
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3595.44
#   total CPU system time (s): 4.64914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3098 second user time and 35.9104 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-28 22:06:47
IDJOB=4503586
IDBENCH=155524
IDSOLVER=3322
FILE ID=nodeC005/4503586-1751141206
RUNJOBID= nodeC005-1751133631-11123
SLURM_JOB_ID= 9587405
Free space on /tmp= 432972 MiB

SOLVER NAME= CASHWMaxSATDisjCad-S 2025-06-01
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503586-1751141206/watcher-4503586-1751141206 -o /tmp/evaluation-result-4503586-1751141206/solver-4503586-1751141206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751133631-11123 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4503586-1751141206.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1309337057

nodeC005 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	: 0xb00001f
cpu MHz		: 3662.327
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3534.950
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.397
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.601
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3691.450
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1795.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129841552 kB
MemAvailable:   129473228 kB
Buffers:            3280 kB
Cached:           430200 kB
SwapCached:            0 kB
Active:           716416 kB
Inactive:         232148 kB
Active(anon):     533044 kB
Inactive(anon):        0 kB
Active(file):     183372 kB
Inactive(file):   232148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56664 kB
Writeback:             0 kB
AnonPages:        518204 kB
Mapped:           114280 kB
Shmem:             17960 kB
KReclaimable:      83708 kB
Slab:             161408 kB
SReclaimable:      83708 kB
SUnreclaim:        77700 kB
KernelStack:        4080 kB
PageTables:         4024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     878820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC005 at 2025-06-28 23:06:58