Trace number 4507514

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.14 1999.59

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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.03	c #variable: 5508
0.00/0.03	c #constraint: 5672
0.00/0.03	c #equal: 0
0.00/0.03	c intsize: 7
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 858834568
3600.04/1999.55	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 (63071 MiB free)
  memory of node 1: 64465 MiB (63809 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507514-1751189798/watcher-4507514-1751189798 -o /tmp/evaluation-result-4507514-1751189798/solver-4507514-1751189798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22083 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 858834568 HOME/instance-4507514-1751189798.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=23119, runsolver pid=23116

[startup+0.100069 s]*
/proc/loadavg: 6.64 6.79 6.92 6/269 23121
/proc/meminfo: memFree=129906596/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=93576 memory=22260 CPUtime=0.12 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 4708 0 0 0 11 1 0 0 20 0 2 0 34658454 95821824 5565 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 23394 5565 672 633 0 7075 0
[pid=23119/tid=23121] ppid=23116 vsize=93576 memory=4026531960 CPUtime=0.02 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 853 0 0 0 2 0 0 0 20 0 2 0 34658454 95821824 5565 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 93576 KiB
Current children cumulated memory: 22260 KiB

[startup+0.205831 s]*
/proc/loadavg: 6.64 6.79 6.92 8/269 23121
/proc/meminfo: memFree=129898532/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=104472 memory=33344 CPUtime=0.24 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 7569 0 0 0 23 1 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26118 8336 672 633 0 9799 0
[pid=23119/tid=23121] ppid=23116 vsize=104472 memory=664958721904869660 CPUtime=0.04 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 853 0 0 0 4 0 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 104472 KiB
Current children cumulated memory: 33344 KiB

[startup+0.305958 s]*
/proc/loadavg: 6.64 6.79 6.92 7/269 23121
/proc/meminfo: memFree=129898532/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=104472 memory=33344 CPUtime=0.39 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) S 23116 23119 22073 0 -1 4194304 7570 0 0 0 38 1 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26118 8336 672 633 0 9799 0
[pid=23119/tid=23121] ppid=23116 vsize=104472 memory=-6953134248891356265 CPUtime=0.08 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 853 0 0 0 8 0 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 104472 KiB
Current children cumulated memory: 33344 KiB

[startup+0.700224 s]
/proc/loadavg: 6.64 6.79 6.92 9/269 23121
/proc/meminfo: memFree=129898532/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=104472 memory=33344 CPUtime=1.03 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 7570 0 0 0 102 1 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26118 8336 672 633 0 9799 0
[pid=23119/tid=23121] ppid=23116 vsize=104472 memory=17408 CPUtime=0.35 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 853 0 0 0 35 0 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 104472 KiB
Current children cumulated memory: 33344 KiB

[startup+1.50023 s]
/proc/loadavg: 6.64 6.79 6.92 7/269 23121
/proc/meminfo: memFree=129898532/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=104472 memory=33344 CPUtime=2.41 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 12500 0 0 0 239 2 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26118 8336 672 633 0 9799 0
[pid=23119/tid=23121] ppid=23116 vsize=104472 memory=17408 CPUtime=0.93 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 1152 0 0 0 93 0 0 0 20 0 2 0 34658454 106979328 8336 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 104472 KiB
Current children cumulated memory: 33344 KiB

[startup+3.10562 s]
/proc/loadavg: 6.64 6.79 6.92 8/269 23121
/proc/meminfo: memFree=129898688/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=104748 memory=33600 CPUtime=5.1 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 17145 0 0 0 506 4 0 0 20 0 2 0 34658454 107261952 8400 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26187 8400 672 633 0 9868 0
[pid=23119/tid=23121] ppid=23116 vsize=104748 memory=33344 CPUtime=2.03 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 1872 0 0 0 203 0 0 0 20 0 2 0 34658454 107261952 8400 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 104748 KiB
Current children cumulated memory: 33600 KiB

[startup+6.30023 s]
/proc/loadavg: 6.75 6.81 6.93 8/269 23121
/proc/meminfo: memFree=129898688/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=105048 memory=33728 CPUtime=10.55 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 33614 0 0 0 1047 8 0 0 20 0 2 0 34658454 107569152 8432 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26262 8432 672 633 0 9943 0
[pid=23119/tid=23121] ppid=23116 vsize=105048 memory=17408 CPUtime=4.32 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 2562 0 0 0 431 1 0 0 20 0 2 0 34658454 107569152 8432 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 10.55 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 33728 KiB

