Trace number 4528584

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.05 3610.91

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern60-45.lin.opb
MD5SUMe90ac6318c333aedb2302bda439cf6b8
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 benchmark-119793
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables43689
Total number of constraints87258
Number of constraints which are clauses43629
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints43629
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 43689
Biggest coefficient in the objective function 22846
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 9057216
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 22846
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 9057216
Number of bits of the biggest sum of numbers24
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.07	c solving HOME/instance-4528584-1752245288.opb (Picat 3.9b11, 7/10/2025)

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: 63837 MiB (61514 MiB free)
  memory of node 1: 64465 MiB (62791 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528584-1752245288/watcher-4528584-1752245288 -o /tmp/evaluation-result-4528584-1752245288/solver-4528584-1752245288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752245288-115040 --watchdog 3760 pb_picat HOME/instance-4528584-1752245288.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 2.07 2.89 3.20 5/252 115100
/proc/meminfo: memFree=127280760/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2027148 memory=26216 CPUtime=0.1 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 1105 0 0 0 9 1 0 0 20 0 1 0 140207617 2075799552 6554 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 506787 6554 1536 343 0 503851 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 26216 KiB

[startup+0.214037 s]*
/proc/loadavg: 2.07 2.89 3.20 6/252 115100
/proc/meminfo: memFree=127259272/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2027148 memory=51176 CPUtime=0.21 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 1207 0 0 0 20 1 0 0 20 0 1 0 140207617 2075799552 12794 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 506787 12794 1536 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 51176 KiB

[startup+0.313902 s]*
/proc/loadavg: 2.07 2.89 3.20 6/252 115100
/proc/meminfo: memFree=127251080/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2027148 memory=55272 CPUtime=0.31 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 1209 0 0 0 29 2 0 0 20 0 1 0 140207617 2075799552 13818 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 506787 13818 1536 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 55272 KiB

[startup+0.700334 s]
/proc/loadavg: 2.07 2.89 3.20 5/252 115100
/proc/meminfo: memFree=127238792/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2027148 memory=79848 CPUtime=0.68 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 1221 0 0 0 65 3 0 0 20 0 1 0 140207617 2075799552 19962 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 506787 19962 1536 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 79848 KiB

[startup+1.50032 s]
/proc/loadavg: 2.07 2.89 3.20 5/252 115100
/proc/meminfo: memFree=127182968/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2027148 memory=161768 CPUtime=1.47 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 1261 0 0 0 142 5 0 0 20 0 1 0 140207617 2075799552 40442 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 506787 40442 1536 343 0 503851 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 161768 KiB

[startup+3.11301 s]
/proc/loadavg: 2.07 2.89 3.20 5/252 115100
/proc/meminfo: memFree=126915864/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2123212 memory=381192 CPUtime=3.09 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 13876 0 0 0 292 17 0 0 20 0 1 0 140207617 2174169088 95298 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 530803 95298 1728 343 0 527867 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2123212 KiB
Current children cumulated memory: 381192 KiB

[startup+6.30028 s]
/proc/loadavg: 2.22 2.91 3.21 5/252 115100
/proc/meminfo: memFree=126859672/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2191552 memory=420384 CPUtime=6.26 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 16835 0 0 0 578 48 0 0 20 0 1 0 140207617 2244149248 105096 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 547888 105096 1728 343 0 544952 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2191552 KiB
Current children cumulated memory: 420384 KiB

[startup+12.7003 s]
/proc/loadavg: 2.37 2.93 3.21 5/252 115101
/proc/meminfo: memFree=126857656/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2195596 memory=439640 CPUtime=12.65 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 18749 0 0 0 1216 49 0 0 20 0 1 0 140207617 2248290304 109910 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 548899 109910 1728 343 0 545963 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2195596 KiB
Current children cumulated memory: 439640 KiB

[startup+25.5003 s]
/proc/loadavg: 2.73 2.98 3.22 5/252 115101
/proc/meminfo: memFree=126869504/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2200700 memory=434428 CPUtime=25.41 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 22029 0 0 0 2490 51 0 0 20 0 1 0 140207617 2253516800 108607 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 550175 108607 1728 343 0 547239 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2200700 KiB
Current children cumulated memory: 434428 KiB

[startup+51.113 s]
/proc/loadavg: 3.22 3.08 3.25 5/252 115101
/proc/meminfo: memFree=126826136/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2273668 memory=467348 CPUtime=50.95 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 26176 0 0 0 5041 54 0 0 20 0 1 0 140207617 2328236032 116837 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 568417 116837 1728 343 0 565481 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2273668 KiB
Current children cumulated memory: 467348 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 3.24 3.30 5/252 115103
/proc/meminfo: memFree=126807768/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2270052 memory=469024 CPUtime=101.98 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 28218 0 0 0 10142 56 0 0 20 0 1 0 140207617 2324533248 117256 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 567513 117256 1728 343 0 564577 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2270052 KiB
Current children cumulated memory: 469024 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 3.40 3.35 5/252 115105
/proc/meminfo: memFree=126813672/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2210728 memory=455996 CPUtime=161.8 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 32042 0 0 0 16123 57 0 0 20 0 1 0 140207617 2263785472 113999 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 552682 113999 1728 343 0 549746 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2210728 KiB
Current children cumulated memory: 455996 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.53 3.40 5/251 115107
/proc/meminfo: memFree=126781740/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2276264 memory=480572 CPUtime=221.63 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 34256 0 0 0 22104 59 0 0 20 0 1 0 140207617 2330894336 120143 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 569066 120143 1728 343 0 566130 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2276264 KiB
Current children cumulated memory: 480572 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.63 3.45 5/251 115109
/proc/meminfo: memFree=126775432/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2276264 memory=478524 CPUtime=281.45 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 35936 0 0 0 28084 61 0 0 20 0 1 0 140207617 2330894336 119631 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 569066 119631 1728 343 0 566130 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 2276264 KiB
Current children cumulated memory: 478524 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 3.75 3.50 5/250 115111
/proc/meminfo: memFree=126769372/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2276264 memory=482620 CPUtime=341.28 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 35981 0 0 0 34067 61 0 0 20 0 1 0 140207617 2330894336 120655 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 569066 120655 1728 343 0 566130 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 2276264 KiB
Current children cumulated memory: 482620 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.81 3.54 5/250 115113
/proc/meminfo: memFree=126775568/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2276264 memory=480572 CPUtime=401.1 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 37663 0 0 0 40047 63 0 0 20 0 1 0 140207617 2330894336 120143 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 569066 120143 1728 343 0 566130 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 2276264 KiB
Current children cumulated memory: 480572 KiB

[startup+462.3 s]
/proc/loadavg: 4.28 3.91 3.59 5/249 115117
/proc/meminfo: memFree=126766188/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2276264 memory=482620 CPUtime=460.93 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 39390 0 0 0 46028 65 0 0 20 0 1 0 140207617 2330894336 120655 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 569066 120655 1728 343 0 566130 0
Current children cumulated CPU time: 460.93 s

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

Current children cumulated memory: 523632 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.13 4.07 5/251 115250
/proc/meminfo: memFree=126635224/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=523632 CPUtime=2913.73 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61310 0 0 0 291290 83 0 0 20 0 1 0 140207617 2404196352 130908 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 130908 1728 343 0 584026 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 523632 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.12 4.07 5/251 115252
/proc/meminfo: memFree=126611936/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=542064 CPUtime=2973.54 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61319 0 0 0 297270 84 0 0 20 0 1 0 140207617 2404196352 135516 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 135516 1728 343 0 584026 0
Current children cumulated CPU time: 2973.54 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 542064 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.12 4.07 5/251 115254
/proc/meminfo: memFree=126592676/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=554352 CPUtime=3033.34 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61325 0 0 0 303250 84 0 0 20 0 1 0 140207617 2404196352 138588 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 138588 1728 343 0 584026 0
Current children cumulated CPU time: 3033.34 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 554352 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.07 5/251 115256
/proc/meminfo: memFree=126589752/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=566640 CPUtime=3093.13 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61331 0 0 0 309229 84 0 0 20 0 1 0 140207617 2404196352 141660 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141660 1728 343 0 584026 0
Current children cumulated CPU time: 3093.13 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 566640 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.07 5/251 115258
/proc/meminfo: memFree=126582328/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=566640 CPUtime=3152.93 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61389 0 0 0 315209 84 0 0 20 0 1 0 140207617 2404196352 141660 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141660 1728 343 0 584026 0
Current children cumulated CPU time: 3152.93 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 566640 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.27 4.13 5/249 115260
/proc/meminfo: memFree=126595912/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=566640 CPUtime=3212.73 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 61392 0 0 0 321189 84 0 0 20 0 1 0 140207617 2404196352 141660 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141660 1728 343 0 584026 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 566640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.94 4.42 4.20 5/249 115262
/proc/meminfo: memFree=126599732/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=564592 CPUtime=3272.53 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 63199 0 0 0 327167 86 0 0 20 0 1 0 140207617 2404196352 141148 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141148 1728 343 0 584026 0
Current children cumulated CPU time: 3272.53 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 564592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.75 4.47 4.22 5/249 115264
/proc/meminfo: memFree=126570756/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=564592 CPUtime=3332.33 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 63199 0 0 0 333147 86 0 0 20 0 1 0 140207617 2404196352 141148 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141148 1728 343 0 584026 0
Current children cumulated CPU time: 3332.33 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 564592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.86 4.56 4.28 5/249 115266
/proc/meminfo: memFree=126568932/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=566640 CPUtime=3392.14 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 63202 0 0 0 339128 86 0 0 20 0 1 0 140207617 2404196352 141660 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141660 1728 343 0 584026 0
Current children cumulated CPU time: 3392.14 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 566640 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.47 4.26 5/250 115271
/proc/meminfo: memFree=126587320/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=566640 CPUtime=3451.94 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 63257 0 0 0 345108 86 0 0 20 0 1 0 140207617 2404196352 141660 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141660 1728 343 0 584026 0
Current children cumulated CPU time: 3451.94 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 566640 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.42 4.26 5/250 115277
/proc/meminfo: memFree=126585352/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=562544 CPUtime=3511.74 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 64950 0 0 0 351086 88 0 0 20 0 1 0 140207617 2404196352 140636 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 140636 1728 343 0 584026 0
Current children cumulated CPU time: 3511.74 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 562544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.35 4.25 5/250 115279
/proc/meminfo: memFree=126580796/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=562544 CPUtime=3571.53 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 64950 0 0 0 357065 88 0 0 20 0 1 0 140207617 2404196352 140636 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 140636 1728 343 0 584026 0
Current children cumulated CPU time: 3571.53 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 562544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.16 4.33 4.24 5/250 115280
/proc/meminfo: memFree=126578000/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=564592 CPUtime=3600.03 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 64951 0 0 0 359915 88 0 0 20 0 1 0 140207617 2404196352 141148 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141148 1728 343 0 584026 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 564592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.16 s, system=0.889531 s

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

[startup+3610.9 s]
/proc/loadavg: 4.16 4.33 4.24 5/250 115280
/proc/meminfo: memFree=126578000/131382120 swapFree=33010416/33010684
[pid=115099] ppid=115096 vsize=2347848 memory=564592 CPUtime=3600.03 cores=0,2
/proc/115099/stat : 115099 (pb_picat) R 115096 115099 115030 0 -1 4194304 64951 0 0 0 359915 88 0 0 20 0 1 0 140207617 2404196352 141148 18446744073709551615 94282550583296 94282551984877 140722655899184 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94282552256304 94282554130544 94282562514944 140722655902108 140722655902184 140722655902184 140722655907788 0
/proc/115099/statm: 586962 141148 1728 343 0 584026 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2347848 KiB
Current children cumulated memory: 564592 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.91
CPU time (s): 3600.05
CPU user time (s): 3599.16
CPU system time (s): 0.889531
CPU usage (%): 99.6993
Max. virtual memory (cumulated for all children) (KiB): 2347848
Max. memory (cumulated for all children) (KiB): 568688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.16
system time used= 0.889531
maximum resident set size= 568688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64951
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= 67
involuntary context switches= 8131


# summary of solver processes directly reported to runsolver:
#   pid: 115099
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.16
#   total CPU system time (s): 0.889531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1765 second user time and 34.3038 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 16:48:08
IDJOB=4528584
IDBENCH=158542
IDSOLVER=3385
FILE ID=nodeC002/4528584-1752245288
RUNJOBID= nodeC002-1752245288-115040
SLURM_JOB_ID= 9682570
Free space on /tmp= 431240 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-45.lin.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528584-1752245288/watcher-4528584-1752245288 -o /tmp/evaluation-result-4528584-1752245288/solver-4528584-1752245288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752245288-115040 --watchdog 3760  pb_picat HOME/instance-4528584-1752245288.opb

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

MD5SUM BENCH= e90ac6318c333aedb2302bda439cf6b8
RANDOM SEED=1891595271

nodeC002 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		: 1197.231
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.81
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.110
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.81
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.558
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
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.81
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		: 1197.056
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.185
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.81
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.207
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.81
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.164
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127318428 kB
MemAvailable:   129831588 kB
Buffers:            2128 kB
Cached:          3312560 kB
SwapCached:           28 kB
Active:           374532 kB
Inactive:        3005264 kB
Active(anon):      76636 kB
Inactive(anon):     6404 kB
Active(file):     297896 kB
Inactive(file):  2998860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19096 kB
Writeback:             0 kB
AnonPages:         68000 kB
Mapped:           106436 kB
Shmem:             17932 kB
KReclaimable:     112064 kB
Slab:             200228 kB
SReclaimable:     112064 kB
SUnreclaim:        88164 kB
KernelStack:        3968 kB
PageTables:         3008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     342376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431236 MiB
End job on nodeC002 at 2025-07-11 17:48:19