Trace number 4522778

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) 3601.96 3120.01

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.85_7.opb
MD5SUM8be5b5d8bca4d85bc85c3eef1683fb22
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark121.332
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300000
Total number of constraints300001
Number of constraints which are clauses250000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
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 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
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/)
6.45/4.30	c #variable: 300000
6.45/4.30	c #constraint: 300001
6.45/4.30	c #equal: 50001
6.45/4.30	c intsize: 16
6.45/4.30	c sizeproduct: 0
6.45/4.30	c #soft: 0
6.45/4.30	c mincost: 0
6.45/4.30	c maxcost: 0
6.45/4.30	c sumcost: 0
6.45/4.30	c iteration_max: -1
6.45/4.30	c time_max: -1
6.45/4.30	c number_of_threads(move update): 2
6.45/4.30	c number_of_threads(move evaluation): 2
6.45/4.30	c seed: 811675406
3600.24/3118.34	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61245 MiB free)
  memory of node 1: 64507 MiB (61971 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522778-1751592502/watcher-4522778-1751592502 -o /tmp/evaluation-result-4522778-1751592502/solver-4522778-1751592502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92770 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 811675406 HOME/instance-4522778-1751592502.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=93144, runsolver pid=93141
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.89 4.83 4.85 7/269 93145
/proc/meminfo: memFree=126076904/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=116888 memory=99684 CPUtime=0.1 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) S 93141 93144 92759 0 -1 4194304 19075 0 0 0 6 4 0 0 20 0 2 0 74928135 119693312 24921 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 29222 24921 576 633 0 28437 0
[pid=93144/tid=93146] ppid=93141 vsize=116888 memory=4026531960 CPUtime=0 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 74928145 119693312 24921 18446744073709551615 4198400 6788177 140722568907520 0 0 0 2147221247 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 116888 KiB
Current children cumulated memory: 99684 KiB

[startup+0.205826 s]*
/proc/loadavg: 4.89 4.83 4.85 6/270 93146
/proc/meminfo: memFree=126044900/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=201432 memory=141668 CPUtime=0.3 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 29609 0 0 0 23 7 0 0 20 0 2 0 74928135 206266368 35417 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 50358 35417 576 633 0 38777 0
[pid=93144/tid=93146] ppid=93141 vsize=201432 memory=4208735117501333788 CPUtime=0.09 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 5589 0 0 0 8 1 0 0 20 0 2 0 74928145 206266368 35417 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 201432 KiB
Current children cumulated memory: 141668 KiB

[startup+0.305872 s]*
/proc/loadavg: 4.89 4.83 4.85 6/270 93146
/proc/meminfo: memFree=125996768/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=224136 memory=185444 CPUtime=0.49 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 40518 0 0 0 40 9 0 0 20 0 2 0 74928135 229515264 46361 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 56034 46361 576 633 0 49691 0
[pid=93144/tid=93146] ppid=93141 vsize=224136 memory=7969828181201730923 CPUtime=0.18 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 10827 0 0 0 16 2 0 0 20 0 2 0 74928145 229515264 46361 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 224136 KiB
Current children cumulated memory: 185444 KiB

[startup+0.700204 s]
/proc/loadavg: 4.89 4.83 4.85 7/270 93146
/proc/meminfo: memFree=125900100/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=382204 memory=362084 CPUtime=1.25 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 84706 0 0 0 109 16 0 0 20 0 2 0 74928135 391376896 90521 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 95551 90521 576 633 0 93866 0
[pid=93144/tid=93146] ppid=93141 vsize=382204 memory=18560 CPUtime=0.55 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 31869 0 0 0 49 6 0 0 20 0 2 0 74928145 391376896 90521 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 382204 KiB
Current children cumulated memory: 362084 KiB

[startup+1.50018 s]
/proc/loadavg: 4.89 4.83 4.85 5/270 93146
/proc/meminfo: memFree=125666244/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=599460 memory=560084 CPUtime=2.32 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 162681 0 0 0 203 29 0 0 20 0 2 0 74928135 613847040 140021 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 149865 140021 576 633 0 143602 0
[pid=93144/tid=93146] ppid=93141 vsize=599460 memory=18560 CPUtime=1.03 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 59528 0 0 0 90 13 0 0 20 0 2 0 74928145 613847040 140021 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 599460 KiB
Current children cumulated memory: 560084 KiB

