Trace number 4483938

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.28 3190.92

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/
normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
MD5SUM45fe61862ea6af1146fa753dc4b3b822
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 benchmark-7184
Best CPU time to get the best result obtained on this benchmark1515.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57510
Total number of constraints149401
Number of constraints which are clauses149400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26095
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26095
Number of bits of the biggest sum of numbers15
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.77/0.51	c #variable: 57510
0.77/0.51	c #constraint: 149401
0.77/0.51	c #equal: 0
0.77/0.51	c intsize: 15
0.77/0.51	c sizeproduct: 0
0.77/0.51	c #soft: 0
0.77/0.51	c mincost: 0
0.77/0.51	c maxcost: 0
0.77/0.51	c sumcost: 0
0.77/0.51	c iteration_max: -1
0.77/0.51	c time_max: -1
0.77/0.51	c number_of_threads(move update): 2
0.77/0.51	c number_of_threads(move evaluation): 2
0.77/0.51	c seed: 1129800940
3600.06/3190.73	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 (60777 MiB free)
  memory of node 1: 64465 MiB (63546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483938-1751277247/watcher-4483938-1751277247 -o /tmp/evaluation-result-4483938-1751277247/solver-4483938-1751277247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751275074-36756 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1129800940 HOME/instance-4483938-1751277247.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=36984, runsolver pid=36981

[startup+0.100029 s]*
/proc/loadavg: 5.12 5.21 4.89 6/268 36986
/proc/meminfo: memFree=127270788/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=117740 memory=53268 CPUtime=0.17 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 10784 0 0 0 15 2 0 0 20 0 2 0 43399247 120565760 13317 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 29435 13317 576 633 0 15344 0
[pid=36984/tid=36986] ppid=36981 vsize=117740 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) R 36981 36984 35971 0 -1 4194368 3081 0 0 0 6 0 0 0 20 0 2 0 43399249 120565760 13317 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 117740 KiB
Current children cumulated memory: 53268 KiB

[startup+0.205678 s]*
/proc/loadavg: 5.12 5.21 4.89 5/268 36986
/proc/meminfo: memFree=127245088/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=134528 memory=78740 CPUtime=0.32 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 17180 0 0 0 28 4 0 0 20 0 2 0 43399247 137756672 19685 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 33632 19685 576 633 0 21951 0
[pid=36984/tid=36986] ppid=36981 vsize=134528 memory=664958721904869660 CPUtime=0.12 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 5304 0 0 0 11 1 0 0 20 0 2 0 43399249 137756672 19685 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 134528 KiB
Current children cumulated memory: 78740 KiB

[startup+0.305607 s]*
/proc/loadavg: 5.12 5.21 4.89 5/268 36986
/proc/meminfo: memFree=127178552/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=239744 memory=161556 CPUtime=0.42 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 26231 0 0 0 36 6 0 0 20 0 2 0 43399247 245497856 40389 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 59936 40389 608 633 0 48255 0
[pid=36984/tid=36986] ppid=36981 vsize=239744 memory=7969832613657919859 CPUtime=0.12 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 5305 0 0 0 11 1 0 0 20 0 2 0 43399249 245497856 40389 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 239744 KiB
Current children cumulated memory: 161556 KiB

[startup+0.700215 s]
/proc/loadavg: 5.12 5.21 4.89 5/268 36986
/proc/meminfo: memFree=127095484/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=283148 memory=247744 CPUtime=0.96 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 41612 0 0 0 86 10 0 0 20 0 2 0 43399247 289943552 61936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 70787 61936 640 633 0 63477 0
[pid=36984/tid=36986] ppid=36981 vsize=283148 memory=17408 CPUtime=0.28 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 9801 0 0 0 25 3 0 0 20 0 2 0 43399249 289943552 61936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 283148 KiB
Current children cumulated memory: 247744 KiB