[startup+12.7002 s]
/proc/loadavg: 6.69 6.80 6.92 7/269 23121
/proc/meminfo: memFree=129898688/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=105676 memory=34248 CPUtime=21.44 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 86542 0 0 0 2122 22 0 0 20 0 2 0 34658454 108212224 8562 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26419 8562 672 633 0 10100 0
[pid=23119/tid=23121] ppid=23116 vsize=105676 memory=34248 CPUtime=8.85 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 3754 0 0 0 883 2 0 0 20 0 2 0 34658454 108212224 8562 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 21.44 s
Current children cumulated vsize: 105676 KiB
Current children cumulated memory: 34248 KiB

[startup+25.5002 s]
/proc/loadavg: 6.78 6.81 6.92 8/269 23122
/proc/meminfo: memFree=129898444/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=107572 memory=35816 CPUtime=43.23 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 282994 0 0 0 4254 69 0 0 20 0 2 0 34658454 110153728 8954 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 26893 8954 672 633 0 10574 0
[pid=23119/tid=23121] ppid=23116 vsize=107572 memory=34488 CPUtime=17.96 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 6126 0 0 0 1789 7 0 0 20 0 2 0 34658454 110153728 8954 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 43.23 s
Current children cumulated vsize: 107572 KiB
Current children cumulated memory: 35816 KiB

[startup+51.1058 s]
/proc/loadavg: 6.57 6.76 6.90 7/269 23122
/proc/meminfo: memFree=129892936/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=110308 memory=37932 CPUtime=87.32 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 289056 0 0 0 8640 92 0 0 20 0 2 0 34658454 112955392 9483 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 27577 9483 672 633 0 11258 0
[pid=23119/tid=23121] ppid=23116 vsize=110308 memory=17408 CPUtime=36.66 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 6966 0 0 0 3651 15 0 0 20 0 2 0 34658454 112955392 9483 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 87.32 s
Current children cumulated vsize: 110308 KiB
Current children cumulated memory: 37932 KiB

[startup+102.3 s]
/proc/loadavg: 6.60 6.74 6.89 7/269 23124
/proc/meminfo: memFree=129883520/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=111200 memory=39468 CPUtime=176.65 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 295480 0 0 0 17530 135 0 0 20 0 2 0 34658454 113868800 9867 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 27800 9867 672 633 0 11481 0
[pid=23119/tid=23121] ppid=23116 vsize=111200 memory=17408 CPUtime=75.23 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 8095 0 0 0 7495 28 0 0 20 0 2 0 34658454 113868800 9867 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 176.65 s
Current children cumulated vsize: 111200 KiB
Current children cumulated memory: 39468 KiB

[startup+162.3 s]
/proc/loadavg: 7.20 6.88 6.93 8/269 23218
/proc/meminfo: memFree=129962776/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=112656 memory=41132 CPUtime=283.71 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 302672 0 0 0 28187 184 0 0 20 0 2 0 34658454 115359744 10283 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 28164 10283 672 633 0 11845 0
[pid=23119/tid=23121] ppid=23116 vsize=112656 memory=41132 CPUtime=122.78 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 9415 0 0 0 12236 42 0 0 20 0 2 0 34658454 115359744 10283 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 283.71 s
Current children cumulated vsize: 112656 KiB
Current children cumulated memory: 41132 KiB

[startup+222.3 s]
/proc/loadavg: 6.97 6.86 6.92 7/269 23224
/proc/meminfo: memFree=129933344/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=116172 memory=44372 CPUtime=391.04 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 305200 0 0 0 38884 220 0 0 20 0 2 0 34658454 118960128 11093 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 29043 11093 672 633 0 12724 0
[pid=23119/tid=23121] ppid=23116 vsize=116172 memory=41388 CPUtime=170.6 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 9746 0 0 0 17008 52 0 0 20 0 2 0 34658454 118960128 11093 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 391.04 s
Current children cumulated vsize: 116172 KiB
Current children cumulated memory: 44372 KiB

[startup+282.3 s]
/proc/loadavg: 7.13 6.93 6.94 9/270 23229
/proc/meminfo: memFree=129936824/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=117516 memory=45780 CPUtime=498.24 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 309263 0 0 0 49578 246 0 0 20 0 2 0 34658454 120336384 11445 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 29379 11445 672 633 0 13060 0
[pid=23119/tid=23121] ppid=23116 vsize=117516 memory=45268 CPUtime=218.32 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 10348 0 0 0 21771 61 0 0 20 0 2 0 34658454 120336384 11445 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 498.24 s
Current children cumulated vsize: 117516 KiB

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

/proc/meminfo: memFree=129949976/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=130092 memory=55340 CPUtime=2557.77 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 323429 0 0 0 255190 587 0 0 20 0 2 0 34658454 133214208 13835 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32523 13835 672 633 0 16204 0
[pid=23119/tid=23121] ppid=23116 vsize=130092 memory=55084 CPUtime=1149.76 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12094 0 0 0 114780 196 0 0 20 0 2 0 34658454 133214208 13835 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2557.77 s
Current children cumulated vsize: 130092 KiB
Current children cumulated memory: 55340 KiB

