Trace number 4497466

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
PRINTEMPS 2025-05-28? (TO) 3600.38 2713.64

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/
submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUMf414edaa70e04e6c4234549a55f077d1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
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.60/0.48	c #variable: 40363
0.60/0.48	c #constraint: 154319
0.60/0.48	c #equal: 0
0.60/0.48	c intsize: 11
0.60/0.48	c sizeproduct: 0
0.60/0.48	c #soft: 0
0.60/0.48	c mincost: 0
0.60/0.48	c maxcost: 0
0.60/0.48	c sumcost: 0
0.60/0.48	c iteration_max: -1
0.60/0.48	c time_max: -1
0.60/0.48	c number_of_threads(move update): 2
0.60/0.48	c number_of_threads(move evaluation): 2
0.60/0.48	c seed: 942720017
3600.13/2713.44	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: 63708 MiB (63076 MiB free)
  memory of node 1: 64465 MiB (63922 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497466-1751385231/watcher-4497466-1751385231 -o /tmp/evaluation-result-4497466-1751385231/solver-4497466-1751385231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751380933-49309 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 942720017 HOME/instance-4497466-1751385231.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
solver pid=49810, runsolver pid=49807
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 7.86 7.74 7.24 8/267 49812
/proc/meminfo: memFree=130010704/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=117536 memory=50180 CPUtime=0.17 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 10559 0 0 0 15 2 0 0 20 0 2 0 54200598 120356864 12545 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 29384 12545 576 633 0 14985 0
[pid=49810/tid=49812] ppid=49807 vsize=117668 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 2771 0 0 0 5 1 0 0 20 0 2 0 54200601 120492032 12545 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 117536 KiB
Current children cumulated memory: 50180 KiB

[startup+0.205706 s]*
/proc/loadavg: 7.86 7.74 7.24 8/267 49812
/proc/meminfo: memFree=129984748/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=130440 memory=72836 CPUtime=0.31 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 16198 0 0 0 28 3 0 0 20 0 2 0 54200598 133570560 18209 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 32610 18209 576 633 0 20656 0
[pid=49810/tid=49812] ppid=49807 vsize=130440 memory=664958721904869660 CPUtime=0.13 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 5216 0 0 0 11 2 0 0 20 0 2 0 54200601 133570560 18209 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 130440 KiB
Current children cumulated memory: 72836 KiB

[startup+0.305495 s]*
/proc/loadavg: 7.86 7.74 7.24 7/267 49812
/proc/meminfo: memFree=129870952/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=246760 memory=192844 CPUtime=0.42 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 27051 0 0 0 35 7 0 0 20 0 2 0 54200598 252682240 48211 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 61690 48211 608 633 0 49736 0
[pid=49810/tid=49812] ppid=49807 vsize=246760 memory=7971512663180327538 CPUtime=0.13 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 5217 0 0 0 11 2 0 0 20 0 2 0 54200601 252682240 48211 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 246760 KiB
Current children cumulated memory: 192844 KiB

[startup+0.70019 s]
/proc/loadavg: 7.86 7.74 7.24 7/267 49812
/proc/meminfo: memFree=129832256/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=285052 memory=249932 CPUtime=0.95 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 41261 0 0 0 85 10 0 0 20 0 2 0 54200598 291893248 62483 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 71263 62483 672 633 0 63954 0
[pid=49810/tid=49812] ppid=49807 vsize=285052 memory=17920 CPUtime=0.29 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 9863 0 0 0 25 4 0 0 20 0 2 0 54200601 291893248 62483 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 285052 KiB
Current children cumulated memory: 249932 KiB

[startup+1.5002 s]
/proc/loadavg: 7.86 7.74 7.24 8/267 49812
/proc/meminfo: memFree=129719708/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=376888 memory=339916 CPUtime=1.75 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 89153 0 0 0 159 16 0 0 20 0 2 0 54200598 385933312 84979 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 94222 84979 672 633 0 86913 0
[pid=49810/tid=49812] ppid=49807 vsize=376888 memory=17920 CPUtime=0.29 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 9863 0 0 0 25 4 0 0 20 0 2 0 54200601 385933312 84979 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 376888 KiB
Current children cumulated memory: 339916 KiB

[startup+3.10561 s]
/proc/loadavg: 7.79 7.73 7.24 9/267 49812
/proc/meminfo: memFree=129546012/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541688 memory=506592 CPUtime=3.72 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 151047 0 0 0 349 23 0 0 20 0 2 0 54200598 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135422 126648 672 633 0 128113 0
[pid=49810/tid=49812] ppid=49807 vsize=541688 memory=478188 CPUtime=0.67 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 10962 0 0 0 63 4 0 0 20 0 2 0 54200601 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3.72 s
Current children cumulated vsize: 541688 KiB
Current children cumulated memory: 506592 KiB

[startup+6.30021 s]
/proc/loadavg: 7.79 7.73 7.24 8/267 49812
/proc/meminfo: memFree=129546476/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541688 memory=506592 CPUtime=8.5 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 213711 0 0 0 823 27 0 0 20 0 2 0 54200598 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135422 126648 672 633 0 128113 0
[pid=49810/tid=49812] ppid=49807 vsize=541688 memory=17920 CPUtime=2.27 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 11439 0 0 0 223 4 0 0 20 0 2 0 54200601 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 541688 KiB
Current children cumulated memory: 506592 KiB

[startup+12.7002 s]
/proc/loadavg: 7.89 7.75 7.25 8/267 49812
/proc/meminfo: memFree=129546728/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541688 memory=506592 CPUtime=17.39 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 318827 0 0 0 1704 35 0 0 20 0 2 0 54200598 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135422 126648 672 633 0 128113 0
[pid=49810/tid=49812] ppid=49807 vsize=541688 memory=506592 CPUtime=4.79 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 16034 0 0 0 474 5 0 0 20 0 2 0 54200601 554688512 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 541688 KiB
Current children cumulated memory: 506592 KiB

[startup+25.5002 s]
/proc/loadavg: 7.70 7.71 7.25 7/267 49812
/proc/meminfo: memFree=129547240/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541820 memory=506592 CPUtime=35.4 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 424893 0 0 0 3497 43 0 0 20 0 2 0 54200598 554823680 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135455 126648 672 633 0 128146 0
[pid=49810/tid=49812] ppid=49807 vsize=541820 memory=506592 CPUtime=10.06 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 20420 0 0 0 1000 6 0 0 20 0 2 0 54200601 554823680 126648 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 35.4 s
Current children cumulated vsize: 541820 KiB
Current children cumulated memory: 506592 KiB

[startup+51.1056 s]
/proc/loadavg: 7.27 7.60 7.22 8/267 49813
/proc/meminfo: memFree=129547816/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541820 memory=506720 CPUtime=70.43 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 535476 0 0 0 6991 52 0 0 20 0 2 0 54200598 554823680 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135455 126680 672 633 0 128146 0
[pid=49810/tid=49812] ppid=49807 vsize=541820 memory=17920 CPUtime=19.62 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 26055 0 0 0 1953 9 0 0 20 0 2 0 54200601 554823680 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 70.43 s
Current children cumulated vsize: 541820 KiB
Current children cumulated memory: 506720 KiB

[startup+102.3 s]
/proc/loadavg: 7.18 7.53 7.21 7/268 49818
/proc/meminfo: memFree=129545376/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541952 memory=506720 CPUtime=139.4 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 673903 0 0 0 13873 67 0 0 20 0 2 0 54200598 554958848 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135488 126680 672 633 0 128179 0
[pid=49810/tid=49812] ppid=49807 vsize=541952 memory=17920 CPUtime=37.67 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 30965 0 0 0 3756 11 0 0 20 0 2 0 54200601 554958848 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 139.4 s
Current children cumulated vsize: 541952 KiB
Current children cumulated memory: 506720 KiB

[startup+162.3 s]
/proc/loadavg: 6.82 7.35 7.17 9/268 49819
/proc/meminfo: memFree=129523440/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=541952 memory=506720 CPUtime=224.07 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 740308 0 0 0 22327 80 0 0 20 0 2 0 54200598 554958848 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135488 126680 672 633 0 128179 0
[pid=49810/tid=49812] ppid=49807 vsize=541952 memory=5632 CPUtime=62.65 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 33764 0 0 0 6249 16 0 0 20 0 2 0 54200601 554958848 126680 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 224.07 s
Current children cumulated vsize: 541952 KiB
Current children cumulated memory: 506720 KiB

[startup+222.3 s]
/proc/loadavg: 6.56 7.18 7.12 8/268 49871
/proc/meminfo: memFree=129348712/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=542084 memory=506848 CPUtime=307.35 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 771930 0 0 0 30645 90 0 0 20 0 2 0 54200598 555094016 126712 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135521 126712 672 633 0 128212 0
[pid=49810/tid=49812] ppid=49807 vsize=542084 memory=506848 CPUtime=86.24 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 34999 0 0 0 8603 21 0 0 20 0 2 0 54200601 555094016 126712 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 307.35 s
Current children cumulated vsize: 542084 KiB
Current children cumulated memory: 506848 KiB

[startup+282.3 s]
/proc/loadavg: 6.65 7.10 7.10 7/267 49873
/proc/meminfo: memFree=129352096/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=542084 memory=506976 CPUtime=389.74 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 793133 0 0 0 38876 98 0 0 20 0 2 0 54200598 555094016 126744 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135521 126744 672 633 0 128212 0
[pid=49810/tid=49812] ppid=49807 vsize=542084 memory=506976 CPUtime=108.92 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 35227 0 0 0 10868 24 0 0 20 0 2 0 54200601 555094016 126744 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 389.74 s
Current children cumulated vsize: 542084 KiB
Current children cumulated memory: 506976 KiB

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

/proc/meminfo: memFree=127812496/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=543800 memory=508896 CPUtime=2846.36 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 839549 0 0 0 284311 325 0 0 20 0 2 0 54200598 556851200 127224 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135950 127224 672 633 0 128641 0
[pid=49810/tid=49812] ppid=49807 vsize=543800 memory=508896 CPUtime=715.46 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 35996 0 0 0 71385 161 0 0 20 0 2 0 54200601 556851200 127224 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 2846.36 s
Current children cumulated vsize: 543800 KiB
Current children cumulated memory: 508896 KiB

[startup+2202.3 s]
/proc/loadavg: 5.18 5.11 5.39 5/267 50064
/proc/meminfo: memFree=127824716/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=543800 memory=508896 CPUtime=2916.43 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 839895 0 0 0 291314 329 0 0 20 0 2 0 54200598 556851200 127224 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135950 127224 672 633 0 128641 0
[pid=49810/tid=49812] ppid=49807 vsize=543800 memory=508896 CPUtime=725.79 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 35996 0 0 0 72417 162 0 0 20 0 2 0 54200601 556851200 127224 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 2916.43 s
Current children cumulated vsize: 543800 KiB
Current children cumulated memory: 508896 KiB

[startup+2262.3 s]
/proc/loadavg: 5.02 5.06 5.35 5/267 50068
/proc/meminfo: memFree=127828480/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=543932 memory=509024 CPUtime=2991.09 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 840615 0 0 0 298773 336 0 0 20 0 2 0 54200598 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135983 127256 672 633 0 128674 0
[pid=49810/tid=49812] ppid=49807 vsize=543932 memory=17920 CPUtime=740.75 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 35996 0 0 0 73909 166 0 0 20 0 2 0 54200601 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 2991.09 s
Current children cumulated vsize: 543932 KiB
Current children cumulated memory: 509024 KiB

[startup+2322.3 s]
/proc/loadavg: 5.06 5.06 5.34 6/267 50070
/proc/meminfo: memFree=127828136/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=543932 memory=509024 CPUtime=3071.21 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 841679 0 0 0 306778 343 0 0 20 0 2 0 54200598 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135983 127256 672 633 0 128674 0
[pid=49810/tid=49812] ppid=49807 vsize=543932 memory=10752 CPUtime=761.19 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36076 0 0 0 75949 170 0 0 20 0 2 0 54200601 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3071.21 s
Current children cumulated vsize: 543932 KiB
Current children cumulated memory: 509024 KiB

[startup+2382.3 s]
/proc/loadavg: 5.21 5.10 5.33 6/267 50072
/proc/meminfo: memFree=127829320/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=543932 memory=509024 CPUtime=3151.54 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 842757 0 0 0 314802 352 0 0 20 0 2 0 54200598 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 135983 127256 672 633 0 128674 0
[pid=49810/tid=49812] ppid=49807 vsize=543932 memory=509024 CPUtime=781.85 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) R 49807 49810 49296 0 -1 4194368 36099 0 0 0 78011 174 0 0 20 0 2 0 54200601 556986368 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3151.54 s
Current children cumulated vsize: 543932 KiB
Current children cumulated memory: 509024 KiB

