Trace number 4512117

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
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01? (MO) 601.727 603.639

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm25p-dec.opb.negationfix.opb
MD5SUMd2e7222ae223744ca0eedd4691347876
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables733696
Total number of constraints3890
Number of constraints which are clauses1432
Number of constraints which are cardinality constraints (but not clauses)1432
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint1433
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 511855
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 2979275
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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: 63794 MiB (62365 MiB free)
  memory of node 1: 64507 MiB (63782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512117-1751137318/watcher-4512117-1751137318 -o /tmp/evaluation-result-4512117-1751137318/solver-4512117-1751137318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751133631-11421 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4512117-1751137318.opb 3600 HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=13242, runsolver pid=13239
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=129174800/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=24464 memory=9972 CPUtime=0.07 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 1843 0 0 0 7 0 0 0 20 0 1 0 29411616 25051136 2493 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 6116 2493 864 2593 0 3009 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 31448 KiB
Current children cumulated memory: 14196 KiB

[startup+0.207511 s]*
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=129170516/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=31100 memory=15956 CPUtime=0.17 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 3606 0 0 0 17 0 0 0 20 0 1 0 29411616 31846400 3989 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 7775 3989 864 2593 0 4668 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 38084 KiB
Current children cumulated memory: 20180 KiB

[startup+0.307521 s]*
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=129164468/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=39848 memory=23384 CPUtime=0.27 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 5475 0 0 0 26 1 0 0 20 0 1 0 29411616 40804352 5846 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 9962 5846 864 2593 0 6855 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 27608 KiB

[startup+0.700482 s]
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=129148592/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=69552 memory=49228 CPUtime=0.66 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 11937 0 0 0 63 3 0 0 20 0 1 0 29411616 71221248 12307 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 17388 12307 864 2593 0 14281 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 76536 KiB
Current children cumulated memory: 53452 KiB

[startup+1.50052 s]
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=129108396/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=184656 memory=152176 CPUtime=1.46 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 26939 0 0 0 138 8 0 0 20 0 1 0 29411616 189087744 38044 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 46164 38044 864 2593 0 43057 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 191640 KiB
Current children cumulated memory: 156400 KiB

[startup+3.11355 s]
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=128819516/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=418232 memory=378196 CPUtime=3.07 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 51812 0 0 0 292 15 0 0 20 0 1 0 29411616 428269568 94517 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 104558 94549 864 2593 0 101451 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 425216 KiB
Current children cumulated memory: 382420 KiB

[startup+6.30043 s]
/proc/loadavg: 4.07 4.10 4.03 5/258 13246
/proc/meminfo: memFree=128664268/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=639540 memory=535380 CPUtime=6.24 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 91172 0 0 0 601 23 0 0 20 0 1 0 29411616 654888960 133845 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 159885 133845 864 2593 0 156778 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 646524 KiB
Current children cumulated memory: 539604 KiB

[startup+12.7005 s]
/proc/loadavg: 4.06 4.10 4.03 5/258 13246
/proc/meminfo: memFree=128033356/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=1220740 memory=1083808 CPUtime=12.63 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 140818 0 0 0 1223 40 0 0 20 0 1 0 29411616 1250037760 270952 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 305185 270952 896 2593 0 302078 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1227724 KiB
Current children cumulated memory: 1088032 KiB

[startup+25.5005 s]
/proc/loadavg: 4.05 4.09 4.03 5/258 13246
/proc/meminfo: memFree=127306752/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=2287356 memory=1935036 CPUtime=25.39 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 225841 0 0 0 2468 71 0 0 20 0 1 0 29411616 2342252544 483759 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 571839 483759 896 2593 0 568732 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2294340 KiB
Current children cumulated memory: 1939260 KiB

[startup+51.1138 s]
/proc/loadavg: 4.09 4.10 4.03 5/258 13247
/proc/meminfo: memFree=126152436/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/13245/stat : 13245 (timeout) S 13242 13245 11404 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29411615 2723840 320 18446744073709551615 94813772840960 94813772857473 140731838160128 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94813772872240 94813772874328 94813780004864 140731838163360 140731838163490 140731838163490 140731838169063 0
/proc/13245/statm: 665 320 320 5 0 90 0
[pid=13246] ppid=13245 vsize=3351904 memory=3044556 CPUtime=50.92 cores=5,7
/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 319174 0 0 0 4977 115 0 0 20 0 1 0 29411616 3432349696 761139 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 837976 761139 896 2593 0 834869 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 3358888 KiB
Current children cumulated memory: 3048780 KiB

[startup+102.301 s]
/proc/loadavg: 4.43 4.18 4.06 5/259 13313
/proc/meminfo: memFree=125170536/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 252 106 0 0 0 0 0 0 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13245] ppid=13242 vsize=2660 memory=1280 CPUtime=0 cores=5,7

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