[startup+1.50021 s]
/proc/loadavg: 5.12 5.21 4.89 5/268 36986
/proc/meminfo: memFree=127006780/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=377276 memory=339648 CPUtime=1.76 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 64572 0 0 0 162 14 0 0 20 0 2 0 43399247 386330624 84912 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 94319 84912 640 633 0 87009 0
[pid=36984/tid=36986] ppid=36981 vsize=377276 memory=17408 CPUtime=0.28 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 9801 0 0 0 25 3 0 0 20 0 2 0 43399249 386330624 84912 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 377276 KiB
Current children cumulated memory: 339648 KiB

[startup+3.10571 s]
/proc/loadavg: 5.12 5.21 4.89 5/268 36986
/proc/meminfo: memFree=126825020/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547204 memory=511744 CPUtime=3.44 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 155599 0 0 0 320 24 0 0 20 0 2 0 43399247 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136801 127936 640 633 0 129491 0
[pid=36984/tid=36986] ppid=36981 vsize=547204 memory=433528 CPUtime=0.36 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 13821 0 0 0 33 3 0 0 20 0 2 0 43399249 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 547204 KiB
Current children cumulated memory: 511744 KiB

[startup+6.30019 s]
/proc/loadavg: 5.03 5.19 4.88 6/268 36986
/proc/meminfo: memFree=126825024/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547204 memory=511744 CPUtime=6.68 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 176902 0 0 0 642 26 0 0 20 0 2 0 43399247 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136801 127936 640 633 0 129491 0
[pid=36984/tid=36986] ppid=36981 vsize=547204 memory=17408 CPUtime=0.41 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 13838 0 0 0 38 3 0 0 20 0 2 0 43399249 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 6.68 s
Current children cumulated vsize: 547204 KiB
Current children cumulated memory: 511744 KiB

[startup+12.7002 s]
/proc/loadavg: 4.95 5.17 4.88 5/268 36986
/proc/meminfo: memFree=126824808/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547204 memory=511744 CPUtime=13.34 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 308503 0 0 0 1301 33 0 0 20 0 2 0 43399247 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136801 127936 640 633 0 129491 0
[pid=36984/tid=36986] ppid=36981 vsize=547204 memory=511744 CPUtime=0.69 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 15778 0 0 0 66 3 0 0 20 0 2 0 43399249 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 13.34 s
Current children cumulated vsize: 547204 KiB
Current children cumulated memory: 511744 KiB

[startup+25.5002 s]
/proc/loadavg: 4.81 5.13 4.87 6/267 36986
/proc/meminfo: memFree=126824856/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547204 memory=511744 CPUtime=26.95 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 449489 0 0 0 2652 43 0 0 20 0 2 0 43399247 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136801 127936 640 633 0 129491 0
[pid=36984/tid=36986] ppid=36981 vsize=547204 memory=511744 CPUtime=1.59 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 24105 0 0 0 154 5 0 0 20 0 2 0 43399249 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 26.95 s
Current children cumulated vsize: 547204 KiB
Current children cumulated memory: 511744 KiB

[startup+51.1057 s]
/proc/loadavg: 4.59 5.05 4.85 5/269 36989
/proc/meminfo: memFree=126822572/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547204 memory=511744 CPUtime=53.57 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 577926 0 0 0 5306 51 0 0 20 0 2 0 43399247 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136801 127936 640 633 0 129491 0
[pid=36984/tid=36986] ppid=36981 vsize=547204 memory=14720 CPUtime=2.73 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 28726 0 0 0 268 5 0 0 20 0 2 0 43399249 560336896 127936 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 53.57 s
Current children cumulated vsize: 547204 KiB
Current children cumulated memory: 511744 KiB

[startup+102.3 s]
/proc/loadavg: 4.44 4.94 4.82 6/270 36993
/proc/meminfo: memFree=126815064/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=547732 memory=512256 CPUtime=106.96 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 692328 0 0 0 10634 62 0 0 20 0 2 0 43399247 560877568 128064 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 136933 128064 640 633 0 129623 0
[pid=36984/tid=36986] ppid=36981 vsize=547732 memory=512128 CPUtime=5.16 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) R 36981 36984 35971 0 -1 4194368 33334 0 0 0 509 7 0 0 20 0 2 0 43399249 560877568 128064 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 106.96 s
Current children cumulated vsize: 547732 KiB
Current children cumulated memory: 512256 KiB

