Trace number 4497650

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.88 3091.57

General information on the benchmark

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

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
1.86/1.23	c #variable: 99789
1.86/1.23	c #constraint: 388956
1.86/1.23	c #equal: 0
1.86/1.23	c intsize: 12
1.86/1.23	c sizeproduct: 0
1.86/1.23	c #soft: 0
1.86/1.23	c mincost: 0
1.86/1.23	c maxcost: 0
1.86/1.23	c sumcost: 0
1.86/1.23	c iteration_max: -1
1.86/1.23	c time_max: -1
1.86/1.23	c number_of_threads(move update): 2
1.86/1.23	c number_of_threads(move evaluation): 2
1.86/1.23	c seed: 942720017
3600.30/3091.09	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 (62620 MiB free)
  memory of node 1: 64465 MiB (63451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497650-1751386120/watcher-4497650-1751386120 -o /tmp/evaluation-result-4497650-1751386120/solver-4497650-1751386120 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751380933-49308 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 942720017 HOME/instance-4497650-1751386120.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100063 s]*
/proc/loadavg: 5.43 5.87 6.47 9/268 50004
/proc/meminfo: memFree=129035904/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=149676 memory=76216 CPUtime=0.13 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 11432 0 0 0 11 2 0 0 20 0 2 0 54289538 153268224 19054 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 37419 19054 576 633 0 21701 0
[pid=50002/tid=50004] ppid=49999 vsize=149676 memory=4026531960 CPUtime=0.03 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) R 49999 50002 49296 0 -1 4194368 1452 0 0 0 3 0 0 0 20 0 2 0 54289545 153268224 19054 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 149676 KiB
Current children cumulated memory: 76216 KiB

[startup+0.205887 s]*
/proc/loadavg: 5.43 5.87 6.47 6/268 50004
/proc/meminfo: memFree=129003900/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=167572 memory=110008 CPUtime=0.33 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 19901 0 0 0 29 4 0 0 20 0 2 0 54289538 171593728 27502 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 41893 27502 576 633 0 30187 0
[pid=50002/tid=50004] ppid=49999 vsize=167572 memory=664958721904869660 CPUtime=0.12 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) R 49999 50002 49296 0 -1 4194368 5464 0 0 0 11 1 0 0 20 0 2 0 54289545 171593728 27502 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 167572 KiB
Current children cumulated memory: 110008 KiB

[startup+0.305812 s]*
/proc/loadavg: 5.43 5.87 6.47 7/268 50004
/proc/meminfo: memFree=128971644/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=184360 memory=141880 CPUtime=0.53 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 27874 0 0 0 47 6 0 0 20 0 2 0 54289538 188784640 35470 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 46090 35470 576 633 0 38162 0
[pid=50002/tid=50004] ppid=49999 vsize=184360 memory=7972085513033496938 CPUtime=0.22 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) R 49999 50002 49296 0 -1 4194368 9242 0 0 0 20 2 0 0 20 0 2 0 54289545 188784640 35470 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 184360 KiB
Current children cumulated memory: 141880 KiB

[startup+0.700165 s]
/proc/loadavg: 5.43 5.87 6.47 6/268 50004
/proc/meminfo: memFree=128927864/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=453656 memory=324520 CPUtime=0.97 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 51850 0 0 0 86 11 0 0 20 0 2 0 54289538 464543744 81130 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 113414 81130 608 633 0 109350 0
[pid=50002/tid=50004] ppid=49999 vsize=453656 memory=17920 CPUtime=0.31 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 13086 0 0 0 28 3 0 0 20 0 2 0 54289545 464543744 81162 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 453656 KiB
Current children cumulated memory: 324520 KiB

[startup+1.5002 s]
/proc/loadavg: 5.43 5.87 6.47 6/268 50004
/proc/meminfo: memFree=128582388/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=645036 memory=599932 CPUtime=2.17 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 136941 0 0 0 195 22 0 0 20 0 2 0 54289538 660516864 149983 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 161259 149983 640 633 0 152466 0
[pid=50002/tid=50004] ppid=49999 vsize=645036 memory=17920 CPUtime=0.71 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 24756 0 0 0 65 6 0 0 20 0 2 0 54289545 660516864 149983 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 645036 KiB
Current children cumulated memory: 599932 KiB

