Trace number 4511830

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-CASHWMaxSATDisjComS+SynLSCD 2025-06-01? (MO) 501.919 503.313

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
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: 63708 MiB (48730 MiB free)
  memory of node 1: 64465 MiB (63038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511830-1751198503/watcher-4511830-1751198503 -o /tmp/evaluation-result-4511830-1751198503/solver-4511830-1751198503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751193586-23322 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4511830-1751198503.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.08 4.08 4.09 5/273 26243
/proc/meminfo: memFree=114446880/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=39296 memory=19840 CPUtime=0.08 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 4332 0 0 0 8 0 0 0 20 0 1 0 35527805 40239104 4960 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 9824 4960 736 2416 0 6926 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 46280 KiB
Current children cumulated memory: 24320 KiB

[startup+0.205793 s]*
/proc/loadavg: 4.08 4.08 4.09 5/273 26243
/proc/meminfo: memFree=114446880/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=58780 memory=37096 CPUtime=0.18 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 8824 0 0 0 17 1 0 0 20 0 1 0 35527805 60190720 9274 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 14695 9274 736 2416 0 11797 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 65764 KiB
Current children cumulated memory: 41576 KiB

[startup+0.30573 s]*
/proc/loadavg: 4.08 4.08 4.09 5/273 26243
/proc/meminfo: memFree=114446880/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=77752 memory=52852 CPUtime=0.29 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 13087 0 0 0 27 2 0 0 20 0 1 0 35527805 79618048 13213 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 19438 13213 736 2416 0 16540 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 84736 KiB
Current children cumulated memory: 57332 KiB

[startup+0.700225 s]
/proc/loadavg: 4.08 4.08 4.09 5/273 26243
/proc/meminfo: memFree=114442784/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=147008 memory=108792 CPUtime=0.67 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 26300 0 0 0 63 4 0 0 20 0 1 0 35527805 150536192 27198 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 36752 27198 736 2416 0 33854 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 153992 KiB
Current children cumulated memory: 113272 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.08 4.09 5/273 26243
/proc/meminfo: memFree=114430820/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=295896 memory=224248 CPUtime=1.47 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 51083 0 0 0 139 8 0 0 20 0 1 0 35527805 302997504 56062 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 73974 56062 736 2416 0 71076 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 302880 KiB
Current children cumulated memory: 228728 KiB

[startup+3.10551 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 26243
/proc/meminfo: memFree=114393672/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=443748 memory=325852 CPUtime=3.07 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 71675 0 0 0 294 13 0 0 20 0 1 0 35527805 454397952 81463 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 110937 81463 736 2416 0 108039 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 450732 KiB
Current children cumulated memory: 330332 KiB

[startup+6.30022 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 26243
/proc/meminfo: memFree=114383460/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=744936 memory=573360 CPUtime=6.25 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 128460 0 0 0 601 24 0 0 20 0 1 0 35527805 762814464 143340 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 186234 143340 736 2416 0 183336 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 751920 KiB
Current children cumulated memory: 577840 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 26243
/proc/meminfo: memFree=114008848/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=1264992 memory=1050412 CPUtime=12.64 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 159496 0 0 0 1224 40 0 0 20 0 1 0 35527805 1295351808 262603 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 316248 262603 768 2416 0 313350 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1271976 KiB
Current children cumulated memory: 1054892 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.08 4.09 5/272 26245
/proc/meminfo: memFree=121754256/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=2965952 memory=2301564 CPUtime=25.4 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 252320 0 0 0 2463 77 0 0 20 0 1 0 35527805 3037134848 575391 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 741488 575391 768 2416 0 738590 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2972936 KiB
Current children cumulated memory: 2306044 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.09 4.09 5/272 26246
/proc/meminfo: memFree=114818588/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=3395324 memory=3127284 CPUtime=50.93 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 355112 0 0 0 4981 112 0 0 20 0 1 0 35527805 3476811776 781821 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 848831 781821 768 2416 0 845933 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3402308 KiB
Current children cumulated memory: 3131764 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/272 26248
/proc/meminfo: memFree=102239620/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3

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

Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 8059104 KiB
Current children cumulated memory: 7807532 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/271 26306
/proc/meminfo: memFree=113138252/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=9591412 memory=8508468 CPUtime=281.52 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 766596 0 0 0 27831 321 0 0 20 0 1 0 35527805 9821605888 2127117 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 2397853 2127117 768 2416 0 2394955 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 9598396 KiB
Current children cumulated memory: 8512948 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/271 26311
/proc/meminfo: memFree=99818784/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26242] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26242/stat : 26242 (timeout) S 26239 26242 23310 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 35527805 2723840 352 18446744073709551615 93963092062208 93963092078721 140735536211504 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 93963092093488 93963092095576 93963112898560 140735536216480 140735536216610 140735536216610 140735536222183 0
/proc/26242/statm: 665 352 352 5 0 90 0
[pid=26243] ppid=26242 vsize=9898436 memory=9128460 CPUtime=341.37 cores=1,3
/proc/26243/stat : 26243 (CASHWMaxSAT-Dis) R 26242 26242 23310 0 -1 4194304 841178 0 0 0 33794 343 0 0 20 0 1 0 35527805 10135998464 2282115 18446744073709551615 4198400 14093885 140731299856352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 27746304 140731299858854 140731299858971 140731299858971 140731299864544 0
/proc/26243/statm: 2474609 2282115 768 2416 0 2471711 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 9905420 KiB
Current children cumulated memory: 9132940 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 26362
/proc/meminfo: memFree=114411484/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=374.98 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 287 879760 0 0 0 0 37127 371 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26313] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26239 26313 23310 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=6003476 memory=5329896 CPUtime=26.21 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 870666 0 0 0 2399 222 0 0 20 0 1 0 35565404 6147559424 1332474 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 1500869 1332474 2304 595 0 1485536 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 6010460 KiB
Current children cumulated memory: 5334376 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/272 26367
/proc/meminfo: memFree=99959196/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=374.98 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 287 879760 0 0 0 0 37127 371 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26313] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26239 26313 23310 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=17548808 memory=15945432 CPUtime=86.03 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 2645387 0 0 0 7932 671 0 0 20 0 1 0 35565404 17969979392 3986358 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 4387202 3986358 2304 595 0 4371869 0
Current children cumulated CPU time: 461.01 s
Current children cumulated vsize: 17555792 KiB
Current children cumulated memory: 15949912 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+500.8 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 26368
/proc/meminfo: memFree=95219024/131249996 swapFree=33010684/33010684
[pid=26239] ppid=26236 vsize=4324 memory=3072 CPUtime=374.98 cores=1,3
/proc/26239/stat : 26239 (Hybrid-CASHWMax) S 26236 26239 23310 0 -1 4194304 287 879760 0 0 0 0 37127 371 20 0 1 0 35527804 4427776 768 18446744073709551615 94162181013504 94162181908037 140724284858112 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94162182147088 94162182194832 94162190389248 140724284864855 140724284865009 140724284865009 140724284870611 0
/proc/26239/statm: 1081 768 704 219 0 143 0
[pid=26313] ppid=26239 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26239 26313 23310 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=33251640 memory=21019300 CPUtime=124.41 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 3512339 0 0 0 11592 849 0 0 20 0 1 0 35565404 34049679360 5254825 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 8312910 5254825 2464 595 0 8297577 0
Current children cumulated CPU time: 499.39 s
Current children cumulated vsize: 33258624 KiB
Current children cumulated memory: 21023780 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=488.557 s, system=13.3626 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+501.6 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 26368
/proc/meminfo: memFree=93992072/131249996 swapFree=33010684/33010684
[pid=26313] ppid=26236 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26236 26313 23310 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3293184 73735 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=38091196 memory=23286508 CPUtime=125.21 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 3524195 0 0 0 11629 892 0 0 20 0 1 0 35565404 39005384704 5821627 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 9522799 5821627 2464 595 0 9507466 0
Current cumulated CPU time of completed processes: 374.992 s
Current children cumulated CPU time: 125.21 s
Current children cumulated vsize: 38093856 KiB
Current children cumulated memory: 23287916 KiB