[startup+162.3 s]
/proc/loadavg: 4.42 4.84 4.79 5/270 36999
/proc/meminfo: memFree=126811272/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=549316 memory=513920 CPUtime=169.93 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 726317 0 0 0 16924 69 0 0 20 0 2 0 43399247 562499584 128480 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 137329 128480 640 633 0 130019 0
[pid=36984/tid=36986] ppid=36981 vsize=549316 memory=512256 CPUtime=8.4 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 35502 0 0 0 831 9 0 0 20 0 2 0 43399249 562499584 128480 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 169.93 s
Current children cumulated vsize: 549316 KiB
Current children cumulated memory: 513920 KiB

[startup+222.3 s]
/proc/loadavg: 4.43 4.77 4.77 5/271 37002
/proc/meminfo: memFree=126795036/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=549976 memory=514560 CPUtime=232.33 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 754517 0 0 0 23159 74 0 0 20 0 2 0 43399247 563175424 128640 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 137494 128640 640 633 0 130184 0
[pid=36984/tid=36986] ppid=36981 vsize=549976 memory=514560 CPUtime=11.09 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 35555 0 0 0 1099 10 0 0 20 0 2 0 43399249 563175424 128640 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 232.33 s
Current children cumulated vsize: 549976 KiB
Current children cumulated memory: 514560 KiB

[startup+282.3 s]
/proc/loadavg: 4.55 4.74 4.76 5/271 37004
/proc/meminfo: memFree=126810432/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=552220 memory=516736 CPUtime=294.87 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 778570 0 0 0 29409 78 0 0 20 0 2 0 43399247 565473280 129184 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 138055 129184 640 633 0 130745 0
[pid=36984/tid=36986] ppid=36981 vsize=552220 memory=516736 CPUtime=13.9 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 35643 0 0 0 1379 11 0 0 20 0 2 0 43399249 565473280 129184 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 294.87 s
Current children cumulated vsize: 552220 KiB
Current children cumulated memory: 516736 KiB

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

/proc/meminfo: memFree=127192928/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=571624 memory=537600 CPUtime=3019.46 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 844562 0 0 0 301702 244 0 0 20 0 2 0 43399247 585342976 134400 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 142906 134400 640 633 0 135596 0
[pid=36984/tid=36986] ppid=36981 vsize=571624 memory=537216 CPUtime=350.31 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36051 0 0 0 34967 64 0 0 20 0 2 0 43399249 585342976 134400 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3019.46 s
Current children cumulated vsize: 571624 KiB
Current children cumulated memory: 537600 KiB

[startup+2742.3 s]
/proc/loadavg: 1.15 1.17 1.74 2/247 37231
/proc/meminfo: memFree=127193380/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=571624 memory=537600 CPUtime=3079.2 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 845975 0 0 0 307672 248 0 0 20 0 2 0 43399247 585342976 134400 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 142906 134400 640 633 0 135596 0
[pid=36984/tid=36986] ppid=36981 vsize=571624 memory=537216 CPUtime=350.31 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36051 0 0 0 34967 64 0 0 20 0 2 0 43399249 585342976 134400 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3079.2 s
Current children cumulated vsize: 571624 KiB
Current children cumulated memory: 537600 KiB

[startup+2802.3 s]
/proc/loadavg: 1.11 1.15 1.70 2/247 37233
/proc/meminfo: memFree=127193900/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=571888 memory=537856 CPUtime=3138.93 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 847523 0 0 0 313641 252 0 0 20 0 2 0 43399247 585613312 134464 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 142972 134464 640 633 0 135662 0
[pid=36984/tid=36986] ppid=36981 vsize=571888 memory=14720 CPUtime=350.31 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36051 0 0 0 34967 64 0 0 20 0 2 0 43399249 585613312 134464 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3138.93 s
Current children cumulated vsize: 571888 KiB
Current children cumulated memory: 537856 KiB

