Trace number 4515092

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 NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.19 2233.79

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.s.opb
MD5SUMfadbb7049cb6f956a624efb3819309ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.5709
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1285215
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285382
Number of bits of the biggest sum of numbers29
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.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.08	c #variable: 12675
0.00/0.08	c #constraint: 11891
0.00/0.08	c #equal: 0
0.00/0.08	c intsize: 29
0.00/0.08	c sizeproduct: 0
0.00/0.08	c #soft: 0
0.00/0.08	c mincost: 0
0.00/0.08	c maxcost: 0
0.00/0.08	c sumcost: 0
0.00/0.08	c iteration_max: -1
0.00/0.08	c time_max: -1
0.00/0.08	c number_of_threads(move update): 2
0.00/0.08	c number_of_threads(move evaluation): 2
0.00/0.08	c seed: 1950565567
3600.09/2233.74	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515092-1751234086/watcher-4515092-1751234086 -o /tmp/evaluation-result-4515092-1751234086/solver-4515092-1751234086 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33733 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1950565567 HOME/instance-4515092-1751234086.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=34431, runsolver pid=34428

[startup+0.100064 s]*
/proc/loadavg: 7.32 7.08 7.03 7/268 34433
/proc/meminfo: memFree=129600320/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=104604 memory=32264 CPUtime=0.11 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 6689 0 0 0 11 0 0 0 20 0 2 0 39086316 107114496 8066 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 26151 8066 640 633 0 9634 0
[pid=34431/tid=34433] ppid=34428 vsize=104604 memory=4026531960 CPUtime=0.02 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 655 0 0 0 2 0 0 0 20 0 2 0 39086317 107114496 8066 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 104604 KiB
Current children cumulated memory: 32264 KiB

[startup+0.205565 s]*
/proc/loadavg: 7.32 7.08 7.03 7/268 34433
/proc/meminfo: memFree=129576128/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=138072 memory=65544 CPUtime=0.22 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 14979 0 0 0 20 2 0 0 20 0 2 0 39086316 141385728 16386 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 34518 16386 672 633 0 18001 0
[pid=34431/tid=34433] ppid=34428 vsize=138072 memory=664958721904869660 CPUtime=0.02 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 655 0 0 0 2 0 0 0 20 0 2 0 39086317 141385728 16418 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 138072 KiB
Current children cumulated memory: 65544 KiB

[startup+0.305653 s]*
/proc/loadavg: 7.32 7.08 7.03 7/268 34433
/proc/meminfo: memFree=129560252/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145004 memory=71872 CPUtime=0.33 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 16746 0 0 0 31 2 0 0 20 0 2 0 39086316 148484096 17968 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36251 17968 672 633 0 19734 0
[pid=34431/tid=34433] ppid=34428 vsize=145004 memory=7971796319916538990 CPUtime=0.03 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 655 0 0 0 3 0 0 0 20 0 2 0 39086317 148484096 17968 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 145004 KiB
Current children cumulated memory: 71872 KiB

[startup+0.700214 s]
/proc/loadavg: 7.32 7.08 7.03 8/268 34433
/proc/meminfo: memFree=129560252/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145004 memory=71872 CPUtime=0.91 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 16746 0 0 0 89 2 0 0 20 0 2 0 39086316 148484096 17968 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36251 17968 672 633 0 19734 0
[pid=34431/tid=34433] ppid=34428 vsize=145004 memory=17664 CPUtime=0.24 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 655 0 0 0 24 0 0 0 20 0 2 0 39086317 148484096 17968 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 145004 KiB
Current children cumulated memory: 71872 KiB

[startup+1.50022 s]
/proc/loadavg: 7.32 7.08 7.03 8/268 34433
/proc/meminfo: memFree=129560252/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145736 memory=73280 CPUtime=2.35 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 25709 0 0 0 232 3 0 0 20 0 2 0 39086316 149233664 18320 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36434 18320 672 633 0 19917 0
[pid=34431/tid=34433] ppid=34428 vsize=145736 memory=17664 CPUtime=0.88 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 1324 0 0 0 88 0 0 0 20 0 2 0 39086317 149233664 18320 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 145736 KiB
Current children cumulated memory: 73280 KiB