/proc/13246/stat : 13246 (CASHWMaxSAT-Dis) R 13245 13245 11404 0 -1 4194304 822315 0 0 0 39723 375 0 0 20 0 1 0 29411616 10152677376 2312743 18446744073709551615 4198400 14817773 140721690847936 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 34525184 140721690855846 140721690855963 140721690855963 140721690861536 0
/proc/13246/statm: 2478681 2312743 896 2593 0 2475574 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 9921708 KiB
Current children cumulated memory: 9255196 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/258 13388
/proc/meminfo: memFree=122647196/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=421.95 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 284 843872 0 0 0 0 41798 397 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13384] ppid=13242 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13242 13384 11404 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=7331036 memory=7060972 CPUtime=38.83 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 1091873 0 0 0 3594 289 0 0 20 0 1 0 29453948 7506980864 1765243 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 1832759 1765243 2304 595 0 1817426 0
Current children cumulated CPU time: 460.78 s
Current children cumulated vsize: 7338020 KiB
Current children cumulated memory: 7065324 KiB

[startup+522.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/258 13392
/proc/meminfo: memFree=113120604/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=421.95 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 284 843872 0 0 0 0 41798 397 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13384] ppid=13242 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13242 13384 11404 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=18387216 memory=16953728 CPUtime=98.65 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 2779494 0 0 0 9126 739 0 0 20 0 1 0 29453948 18828509184 4238432 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 4596804 4238432 2304 595 0 4581471 0
Current children cumulated CPU time: 520.6 s
Current children cumulated vsize: 18394200 KiB
Current children cumulated memory: 16958080 KiB

[startup+582.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 13394
/proc/meminfo: memFree=103512772/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=421.95 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 284 843872 0 0 0 0 41798 397 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13384] ppid=13242 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13242 13384 11404 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=29292240 memory=26463092 CPUtime=158.48 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4227091 0 0 0 14662 1186 0 0 20 0 1 0 29453948 29995253760 6615773 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 7323060 6615773 2304 595 0 7307727 0
Current children cumulated CPU time: 580.43 s
Current children cumulated vsize: 29299224 KiB
Current children cumulated memory: 26467444 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+601 s]*
/proc/loadavg: 4.13 4.14 4.09 5/258 13395
/proc/meminfo: memFree=100343336/131382116 swapFree=33010684/33010684
[pid=13242] ppid=13239 vsize=4324 memory=2944 CPUtime=421.95 cores=5,7
/proc/13242/stat : 13242 (Hybrid-CASHWMax) S 13239 13242 11404 0 -1 4194304 284 843872 0 0 0 0 41798 397 20 0 1 0 29411613 4427776 736 18446744073709551615 94268365582336 94268366476869 140725899957520 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94268366715920 94268366763664 94268367028224 140725899962711 140725899962865 140725899962865 140725899968467 0
/proc/13242/statm: 1081 736 672 219 0 143 0
[pid=13384] ppid=13242 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13242 13384 11404 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=31741116 memory=29596080 CPUtime=177.14 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4839706 0 0 0 16408 1306 0 0 20 0 1 0 29453948 32502902784 7399020 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 7935279 7399020 2304 595 0 7919946 0
Current children cumulated CPU time: 599.09 s
Current children cumulated vsize: 31748100 KiB
Current children cumulated memory: 29600432 KiB

Sending SIGTERM to process tree (bottom up)

[startup+601.023 s]
# the end of solver process 13242 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=417.981 s, system=3.97398 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

[startup+603.019 s]
# the end of solver process 13384 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=417.981 s, system=3.97757 s
# this solver process was not waited by its parent and was adopted by runsolver
??? end of watcher thread

[startup+603.639 s]
# the end of solver process 13385 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=584.04 s, system=17.6864 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+601.6 s]
/proc/loadavg: 4.13 4.14 4.09 5/257 13395
/proc/meminfo: memFree=100343336/131382116 swapFree=33010684/33010684
[pid=13384] ppid=13239 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13239 13384 11404 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3293184 73735 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=23492324 memory=23417436 CPUtime=177.73 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4842679 0 0 0 16465 1308 0 0 20 0 1 0 29453948 24056139776 5854359 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 5873081 5854359 2432 595 0 5857748 0
Current cumulated CPU time of completed processes: 421.955 s
Current children cumulated CPU time: 177.73 s
Current children cumulated vsize: 23494984 KiB
Current children cumulated memory: 23418844 KiB