[startup+2862.3 s]
/proc/loadavg: 1.08 1.14 1.66 2/247 37235
/proc/meminfo: memFree=127194500/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=571888 memory=537856 CPUtime=3198.66 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 847634 0 0 0 319612 254 0 0 20 0 2 0 43399247 585613312 134464 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 142972 134464 640 633 0 135662 0
[pid=36984/tid=36986] ppid=36981 vsize=571888 memory=537856 CPUtime=350.31 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36051 0 0 0 34967 64 0 0 20 0 2 0 43399249 585613312 134464 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3198.66 s
Current children cumulated vsize: 571888 KiB
Current children cumulated memory: 537856 KiB

[startup+2922.3 s]
/proc/loadavg: 1.14 1.14 1.63 2/247 37237
/proc/meminfo: memFree=127195112/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=572152 memory=538112 CPUtime=3258.38 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 849217 0 0 0 325581 257 0 0 20 0 2 0 43399247 585883648 134528 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143038 134528 640 633 0 135728 0
[pid=36984/tid=36986] ppid=36981 vsize=572152 memory=537856 CPUtime=350.31 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36051 0 0 0 34967 64 0 0 20 0 2 0 43399249 585883648 134528 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3258.38 s
Current children cumulated vsize: 572152 KiB
Current children cumulated memory: 538112 KiB

[startup+2982.3 s]
/proc/loadavg: 1.43 1.21 1.62 2/247 37240
/proc/meminfo: memFree=127196216/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=572284 memory=538240 CPUtime=3331.18 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 850202 0 0 0 332854 264 0 0 20 0 2 0 43399247 586018816 134560 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143071 134560 640 633 0 135761 0
[pid=36984/tid=36986] ppid=36981 vsize=572284 memory=538240 CPUtime=363.41 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) R 36981 36984 35971 0 -1 4194368 36051 0 0 0 36277 64 0 0 20 0 2 0 43399249 586018816 134560 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3331.18 s
Current children cumulated vsize: 572284 KiB
Current children cumulated memory: 538240 KiB

[startup+3042.3 s]
/proc/loadavg: 1.50 1.26 1.61 2/246 37242
/proc/meminfo: memFree=127197744/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=572416 memory=538368 CPUtime=3408.01 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 851873 0 0 0 340530 271 0 0 20 0 2 0 43399247 586153984 134592 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143104 134592 640 633 0 135794 0
[pid=36984/tid=36986] ppid=36981 vsize=572416 memory=5760 CPUtime=380.56 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36065 0 0 0 37990 66 0 0 20 0 2 0 43399249 586153984 134592 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3408.01 s
Current children cumulated vsize: 572416 KiB
Current children cumulated memory: 538368 KiB

[startup+3102.3 s]
/proc/loadavg: 1.50 1.29 1.60 2/246 37244
/proc/meminfo: memFree=127199824/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=573208 memory=539008 CPUtime=3483.12 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 853711 0 0 0 348035 277 0 0 20 0 2 0 43399247 586964992 134752 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143302 134752 640 633 0 135992 0
[pid=36984/tid=36986] ppid=36981 vsize=573208 memory=538368 CPUtime=395.99 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36079 0 0 0 39531 68 0 0 20 0 2 0 43399249 586964992 134752 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3483.12 s
Current children cumulated vsize: 573208 KiB
Current children cumulated memory: 539008 KiB

[startup+3162.3 s]
/proc/loadavg: 1.38 1.31 1.59 3/247 37249
/proc/meminfo: memFree=127199432/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=573340 memory=539136 CPUtime=3562.6 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 855046 0 0 0 355977 283 0 0 20 0 2 0 43399247 587100160 134784 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143335 134784 640 633 0 136025 0
[pid=36984/tid=36986] ppid=36981 vsize=573340 memory=538368 CPUtime=415.8 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36092 0 0 0 41510 70 0 0 20 0 2 0 43399249 587100160 134784 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3562.6 s
Current children cumulated vsize: 573340 KiB
Current children cumulated memory: 539136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3190.7 s]
/proc/loadavg: 1.44 1.33 1.59 3/247 37251
/proc/meminfo: memFree=127200000/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=573340 memory=539264 CPUtime=3600.06 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 855062 0 0 0 359720 286 0 0 20 0 2 0 43399247 587100160 134816 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143335 134816 640 633 0 136025 0
[pid=36984/tid=36986] ppid=36981 vsize=573340 memory=538368 CPUtime=425.02 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36092 0 0 0 42431 71 0 0 20 0 2 0 43399249 587100160 134816 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 573340 KiB
Current children cumulated memory: 539264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.4 s, system=2.88553 s

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