[startup+2442.3 s]
/proc/loadavg: 5.60 5.23 5.37 7/267 50074
/proc/meminfo: memFree=127827912/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544064 memory=509024 CPUtime=3233.95 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 843117 0 0 0 323036 359 0 0 20 0 2 0 54200598 557121536 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136016 127256 672 633 0 128707 0
[pid=49810/tid=49812] ppid=49807 vsize=544064 memory=509024 CPUtime=804.59 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36130 0 0 0 80281 178 0 0 20 0 2 0 54200601 557121536 127256 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3233.95 s
Current children cumulated vsize: 544064 KiB
Current children cumulated memory: 509024 KiB

[startup+2502.3 s]
/proc/loadavg: 5.43 5.27 5.37 5/267 50076
/proc/meminfo: memFree=127829304/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544196 memory=509152 CPUtime=3317.29 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 843376 0 0 0 331360 369 0 0 20 0 2 0 54200598 557256704 127288 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136049 127288 672 633 0 128740 0
[pid=49810/tid=49812] ppid=49807 vsize=544196 memory=509024 CPUtime=828.3 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36135 0 0 0 82646 184 0 0 20 0 2 0 54200601 557256704 127288 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3317.29 s
Current children cumulated vsize: 544196 KiB
Current children cumulated memory: 509152 KiB