[startup+3.10578 s]
/proc/loadavg: 4.89 4.83 4.85 7/270 93146
/proc/meminfo: memFree=125293396/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=962024 memory=890876 CPUtime=4.35 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 273781 0 0 0 390 45 0 0 20 0 2 0 74928135 985112576 222719 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 240506 222719 608 633 0 224497 0
[pid=93144/tid=93146] ppid=93141 vsize=962024 memory=560084 CPUtime=1.46 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 87735 0 0 0 129 17 0 0 20 0 2 0 74928145 985112576 222719 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 962024 KiB
Current children cumulated memory: 890876 KiB

[startup+6.30014 s]
/proc/loadavg: 4.98 4.85 4.86 6/270 93146
/proc/meminfo: memFree=125055696/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=1176212 memory=1131508 CPUtime=8.45 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 539156 0 0 0 775 70 0 0 20 0 2 0 74928135 1204441088 282877 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 294053 282877 640 633 0 284605 0
[pid=93144/tid=93146] ppid=93141 vsize=1176344 memory=18560 CPUtime=2.57 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 166347 0 0 0 230 27 0 0 20 0 2 0 74928145 1204576256 282877 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 8.45 s
Current children cumulated vsize: 1176212 KiB
Current children cumulated memory: 1131508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.98 4.85 4.86 5/270 93146
/proc/meminfo: memFree=124858316/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=1355676 memory=1310960 CPUtime=14.83 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 646136 0 0 0 1400 83 0 0 20 0 2 0 74928135 1388212224 327740 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 338919 327740 672 633 0 329471 0
[pid=93144/tid=93146] ppid=93141 vsize=1355676 memory=1310960 CPUtime=2.57 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 166347 0 0 0 230 27 0 0 20 0 2 0 74928145 1388212224 327740 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 14.83 s
Current children cumulated vsize: 1355676 KiB
Current children cumulated memory: 1310960 KiB

[startup+25.5002 s]
/proc/loadavg: 4.76 4.81 4.85 5/270 93146
/proc/meminfo: memFree=124858572/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=1355676 memory=1310960 CPUtime=27.59 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 688456 0 0 0 2673 86 0 0 20 0 2 0 74928135 1388212224 327740 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 338919 327740 672 633 0 329471 0
[pid=93144/tid=93146] ppid=93141 vsize=1355676 memory=1310960 CPUtime=2.57 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 166347 0 0 0 230 27 0 0 20 0 2 0 74928145 1388212224 327740 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 1355676 KiB
Current children cumulated memory: 1310960 KiB

[startup+51.1057 s]
/proc/loadavg: 4.57 4.76 4.83 5/269 93149
/proc/meminfo: memFree=124494080/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=1727204 memory=1682672 CPUtime=53.11 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 929207 0 0 0 5204 107 0 0 20 0 2 0 74928135 1768656896 420668 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 431801 420668 672 633 0 422353 0
[pid=93144/tid=93146] ppid=93141 vsize=1727204 memory=1682672 CPUtime=2.57 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 166347 0 0 0 230 27 0 0 20 0 2 0 74928145 1768656896 420668 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 53.11 s
Current children cumulated vsize: 1727204 KiB
Current children cumulated memory: 1682672 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.69 4.80 5/269 93150
/proc/meminfo: memFree=123530168/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2686528 memory=2640076 CPUtime=104.47 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 1576363 0 0 0 10265 182 0 0 20 0 2 0 74928135 2751004672 660019 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 671632 660019 672 633 0 662184 0
[pid=93144/tid=93146] ppid=93141 vsize=2686528 memory=16360 CPUtime=2.89 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 185855 0 0 0 261 28 0 0 20 0 2 0 74928145 2751004672 660019 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 104.47 s
Current children cumulated vsize: 2686528 KiB
Current children cumulated memory: 2640076 KiB