[startup+3.10547 s]
/proc/loadavg: 7.32 7.08 7.03 7/268 34433
/proc/meminfo: memFree=129560504/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145736 memory=73408 CPUtime=5.3 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 31813 0 0 0 525 5 0 0 20 0 2 0 39086316 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36434 18352 672 633 0 19917 0
[pid=34431/tid=34433] ppid=34428 vsize=145736 memory=73280 CPUtime=2.23 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 2539 0 0 0 223 0 0 0 20 0 2 0 39086317 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 145736 KiB
Current children cumulated memory: 73408 KiB

[startup+6.3002 s]
/proc/loadavg: 7.29 7.08 7.03 7/268 34433
/proc/meminfo: memFree=129560960/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145736 memory=73408 CPUtime=10.75 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 44206 0 0 0 1068 7 0 0 20 0 2 0 39086316 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36434 18352 672 633 0 19917 0
[pid=34431/tid=34433] ppid=34428 vsize=145736 memory=17664 CPUtime=4.53 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 4856 0 0 0 452 1 0 0 20 0 2 0 39086317 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 10.75 s
Current children cumulated vsize: 145736 KiB
Current children cumulated memory: 73408 KiB

[startup+12.7002 s]
/proc/loadavg: 7.27 7.07 7.03 8/268 34433
/proc/meminfo: memFree=129561464/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=145736 memory=73408 CPUtime=21.36 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 62812 0 0 0 2124 12 0 0 20 0 2 0 39086316 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36434 18352 672 633 0 19917 0
[pid=34431/tid=34433] ppid=34428 vsize=145736 memory=73408 CPUtime=8.79 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 8238 0 0 0 877 2 0 0 20 0 2 0 39086317 149233664 18352 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 21.36 s
Current children cumulated vsize: 145736 KiB
Current children cumulated memory: 73408 KiB

[startup+25.5002 s]
/proc/loadavg: 7.07 7.04 7.02 8/268 34433
/proc/meminfo: memFree=129563520/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=147020 memory=74664 CPUtime=43.35 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 65744 0 0 0 4319 16 0 0 20 0 2 0 39086316 150548480 18666 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 36755 18666 672 633 0 20238 0
[pid=34431/tid=34433] ppid=34428 vsize=147020 memory=74664 CPUtime=18.08 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 8245 0 0 0 1805 3 0 0 20 0 2 0 39086317 150548480 18666 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 43.35 s
Current children cumulated vsize: 147020 KiB
Current children cumulated memory: 74664 KiB

[startup+51.1056 s]
/proc/loadavg: 6.63 6.94 6.98 7/268 34434
/proc/meminfo: memFree=129564364/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=148140 memory=74944 CPUtime=86.29 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 92615 0 0 0 8600 29 0 0 20 0 2 0 39086316 151695360 18736 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 37035 18736 672 633 0 20518 0
[pid=34431/tid=34433] ppid=34428 vsize=148140 memory=17664 CPUtime=35.6 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 11829 0 0 0 3553 7 0 0 20 0 2 0 39086317 151695360 18736 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 86.29 s
Current children cumulated vsize: 148140 KiB
Current children cumulated memory: 74944 KiB

[startup+102.3 s]
/proc/loadavg: 6.20 6.76 6.92 7/269 34439
/proc/meminfo: memFree=129568276/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=151636 memory=78320 CPUtime=167.56 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 115255 0 0 0 16711 45 0 0 20 0 2 0 39086316 155275264 19580 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 37909 19580 672 633 0 21392 0
[pid=34431/tid=34433] ppid=34428 vsize=151636 memory=17664 CPUtime=66.02 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 15443 0 0 0 6587 15 0 0 20 0 2 0 39086317 155275264 19580 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 167.56 s
Current children cumulated vsize: 151636 KiB
Current children cumulated memory: 78320 KiB