[startup+3190.8 s]
/proc/loadavg: 1.44 1.33 1.59 3/247 37251
/proc/meminfo: memFree=127200000/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=573340 memory=539264 CPUtime=3600.16 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 861623 0 0 0 359730 286 0 0 20 0 2 0 43399247 587100160 134816 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 143335 134816 640 633 0 136025 0
[pid=36984/tid=36986] ppid=36981 vsize=573340 memory=4252 CPUtime=425.02 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36092 0 0 0 42431 71 0 0 20 0 2 0 43399249 587100160 134816 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 573340 KiB
Current children cumulated memory: 539264 KiB

[startup+3190.9 s]
/proc/loadavg: 1.44 1.33 1.59 3/247 37251
/proc/meminfo: memFree=127200000/131249992 swapFree=33010160/33010684
[pid=36984] ppid=36981 vsize=493968 memory=460000 CPUtime=3600.25 cores=0,2
/proc/36984/stat : 36984 (pb_competition_) R 36981 36984 35971 0 -1 4194304 877228 0 0 0 359738 287 0 0 20 0 2 0 43399247 505823232 115000 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
/proc/36984/statm: 123492 115000 640 633 0 116182 0
[pid=36984/tid=36986] ppid=36981 vsize=493968 memory=538368 CPUtime=425.02 cores=0,2
/proc/36984/task/36986/stat : 36986 (pb_competition_) S 36981 36984 35971 0 -1 4194368 36092 0 0 0 42431 71 0 0 20 0 2 0 43399249 505823232 115000 18446744073709551615 4198400 6788177 140735221886576 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 35540992 140735221893465 140735221893592 140735221893592 140735221899194 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 493968 KiB
Current children cumulated memory: 460000 KiB

Child status: 0

Real time (s): 3190.92
CPU time (s): 3600.28
CPU user time (s): 3597.4
CPU system time (s): 2.88553
CPU usage (%): 112.829
Max. virtual memory (cumulated for all children) (KiB): 573340
Max. memory (cumulated for all children) (KiB): 539264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.4
system time used= 2.88553
maximum resident set size= 539264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 880750
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= 74339
involuntary context switches= 13437


# summary of solver processes directly reported to runsolver:
#   pid: 36984
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.4
#   total CPU system time (s): 2.88553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.18506 second user time and 13.9997 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 11:54:07
IDJOB=4483938
IDBENCH=146011
IDSOLVER=3347
FILE ID=nodeC035/4483938-1751277247
RUNJOBID= nodeC035-1751275074-36756
SLURM_JOB_ID= 9594202
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.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-4483938-1751277247/watcher-4483938-1751277247 -o /tmp/evaluation-result-4483938-1751277247/solver-4483938-1751277247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751275074-36756 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1129800940 HOME/instance-4483938-1751277247.opb

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

MD5SUM BENCH= 45fe61862ea6af1146fa753dc4b3b822
RANDOM SEED=1129800940

nodeC035 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.778
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.51
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.705
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.51
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.631
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.51
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.992
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.51
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		: 3600.221
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.51
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.743
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.51
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		: 3596.577
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.752
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127307380 kB
MemAvailable:   129296656 kB
Buffers:            1840 kB
Cached:          2743172 kB
SwapCached:            8 kB
Active:           765356 kB
Inactive:        2463692 kB
Active(anon):     490484 kB
Inactive(anon):    11628 kB
Active(file):     274872 kB
Inactive(file):  2452064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10044 kB
Writeback:             4 kB
AnonPages:        487096 kB
Mapped:           111332 kB
Shmem:             18048 kB
KReclaimable:     203156 kB
Slab:             291008 kB
SReclaimable:     203156 kB
SUnreclaim:        87852 kB
KernelStack:        4288 kB
PageTables:         3832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     843052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC035 at 2025-06-30 12:47:18