Trace number 4528395

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
pb_picat 2025-07-11? (TO) 3600.09 3611.2

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
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 benchmark23
Best CPU time to get the best result obtained on this benchmark3600.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4528395-1752239854.opb (Picat 3.9b11, 7/10/2025)
16.05/16.18	o 38

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62536 MiB free)
  memory of node 1: 64507 MiB (61627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528395-1752239854/watcher-4528395-1752239854 -o /tmp/evaluation-result-4528395-1752239854/solver-4528395-1752239854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752237995-109811 --watchdog 3760 pb_picat HOME/instance-4528395-1752239854.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100069 s]*
/proc/loadavg: 4.13 4.23 4.40 5/251 110282
/proc/meminfo: memFree=127132220/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=28268 CPUtime=0.09 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1122 0 0 0 9 0 0 0 20 0 1 0 139664819 2075799552 7067 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 7067 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 28268 KiB

[startup+0.210308 s]*
/proc/loadavg: 4.13 4.23 4.40 5/251 110282
/proc/meminfo: memFree=127132220/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=32440 CPUtime=0.21 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1130 0 0 0 20 1 0 0 20 0 1 0 139664819 2075799552 8110 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 8110 1536 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 32440 KiB

[startup+0.310101 s]*
/proc/loadavg: 4.13 4.23 4.40 5/251 110282
/proc/meminfo: memFree=127132220/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=40664 CPUtime=0.3 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1139 0 0 0 29 1 0 0 20 0 1 0 139664819 2075799552 10166 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 10166 1536 343 0 503851 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 40664 KiB

[startup+0.700353 s]
/proc/loadavg: 4.13 4.23 4.40 5/251 110282
/proc/meminfo: memFree=127119708/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=63264 CPUtime=0.68 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1169 0 0 0 66 2 0 0 20 0 1 0 139664819 2075799552 15816 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 15816 1536 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 63264 KiB

[startup+1.50033 s]
/proc/loadavg: 4.13 4.23 4.40 5/251 110282
/proc/meminfo: memFree=127082844/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=135196 CPUtime=1.48 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1268 0 0 0 145 3 0 0 20 0 1 0 139664819 2075799552 33799 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 33799 1536 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 135196 KiB

[startup+3.11285 s]
/proc/loadavg: 4.12 4.22 4.40 5/251 110282
/proc/meminfo: memFree=126886348/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2027148 memory=372932 CPUtime=3.09 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 1496 0 0 0 301 8 0 0 20 0 1 0 139664819 2075799552 93233 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 506787 93233 1536 343 0 503851 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 372932 KiB

[startup+6.30029 s]
/proc/loadavg: 4.12 4.22 4.40 5/251 110282
/proc/meminfo: memFree=126489112/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2206288 memory=742112 CPUtime=6.26 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 8959 0 0 0 608 18 0 0 20 0 1 0 139664819 2259238912 185528 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 551572 185528 1664 343 0 548636 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2206288 KiB
Current children cumulated memory: 742112 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.23 4.40 5/251 110282
/proc/meminfo: memFree=126395232/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2207692 memory=753064 CPUtime=12.65 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 14890 0 0 0 1245 20 0 0 20 0 1 0 139664819 2260676608 188266 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 551923 188266 1664 343 0 548987 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2207692 KiB
Current children cumulated memory: 753064 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.22 4.39 5/251 110282
/proc/meminfo: memFree=126401724/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2214176 memory=764080 CPUtime=25.41 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 20845 0 0 0 2517 24 0 0 20 0 1 0 139664819 2267316224 191020 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 553544 191020 1664 343 0 550608 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2214176 KiB
Current children cumulated memory: 764080 KiB