[startup+162.3 s]
/proc/loadavg: 6.43 6.70 6.89 7/268 34444
/proc/meminfo: memFree=129539988/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=155696 memory=81572 CPUtime=265.61 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 133026 0 0 0 26496 65 0 0 20 0 2 0 39086316 159432704 20393 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 38924 20393 672 633 0 22407 0
[pid=34431/tid=34433] ppid=34428 vsize=155696 memory=5632 CPUtime=104.53 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 18518 0 0 0 10431 22 0 0 20 0 2 0 39086317 159432704 20393 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 265.61 s
Current children cumulated vsize: 155696 KiB
Current children cumulated memory: 81572 KiB

[startup+222.3 s]
/proc/loadavg: 6.42 6.65 6.86 7/268 34447
/proc/meminfo: memFree=129564912/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=155696 memory=81956 CPUtime=365.73 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 133705 0 0 0 36493 80 0 0 20 0 2 0 39086316 159432704 20489 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 38924 20489 672 633 0 22407 0
[pid=34431/tid=34433] ppid=34428 vsize=155696 memory=17664 CPUtime=145.05 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 18682 0 0 0 14476 29 0 0 20 0 2 0 39086317 159432704 20489 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 365.73 s
Current children cumulated vsize: 155696 KiB
Current children cumulated memory: 81956 KiB

[startup+282.3 s]
/proc/loadavg: 6.01 6.51 6.80 6/268 34449
/proc/meminfo: memFree=129559968/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=155696 memory=82596 CPUtime=458.09 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 135539 0 0 0 45716 93 0 0 20 0 2 0 39086316 159432704 20649 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 38924 20649 672 633 0 22407 0
[pid=34431/tid=34433] ppid=34428 vsize=155696 memory=82596 CPUtime=177.82 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 19120 0 0 0 17747 35 0 0 20 0 2 0 39086317 159432704 20649 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 458.09 s
Current children cumulated vsize: 155696 KiB
Current children cumulated memory: 82596 KiB

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

/proc/meminfo: memFree=128702840/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=176180 memory=100780 CPUtime=2623.23 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 163557 0 0 0 261984 339 0 0 20 0 2 0 39086316 180408320 25195 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44045 25195 672 633 0 27528 0
[pid=34431/tid=34433] ppid=34428 vsize=176180 memory=100268 CPUtime=973.26 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 19907 0 0 0 97176 150 0 0 20 0 2 0 39086317 180408320 25195 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 2623.23 s
Current children cumulated vsize: 176180 KiB
Current children cumulated memory: 100780 KiB

[startup+1722.3 s]
/proc/loadavg: 5.88 5.98 6.17 7/268 34633
/proc/meminfo: memFree=128700600/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=176932 memory=101676 CPUtime=2726.35 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 163756 0 0 0 272287 348 0 0 20 0 2 0 39086316 181178368 25419 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44233 25419 672 633 0 27716 0
[pid=34431/tid=34433] ppid=34428 vsize=176932 memory=100268 CPUtime=1016.92 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 19907 0 0 0 101538 154 0 0 20 0 2 0 39086317 181178368 25419 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 2726.35 s
Current children cumulated vsize: 176932 KiB
Current children cumulated memory: 101676 KiB

[startup+1782.3 s]
/proc/loadavg: 6.11 6.03 6.17 7/268 34636
/proc/meminfo: memFree=128704628/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=177664 memory=101676 CPUtime=2829.72 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 164899 0 0 0 282612 360 0 0 20 0 2 0 39086316 181927936 25419 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44416 25419 672 633 0 27899 0
[pid=34431/tid=34433] ppid=34428 vsize=177664 memory=101676 CPUtime=1060.81 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 19926 0 0 0 105922 159 0 0 20 0 2 0 39086317 181927936 25419 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 2829.72 s
Current children cumulated vsize: 177664 KiB
Current children cumulated memory: 101676 KiB

