Trace number 4488429

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 NameAnswerobjective functionCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCom+ExactPRS 2025-06-01? (MO) 1284.03 1287.94

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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 (62424 MiB free)
  memory of node 1: 64465 MiB (63594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488429-1751330574/watcher-4488429-1751330574 -o /tmp/evaluation-result-4488429-1751330574/solver-4488429-1751330574 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751326134-42696 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCom+ExactPRS HOME/instance-4488429-1751330574.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=45041, runsolver pid=45038

[startup+0.100062 s]*
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=129043184/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=36728 memory=18048 CPUtime=0.07 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 3881 0 0 0 7 0 0 0 20 0 1 0 48679971 37609472 4512 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 9182 4512 736 2416 0 6284 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 43712 KiB
Current children cumulated memory: 22400 KiB

[startup+0.205685 s]*
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=129027564/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=55964 memory=36960 CPUtime=0.18 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 8646 0 0 0 16 2 0 0 20 0 1 0 48679971 57307136 9240 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 13991 9240 736 2416 0 11093 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62948 KiB
Current children cumulated memory: 41312 KiB

[startup+0.305656 s]*
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=129011436/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=74232 memory=54760 CPUtime=0.27 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 13195 0 0 0 24 3 0 0 20 0 1 0 48679971 76013568 13690 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 18558 13690 736 2416 0 15660 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81216 KiB
Current children cumulated memory: 59112 KiB

[startup+0.700235 s]
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=128971368/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=144564 memory=124156 CPUtime=0.67 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 30723 0 0 0 60 7 0 0 20 0 1 0 48679971 148033536 31039 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 36141 31039 736 2416 0 33243 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 151548 KiB
Current children cumulated memory: 128508 KiB

[startup+1.50023 s]
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=128882916/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=262812 memory=237328 CPUtime=1.47 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 59355 0 0 0 135 12 0 0 20 0 1 0 48679971 269119488 59332 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 65703 59332 736 2416 0 62805 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 269796 KiB
Current children cumulated memory: 241680 KiB

[startup+3.10557 s]
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=128725768/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=348796 memory=321652 CPUtime=3.07 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 81533 0 0 0 291 16 0 0 20 0 1 0 48679971 357167104 80413 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 87199 80413 736 2416 0 84301 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 355780 KiB
Current children cumulated memory: 326004 KiB

[startup+6.30021 s]
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=128744200/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=348796 memory=321652 CPUtime=6.25 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 81533 0 0 0 609 16 0 0 20 0 1 0 48679971 357167104 80413 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 87199 80413 736 2416 0 84301 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 355780 KiB
Current children cumulated memory: 326004 KiB

[startup+12.7002 s]
/proc/loadavg: 3.98 4.06 4.08 5/271 45045
/proc/meminfo: memFree=128723472/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=348796 memory=321652 CPUtime=12.63 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 81533 0 0 0 1247 16 0 0 20 0 1 0 48679971 357167104 80413 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 87199 80413 736 2416 0 84301 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 355780 KiB
Current children cumulated memory: 326004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.07 4.08 5/271 45045
/proc/meminfo: memFree=128712924/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=351516 memory=330536 CPUtime=25.39 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 82697 0 0 0 2523 16 0 0 20 0 1 0 48679971 359952384 82634 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 87879 82634 768 2416 0 84981 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 358500 KiB
Current children cumulated memory: 334888 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.08 4.09 5/271 45046
/proc/meminfo: memFree=127189600/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=1847636 memory=1819304 CPUtime=50.92 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 454890 0 0 0 5021 71 0 0 20 0 1 0 48679971 1891979264 454826 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 461909 454826 768 2416 0 459011 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1854620 KiB
Current children cumulated memory: 1823656 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/271 45048
/proc/meminfo: memFree=127123180/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2

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

Current children cumulated CPU time: 999.25 s
Current children cumulated vsize: 2527492 KiB
Current children cumulated memory: 2455368 KiB

[startup+1062.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 45248
/proc/meminfo: memFree=126856128/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=2652768 memory=2555464 CPUtime=1059.07 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 560796 0 0 0 105743 164 0 0 20 0 1 0 48679971 2716434432 638866 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 663192 638866 1024 2416 0 660294 0
Current children cumulated CPU time: 1059.07 s
Current children cumulated vsize: 2659752 KiB
Current children cumulated memory: 2559816 KiB

[startup+1122.3 s]
/proc/loadavg: 4.41 4.19 4.12 5/272 45269
/proc/meminfo: memFree=126850828/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=2652768 memory=2534700 CPUtime=1118.9 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 561878 0 0 0 111718 172 0 0 20 0 1 0 48679971 2716434432 633675 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 663192 633675 1024 2416 0 660294 0
Current children cumulated CPU time: 1118.9 s
Current children cumulated vsize: 2659752 KiB
Current children cumulated memory: 2539052 KiB

[startup+1182.3 s]
/proc/loadavg: 4.20 4.17 4.12 5/272 45271
/proc/meminfo: memFree=126700504/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 248 103 0 0 0 0 0 0 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45044] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45044/stat : 45044 (timeout) S 45041 45044 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48679971 2723840 320 18446744073709551615 94477102268416 94477102284929 140725847043120 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94477102299696 94477102301784 94477112676352 140725847050646 140725847050786 140725847050786 140725847056359 0
/proc/45044/statm: 665 320 320 5 0 90 0
[pid=45045] ppid=45044 vsize=2867692 memory=2665468 CPUtime=1178.72 cores=0,2
/proc/45045/stat : 45045 (CASHWMaxSAT-Dis) R 45044 45044 42686 0 -1 4194304 562379 0 0 0 117697 175 0 0 20 0 1 0 48679971 2936516608 666367 18446744073709551615 4198400 14093885 140730519115552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47792128 140730519124380 140730519124507 140730519124507 140730519130080 0
/proc/45045/statm: 716923 666367 1024 2416 0 714025 0
Current children cumulated CPU time: 1178.72 s
Current children cumulated vsize: 2874676 KiB
Current children cumulated memory: 2669820 KiB

[startup+1242.3 s]
/proc/loadavg: 4.19 4.17 4.12 5/272 45275
/proc/meminfo: memFree=118467280/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=1194.43 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 281 562822 0 0 0 0 119260 183 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45272] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45272/stat : 45272 (timeout) S 45041 45272 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48799774 2723840 320 18446744073709551615 94846851141632 94846851158145 140732984495600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94846851172912 94846851175000 94846861131776 140732984502662 140732984502818 140732984502818 140732984508391 0
/proc/45272/statm: 665 320 320 5 0 90 0
[pid=45273] ppid=45272 vsize=11113384 memory=11027016 CPUtime=44.09 cores=0,2
/proc/45273/stat : 45273 (ExactPR-S) R 45272 45272 42686 0 -1 4194304 2718064 0 0 0 3995 414 0 0 20 0 1 0 48799775 11380105216 2756754 18446744073709551615 94140272926720 94140282226757 140720726418384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140284012864 94140284051944 94140317085696 140720726419870 140720726420007 140720726420007 140720726425580 0
/proc/45273/statm: 2778346 2756754 1792 2271 0 2772984 0
Current children cumulated CPU time: 1238.52 s
Current children cumulated vsize: 11120368 KiB
Current children cumulated memory: 11031368 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1284.8 s]
/proc/loadavg: 4.17 4.16 4.12 5/272 45277
/proc/meminfo: memFree=97981888/131250000 swapFree=33010684/33010684
[pid=45041] ppid=45038 vsize=4324 memory=3072 CPUtime=1194.43 cores=0,2
/proc/45041/stat : 45041 (Hybrid-CASHWMax) S 45038 45041 42686 0 -1 4194304 281 562822 0 0 0 0 119260 183 20 0 1 0 48679969 4427776 768 18446744073709551615 94224762490880 94224763385413 140733178762800 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94224763624464 94224763672208 94224763744256 140733178771799 140733178771953 140733178771953 140733178777555 0
/proc/45041/statm: 1081 768 704 219 0 143 0
[pid=45272] ppid=45041 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45272/stat : 45272 (timeout) S 45041 45272 42686 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 48799774 2723840 320 18446744073709551615 94846851141632 94846851158145 140732984495600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94846851172912 94846851175000 94846861131776 140732984502662 140732984502818 140732984502818 140732984508391 0
/proc/45272/statm: 665 320 320 5 0 90 0
[pid=45273] ppid=45272 vsize=31760640 memory=31674696 CPUtime=86.45 cores=0,2
/proc/45273/stat : 45273 (ExactPR-S) R 45272 45272 42686 0 -1 4194304 7879970 0 0 0 7441 1204 0 0 20 0 1 0 48799775 32522895360 7918674 18446744073709551615 94140272926720 94140282226757 140720726418384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140284012864 94140284051944 94140317085696 140720726419870 140720726420007 140720726420007 140720726425580 0
/proc/45273/statm: 7940160 7918674 1792 2271 0 7934798 0
Current children cumulated CPU time: 1280.88 s
Current children cumulated vsize: 31767624 KiB
Current children cumulated memory: 31679048 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=1268.62 s, system=15.4158 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+1285.6 s]
/proc/loadavg: 4.17 4.16 4.12 5/270 45277
/proc/meminfo: memFree=97490236/131250000 swapFree=33010684/33010684
[pid=45272] ppid=45038 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45272/stat : 45272 (timeout) S 45038 45272 42686 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48799774 2723840 320 18446744073709551615 94846851141632 94846851158145 140732984495600 0 0 0 0 3293184 73735 1 0 0 17 0 0 0 0 0 0 94846851172912 94846851175000 94846861131776 140732984502662 140732984502818 140732984502818 140732984508391 0
/proc/45272/statm: 665 320 320 5 0 90 0
[pid=45273] ppid=45272 vsize=32151136 memory=32065352 CPUtime=87.25 cores=0,2
/proc/45273/stat : 45273 (ExactPR-S) R 45272 45272 42686 0 -1 4194304 7977636 0 0 0 7507 1218 0 0 20 0 1 0 48799775 32922763264 8016338 18446744073709551615 94140272926720 94140282226757 140720726418384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140284012864 94140284051944 94140317085696 140720726419870 140720726420007 140720726420007 140720726425580 0
/proc/45273/statm: 8037784 8016338 1792 2271 0 8032422 0
Current cumulated CPU time of completed processes: 1194.43 s
Current children cumulated CPU time: 87.25 s
Current children cumulated vsize: 32153796 KiB
Current children cumulated memory: 32066632 KiB