[startup+2562.3 s]
/proc/loadavg: 5.46 5.30 5.37 5/268 50081
/proc/meminfo: memFree=127828756/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544196 memory=509152 CPUtime=3397.02 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 843975 0 0 0 339326 376 0 0 20 0 2 0 54200598 557256704 127288 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136049 127288 672 633 0 128740 0
[pid=49810/tid=49812] ppid=49807 vsize=544196 memory=509152 CPUtime=848.34 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36180 0 0 0 84645 189 0 0 20 0 2 0 54200601 557256704 127288 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3397.02 s
Current children cumulated vsize: 544196 KiB
Current children cumulated memory: 509152 KiB

[startup+2622.3 s]
/proc/loadavg: 5.19 5.26 5.35 8/267 50083
/proc/meminfo: memFree=127830992/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544856 memory=509920 CPUtime=3480.74 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 844514 0 0 0 347686 388 0 0 20 0 2 0 54200598 557932544 127480 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136214 127480 672 633 0 128905 0
[pid=49810/tid=49812] ppid=49807 vsize=544856 memory=509920 CPUtime=872.4 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36198 0 0 0 87044 196 0 0 20 0 2 0 54200601 557932544 127480 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3480.74 s
Current children cumulated vsize: 544856 KiB
Current children cumulated memory: 509920 KiB

