Trace number 4522318

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.07 2017.93

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.09	c #variable: 3772
0.00/0.09	c #constraint: 5527
0.00/0.09	c #equal: 111
0.00/0.09	c intsize: 14
0.00/0.09	c sizeproduct: 0
0.00/0.09	c #soft: 0
0.00/0.09	c mincost: 0
0.00/0.09	c maxcost: 0
0.00/0.09	c sumcost: 0
0.00/0.09	c iteration_max: -1
0.00/0.09	c time_max: -1
0.00/0.09	c number_of_threads(move update): 2
0.00/0.09	c number_of_threads(move evaluation): 2
0.00/0.09	c seed: 1801396468
3600.01/2017.91	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 (47378 MiB free)
  memory of node 1: 64465 MiB (55451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522318-1751588147/watcher-4522318-1751588147 -o /tmp/evaluation-result-4522318-1751588147/solver-4522318-1751588147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751579596-81599 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1801396468 HOME/instance-4522318-1751588147.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
Starting watchdog thread
solver pid=82745, runsolver pid=82742
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 6.38 6.40 6.47 7/267 82747
/proc/meminfo: memFree=105281368/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=88208 memory=26888 CPUtime=0.12 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 5761 0 0 0 11 1 0 0 20 0 2 0 74493293 90324992 6722 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 22052 6722 640 633 0 8199 0
[pid=82745/tid=82747] ppid=82742 vsize=88208 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 3303 0 0 0 7 0 0 0 20 0 2 0 74493293 90324992 6722 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 88208 KiB
Current children cumulated memory: 26888 KiB

[startup+0.205863 s]*
/proc/loadavg: 6.38 6.40 6.47 6/267 82747
/proc/meminfo: memFree=105265492/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=102900 memory=41608 CPUtime=0.22 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 9428 0 0 0 21 1 0 0 20 0 2 0 74493293 105369600 10402 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 25725 10402 672 633 0 11872 0
[pid=82745/tid=82747] ppid=82742 vsize=102900 memory=664958721904869660 CPUtime=0.07 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 3303 0 0 0 7 0 0 0 20 0 2 0 74493293 105369600 10402 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 102900 KiB
Current children cumulated memory: 41608 KiB

[startup+0.305806 s]*
/proc/loadavg: 6.38 6.40 6.47 7/267 82747
/proc/meminfo: memFree=105265492/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=102900 memory=41608 CPUtime=0.32 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 9429 0 0 0 31 1 0 0 20 0 2 0 74493293 105369600 10402 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 25725 10402 672 633 0 11872 0
[pid=82745/tid=82747] ppid=82742 vsize=102900 memory=7970109681931468145 CPUtime=0.07 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 3303 0 0 0 7 0 0 0 20 0 2 0 74493293 105369600 10402 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 102900 KiB
Current children cumulated memory: 41608 KiB

[startup+0.700212 s]
/proc/loadavg: 6.38 6.40 6.47 8/267 82747
/proc/meminfo: memFree=105249364/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=122752 memory=61448 CPUtime=0.88 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 14385 0 0 0 86 2 0 0 20 0 2 0 74493293 125698048 15362 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 30688 15362 672 633 0 16835 0
[pid=82745/tid=82747] ppid=82742 vsize=122752 memory=18432 CPUtime=0.25 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 3303 0 0 0 25 0 0 0 20 0 2 0 74493293 125698048 15362 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 122752 KiB
Current children cumulated memory: 61448 KiB

[startup+1.50016 s]
/proc/loadavg: 6.38 6.40 6.47 6/267 82747
/proc/meminfo: memFree=105249364/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=122828 memory=61560 CPUtime=2.23 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 24068 0 0 0 220 3 0 0 20 0 2 0 74493293 125775872 15390 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 30707 15390 672 633 0 16854 0
[pid=82745/tid=82747] ppid=82742 vsize=122828 memory=18432 CPUtime=0.81 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 3677 0 0 0 80 1 0 0 20 0 2 0 74493293 125775872 15390 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 122828 KiB
Current children cumulated memory: 61560 KiB

[startup+3.10559 s]
/proc/loadavg: 6.43 6.41 6.47 6/267 82747
/proc/meminfo: memFree=105249632/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=123092 memory=61744 CPUtime=4.81 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 62435 0 0 0 470 11 0 0 20 0 2 0 74493293 126046208 15436 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 30773 15436 672 633 0 16920 0
[pid=82745/tid=82747] ppid=82742 vsize=123092 memory=61676 CPUtime=1.8 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 3678 0 0 0 179 1 0 0 20 0 2 0 74493293 126046208 15436 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 123092 KiB
Current children cumulated memory: 61744 KiB

[startup+6.30016 s]
/proc/loadavg: 6.43 6.41 6.47 7/267 82747
/proc/meminfo: memFree=105245788/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=123972 memory=62468 CPUtime=10.27 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 87191 0 0 0 1011 16 0 0 20 0 2 0 74493293 126947328 15617 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 30993 15617 672 633 0 17140 0
[pid=82745/tid=82747] ppid=82742 vsize=123972 memory=18432 CPUtime=4.09 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 6533 0 0 0 407 2 0 0 20 0 2 0 74493293 126947328 15617 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 123972 KiB
Current children cumulated memory: 62468 KiB

[startup+12.7002 s]
/proc/loadavg: 6.44 6.41 6.47 7/267 82747
/proc/meminfo: memFree=105246040/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=123972 memory=62548 CPUtime=21.51 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 97637 0 0 0 2129 22 0 0 20 0 2 0 74493293 126947328 15637 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 30993 15637 672 633 0 17140 0
[pid=82745/tid=82747] ppid=82742 vsize=123972 memory=62420 CPUtime=8.97 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 8048 0 0 0 893 4 0 0 20 0 2 0 74493293 126947328 15637 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 21.51 s
Current children cumulated vsize: 123972 KiB
Current children cumulated memory: 62548 KiB

[startup+25.5002 s]
/proc/loadavg: 6.37 6.40 6.46 8/267 82747
/proc/meminfo: memFree=105245944/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=125176 memory=63792 CPUtime=43.77 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 223048 0 0 0 4327 50 0 0 20 0 2 0 74493293 128180224 15948 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 31294 15948 672 633 0 17441 0
[pid=82745/tid=82747] ppid=82742 vsize=125176 memory=63236 CPUtime=18.53 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 12416 0 0 0 1846 7 0 0 20 0 2 0 74493293 128180224 15948 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 43.77 s
Current children cumulated vsize: 125176 KiB
Current children cumulated memory: 63792 KiB

[startup+51.1057 s]
/proc/loadavg: 6.40 6.40 6.46 8/267 82748
/proc/meminfo: memFree=105242988/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=127848 memory=65880 CPUtime=88.89 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 523100 0 0 0 8769 120 0 0 20 0 2 0 74493293 130916352 16470 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 31962 16470 672 633 0 18109 0
[pid=82745/tid=82747] ppid=82742 vsize=127848 memory=18432 CPUtime=38.24 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 18734 0 0 0 3810 14 0 0 20 0 2 0 74493293 130916352 16470 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 88.89 s
Current children cumulated vsize: 127848 KiB
Current children cumulated memory: 65880 KiB

[startup+102.3 s]
/proc/loadavg: 6.27 6.36 6.44 8/267 82752
/proc/meminfo: memFree=105266092/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=128640 memory=66904 CPUtime=179.38 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 544565 0 0 0 17778 160 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 32160 16726 672 633 0 18307 0
[pid=82745/tid=82747] ppid=82742 vsize=128640 memory=18432 CPUtime=77.93 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 23040 0 0 0 7767 26 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 179.38 s
Current children cumulated vsize: 128640 KiB
Current children cumulated memory: 66904 KiB

[startup+162.3 s]
/proc/loadavg: 6.30 6.35 6.44 9/267 82754
/proc/meminfo: memFree=105280884/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=128640 memory=66904 CPUtime=284.92 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 553902 0 0 0 28284 208 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 32160 16726 672 633 0 18307 0
[pid=82745/tid=82747] ppid=82742 vsize=128640 memory=5632 CPUtime=123.91 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 25732 0 0 0 12350 41 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 284.92 s
Current children cumulated vsize: 128640 KiB
Current children cumulated memory: 66904 KiB

[startup+222.3 s]
/proc/loadavg: 6.49 6.38 6.45 6/267 82802
/proc/meminfo: memFree=105253844/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=128640 memory=66904 CPUtime=390.94 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 563032 0 0 0 38838 256 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 32160 16726 672 633 0 18307 0
[pid=82745/tid=82747] ppid=82742 vsize=128640 memory=10752 CPUtime=170.38 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 27891 0 0 0 16982 56 0 0 20 0 2 0 74493293 131727360 16726 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 390.94 s
Current children cumulated vsize: 128640 KiB
Current children cumulated memory: 66904 KiB

[startup+282.3 s]
/proc/loadavg: 6.74 6.48 6.47 8/267 82804
/proc/meminfo: memFree=105233804/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=130376 memory=68824 CPUtime=497.98 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 574610 0 0 0 49496 302 0 0 20 0 2 0 74493293 133505024 17206 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 32594 17206 672 633 0 18741 0
[pid=82745/tid=82747] ppid=82742 vsize=130376 memory=14344 CPUtime=217.89 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 31432 0 0 0 21718 71 0 0 20 0 2 0 74493293 133505024 17206 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 497.98 s
Current children cumulated vsize: 130376 KiB
Current children cumulated memory: 68824 KiB

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

/proc/meminfo: memFree=106672260/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=144072 memory=81256 CPUtime=2527.71 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 604775 0 0 0 251869 902 0 0 20 0 2 0 74493293 147529728 20314 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36018 20314 672 633 0 22165 0
[pid=82745/tid=82747] ppid=82742 vsize=144072 memory=81256 CPUtime=1116.86 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 37775 0 0 0 111427 259 0 0 20 0 2 0 74493293 147529728 20314 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2527.71 s
Current children cumulated vsize: 144072 KiB
Current children cumulated memory: 81256 KiB

[startup+1482.3 s]
/proc/loadavg: 6.25 6.17 6.21 6/267 82905
/proc/meminfo: memFree=106660208/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145016 memory=82024 CPUtime=2635.45 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 608310 0 0 0 262614 931 0 0 20 0 2 0 74493293 148496384 20506 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36254 20506 672 633 0 22401 0
[pid=82745/tid=82747] ppid=82742 vsize=145016 memory=81512 CPUtime=1165.1 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 38587 0 0 0 116240 270 0 0 20 0 2 0 74493293 148496384 20506 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2635.45 s
Current children cumulated vsize: 145016 KiB
Current children cumulated memory: 82024 KiB

[startup+1542.3 s]
/proc/loadavg: 6.10 6.15 6.20 6/267 82907
/proc/meminfo: memFree=106682220/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145016 memory=82024 CPUtime=2743.47 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 611737 0 0 0 273385 962 0 0 20 0 2 0 74493293 148496384 20506 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36254 20506 672 633 0 22401 0
[pid=82745/tid=82747] ppid=82742 vsize=145016 memory=82024 CPUtime=1213.67 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) S 82742 82745 81584 0 -1 4194368 39631 0 0 0 121086 281 0 0 20 0 2 0 74493293 148496384 20506 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2743.47 s
Current children cumulated vsize: 145016 KiB
Current children cumulated memory: 82024 KiB