[startup+51.1129 s]
/proc/loadavg: 4.10 4.20 4.38 5/251 110284
/proc/meminfo: memFree=126395096/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=787828 CPUtime=50.94 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 24144 0 0 0 5069 25 0 0 20 0 1 0 139664819 2317651968 196957 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 196957 1664 343 0 562897 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 787828 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.20 4.37 5/251 110286
/proc/meminfo: memFree=126424516/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=804308 CPUtime=101.97 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 26860 0 0 0 10170 27 0 0 20 0 1 0 139664819 2317651968 201077 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 201077 1664 343 0 562897 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 804308 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.18 4.35 5/250 110287
/proc/meminfo: memFree=126393200/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=804312 CPUtime=161.8 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 31408 0 0 0 16150 30 0 0 20 0 1 0 139664819 2317651968 201078 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 201078 1664 343 0 562897 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 804312 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.16 4.33 5/250 110289
/proc/meminfo: memFree=126383616/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=796120 CPUtime=221.61 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 35748 0 0 0 22128 33 0 0 20 0 1 0 139664819 2317651968 199030 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 199030 1664 343 0 562897 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 796120 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.17 4.33 5/250 110291
/proc/meminfo: memFree=126426744/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2246948 memory=788768 CPUtime=281.42 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 39295 0 0 0 28106 36 0 0 20 0 1 0 139664819 2300874752 197192 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 561737 197192 1664 343 0 558801 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 2246948 KiB
Current children cumulated memory: 788768 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.15 4.31 5/251 110294
/proc/meminfo: memFree=126416176/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=800228 CPUtime=341.24 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 45621 0 0 0 34083 41 0 0 20 0 1 0 139664819 2317651968 200057 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 200057 1664 343 0 562897 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 800228 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.15 4.30 5/250 110302
/proc/meminfo: memFree=126420576/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=802276 CPUtime=401.06 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 49469 0 0 0 40060 46 0 0 20 0 1 0 139664819 2317651968 200569 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 200569 1664 343 0 562897 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 802276 KiB

[startup+462.3 s]
/proc/loadavg: 4.64 4.28 4.33 5/251 110305
/proc/meminfo: memFree=126377664/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=826872 CPUtime=460.87 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 54596 0 0 0 46037 50 0 0 20 0 1 0 139664819 2351206400 206718 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 206718 1664 343 0 571089 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 836676 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.19 4.17 5/251 110615
/proc/meminfo: memFree=114234036/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=824388 CPUtime=2853.36 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 196429 0 0 0 285142 194 0 0 20 0 1 0 139664819 2351206400 206097 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 206097 1664 343 0 571089 0
Current children cumulated CPU time: 2853.36 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 824388 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.17 4.16 5/251 110617
/proc/meminfo: memFree=114336012/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=832580 CPUtime=2913.17 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 197770 0 0 0 291122 195 0 0 20 0 1 0 139664819 2351206400 208145 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 208145 1664 343 0 571089 0
Current children cumulated CPU time: 2913.17 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 832580 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.17 4.16 5/251 110620
/proc/meminfo: memFree=114288496/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=834628 CPUtime=2973 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 200449 0 0 0 297103 197 0 0 20 0 1 0 139664819 2351206400 208657 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 208657 1664 343 0 571089 0
Current children cumulated CPU time: 2973 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 834628 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/251 110622
/proc/meminfo: memFree=114199476/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=836676 CPUtime=3032.83 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 201277 0 0 0 303085 198 0 0 20 0 1 0 139664819 2351206400 209169 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 209169 1664 343 0 571089 0
Current children cumulated CPU time: 3032.83 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 836676 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.14 4.15 5/251 110624
/proc/meminfo: memFree=114309192/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=834628 CPUtime=3092.65 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 203697 0 0 0 309065 200 0 0 20 0 1 0 139664819 2351206400 208657 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 208657 1664 343 0 571089 0
Current children cumulated CPU time: 3092.65 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 834628 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/252 110627
/proc/meminfo: memFree=114300972/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=826436 CPUtime=3152.48 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 206108 0 0 0 315047 201 0 0 20 0 1 0 139664819 2351206400 206609 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 206609 1664 343 0 571089 0
Current children cumulated CPU time: 3152.48 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 826436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.15 5/252 110629
/proc/meminfo: memFree=114268684/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2361636 memory=851012 CPUtime=3212.31 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 210473 0 0 0 321025 206 0 0 20 0 1 0 139664819 2418315264 212753 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 590409 212753 1664 343 0 587473 0
Current children cumulated CPU time: 3212.31 s
Current children cumulated vsize: 2361636 KiB
Current children cumulated memory: 851012 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.15 5/251 110631
/proc/meminfo: memFree=114294772/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=838724 CPUtime=3272.13 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 213285 0 0 0 327003 210 0 0 20 0 1 0 139664819 2351206400 209681 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 209681 1664 343 0 571089 0
Current children cumulated CPU time: 3272.13 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 838724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/251 110633
/proc/meminfo: memFree=114314056/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=834628 CPUtime=3331.96 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 216359 0 0 0 332981 215 0 0 20 0 1 0 139664819 2351206400 208657 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 208657 1664 343 0 571089 0
Current children cumulated CPU time: 3331.96 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 834628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.14 5/251 110637
/proc/meminfo: memFree=114237456/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2361636 memory=853060 CPUtime=3391.78 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 220419 0 0 0 338958 220 0 0 20 0 1 0 139664819 2418315264 213265 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 590409 213265 1664 343 0 587473 0
Current children cumulated CPU time: 3391.78 s
Current children cumulated vsize: 2361636 KiB
Current children cumulated memory: 853060 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/251 110645
/proc/meminfo: memFree=114284052/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=844868 CPUtime=3451.61 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 222399 0 0 0 344938 223 0 0 20 0 1 0 139664819 2351206400 211217 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 211217 1664 343 0 571089 0
Current children cumulated CPU time: 3451.61 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 844868 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/251 110647
/proc/meminfo: memFree=114280872/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2361636 memory=859204 CPUtime=3511.43 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 225599 0 0 0 350917 226 0 0 20 0 1 0 139664819 2418315264 214801 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 590409 214801 1664 343 0 587473 0
Current children cumulated CPU time: 3511.43 s
Current children cumulated vsize: 2361636 KiB
Current children cumulated memory: 859204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/251 110649
/proc/meminfo: memFree=114301008/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2263332 memory=808828 CPUtime=3571.25 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 228963 0 0 0 356895 230 0 0 20 0 1 0 139664819 2317651968 202207 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 565833 202207 1664 343 0 562897 0
Current children cumulated CPU time: 3571.25 s
Current children cumulated vsize: 2263332 KiB
Current children cumulated memory: 808828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.11 4.11 4.13 5/251 110650
/proc/meminfo: memFree=114308360/131382120 swapFree=33010416/33010684
[pid=110281] ppid=110278 vsize=2296100 memory=838724 CPUtime=3600.07 cores=1,3
/proc/110281/stat : 110281 (pb_picat) R 110278 110281 108148 0 -1 4194304 231133 0 0 0 359774 233 0 0 20 0 1 0 139664819 2351206400 209681 18446744073709551615 94729026084864 94729027486445 140734121067696 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94729027757872 94729029632112 94729055354880 140734121073052 140734121073128 140734121073128 140734121078732 0
/proc/110281/statm: 574025 209681 1664 343 0 571089 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2296100 KiB
Current children cumulated memory: 838724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.75 s, system=2.3405 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.2
CPU time (s): 3600.09
CPU user time (s): 3597.75
CPU system time (s): 2.3405
CPU usage (%): 99.6922
Max. virtual memory (cumulated for all children) (KiB): 2394404
Max. memory (cumulated for all children) (KiB): 902212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.75
system time used= 2.3405
maximum resident set size= 902212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231133
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85
involuntary context switches= 3503