[startup+2682.3 s]
/proc/loadavg: 5.25 5.25 5.34 6/267 50089
/proc/meminfo: memFree=127839300/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544856 memory=509920 CPUtime=3558.75 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 844970 0 0 0 355480 395 0 0 20 0 2 0 54200598 557932544 127480 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136214 127480 672 633 0 128905 0
[pid=49810/tid=49812] ppid=49807 vsize=544856 memory=509920 CPUtime=890.74 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36222 0 0 0 88873 201 0 0 20 0 2 0 54200601 557932544 127480 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3558.75 s
Current children cumulated vsize: 544856 KiB
Current children cumulated memory: 509920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2713.4 s]
/proc/loadavg: 5.62 5.34 5.37 5/267 50090
/proc/meminfo: memFree=127838936/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=544988 memory=510048 CPUtime=3600.13 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 845327 0 0 0 359614 399 0 0 20 0 2 0 54200598 558067712 127512 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 136247 127512 672 633 0 128938 0
[pid=49810/tid=49812] ppid=49807 vsize=544988 memory=215587488049 CPUtime=901.19 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36236 0 0 0 89916 203 0 0 20 0 2 0 54200601 558067712 127512 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 544988 KiB
Current children cumulated memory: 510048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.37 s, system=4.01111 s

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