[startup+162.3 s]
/proc/loadavg: 4.38 4.62 4.77 6/269 93153
/proc/meminfo: memFree=122958424/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2678188 memory=2631756 CPUtime=170.56 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 1796995 0 0 0 16858 198 0 0 20 0 2 0 74928135 2742464512 657939 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 669547 657939 672 633 0 660099 0
[pid=93144/tid=93146] ppid=93141 vsize=2678188 memory=16360 CPUtime=9.23 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 186532 0 0 0 895 28 0 0 20 0 2 0 74928145 2742464512 657939 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 170.56 s
Current children cumulated vsize: 2678188 KiB
Current children cumulated memory: 2631756 KiB

[startup+222.3 s]
/proc/loadavg: 4.59 4.65 4.77 5/269 93155
/proc/meminfo: memFree=122933484/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2680168 memory=2633676 CPUtime=241.92 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 1964954 0 0 0 23984 208 0 0 20 0 2 0 74928135 2744492032 658419 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 670042 658419 672 633 0 660594 0
[pid=93144/tid=93146] ppid=93141 vsize=2680168 memory=2633676 CPUtime=20.86 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 214682 0 0 0 2056 30 0 0 20 0 2 0 74928145 2744492032 658419 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 241.92 s
Current children cumulated vsize: 2680168 KiB
Current children cumulated memory: 2633676 KiB

[startup+282.3 s]
/proc/loadavg: 4.42 4.58 4.73 5/270 93204
/proc/meminfo: memFree=122946148/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2683996 memory=2637516 CPUtime=307.2 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 2092735 0 0 0 30504 216 0 0 20 0 2 0 74928135 2748411904 659379 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 670999 659379 672 633 0 661551 0
[pid=93144/tid=93146] ppid=93141 vsize=2683996 memory=2637516 CPUtime=26.37 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 214723 0 0 0 2606 31 0 0 20 0 2 0 74928145 2748411904 659379 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 307.2 s
Current children cumulated vsize: 2683996 KiB

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

Current children cumulated vsize: 2768216 KiB
Current children cumulated memory: 2721868 KiB

[startup+2742.3 s]
/proc/loadavg: 4.53 4.65 4.72 5/268 93383
/proc/meminfo: memFree=122887436/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768216 memory=2721868 CPUtime=3163.64 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12379305 0 0 0 314186 2178 0 0 20 0 2 0 74928135 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692054 680467 672 633 0 682606 0
[pid=93144/tid=93146] ppid=93141 vsize=2768216 memory=2721888 CPUtime=434.03 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 557063 0 0 0 43328 75 0 0 20 0 2 0 74928145 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3163.64 s
Current children cumulated vsize: 2768216 KiB
Current children cumulated memory: 2721868 KiB

[startup+2802.3 s]
/proc/loadavg: 4.68 4.67 4.73 6/268 93389
/proc/meminfo: memFree=122889472/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2763728 memory=2717388 CPUtime=3234.01 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12417067 0 0 0 321218 2183 0 0 20 0 2 0 74928135 2830057472 679347 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 690932 679347 672 633 0 681484 0
[pid=93144/tid=93146] ppid=93141 vsize=2763728 memory=2717388 CPUtime=444.65 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 562346 0 0 0 44389 76 0 0 20 0 2 0 74928145 2830057472 679347 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3234.01 s
Current children cumulated vsize: 2763728 KiB
Current children cumulated memory: 2717388 KiB

[startup+2862.3 s]
/proc/loadavg: 4.61 4.65 4.72 5/268 93391
/proc/meminfo: memFree=122880000/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768216 memory=2721868 CPUtime=3303.05 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12484527 0 0 0 328117 2188 0 0 20 0 2 0 74928135 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692054 680467 672 633 0 682606 0
[pid=93144/tid=93146] ppid=93141 vsize=2768216 memory=10496 CPUtime=453.95 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) R 93141 93144 92759 0 -1 4194368 563255 0 0 0 45319 76 0 0 20 0 2 0 74928145 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3303.05 s
Current children cumulated vsize: 2768216 KiB
Current children cumulated memory: 2721868 KiB