[startup+1602.3 s]
/proc/loadavg: 6.12 6.15 6.19 8/267 82913
/proc/meminfo: memFree=106678412/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=2850.12 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 611904 0 0 0 284017 995 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82024 CPUtime=1260.79 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 39631 0 0 0 125786 293 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2850.12 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1662.3 s]
/proc/loadavg: 6.40 6.22 6.21 6/267 82915
/proc/meminfo: memFree=106697632/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=2956.4 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 613716 0 0 0 294608 1032 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82024 CPUtime=1307.52 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 39850 0 0 0 130450 302 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 2956.4 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1722.3 s]
/proc/loadavg: 5.79 6.06 6.15 7/267 82917
/proc/meminfo: memFree=106683408/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3062.73 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 613996 0 0 0 305209 1064 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82024 CPUtime=1354.27 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 39850 0 0 0 135117 310 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3062.73 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1782.3 s]
/proc/loadavg: 5.64 5.98 6.12 8/267 82919
/proc/meminfo: memFree=106685668/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3169.34 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 616038 0 0 0 315839 1095 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=140027 CPUtime=1401.35 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40312 0 0 0 139814 321 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3169.34 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1842.3 s]
/proc/loadavg: 5.76 5.96 6.10 7/267 82921
/proc/meminfo: memFree=106681716/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3276 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 616292 0 0 0 326478 1122 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82664 CPUtime=1448.44 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40313 0 0 0 144515 329 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3276 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1902.3 s]
/proc/loadavg: 5.16 5.77 6.03 5/260 82953
/proc/meminfo: memFree=106747400/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3384.95 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 617308 0 0 0 337345 1150 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82664 CPUtime=1497.8 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40586 0 0 0 149444 336 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3384.95 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