[startup+1286.4 s]
/proc/loadavg: 4.17 4.16 4.12 5/270 45277
/proc/meminfo: memFree=97006396/131250000 swapFree=33010684/33010684
[pid=45272] ppid=45038 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45272/stat : 45272 (timeout) S 45038 45272 42686 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48799774 2723840 320 18446744073709551615 94846851141632 94846851158145 140732984495600 0 0 0 0 3293184 73735 1 0 0 17 0 0 0 0 0 0 94846851172912 94846851175000 94846861131776 140732984502662 140732984502818 140732984502818 140732984508391 0
/proc/45272/statm: 665 320 320 5 0 90 0
[pid=45273] ppid=45272 vsize=32538592 memory=32452808 CPUtime=88.05 cores=0,2
/proc/45273/stat : 45273 (ExactPR-S) R 45272 45272 42686 0 -1 4194304 8074501 0 0 0 7570 1235 0 0 20 0 1 0 48799775 33319518208 8113202 18446744073709551615 94140272926720 94140282226757 140720726418384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140284012864 94140284051944 94140317085696 140720726419870 140720726420007 140720726420007 140720726425580 0
/proc/45273/statm: 8134648 8113202 1792 2271 0 8129286 0
Current cumulated CPU time of completed processes: 1194.43 s
Current children cumulated CPU time: 88.05 s
Current children cumulated vsize: 32541252 KiB
Current children cumulated memory: 32454088 KiB