[startup+2922.3 s]
/proc/loadavg: 4.45 4.59 4.69 5/268 93393
/proc/meminfo: memFree=122864236/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768216 memory=2721868 CPUtime=3372.74 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12570286 0 0 0 335078 2196 0 0 20 0 2 0 74928135 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692054 680467 672 633 0 682606 0
[pid=93144/tid=93146] ppid=93141 vsize=2768216 memory=10496 CPUtime=463.89 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 569440 0 0 0 46312 77 0 0 20 0 2 0 74928145 2834653184 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3372.74 s
Current children cumulated vsize: 2768216 KiB
Current children cumulated memory: 2721868 KiB

[startup+2982.3 s]
/proc/loadavg: 4.41 4.57 4.68 6/268 93396
/proc/meminfo: memFree=122829908/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768220 memory=2721868 CPUtime=3442.63 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12650046 0 0 0 342060 2203 0 0 20 0 2 0 74928135 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692055 680467 672 633 0 682607 0
[pid=93144/tid=93146] ppid=93141 vsize=2768220 memory=2721868 CPUtime=474.05 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 574957 0 0 0 47327 78 0 0 20 0 2 0 74928145 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3442.63 s
Current children cumulated vsize: 2768220 KiB
Current children cumulated memory: 2721868 KiB

[startup+3042.3 s]
/proc/loadavg: 4.78 4.65 4.70 5/268 93398
/proc/meminfo: memFree=122794444/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768220 memory=2721868 CPUtime=3512.91 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12709740 0 0 0 349083 2208 0 0 20 0 2 0 74928135 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692055 680467 672 633 0 682607 0
[pid=93144/tid=93146] ppid=93141 vsize=2768220 memory=2721868 CPUtime=484.62 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 581108 0 0 0 48383 79 0 0 20 0 2 0 74928145 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3512.91 s
Current children cumulated vsize: 2768220 KiB
Current children cumulated memory: 2721868 KiB

[startup+3102.3 s]
/proc/loadavg: 5.15 4.78 4.75 6/267 93446
/proc/meminfo: memFree=124404676/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2763728 memory=2717388 CPUtime=3581.69 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12787176 0 0 0 355952 2217 0 0 20 0 2 0 74928135 2830057472 679347 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 690932 679347 672 633 0 681484 0
[pid=93144/tid=93146] ppid=93141 vsize=2763728 memory=2721868 CPUtime=493.67 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 587395 0 0 0 49287 80 0 0 20 0 2 0 74928145 2830057472 679347 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3581.69 s
Current children cumulated vsize: 2763728 KiB
Current children cumulated memory: 2717388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3118.11 s]
/proc/loadavg: 5.27 4.82 4.76 6/268 93452
/proc/meminfo: memFree=124408364/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768220 memory=2721868 CPUtime=3600.05 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12810183 0 0 0 357787 2218 0 0 20 0 2 0 74928135 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692055 680467 672 633 0 682607 0
[pid=93144/tid=93146] ppid=93141 vsize=2768220 memory=2721868 CPUtime=496.31 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 587429 0 0 0 49550 81 0 0 20 0 2 0 74928145 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2768220 KiB
Current children cumulated memory: 2721868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.53 s, system=22.4319 s

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

[startup+3118.4 s]
/proc/loadavg: 5.27 4.82 4.76 6/268 93452
/proc/meminfo: memFree=124408364/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2768220 memory=2721868 CPUtime=3600.34 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12826969 0 0 0 357815 2219 0 0 20 0 2 0 74928135 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 692055 680467 672 633 0 682607 0
[pid=93144/tid=93146] ppid=93141 vsize=2768220 memory=2721868 CPUtime=496.31 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 587429 0 0 0 49550 81 0 0 20 0 2 0 74928145 2834657280 680467 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 2768220 KiB
Current children cumulated memory: 2721868 KiB