[startup+1962.3 s]
/proc/loadavg: 4.58 5.49 5.91 5/260 82958
/proc/meminfo: memFree=106756572/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3496.62 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 617308 0 0 0 348485 1177 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=14344 CPUtime=1549.84 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40586 0 0 0 154643 341 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3496.62 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2017.9 s]
/proc/loadavg: 4.37 5.29 5.82 4/260 82960
/proc/meminfo: memFree=106778020/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3600.01 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 618304 0 0 0 358799 1202 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82664 CPUtime=1598 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40828 0 0 0 159452 348 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.04 s, system=12.0286 s

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

[startup+2017.9 s]
/proc/loadavg: 4.37 5.29 5.82 4/260 82960
/proc/meminfo: memFree=106778020/131249988 swapFree=33010416/33010684
[pid=82745] ppid=82742 vsize=145592 memory=82664 CPUtime=3600.01 cores=1,3
/proc/82745/stat : 82745 (pb_competition_) R 82742 82745 81584 0 -1 4194304 618304 0 0 0 358799 1202 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
/proc/82745/statm: 36398 20666 672 633 0 22545 0
[pid=82745/tid=82747] ppid=82742 vsize=145592 memory=82664 CPUtime=1598 cores=1,3
/proc/82745/task/82747/stat : 82747 (pb_competition_) R 82742 82745 81584 0 -1 4194368 40828 0 0 0 159452 348 0 0 20 0 2 0 74493293 149086208 20666 18446744073709551615 4198400 6788177 140731429459680 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 10199040 140731429464409 140731429464536 140731429464536 140731429470138 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 145592 KiB
Current children cumulated memory: 82664 KiB