# summary of solver processes directly reported to runsolver:
#   pid: 110281
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3597.75
#   total CPU system time (s): 2.3405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7328 second user time and 34.8891 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-11 15:17:35
IDJOB=4528395
IDBENCH=148190
IDSOLVER=3385
FILE ID=nodeC006/4528395-1752239854
RUNJOBID= nodeC006-1752237995-109811
SLURM_JOB_ID= 9682517
Free space on /tmp= 431996 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528395-1752239854/watcher-4528395-1752239854 -o /tmp/evaluation-result-4528395-1752239854/solver-4528395-1752239854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752237995-109811 --watchdog 3760  pb_picat HOME/instance-4528395-1752239854.opb

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=1732702561

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127148584 kB
MemAvailable:   129386008 kB
Buffers:            2128 kB
Cached:          2999904 kB
SwapCached:           12 kB
Active:          1059068 kB
Inactive:        2531272 kB
Active(anon):     595300 kB
Inactive(anon):    10992 kB
Active(file):     463768 kB
Inactive(file):  2520280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15384 kB
Writeback:             0 kB
AnonPages:        584916 kB
Mapped:           116256 kB
Shmem:             17948 kB
KReclaimable:     185620 kB
Slab:             274468 kB
SReclaimable:     185620 kB
SUnreclaim:        88848 kB
KernelStack:        4080 kB
PageTables:         4340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6789188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431420 MiB
End job on nodeC006 at 2025-07-11 16:17:46