[startup+1482.3 s]
/proc/loadavg: 7.07 7.28 7.24 6/268 23300
/proc/meminfo: memFree=129947736/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=130432 memory=55596 CPUtime=2666.5 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 324760 0 0 0 266046 604 0 0 20 0 2 0 34658454 133562368 13899 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32608 13899 672 633 0 16289 0
[pid=23119/tid=23121] ppid=23116 vsize=130432 memory=14572 CPUtime=1199.13 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 12164 0 0 0 119709 204 0 0 20 0 2 0 34658454 133562368 13899 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2666.5 s
Current children cumulated vsize: 130432 KiB
Current children cumulated memory: 55596 KiB

[startup+1542.3 s]
/proc/loadavg: 7.17 7.28 7.24 9/267 23306
/proc/meminfo: memFree=129948324/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=130592 memory=55852 CPUtime=2775.1 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 324807 0 0 0 276890 620 0 0 20 0 2 0 34658454 133726208 13963 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32648 13963 672 633 0 16329 0
[pid=23119/tid=23121] ppid=23116 vsize=130592 memory=17408 CPUtime=1248.41 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12165 0 0 0 124630 211 0 0 20 0 2 0 34658454 133726208 13963 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2775.1 s
Current children cumulated vsize: 130592 KiB
Current children cumulated memory: 55852 KiB

[startup+1602.3 s]
/proc/loadavg: 6.82 7.15 7.20 9/267 23308
/proc/meminfo: memFree=129948356/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=130784 memory=56108 CPUtime=2883.62 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 324862 0 0 0 287728 634 0 0 20 0 2 0 34658454 133922816 14027 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32696 14027 672 633 0 16377 0
[pid=23119/tid=23121] ppid=23116 vsize=130784 memory=56108 CPUtime=1297.59 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12165 0 0 0 129541 218 0 0 20 0 2 0 34658454 133922816 14027 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2883.62 s
Current children cumulated vsize: 130784 KiB
Current children cumulated memory: 56108 KiB

[startup+1662.3 s]
/proc/loadavg: 7.05 7.15 7.19 8/267 23310
/proc/meminfo: memFree=129949132/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=130784 memory=56108 CPUtime=2992.12 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 326301 0 0 0 298563 649 0 0 20 0 2 0 34658454 133922816 14027 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32696 14027 672 633 0 16377 0
[pid=23119/tid=23121] ppid=23116 vsize=130784 memory=56108 CPUtime=1346.75 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12217 0 0 0 134450 225 0 0 20 0 2 0 34658454 133922816 14027 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 2992.12 s
Current children cumulated vsize: 130784 KiB
Current children cumulated memory: 56108 KiB

[startup+1722.3 s]
/proc/loadavg: 7.54 7.28 7.23 9/268 23358
/proc/meminfo: memFree=129997688/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=131068 memory=58324 CPUtime=3100.09 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 326355 0 0 0 309341 668 0 0 20 0 2 0 34658454 134213632 14581 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32767 14581 672 633 0 16448 0
[pid=23119/tid=23121] ppid=23116 vsize=131068 memory=17408 CPUtime=1395.34 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12217 0 0 0 139301 233 0 0 20 0 2 0 34658454 134213632 14581 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3100.09 s
Current children cumulated vsize: 131068 KiB
Current children cumulated memory: 58324 KiB

[startup+1782.3 s]
/proc/loadavg: 7.49 7.30 7.25 8/267 23361
/proc/meminfo: memFree=129996772/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=131304 memory=58580 CPUtime=3208.44 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 327920 0 0 0 320162 682 0 0 20 0 2 0 34658454 134455296 14645 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32826 14645 672 633 0 16507 0
[pid=23119/tid=23121] ppid=23116 vsize=131304 memory=14572 CPUtime=1444.28 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 12364 0 0 0 144190 238 0 0 20 0 2 0 34658454 134455296 14645 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3208.44 s
Current children cumulated vsize: 131304 KiB
Current children cumulated memory: 58580 KiB

[startup+1842.3 s]
/proc/loadavg: 7.52 7.34 7.26 7/267 23363
/proc/meminfo: memFree=129993988/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=131448 memory=58708 CPUtime=3316.69 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 327952 0 0 0 330972 697 0 0 20 0 2 0 34658454 134602752 14677 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32862 14677 672 633 0 16543 0
[pid=23119/tid=23121] ppid=23116 vsize=131448 memory=14572 CPUtime=1493.17 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12365 0 0 0 149073 244 0 0 20 0 2 0 34658454 134602752 14677 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3316.69 s
Current children cumulated vsize: 131448 KiB
Current children cumulated memory: 58708 KiB