[startup+1286.8 s]
/proc/loadavg: 4.17 4.16 4.12 5/270 45277
/proc/meminfo: memFree=97006396/131250000 swapFree=33010684/33010684
[pid=45272] ppid=45038 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/45272/stat : 45272 (timeout) S 45038 45272 42686 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48799774 2723840 320 18446744073709551615 94846851141632 94846851158145 140732984495600 0 0 0 0 3293184 73735 1 0 0 17 0 0 0 0 0 0 94846851172912 94846851175000 94846861131776 140732984502662 140732984502818 140732984502818 140732984508391 0
/proc/45272/statm: 665 320 320 5 0 90 0
[pid=45273] ppid=45272 vsize=32731560 memory=32645704 CPUtime=88.45 cores=0,2
/proc/45273/stat : 45273 (ExactPR-S) R 45272 45272 42686 0 -1 4194304 8122742 0 0 0 7601 1244 0 0 20 0 1 0 48799775 33517117440 8161426 18446744073709551615 94140272926720 94140282226757 140720726418384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94140284012864 94140284051944 94140317085696 140720726419870 140720726420007 140720726420007 140720726425580 0
/proc/45273/statm: 8182890 8161426 1792 2271 0 8177528 0
Current cumulated CPU time of completed processes: 1194.43 s
Current children cumulated CPU time: 88.45 s
Current children cumulated vsize: 32734220 KiB
Current children cumulated memory: 32646984 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1287.94
CPU time (s): 1284.03
CPU user time (s): 1268.62
CPU system time (s): 15.4158
CPU usage (%): 99.6965
Max. virtual memory (cumulated for all children) (KiB): 32734220
Max. memory (cumulated for all children) (KiB): 32646984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1268.62
system time used= 15.4158
maximum resident set size= 32645704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8685955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 529
involuntary context switches= 1846