[startup+2713.6 s]
/proc/loadavg: 5.62 5.34 5.37 5/267 50090
/proc/meminfo: memFree=127838936/131250000 swapFree=33007332/33010684
[pid=49810] ppid=49807 vsize=463004 memory=428100 CPUtime=3600.33 cores=5,7
/proc/49810/stat : 49810 (pb_competition_) R 49807 49810 49296 0 -1 4194304 871643 0 0 0 359633 400 0 0 20 0 2 0 54200598 474116096 107025 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
/proc/49810/statm: 115751 107025 672 633 0 108442 0
[pid=49810/tid=49812] ppid=49807 vsize=463004 memory=509920 CPUtime=901.2 cores=5,7
/proc/49810/task/49812/stat : 49812 (pb_competition_) S 49807 49810 49296 0 -1 4194368 36236 0 0 0 89917 203 0 0 20 0 2 0 54200601 474116096 107025 18446744073709551615 4198400 6788177 140725212735616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19812352 140725212739930 140725212740056 140725212740056 140725212745658 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 463004 KiB
Current children cumulated memory: 428100 KiB

Child status: 0

Real time (s): 2713.64
CPU time (s): 3600.38
CPU user time (s): 3596.37
CPU system time (s): 4.01111
CPU usage (%): 132.677
Max. virtual memory (cumulated for all children) (KiB): 544988
Max. memory (cumulated for all children) (KiB): 510048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.37
system time used= 4.0111
maximum resident set size= 510048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 873456
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= 558716
involuntary context switches= 34448


# summary of solver processes directly reported to runsolver:
#   pid: 49810
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3596.37
#   total CPU system time (s): 4.01111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.31357 second user time and 12.5262 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-01 17:53:51
IDJOB=4497466
IDBENCH=148186
IDSOLVER=3347
FILE ID=nodeC019/4497466-1751385231
RUNJOBID= nodeC019-1751380933-49309
SLURM_JOB_ID= 9598221
Free space on /tmp= 433028 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.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-4497466-1751385231/watcher-4497466-1751385231 -o /tmp/evaluation-result-4497466-1751385231/solver-4497466-1751385231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751380933-49309 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 942720017 HOME/instance-4497466-1751385231.opb

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

MD5SUM BENCH= f414edaa70e04e6c4234549a55f077d1
RANDOM SEED=942720017

nodeC019 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.679
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.37
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.680
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.37
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.680
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.37
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.696
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.37
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.679
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.37
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.359
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.37
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		: 3599.679
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.37
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		: 3599.966
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130046664 kB
MemAvailable:   129719076 kB
Buffers:             904 kB
Cached:           479348 kB
SwapCached:          424 kB
Active:           262544 kB
Inactive:         344608 kB
Active(anon):     114232 kB
Inactive(anon):    27812 kB
Active(file):     148312 kB
Inactive(file):   316796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9812 kB
Writeback:             0 kB
AnonPages:        129564 kB
Mapped:           111240 kB
Shmem:             15144 kB
KReclaimable:      93088 kB
Slab:             180076 kB
SReclaimable:      93088 kB
SUnreclaim:        86988 kB
KernelStack:        4320 kB
PageTables:         3248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     484584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC019 at 2025-07-01 18:39:05