Trace number 4486541

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
ExactPR-S 2025-06-01? (TO) 3602.01 3611.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
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 benchmark66791
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/1.05	c 43070 constraints
0.98/1.05	c after presolve  43586
0.98/1.09	c Finish cloning data from SAT to LS
0.98/1.09	c intsize: 20
356.19/357.16	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1058.59/1061.39	c Use LS-small
1058.59/1061.39	o 90824
1058.59/1061.39	o 89513
1058.59/1061.39	o 85472
1058.59/1061.39	o 84896
1058.59/1061.39	o 84483
1058.59/1061.39	o 80717
1058.59/1061.39	o 80313
1058.59/1061.39	o 78198
1058.59/1061.39	o 76666
1058.59/1061.39	o 76352
1058.59/1061.39	o 75451
1058.59/1061.39	o 75439
1058.59/1061.39	o 74936
1058.59/1061.39	c SAT by LS-small
1058.59/1061.39	o 74936

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: 63665 MiB (62662 MiB free)
  memory of node 1: 64507 MiB (61959 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486541-1751285527/watcher-4486541-1751285527 -o /tmp/evaluation-result-4486541-1751285527/solver-4486541-1751285527 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751279092-37238 --watchdog 3760 ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4486541-1751285527.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37985, runsolver pid=37982

[startup+0.100059 s]*
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127605892/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=56280 memory=18288 CPUtime=0.08 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 2524 0 0 0 8 0 0 0 20 0 1 0 44231543 57630720 4572 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 14070 4572 1728 2271 0 8708 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 56280 KiB
Current children cumulated memory: 18288 KiB

[startup+0.205302 s]*
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127602112/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=61548 memory=25496 CPUtime=0.19 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 3853 0 0 0 18 1 0 0 20 0 1 0 44231543 63025152 6374 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 15387 6374 1728 2271 0 10025 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61548 KiB
Current children cumulated memory: 25496 KiB

[startup+0.304545 s]*
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127578044/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=101928 memory=64644 CPUtime=0.28 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 12652 0 0 0 26 2 0 0 20 0 1 0 44231543 104374272 16161 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 25482 16161 1792 2271 0 20120 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 101928 KiB
Current children cumulated memory: 64644 KiB

[startup+0.700116 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127561788/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=97892 memory=60992 CPUtime=0.67 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 13034 0 0 0 65 2 0 0 20 0 1 0 44231543 100241408 15248 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 24473 15248 1856 2271 0 19111 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 97892 KiB
Current children cumulated memory: 60992 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127561788/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=267648 memory=228416 CPUtime=1.47 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 53516 0 0 0 138 9 0 0 20 0 1 0 44231543 274071552 57104 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 66912 57104 3328 2271 0 61550 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 267648 KiB
Current children cumulated memory: 228416 KiB

[startup+3.10523 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127302024/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=435952 memory=358552 CPUtime=3.07 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 62503 0 0 0 295 12 0 0 20 0 1 0 44231543 446414848 89638 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 108988 89638 3360 2271 0 103626 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 435952 KiB
Current children cumulated memory: 358552 KiB

[startup+6.30011 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127180992/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=547168 memory=464988 CPUtime=6.26 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 85803 0 0 0 611 15 0 0 20 0 1 0 44231543 560300032 116247 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 136792 116247 3424 2271 0 131430 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 547168 KiB
Current children cumulated memory: 464988 KiB

[startup+12.7001 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 37986
/proc/meminfo: memFree=127180992/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=547168 memory=465116 CPUtime=12.64 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 85845 0 0 0 1249 15 0 0 20 0 1 0 44231543 560300032 116279 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 136792 116279 3424 2271 0 131430 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 547168 KiB
Current children cumulated memory: 465116 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 37987
/proc/meminfo: memFree=127180224/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=547168 memory=465500 CPUtime=25.41 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 85962 0 0 0 2526 15 0 0 20 0 1 0 44231543 560300032 116375 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 136792 116375 3424 2271 0 131430 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 547168 KiB
Current children cumulated memory: 465500 KiB

[startup+51.1051 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 37987
/proc/meminfo: memFree=127148184/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=564332 memory=478420 CPUtime=50.96 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 88175 0 0 0 5080 16 0 0 20 0 1 0 44231543 577875968 119605 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 141083 119605 3424 2271 0 135721 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 564332 KiB
Current children cumulated memory: 478420 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 37989
/proc/meminfo: memFree=127119960/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=589692 memory=490428 CPUtime=102.02 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 91124 0 0 0 10186 16 0 0 20 0 1 0 44231543 603844608 122607 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 147423 122607 3424 2271 0 142061 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 589692 KiB
Current children cumulated memory: 490428 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 37991
/proc/meminfo: memFree=127051592/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=615052 memory=496732 CPUtime=161.87 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 92204 0 0 0 16170 17 0 0 20 0 1 0 44231543 629813248 124183 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 153763 124183 3424 2271 0 148401 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 615052 KiB
Current children cumulated memory: 496732 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 37993
/proc/meminfo: memFree=127057320/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=620156 memory=496732 CPUtime=221.72 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 92215 0 0 0 22155 17 0 0 20 0 1 0 44231543 635039744 124183 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 155039 124183 3424 2271 0 149677 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 620156 KiB
Current children cumulated memory: 496732 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 37995
/proc/meminfo: memFree=127028464/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=620156 memory=496732 CPUtime=281.57 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 92225 0 0 0 28140 17 0 0 20 0 1 0 44231543 635039744 124183 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 155039 124183 3424 2271 0 149677 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 620156 KiB
Current children cumulated memory: 496732 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 37997
/proc/meminfo: memFree=126991820/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=620156 memory=496732 CPUtime=341.43 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 92225 0 0 0 34126 17 0 0 20 0 1 0 44231543 635039744 124183 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 155039 124183 3424 2271 0 149677 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 620156 KiB
Current children cumulated memory: 496732 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 37999
/proc/meminfo: memFree=126933692/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=643012 memory=528000 CPUtime=401.27 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 106302 0 0 0 40107 20 0 0 20 0 1 0 44231543 658444288 132000 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 160753 132000 3424 2271 0 155391 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 643012 KiB
Current children cumulated memory: 528000 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 38001
/proc/meminfo: memFree=126931932/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=643012 memory=528256 CPUtime=461.12 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 106306 0 0 0 46092 20 0 0 20 0 1 0 44231543 658444288 132064 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 160753 132064 3424 2271 0 155391 0

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

[startup+3162.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 38499
/proc/meminfo: memFree=127625272/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=471684 CPUtime=3154.13 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107296 0 0 0 315079 334 0 0 20 0 1 0 44231543 524427264 117921 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 117921 3456 2271 0 122672 0
Current children cumulated CPU time: 3154.13 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 471684 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.22 4.13 5/263 38501
/proc/meminfo: memFree=127612940/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=471684 CPUtime=3213.98 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107296 0 0 0 321061 337 0 0 20 0 1 0 44231543 524427264 117921 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 117921 3456 2271 0 122672 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 471684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.24 4.15 5/263 38503
/proc/meminfo: memFree=127608892/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3273.82 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107398 0 0 0 327041 341 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.21 4.14 5/263 38505
/proc/meminfo: memFree=127609364/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3333.67 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 333026 341 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.18 4.13 5/263 38508
/proc/meminfo: memFree=127608700/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3393.52 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 339008 344 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.13 5/264 38511
/proc/meminfo: memFree=127605192/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3453.37 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 344990 347 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.14 4.12 5/264 38514
/proc/meminfo: memFree=127613748/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3513.22 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 350975 347 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3513.22 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127577964/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3573.07 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 356958 349 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3573.07 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563112/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3600 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359650 350 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.49 s, system=3.51232 s

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

[startup+3609.6 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563112/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3600.3 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359680 350 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3610.4 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563116/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3601.1 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359760 350 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3610.8 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563116/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3601.49 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359799 350 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3601.49 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3611.2 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563116/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3601.9 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359839 351 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

[startup+3611.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 38516
/proc/meminfo: memFree=127563116/131249988 swapFree=33010684/33010684
[pid=37985] ppid=37982 vsize=512136 memory=475780 CPUtime=3602 cores=0,2
/proc/37985/stat : 37985 (ExactPR-S) R 37982 37985 37228 0 -1 4194304 107401 0 0 0 359849 351 0 0 20 0 1 0 44231543 524427264 118945 18446744073709551615 93922831544320 93922840844357 140726478146384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93922842630464 93922842669544 93922856509440 140726478154113 140726478154250 140726478154250 140726478159852 0
/proc/37985/statm: 128034 118945 3456 2271 0 122672 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 512136 KiB
Current children cumulated memory: 475780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.3
CPU time (s): 3602.01
CPU user time (s): 3598.49
CPU system time (s): 3.51232
CPU usage (%): 99.7426
Max. virtual memory (cumulated for all children) (KiB): 671180
Max. memory (cumulated for all children) (KiB): 562560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.49
system time used= 3.51232
maximum resident set size= 562560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107401
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= 136
involuntary context switches= 7915


# summary of solver processes directly reported to runsolver:
#   pid: 37985
#   total CPU time (s): 3602.01
#   total CPU user time (s): 3598.49
#   total CPU system time (s): 3.51232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.10049 second user time and 14.6083 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-30 14:12:07
IDJOB=4486541
IDBENCH=147023
IDSOLVER=3326
FILE ID=nodeC034/4486541-1751285527
RUNJOBID= nodeC034-1751279092-37238
SLURM_JOB_ID= 9594207
Free space on /tmp= 433024 MiB

SOLVER NAME= ExactPR-S 2025-06-01
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486541-1751285527/watcher-4486541-1751285527 -o /tmp/evaluation-result-4486541-1751285527/solver-4486541-1751285527 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751279092-37238 --watchdog 3760  ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4486541-1751285527.opb

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=999307895

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.738
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	: 6999.53
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		: 3599.775
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	: 6999.53
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.747
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	: 6999.53
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		: 3599.684
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	: 6999.53
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		: 3599.751
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	: 6999.53
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		: 3599.760
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	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127613704 kB
MemAvailable:   127484732 kB
Buffers:            3280 kB
Cached:           678720 kB
SwapCached:            0 kB
Active:          2565492 kB
Inactive:         454416 kB
Active(anon):    2355720 kB
Inactive(anon):        0 kB
Active(file):     209772 kB
Inactive(file):   454416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14916 kB
Writeback:             0 kB
AnonPages:       2340716 kB
Mapped:           127364 kB
Shmem:             18104 kB
KReclaimable:      91760 kB
Slab:             178328 kB
SReclaimable:      91760 kB
SUnreclaim:        86568 kB
KernelStack:        4272 kB
PageTables:         7752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2834008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1720320 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC034 at 2025-06-30 15:12:18