[startup+1902.3 s]
/proc/loadavg: 7.52 7.37 7.28 7/267 23365
/proc/meminfo: memFree=129996896/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=131632 memory=58964 CPUtime=3424.82 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 328006 0 0 0 341770 712 0 0 20 0 2 0 34658454 134791168 14741 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 32908 14741 672 633 0 16589 0
[pid=23119/tid=23121] ppid=23116 vsize=131632 memory=14572 CPUtime=1541.94 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12365 0 0 0 153945 249 0 0 20 0 2 0 34658454 134791168 14741 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3424.82 s
Current children cumulated vsize: 131632 KiB
Current children cumulated memory: 58964 KiB

[startup+1962.3 s]
/proc/loadavg: 7.14 7.30 7.26 7/267 23412
/proc/meminfo: memFree=130047524/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=132036 memory=59220 CPUtime=3532.98 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 329276 0 0 0 352570 728 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 33009 14805 672 633 0 16690 0
[pid=23119/tid=23121] ppid=23116 vsize=132036 memory=59092 CPUtime=1590.79 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) S 23116 23119 22073 0 -1 4194368 12563 0 0 0 158822 257 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3532.98 s
Current children cumulated vsize: 132036 KiB
Current children cumulated memory: 59220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1999.5 s]
/proc/loadavg: 7.00 7.25 7.24 8/267 23414
/proc/meminfo: memFree=130046884/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=132036 memory=59220 CPUtime=3600.04 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 329277 0 0 0 359266 738 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 33009 14805 672 633 0 16690 0
[pid=23119/tid=23121] ppid=23116 vsize=132036 memory=59220 CPUtime=1621.04 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12563 0 0 0 161844 260 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 132036 KiB
Current children cumulated memory: 59220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.76 s, system=7.38213 s

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

[startup+1999.5 s]
/proc/loadavg: 7.00 7.25 7.24 8/267 23414
/proc/meminfo: memFree=130046884/131249996 swapFree=33010684/33010684
[pid=23119] ppid=23116 vsize=132036 memory=59220 CPUtime=3600.04 cores=0,2
/proc/23119/stat : 23119 (pb_competition_) R 23116 23119 22073 0 -1 4194304 329277 0 0 0 359266 738 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
/proc/23119/statm: 33009 14805 672 633 0 16690 0
[pid=23119/tid=23121] ppid=23116 vsize=132036 memory=59220 CPUtime=1621.04 cores=0,2
/proc/23119/task/23121/stat : 23121 (pb_competition_) R 23116 23119 22073 0 -1 4194368 12563 0 0 0 161844 260 0 0 20 0 2 0 34658454 135204864 14805 18446744073709551615 4198400 6788177 140736018910192 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 22827008 140736018913626 140736018913752 140736018913752 140736018919354 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 132036 KiB
Current children cumulated memory: 59220 KiB

Child status: 0

Real time (s): 1999.59
CPU time (s): 3600.14
CPU user time (s): 3592.76
CPU system time (s): 7.38213
CPU usage (%): 180.044
Max. virtual memory (cumulated for all children) (KiB): 132036
Max. memory (cumulated for all children) (KiB): 59220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.76
system time used= 7.38213
maximum resident set size= 59220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329451
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= 133829
involuntary context switches= 91925


# summary of solver processes directly reported to runsolver:
#   pid: 23119
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3592.76
#   total CPU system time (s): 7.38213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.39536 second user time and 10.2269 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 11:36:38
IDJOB=4507514
IDBENCH=158357
IDSOLVER=3347
FILE ID=nodeC032/4507514-1751189798
RUNJOBID= nodeC032-1751182846-22083
SLURM_JOB_ID= 9587564
Free space on /tmp= 432052 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.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-4507514-1751189798/watcher-4507514-1751189798 -o /tmp/evaluation-result-4507514-1751189798/solver-4507514-1751189798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22083 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 858834568 HOME/instance-4507514-1751189798.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=858834568

nodeC032 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.945
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.69
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.218
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.69
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.951
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.69
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.837
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.69
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.963
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.69
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		: 3600.162
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.69
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.872
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.69
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.545
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129926252 kB
MemAvailable:   129564060 kB
Buffers:            3280 kB
Cached:           439276 kB
SwapCached:            0 kB
Active:           545508 kB
Inactive:         198352 kB
Active(anon):     319372 kB
Inactive(anon):        0 kB
Active(file):     226136 kB
Inactive(file):   198352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5512 kB
Writeback:            12 kB
AnonPages:        304480 kB
Mapped:           110732 kB
Shmem:             18068 kB
KReclaimable:      86484 kB
Slab:             169716 kB
SReclaimable:      86484 kB
SUnreclaim:        83232 kB
KernelStack:        4336 kB
PageTables:         3504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     664732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432048 MiB
End job on nodeC032 at 2025-06-29 12:09:58