[startup+3.10584 s]
/proc/loadavg: 5.43 5.87 6.47 7/268 50004
/proc/meminfo: memFree=128255808/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=895764 memory=851392 CPUtime=3.77 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 262465 0 0 0 342 35 0 0 20 0 2 0 54289538 917262336 212848 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 223941 212848 672 633 0 215148 0
[pid=50002/tid=50004] ppid=49999 vsize=895764 memory=623740 CPUtime=0.71 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 24756 0 0 0 65 6 0 0 20 0 2 0 54289545 917262336 212848 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3.77 s
Current children cumulated vsize: 895764 KiB
Current children cumulated memory: 851392 KiB

[startup+6.30019 s]
/proc/loadavg: 5.48 5.88 6.47 5/268 50004
/proc/meminfo: memFree=127846828/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310556 memory=1268540 CPUtime=6.98 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 408492 0 0 0 645 53 0 0 20 0 2 0 54289538 1342009344 317135 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327639 317135 672 633 0 318846 0
[pid=50002/tid=50004] ppid=49999 vsize=1310556 memory=17920 CPUtime=0.74 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 24771 0 0 0 68 6 0 0 20 0 2 0 54289545 1342009344 317135 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 1310556 KiB
Current children cumulated memory: 1268540 KiB

[startup+12.7002 s]
/proc/loadavg: 5.44 5.86 6.46 6/268 50005
/proc/meminfo: memFree=127847052/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310688 memory=1268796 CPUtime=14.44 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 515860 0 0 0 1383 61 0 0 20 0 2 0 54289538 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327672 317199 672 633 0 318879 0
[pid=50002/tid=50004] ppid=49999 vsize=1310688 memory=1268796 CPUtime=1.84 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 28818 0 0 0 177 7 0 0 20 0 2 0 54289545 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 1310688 KiB
Current children cumulated memory: 1268796 KiB

[startup+25.5002 s]
/proc/loadavg: 5.42 5.84 6.44 6/268 50005
/proc/meminfo: memFree=127846808/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310688 memory=1268796 CPUtime=29.68 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 730364 0 0 0 2895 73 0 0 20 0 2 0 54289538 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327672 317199 672 633 0 318879 0
[pid=50002/tid=50004] ppid=49999 vsize=1310688 memory=1268796 CPUtime=4.35 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 31749 0 0 0 428 7 0 0 20 0 2 0 54289545 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 1310688 KiB
Current children cumulated memory: 1268796 KiB

[startup+51.1059 s]
/proc/loadavg: 5.41 5.80 6.41 5/268 50005
/proc/meminfo: memFree=127847344/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310688 memory=1268796 CPUtime=59.67 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 935235 0 0 0 5880 87 0 0 20 0 2 0 54289538 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327672 317199 672 633 0 318879 0
[pid=50002/tid=50004] ppid=49999 vsize=1310688 memory=17920 CPUtime=8.87 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 35261 0 0 0 878 9 0 0 20 0 2 0 54289545 1342144512 317199 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 59.67 s
Current children cumulated vsize: 1310688 KiB
Current children cumulated memory: 1268796 KiB

[startup+102.3 s]
/proc/loadavg: 5.07 5.64 6.32 6/268 50007
/proc/meminfo: memFree=127847016/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310820 memory=1268924 CPUtime=118.87 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 1129820 0 0 0 11784 103 0 0 20 0 2 0 54289538 1342279680 317231 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327705 317231 672 633 0 318912 0
[pid=50002/tid=50004] ppid=49999 vsize=1310820 memory=17920 CPUtime=17.16 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 38420 0 0 0 1705 11 0 0 20 0 2 0 54289545 1342279680 317231 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 118.87 s
Current children cumulated vsize: 1310820 KiB
Current children cumulated memory: 1268924 KiB