[startup+3119.2 s]
/proc/loadavg: 5.27 4.82 4.76 6/268 93452
/proc/meminfo: memFree=124418652/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2744872 memory=2698628 CPUtime=3601.14 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 12995555 0 0 0 357886 2228 0 0 20 0 2 0 74928135 2810748928 674657 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 686218 674657 672 633 0 676770 0
[pid=93144/tid=93146] ppid=93141 vsize=2744872 memory=7969828181201730923 CPUtime=496.31 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 587429 0 0 0 49550 81 0 0 20 0 2 0 74928145 2810748928 674657 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3601.14 s
Current children cumulated vsize: 2744872 KiB
Current children cumulated memory: 2698628 KiB

[startup+3119.6 s]
/proc/loadavg: 5.27 4.82 4.76 6/268 93452
/proc/meminfo: memFree=124418652/131250000 swapFree=33010416/33010684
[pid=93144] ppid=93141 vsize=2585496 memory=2539216 CPUtime=3601.54 cores=4,6
/proc/93144/stat : 93144 (pb_competition_) R 93141 93144 92759 0 -1 4194304 13040451 0 0 0 357923 2231 0 0 20 0 2 0 74928135 2647547904 634804 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
/proc/93144/statm: 646374 634804 672 633 0 636926 0
[pid=93144/tid=93146] ppid=93141 vsize=2585496 memory=1920 CPUtime=496.31 cores=4,6
/proc/93144/task/93146/stat : 93146 (pb_competition_) S 93141 93144 92759 0 -1 4194368 587429 0 0 0 49550 81 0 0 20 0 2 0 74928145 2647547904 634804 18446744073709551615 4198400 6788177 140722568907520 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 15265792 140722568915290 140722568915416 140722568915416 140722568921018 0
Current children cumulated CPU time: 3601.54 s
Current children cumulated vsize: 2585496 KiB
Current children cumulated memory: 2539216 KiB

[startup+3120 s]*
/proc/loadavg: 5.33 4.84 4.77 6/267 93452
/proc/meminfo: memFree=126953012/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3120.01
CPU time (s): 3601.96
CPU user time (s): 3579.53
CPU system time (s): 22.4319
CPU usage (%): 115.447
Max. virtual memory (cumulated for all children) (KiB): 2776536
Max. memory (cumulated for all children) (KiB): 2730188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.53
system time used= 22.4319
maximum resident set size= 2730188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13147357
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= 24122
involuntary context switches= 14074


# summary of solver processes directly reported to runsolver:
#   pid: 93144
#   total CPU time (s): 3601.96
#   total CPU user time (s): 3579.53
#   total CPU system time (s): 22.4319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.23208 second user time and 15.6857 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-04 03:28:23
IDJOB=4522778
IDBENCH=179299
IDSOLVER=3347
FILE ID=nodeC018/4522778-1751592502
RUNJOBID= nodeC018-1751589378-92770
SLURM_JOB_ID= 9598843
Free space on /tmp= 432468 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_10_0.85_7.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-4522778-1751592502/watcher-4522778-1751592502 -o /tmp/evaluation-result-4522778-1751592502/solver-4522778-1751592502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92770 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 811675406 HOME/instance-4522778-1751592502.opb

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

MD5SUM BENCH= 8be5b5d8bca4d85bc85c3eef1683fb22
RANDOM SEED=811675406

nodeC018 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.832
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.66
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.919
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.66
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		: 3571.857
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.66
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		: 3598.597
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.66
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		: 3601.749
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.66
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.827
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.66
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.825
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126174624 kB
MemAvailable:   126933680 kB
Buffers:            2128 kB
Cached:          1522844 kB
SwapCached:           32 kB
Active:          3338172 kB
Inactive:        1047884 kB
Active(anon):    2878840 kB
Inactive(anon):      288 kB
Active(file):     459332 kB
Inactive(file):  1047596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             54644 kB
Writeback:             0 kB
AnonPages:       2857256 kB
Mapped:           112492 kB
Shmem:             18044 kB
KReclaimable:     182336 kB
Slab:             272560 kB
SReclaimable:     182336 kB
SUnreclaim:        90224 kB
KernelStack:        4352 kB
PageTables:         8624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3215960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432484 MiB
End job on nodeC018 at 2025-07-04 04:20:23