[startup+602.4 s]
/proc/loadavg: 4.13 4.14 4.09 5/257 13395
/proc/meminfo: memFree=105936880/131382116 swapFree=33010684/33010684
[pid=13384] ppid=13239 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13239 13384 11404 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3293184 73735 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=23330928 memory=23256040 CPUtime=178.52 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4842701 0 0 0 16544 1308 0 0 20 0 1 0 29453948 23890870272 5814010 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 5832732 5814010 2432 595 0 5817399 0
Current cumulated CPU time of completed processes: 421.955 s
Current children cumulated CPU time: 178.52 s
Current children cumulated vsize: 23333588 KiB
Current children cumulated memory: 23257448 KiB

[startup+602.8 s]
/proc/loadavg: 4.13 4.14 4.09 5/257 13395
/proc/meminfo: memFree=105936880/131382116 swapFree=33010684/33010684
[pid=13384] ppid=13239 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13239 13384 11404 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3293184 73735 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=23330928 memory=23256040 CPUtime=178.92 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4842701 0 0 0 16584 1308 0 0 20 0 1 0 29453948 23890870272 5814010 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 5832732 5814010 2432 595 0 5817399 0
Current cumulated CPU time of completed processes: 421.955 s
Current children cumulated CPU time: 178.92 s
Current children cumulated vsize: 23333588 KiB
Current children cumulated memory: 23257448 KiB

[startup+603 s]*
/proc/loadavg: 4.12 4.14 4.09 5/257 13395
/proc/meminfo: memFree=105946996/131382116 swapFree=33010684/33010684
[pid=13384] ppid=13239 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13384/stat : 13384 (timeout) S 13239 13384 11404 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 29453947 2723840 352 18446744073709551615 94088517943296 94088517959809 140731698874976 0 0 0 0 3293184 73735 1 0 0 17 7 0 0 0 0 0 94088517974576 94088517976664 94088522321920 140731698878856 140731698879010 140731698879010 140731698884583 0
/proc/13384/statm: 665 352 352 5 0 90 0
[pid=13385] ppid=13384 vsize=23330928 memory=23256040 CPUtime=179.13 cores=5,7
/proc/13385/stat : 13385 (SynLSCD) R 13384 13384 11404 0 -1 4194304 4842701 0 0 0 16605 1308 0 0 20 0 1 0 29453948 23890870272 5814010 18446744073709551615 94158260363264 94158262797417 140722493020960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94158263278840 94158263311872 94158268071936 140722493024674 140722493024809 140722493024809 140722493030382 0
/proc/13385/statm: 5832732 5814010 2432 595 0 5817399 0
Current cumulated CPU time of completed processes: 421.955 s
Current children cumulated CPU time: 179.13 s
Current children cumulated vsize: 23333588 KiB
Current children cumulated memory: 23257448 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 603.639
CPU time (s): 601.727
CPU user time (s): 584.04
CPU system time (s): 17.6864
CPU usage (%): 99.6832
Max. virtual memory (cumulated for all children) (KiB): 31748100
Max. memory (cumulated for all children) (KiB): 29600432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 584.04
system time used= 17.6864
maximum resident set size= 29596592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5686967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 448
involuntary context switches= 3881


# summary of solver processes directly reported to runsolver:
#   pid: 13242,13384,13385
#   total CPU time (s): 601.727
#   total CPU user time (s): 584.04
#   total CPU system time (s): 17.6864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.35472 second user time and 6.7549 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-28 21:01:59
IDJOB=4512117
IDBENCH=160495
IDSOLVER=3328
FILE ID=nodeC011/4512117-1751137318
RUNJOBID= nodeC011-1751133631-11421
SLURM_JOB_ID= 9587411
Free space on /tmp= 432952 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm25p-dec.opb.negationfix.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512117-1751137318/watcher-4512117-1751137318 -o /tmp/evaluation-result-4512117-1751137318/solver-4512117-1751137318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751133631-11421 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4512117-1751137318.opb 3600 HOME

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

MD5SUM BENCH= d2e7222ae223744ca0eedd4691347876
RANDOM SEED=1309337057

nodeC011 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		: 3592.507
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	: 6984.20
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		: 3639.632
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	: 6984.20
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.637
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	: 6984.20
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.480
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	: 6984.20
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		: 3661.422
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	: 6984.20
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		: 1197.292
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	: 6984.20
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		: 1197.434
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	: 6984.20
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129174800 kB
MemAvailable:   128822200 kB
Buffers:            3280 kB
Cached:           459900 kB
SwapCached:            0 kB
Active:          1346836 kB
Inactive:         246784 kB
Active(anon):    1148400 kB
Inactive(anon):        0 kB
Active(file):     198436 kB
Inactive(file):   246784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51112 kB
Writeback:             0 kB
AnonPages:       1131336 kB
Mapped:           115068 kB
Shmem:             17960 kB
KReclaimable:      83228 kB
Slab:             161816 kB
SReclaimable:      83228 kB
SUnreclaim:        78588 kB
KernelStack:        4128 kB
PageTables:         5508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1540460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1005568 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC011 at 2025-06-28 21:12:03