[startup+162.3 s]
/proc/loadavg: 5.44 5.62 6.27 5/268 50009
/proc/meminfo: memFree=127847988/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310952 memory=1268924 CPUtime=189.08 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 1326461 0 0 0 18786 122 0 0 20 0 2 0 54289538 1342414848 317231 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327738 317231 672 633 0 318945 0
[pid=50002/tid=50004] ppid=49999 vsize=1310952 memory=5632 CPUtime=27.69 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 45520 0 0 0 2753 16 0 0 20 0 2 0 54289545 1342414848 317231 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 189.08 s
Current children cumulated vsize: 1310952 KiB
Current children cumulated memory: 1268924 KiB

[startup+222.3 s]
/proc/loadavg: 5.14 5.51 6.19 6/268 50011
/proc/meminfo: memFree=127847632/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310952 memory=1269052 CPUtime=255.09 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 1436787 0 0 0 25375 134 0 0 20 0 2 0 54289538 1342414848 317263 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327738 317263 672 633 0 318945 0
[pid=50002/tid=50004] ppid=49999 vsize=1310952 memory=17920 CPUtime=33.99 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 48795 0 0 0 3381 18 0 0 20 0 2 0 54289545 1342414848 317263 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 255.09 s
Current children cumulated vsize: 1310952 KiB
Current children cumulated memory: 1269052 KiB

[startup+282.3 s]
/proc/loadavg: 4.91 5.38 6.10 5/267 50013
/proc/meminfo: memFree=127824468/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1310952 memory=1269052 CPUtime=323.42 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 1539357 0 0 0 32196 146 0 0 20 0 2 0 54289538 1342414848 317263 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 327738 317263 672 633 0 318945 0
[pid=50002/tid=50004] ppid=49999 vsize=1310952 memory=1269052 CPUtime=42.64 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 53233 0 0 0 4243 21 0 0 20 0 2 0 54289545 1342414848 317263 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 323.42 s
Current children cumulated vsize: 1310952 KiB

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

/proc/meminfo: memFree=128450748/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3065.81 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2172557 0 0 0 306185 396 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=456.4 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69631 0 0 0 45490 150 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3065.81 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2682.3 s]
/proc/loadavg: 5.25 5.35 5.32 8/267 50264
/proc/meminfo: memFree=128740184/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3125.57 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2172817 0 0 0 312160 397 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=456.4 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69631 0 0 0 45490 150 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3125.57 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2742.3 s]
/proc/loadavg: 5.58 5.42 5.35 7/266 50266
/proc/meminfo: memFree=128741276/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3191.93 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2173710 0 0 0 318792 401 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=463.02 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) R 49999 50002 49296 0 -1 4194368 69644 0 0 0 46149 153 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3191.93 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2802.3 s]
/proc/loadavg: 5.58 5.43 5.35 7/266 50268
/proc/meminfo: memFree=128722264/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3259.16 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2174541 0 0 0 325511 405 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=470.49 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69651 0 0 0 46893 156 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3259.16 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2862.3 s]
/proc/loadavg: 5.63 5.48 5.38 6/268 50274
/proc/meminfo: memFree=128727428/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3329.59 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2175418 0 0 0 332550 409 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=481.2 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69690 0 0 0 47962 158 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3329.59 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2922.3 s]
/proc/loadavg: 6.05 5.64 5.44 7/268 50276
/proc/meminfo: memFree=128736588/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3400.8 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2175810 0 0 0 339664 416 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=492.68 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69744 0 0 0 49105 163 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3400.8 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+2982.3 s]
/proc/loadavg: 6.11 5.71 5.47 7/268 50278
/proc/meminfo: memFree=128739192/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3472.06 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2176526 0 0 0 346785 421 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=14432 CPUtime=504.21 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69774 0 0 0 50255 166 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3472.06 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+3042.3 s]
/proc/loadavg: 5.96 5.74 5.50 6/268 50284
/proc/meminfo: memFree=128742796/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3542.81 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2177517 0 0 0 353856 425 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=515.23 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69831 0 0 0 51354 169 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3542.81 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3090.8 s]
/proc/loadavg: 5.59 5.67 5.49 7/268 50285
/proc/meminfo: memFree=128742964/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3600.09 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2177789 0 0 0 359580 429 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=10752 CPUtime=524.21 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69855 0 0 0 52250 171 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=4.35011 s

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

