Trace number 4487740

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+ExactPRS9 2025-06-02? (TO) 3602.09 3612.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUM908a9c4c32d975b4e5850834449958a7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2076
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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 (61547 MiB free)
  memory of node 1: 64465 MiB (63577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487740-1751329919/watcher-4487740-1751329919 -o /tmp/evaluation-result-4487740-1751329919/solver-4487740-1751329919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751326314-45392 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 HOME/instance-4487740-1751329919.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=46956, runsolver pid=46953

[startup+0.100061 s]*
/proc/loadavg: 4.10 4.12 4.11 5/270 46962
/proc/meminfo: memFree=128115800/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=38316 memory=19712 CPUtime=0.08 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4260 0 0 0 7 1 0 0 20 0 1 0 48668467 39235584 4928 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 9579 4928 736 2416 0 6681 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 45300 KiB
Current children cumulated memory: 24192 KiB

[startup+0.205544 s]*
/proc/loadavg: 4.10 4.12 4.11 4/267 46966
/proc/meminfo: memFree=128115104/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=34016 memory=19856 CPUtime=0.18 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4396 0 0 0 17 1 0 0 20 0 1 0 48668467 34832384 4964 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 8504 4964 768 2416 0 5606 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 41000 KiB
Current children cumulated memory: 24336 KiB

[startup+0.30551 s]*
/proc/loadavg: 4.10 4.12 4.11 4/268 46976
/proc/meminfo: memFree=128115104/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=34016 memory=19856 CPUtime=0.28 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4396 0 0 0 27 1 0 0 20 0 1 0 48668467 34832384 4964 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 8504 4964 768 2416 0 5606 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 41000 KiB
Current children cumulated memory: 24336 KiB

[startup+0.700207 s]
/proc/loadavg: 4.10 4.12 4.11 5/265 46986
/proc/meminfo: memFree=128122408/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=34016 memory=19856 CPUtime=0.67 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4396 0 0 0 66 1 0 0 20 0 1 0 48668467 34832384 4964 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 8504 4964 768 2416 0 5606 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 41000 KiB
Current children cumulated memory: 24336 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.12 4.11 5/268 47020
/proc/meminfo: memFree=128115928/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=34016 memory=19856 CPUtime=1.46 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4396 0 0 0 145 1 0 0 20 0 1 0 48668467 34832384 4964 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 8504 4964 768 2416 0 5606 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 41000 KiB
Current children cumulated memory: 24336 KiB

[startup+3.10555 s]
/proc/loadavg: 4.09 4.12 4.11 4/270 47162
/proc/meminfo: memFree=128111848/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=34016 memory=19856 CPUtime=3.06 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 4396 0 0 0 305 1 0 0 20 0 1 0 48668467 34832384 4964 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 8504 4964 768 2416 0 5606 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 41000 KiB
Current children cumulated memory: 24336 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 4.12 4.11 5/272 47262
/proc/meminfo: memFree=128084460/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=51444 memory=36880 CPUtime=6.25 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 8653 0 0 0 623 2 0 0 20 0 1 0 48668467 52678656 9220 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 12861 9220 800 2416 0 9963 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 58428 KiB
Current children cumulated memory: 41360 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.13 4.11 5/272 47471
/proc/meminfo: memFree=128744964/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=92672 memory=77624 CPUtime=12.57 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 13872 0 0 0 1248 9 0 0 20 0 1 0 48668467 94896128 19406 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 23168 19406 800 2416 0 20270 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 99656 KiB
Current children cumulated memory: 82104 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.14 4.12 5/272 47471
/proc/meminfo: memFree=128526008/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=97092 memory=82028 CPUtime=25.33 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 13961 0 0 0 2524 9 0 0 20 0 1 0 48668467 99422208 20507 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 24273 20507 800 2416 0 21375 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 104076 KiB
Current children cumulated memory: 86508 KiB

[startup+51.1053 s]
/proc/loadavg: 4.13 4.13 4.11 5/272 47471
/proc/meminfo: memFree=127750324/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/46959/stat : 46959 (timeout) S 46956 46959 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48668466 2723840 352 18446744073709551615 94574606934016 94574606950529 140732356989408 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94574606965296 94574606967384 94574639599616 140732356991384 140732356991522 140732356991522 140732356997095 0
/proc/46959/statm: 665 352 352 5 0 90 0
[pid=46960] ppid=46959 vsize=122948 memory=95204 CPUtime=50.87 cores=4,6
/proc/46960/stat : 46960 (CASHWMaxSAT-Dis) R 46959 46959 45381 0 -1 4194304 15654 0 0 0 5076 11 0 0 20 0 1 0 48668467 125898752 23801 18446744073709551615 4198400 14093885 140727943077728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 22896640 140727943080349 140727943080475 140727943080475 140727943086048 0
/proc/46960/statm: 30737 23801 800 2416 0 27839 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 129932 KiB
Current children cumulated memory: 99684 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/275 47476
/proc/meminfo: memFree=126452552/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=46959] ppid=46956 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2555.5 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163418 0 0 0 249147 6403 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current children cumulated CPU time: 3452.03 s
Current children cumulated vsize: 1197784 KiB
Current children cumulated memory: 1087752 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/272 48123
/proc/meminfo: memFree=126852968/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=896.53 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 283 25315 0 0 0 0 89631 22 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=47768] ppid=46956 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46956 47768 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2615.35 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163430 0 0 0 255129 6406 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current children cumulated CPU time: 3511.88 s
Current children cumulated vsize: 1197784 KiB
Current children cumulated memory: 1087752 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/273 48126
/proc/meminfo: memFree=126854104/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=896.53 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 283 25315 0 0 0 0 89631 22 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=47768] ppid=46956 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46956 47768 45381 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2675.2 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163431 0 0 0 261110 6410 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current children cumulated CPU time: 3571.73 s
Current children cumulated vsize: 1197784 KiB
Current children cumulated memory: 1087752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.10 4.11 4.09 5/273 48127
/proc/meminfo: memFree=126854700/131250000 swapFree=33010684/33010684
[pid=46956] ppid=46953 vsize=4324 memory=3072 CPUtime=896.53 cores=4,6
/proc/46956/stat : 46956 (Hybrid-CASHWMax) S 46953 46956 45381 0 -1 4194304 283 25315 0 0 0 0 89631 22 20 0 1 0 48668465 4427776 768 18446744073709551615 93985060179968 93985061074501 140735920594992 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93985061313552 93985061361296 93985071554560 140735920601429 140735920601584 140735920601584 140735920607186 0
/proc/46956/statm: 1081 768 704 219 0 143 0
[pid=47768] ppid=46956 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46956 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2703.53 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 263941 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1197784 KiB
Current children cumulated memory: 1087752 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)

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

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

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

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

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