# summary of solver processes directly reported to runsolver:
#   pid: 45041,45272,45273
#   total CPU time (s): 1284.03
#   total CPU user time (s): 1268.62
#   total CPU system time (s): 15.4158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.65741 second user time and 6.24426 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 02:42:54
IDJOB=4488429
IDBENCH=147466
IDSOLVER=3329
FILE ID=nodeC028/4488429-1751330574
RUNJOBID= nodeC028-1751326134-42696
SLURM_JOB_ID= 9594358
Free space on /tmp= 432968 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCom+ExactPRS 2025-06-01
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCom+ExactPRS BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4488429-1751330574/watcher-4488429-1751330574 -o /tmp/evaluation-result-4488429-1751330574/solver-4488429-1751330574 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751326134-42696 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCom+ExactPRS HOME/instance-4488429-1751330574.opb 3600 HOME

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=837336743

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.702
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.16
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.108
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.16
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.084
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.16
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		: 3598.238
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.16
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.154
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.16
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.091
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.16
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		: 3599.967
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.16
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		: 3592.614
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129043164 kB
MemAvailable:   128986824 kB
Buffers:            3280 kB
Cached:           751448 kB
SwapCached:            0 kB
Active:          1109756 kB
Inactive:         494772 kB
Active(anon):     867868 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   494772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             43196 kB
Writeback:             0 kB
AnonPages:        850312 kB
Mapped:           113996 kB
Shmem:             18068 kB
KReclaimable:      92480 kB
Slab:             178388 kB
SReclaimable:      92480 kB
SUnreclaim:        85908 kB
KernelStack:        4336 kB
PageTables:         4848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1213680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC028 at 2025-07-01 03:04:23