[startup+3091.2 s]
/proc/loadavg: 5.59 5.67 5.49 6/268 50285
/proc/meminfo: memFree=128742980/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3600.51 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2192096 0 0 0 359620 431 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=1276220 CPUtime=524.22 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69855 0 0 0 52251 171 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3600.51 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+3091.4 s]
/proc/loadavg: 5.59 5.67 5.49 6/268 50285
/proc/meminfo: memFree=128742980/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1317288 memory=1276220 CPUtime=3600.7 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2225904 0 0 0 359638 432 0 0 20 0 2 0 54289538 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 329322 319055 672 633 0 320529 0
[pid=50002/tid=50004] ppid=49999 vsize=1317288 memory=14432 CPUtime=524.22 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69855 0 0 0 52251 171 0 0 20 0 2 0 54289545 1348902912 319055 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3600.7 s
Current children cumulated vsize: 1317288 KiB
Current children cumulated memory: 1276220 KiB

[startup+3091.5 s]
/proc/loadavg: 5.59 5.67 5.49 6/268 50285
/proc/meminfo: memFree=128742980/131250000 swapFree=33007332/33010684
[pid=50002] ppid=49999 vsize=1110652 memory=1069632 CPUtime=3600.8 cores=1,3
/proc/50002/stat : 50002 (pb_competition_) R 49999 50002 49296 0 -1 4194304 2241681 0 0 0 359647 433 0 0 20 0 2 0 54289538 1137307648 267408 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
/proc/50002/statm: 277663 267408 672 633 0 268870 0
[pid=50002/tid=50004] ppid=49999 vsize=1110652 memory=1276220 CPUtime=524.22 cores=1,3
/proc/50002/task/50004/stat : 50004 (pb_competition_) S 49999 50002 49296 0 -1 4194368 69855 0 0 0 52251 171 0 0 20 0 2 0 54289545 1137307648 267408 18446744073709551615 4198400 6788177 140733479481248 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 29212672 140733479487834 140733479487960 140733479487960 140733479493562 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 1110652 KiB
Current children cumulated memory: 1069632 KiB

Child status: 0

Real time (s): 3091.57
CPU time (s): 3600.88
CPU user time (s): 3596.53
CPU system time (s): 4.35011
CPU usage (%): 116.474
Max. virtual memory (cumulated for all children) (KiB): 1317288
Max. memory (cumulated for all children) (KiB): 1276220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 4.35011
maximum resident set size= 1276220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2241781
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= 298934
involuntary context switches= 24699


# summary of solver processes directly reported to runsolver:
#   pid: 50002
#   total CPU time (s): 3600.88
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 4.35011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12486 second user time and 15.0385 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-01 18:08:40
IDJOB=4497650
IDBENCH=148190
IDSOLVER=3347
FILE ID=nodeC019/4497650-1751386120
RUNJOBID= nodeC019-1751380933-49308
SLURM_JOB_ID= 9598221
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
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.682
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.660
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		: 3618.453
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		: 3577.658
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.778
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.680
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.685
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		: 3606.601
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:        129097132 kB
MemAvailable:   128786380 kB
Buffers:             904 kB
Cached:           496172 kB
SwapCached:          420 kB
Active:          1180352 kB
Inactive:         361428 kB
Active(anon):    1032040 kB
Inactive(anon):    27812 kB
Active(file):     148312 kB
Inactive(file):   333616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16848 kB
Writeback:            40 kB
AnonPages:       1047740 kB
Mapped:           111276 kB
Shmem:             15148 kB
KReclaimable:      93116 kB
Slab:             180304 kB
SReclaimable:      93116 kB
SUnreclaim:        87188 kB
KernelStack:        4308 kB
PageTables:         4832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1400728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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= 433012 MiB
End job on nodeC019 at 2025-07-01 19:00:12