Child status: 0

Real time (s): 2017.93
CPU time (s): 3600.07
CPU user time (s): 3588.04
CPU system time (s): 12.0286
CPU usage (%): 178.404
Max. virtual memory (cumulated for all children) (KiB): 145592
Max. memory (cumulated for all children) (KiB): 82664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.04
system time used= 12.0286
maximum resident set size= 82664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 618406
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= 289099
involuntary context switches= 31760


# summary of solver processes directly reported to runsolver:
#   pid: 82745
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3588.04
#   total CPU system time (s): 12.0286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02154 second user time and 9.53851 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-04 02:15:47
IDJOB=4522318
IDBENCH=178741
IDSOLVER=3347
FILE ID=nodeC031/4522318-1751588147
RUNJOBID= nodeC031-1751579596-81599
SLURM_JOB_ID= 9598816
Free space on /tmp= 432008 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.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-4522318-1751588147/watcher-4522318-1751588147 -o /tmp/evaluation-result-4522318-1751588147/solver-4522318-1751588147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751579596-81599 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1801396468 HOME/instance-4522318-1751588147.opb

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=1801396468

nodeC031 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.892
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.78
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		: 3600.050
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.78
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.890
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.78
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.474
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.78
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.881
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.78
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.892
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.78
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.880
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.78
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		: 3600.200
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        105297084 kB
MemAvailable:   126249684 kB
Buffers:            2128 kB
Cached:         21636276 kB
SwapCached:           12 kB
Active:          3758988 kB
Inactive:       21229556 kB
Active(anon):    3357724 kB
Inactive(anon):    10468 kB
Active(file):     401264 kB
Inactive(file): 21219088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6276 kB
Writeback:             8 kB
AnonPages:       3353248 kB
Mapped:           112392 kB
Shmem:             18052 kB
KReclaimable:     342972 kB
Slab:             436412 kB
SReclaimable:     342972 kB
SUnreclaim:        93440 kB
KernelStack:        4320 kB
PageTables:         9628 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3761120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1769472 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432044 MiB
End job on nodeC031 at 2025-07-04 02:49:26