[startup+3611.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 48127
/proc/meminfo: memFree=126854700/131250000 swapFree=33010684/33010684
[pid=47768] ppid=46953 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46953 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2704.03 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 263991 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current cumulated CPU time of completed processes: 896.543 s
Current children cumulated CPU time: 2704.03 s
Current children cumulated vsize: 1193460 KiB
Current children cumulated memory: 1084680 KiB

[startup+3612 s]*
/proc/loadavg: 4.10 4.11 4.09 5/272 48127
/proc/meminfo: memFree=126854732/131250000 swapFree=33010684/33010684
[pid=47768] ppid=46953 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46953 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2704.83 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 264071 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current cumulated CPU time of completed processes: 896.543 s
Current children cumulated CPU time: 2704.83 s
Current children cumulated vsize: 1193460 KiB
Current children cumulated memory: 1084680 KiB

[startup+3612.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 48127
/proc/meminfo: memFree=126854732/131250000 swapFree=33010684/33010684
[pid=47768] ppid=46953 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46953 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2705.22 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 264110 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current cumulated CPU time of completed processes: 896.543 s
Current children cumulated CPU time: 2705.22 s
Current children cumulated vsize: 1193460 KiB
Current children cumulated memory: 1084680 KiB

[startup+3612.6 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 48127
/proc/meminfo: memFree=126854732/131250000 swapFree=33010684/33010684
[pid=47768] ppid=46953 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46953 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2705.42 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 264130 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current cumulated CPU time of completed processes: 896.543 s
Current children cumulated CPU time: 2705.42 s
Current children cumulated vsize: 1193460 KiB
Current children cumulated memory: 1084680 KiB

[startup+3612.7 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 48127
/proc/meminfo: memFree=126854732/131250000 swapFree=33010684/33010684
[pid=47768] ppid=46953 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47768/stat : 47768 (timeout) S 46953 47768 45381 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 48758367 2723840 320 18446744073709551615 94705061056512 94705061073025 140726821664112 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94705061087792 94705061089880 94705072771072 140726821669253 140726821669410 140726821669410 140726821674983 0
/proc/47768/statm: 665 320 320 5 0 90 0
[pid=47769] ppid=47768 vsize=1190800 memory=1083400 CPUtime=2705.52 cores=4,6
/proc/47769/stat : 47769 (ExactPR-S9) R 47768 47768 45381 0 -1 4194304 163432 0 0 0 264140 6412 0 0 20 0 1 0 48758368 1219379200 270850 18446744073709551615 94864703315968 94864712616069 140727273016112 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94864714402112 94864714441192 94864747945984 140727273023900 140727273024038 140727273024038 140727273029611 0
/proc/47769/statm: 297700 270850 3424 2271 0 292338 0
Current cumulated CPU time of completed processes: 896.543 s
Current children cumulated CPU time: 2705.52 s
Current children cumulated vsize: 1193460 KiB
Current children cumulated memory: 1084680 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.71
CPU time (s): 3602.09
CPU user time (s): 3537.73
CPU system time (s): 64.3633
CPU usage (%): 99.706
Max. virtual memory (cumulated for all children) (KiB): 1197784
Max. memory (cumulated for all children) (KiB): 1087752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3537.73
system time used= 64.3633
maximum resident set size= 1083400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 403
involuntary context switches= 3295


# summary of solver processes directly reported to runsolver:
#   pid: 46956,47768,47769
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3537.73
#   total CPU system time (s): 64.3633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55034 second user time and 16.6705 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 02:31:59
IDJOB=4487740
IDBENCH=147222
IDSOLVER=3330
FILE ID=nodeC014/4487740-1751329919
RUNJOBID= nodeC014-1751326314-45392
SLURM_JOB_ID= 9594360
Free space on /tmp= 432932 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCom+ExactPRS9 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487740-1751329919/watcher-4487740-1751329919 -o /tmp/evaluation-result-4487740-1751329919/solver-4487740-1751329919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751326314-45392 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCom+ExactPRS9 HOME/instance-4487740-1751329919.opb 3600 HOME

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

MD5SUM BENCH= 908a9c4c32d975b4e5850834449958a7
RANDOM SEED=1535901176

nodeC014 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.120
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.23
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.150
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.23
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		: 3601.227
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.23
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		: 3700.000
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.23
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.092
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.23
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.165
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.23
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		: 3954.973
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.23
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		: 3600.383
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128127708 kB
MemAvailable:   128814848 kB
Buffers:            3280 kB
Cached:          1491568 kB
SwapCached:            0 kB
Active:          1260668 kB
Inactive:        1234808 kB
Active(anon):    1018700 kB
Inactive(anon):        0 kB
Active(file):     241968 kB
Inactive(file):  1234808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76096 kB
Writeback:            40 kB
AnonPages:       1003752 kB
Mapped:           119788 kB
Shmem:             18068 kB
KReclaimable:      99204 kB
Slab:             187080 kB
SReclaimable:      99204 kB
SUnreclaim:        87876 kB
KernelStack:        4304 kB
PageTables:         5072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1455784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC014 at 2025-07-01 03:32:12