[startup+502.4 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 26368
/proc/meminfo: memFree=92292896/131249996 swapFree=33010684/33010684
[pid=26313] ppid=26236 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26236 26313 23310 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3293184 73735 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=38411032 memory=23667652 CPUtime=126.01 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 3604170 0 0 0 11694 907 0 0 20 0 1 0 35565404 39332896768 5916913 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 9602758 5916913 2464 595 0 9587425 0
Current cumulated CPU time of completed processes: 374.992 s
Current children cumulated CPU time: 126.01 s
Current children cumulated vsize: 38413692 KiB
Current children cumulated memory: 23669060 KiB

[startup+502.8 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 26368
/proc/meminfo: memFree=92292896/131249996 swapFree=33010684/33010684
[pid=26313] ppid=26236 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/26313/stat : 26313 (timeout) S 26236 26313 23310 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 35565403 2723840 352 18446744073709551615 94507937320960 94507937337473 140728139067168 0 0 0 0 3293184 73735 1 0 0 17 3 0 0 0 0 0 94507937352240 94507937354328 94507954626560 140728139073928 140728139074082 140728139074082 140728139079655 0
/proc/26313/statm: 665 352 352 5 0 90 0
[pid=26314] ppid=26313 vsize=38573260 memory=23862596 CPUtime=126.4 cores=1,3
/proc/26314/stat : 26314 (SynLSCD) R 26313 26313 23310 0 -1 4194304 3644739 0 0 0 11728 912 0 0 20 0 1 0 35565404 39499018240 5965649 18446744073709551615 94916001726464 94916004160617 140735009052144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94916004642040 94916004675072 94916019687424 140735009057186 140735009057321 140735009057321 140735009062894 0
/proc/26314/statm: 9643315 5965649 2464 595 0 9627982 0
Current cumulated CPU time of completed processes: 374.992 s
Current children cumulated CPU time: 126.4 s
Current children cumulated vsize: 38575920 KiB
Current children cumulated memory: 23864004 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 503.313
CPU time (s): 501.919
CPU user time (s): 488.557
CPU system time (s): 13.3626
CPU usage (%): 99.7232
Max. virtual memory (cumulated for all children) (KiB): 38575920
Max. memory (cumulated for all children) (KiB): 23864004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.557
system time used= 13.3626
maximum resident set size= 23862724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4524902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 411
involuntary context switches= 1143


# summary of solver processes directly reported to runsolver:
#   pid: 26239,26313,26314
#   total CPU time (s): 501.919
#   total CPU user time (s): 488.557
#   total CPU system time (s): 13.3626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04133 second user time and 2.401 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 14:01:43
IDJOB=4511830
IDBENCH=160485
IDSOLVER=3331
FILE ID=nodeC015/4511830-1751198503
RUNJOBID= nodeC015-1751193586-23322
SLURM_JOB_ID= 9587589
Free space on /tmp= 432884 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511830-1751198503/watcher-4511830-1751198503 -o /tmp/evaluation-result-4511830-1751198503/solver-4511830-1751198503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751193586-23322 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4511830-1751198503.opb 3600 HOME

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=1317795766

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114455024 kB
MemAvailable:   114482600 kB
Buffers:            3280 kB
Cached:           836784 kB
SwapCached:            0 kB
Active:         14692528 kB
Inactive:         580400 kB
Active(anon):   14450940 kB
Inactive(anon):        0 kB
Active(file):     241588 kB
Inactive(file):   580400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47716 kB
Writeback:             0 kB
AnonPages:      14436004 kB
Mapped:           113300 kB
Shmem:             18076 kB
KReclaimable:      89652 kB
Slab:             175112 kB
SReclaimable:      89652 kB
SUnreclaim:        85460 kB
KernelStack:        4400 kB
PageTables:        32024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16269532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6526976 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC015 at 2025-06-29 14:10:07