[startup+1842.3 s]
/proc/loadavg: 5.84 5.97 6.15 7/268 34639
/proc/meminfo: memFree=128705028/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=177664 memory=101804 CPUtime=2930.39 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 166029 0 0 0 292670 369 0 0 20 0 2 0 39086316 181927936 25451 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44416 25451 672 633 0 27899 0
[pid=34431/tid=34433] ppid=34428 vsize=177664 memory=101676 CPUtime=1101.97 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20065 0 0 0 110034 163 0 0 20 0 2 0 39086317 181927936 25451 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 2930.39 s
Current children cumulated vsize: 177664 KiB
Current children cumulated memory: 101804 KiB

[startup+1902.3 s]
/proc/loadavg: 5.93 5.99 6.14 6/268 34641
/proc/meminfo: memFree=128694308/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=178456 memory=102572 CPUtime=3032.2 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 167529 0 0 0 302841 379 0 0 20 0 2 0 39086316 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44614 25643 672 633 0 28097 0
[pid=34431/tid=34433] ppid=34428 vsize=178456 memory=102444 CPUtime=1144.3 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20211 0 0 0 114263 167 0 0 20 0 2 0 39086317 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3032.2 s
Current children cumulated vsize: 178456 KiB
Current children cumulated memory: 102572 KiB

[startup+1962.3 s]
/proc/loadavg: 6.05 6.02 6.14 7/269 34646
/proc/meminfo: memFree=128694172/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=178456 memory=102572 CPUtime=3135.2 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 167537 0 0 0 313130 390 0 0 20 0 2 0 39086316 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44614 25643 672 633 0 28097 0
[pid=34431/tid=34433] ppid=34428 vsize=178456 memory=102572 CPUtime=1187.86 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20211 0 0 0 118615 171 0 0 20 0 2 0 39086317 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3135.2 s
Current children cumulated vsize: 178456 KiB
Current children cumulated memory: 102572 KiB

[startup+2022.3 s]
/proc/loadavg: 6.36 6.11 6.17 7/269 34652
/proc/meminfo: memFree=128694336/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=178456 memory=102572 CPUtime=3237.13 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 168872 0 0 0 323313 400 0 0 20 0 2 0 39086316 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44614 25643 672 633 0 28097 0
[pid=34431/tid=34433] ppid=34428 vsize=178456 memory=102572 CPUtime=1230.36 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20217 0 0 0 122860 176 0 0 20 0 2 0 39086317 182738944 25643 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3237.13 s
Current children cumulated vsize: 178456 KiB
Current children cumulated memory: 102572 KiB

[startup+2082.3 s]
/proc/loadavg: 6.11 6.09 6.16 7/268 34654
/proc/meminfo: memFree=128694224/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=179200 memory=103340 CPUtime=3338.92 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 169081 0 0 0 333483 409 0 0 20 0 2 0 39086316 183500800 25835 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44800 25835 672 633 0 28283 0
[pid=34431/tid=34433] ppid=34428 vsize=179200 memory=103340 CPUtime=1272.7 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20219 0 0 0 127089 181 0 0 20 0 2 0 39086317 183500800 25835 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3338.92 s
Current children cumulated vsize: 179200 KiB
Current children cumulated memory: 103340 KiB

[startup+2142.3 s]
/proc/loadavg: 6.18 6.12 6.16 6/268 34657
/proc/meminfo: memFree=128676400/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=179384 memory=104236 CPUtime=3442.19 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 169275 0 0 0 343799 420 0 0 20 0 2 0 39086316 183689216 26059 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44846 26059 672 633 0 28329 0
[pid=34431/tid=34433] ppid=34428 vsize=179384 memory=103468 CPUtime=1316.54 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 20219 0 0 0 131468 186 0 0 20 0 2 0 39086317 183689216 26059 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3442.19 s
Current children cumulated vsize: 179384 KiB
Current children cumulated memory: 104236 KiB

[startup+2202.3 s]
/proc/loadavg: 5.76 6.00 6.12 6/270 34664
/proc/meminfo: memFree=128694732/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=179924 memory=104236 CPUtime=3545.15 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 171032 0 0 0 354084 431 0 0 20 0 2 0 39086316 184242176 26059 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 44981 26059 672 633 0 28464 0
[pid=34431/tid=34433] ppid=34428 vsize=179924 memory=17664 CPUtime=1360.05 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) R 34428 34431 33720 0 -1 4194368 20238 0 0 0 135815 190 0 0 20 0 2 0 39086317 184242176 26059 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3545.15 s
Current children cumulated vsize: 179924 KiB
Current children cumulated memory: 104236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2233.7 s]
/proc/loadavg: 5.93 6.02 6.12 7/270 34665
/proc/meminfo: memFree=128694324/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=180200 memory=105004 CPUtime=3600.09 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 171222 0 0 0 359571 438 0 0 20 0 2 0 39086316 184524800 26251 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 45050 26251 672 633 0 28533 0
[pid=34431/tid=34433] ppid=34428 vsize=180200 memory=17664 CPUtime=1383.84 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 20238 0 0 0 138192 192 0 0 20 0 2 0 39086317 184524800 26251 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 180200 KiB
Current children cumulated memory: 105004 KiB

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

[startup+2233.79 s]
# the end of solver process 34431 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3595.81 s, system=4.38701 s

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

[startup+2233.7 s]
/proc/loadavg: 5.93 6.02 6.12 7/270 34665
/proc/meminfo: memFree=128694324/131249996 swapFree=33010684/33010684
[pid=34431] ppid=34428 vsize=180200 memory=105004 CPUtime=3600.09 cores=5,7
/proc/34431/stat : 34431 (pb_competition_) R 34428 34431 33720 0 -1 4194304 171222 0 0 0 359571 438 0 0 20 0 2 0 39086316 184524800 26251 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
/proc/34431/statm: 45050 26251 672 633 0 28533 0
[pid=34431/tid=34433] ppid=34428 vsize=180200 memory=17664 CPUtime=1383.84 cores=5,7
/proc/34431/task/34433/stat : 34433 (pb_competition_) S 34428 34431 33720 0 -1 4194368 20238 0 0 0 138192 192 0 0 20 0 2 0 39086317 184524800 26251 18446744073709551615 4198400 6788177 140728161596768 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 16756736 140728161605977 140728161606104 140728161606104 140728161611706 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 180200 KiB
Current children cumulated memory: 105004 KiB

Child status: 0

Real time (s): 2233.79
CPU time (s): 3600.19
CPU user time (s): 3595.81
CPU system time (s): 4.38701
CPU usage (%): 161.17
Max. virtual memory (cumulated for all children) (KiB): 180200
Max. memory (cumulated for all children) (KiB): 105004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.81
system time used= 4.38701
maximum resident set size= 105004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173425
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= 210312
involuntary context switches= 49187


# summary of solver processes directly reported to runsolver:
#   pid: 34431
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.81
#   total CPU system time (s): 4.38701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50928 second user time and 10.3511 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 23:54:46
IDJOB=4515092
IDBENCH=164141
IDSOLVER=3347
FILE ID=nodeC021/4515092-1751234086
RUNJOBID= nodeC021-1751229108-33733
SLURM_JOB_ID= 9587693
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.s.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515092-1751234086/watcher-4515092-1751234086 -o /tmp/evaluation-result-4515092-1751234086/solver-4515092-1751234086 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33733 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1950565567 HOME/instance-4515092-1751234086.opb

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

MD5SUM BENCH= fadbb7049cb6f956a624efb3819309ab
RANDOM SEED=1950565567

nodeC021 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.804
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.56
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.803
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.56
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		: 3599.746
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.56
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.757
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.56
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.776
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.56
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.778
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.56
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		: 3606.656
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.56
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		: 3570.862
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129631268 kB
MemAvailable:   129667288 kB
Buffers:            3280 kB
Cached:           844384 kB
SwapCached:            0 kB
Active:           441556 kB
Inactive:         587028 kB
Active(anon):     198980 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   587028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6096 kB
Writeback:            40 kB
AnonPages:        183988 kB
Mapped:           111036 kB
Shmem:             18060 kB
KReclaimable:      90908 kB
Slab:             176468 kB
SReclaimable:      90908 kB
SUnreclaim:        85560 kB
KernelStack:        4320 kB
PageTables:         3324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     542820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC021 at 2025-06-30 00:32:00