Trace number 4483800

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.36 3324.74

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_ladder/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX15_K67_cod2_pbEq1_newVersion_ladder.opb
MD5SUMafae187d7dc4f7d61a60daad8c2b7a00
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-72
Best CPU time to get the best result obtained on this benchmark45.247
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81322
Total number of constraints201868
Number of constraints which are clauses201867
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 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 1518
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 13445
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.93/0.63	c #variable: 81322
0.93/0.63	c #constraint: 201868
0.93/0.63	c #equal: 0
0.93/0.63	c intsize: 14
0.93/0.63	c sizeproduct: 0
0.93/0.63	c #soft: 0
0.93/0.63	c mincost: 0
0.93/0.63	c maxcost: 0
0.93/0.63	c sumcost: 0
0.93/0.63	c iteration_max: -1
0.93/0.63	c time_max: -1
0.93/0.63	c number_of_threads(move update): 2
0.93/0.63	c number_of_threads(move evaluation): 2
0.93/0.63	c seed: 100278461
3600.01/3324.50	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 (62146 MiB free)
  memory of node 1: 64465 MiB (63749 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483800-1751276185/watcher-4483800-1751276185 -o /tmp/evaluation-result-4483800-1751276185/solver-4483800-1751276185 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751272934-36754 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 100278461 HOME/instance-4483800-1751276185.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=37086, runsolver pid=37083

[startup+0.100058 s]*
/proc/loadavg: 4.08 4.10 4.10 6/268 37088
/proc/meminfo: memFree=128869364/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=123012 memory=58708 CPUtime=0.16 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 11126 0 0 0 14 2 0 0 20 0 2 0 43296077 125964288 14677 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 30753 14677 576 633 0 16467 0
[pid=37086/tid=37088] ppid=37083 vsize=123012 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) R 37083 37086 36099 0 -1 4194368 2886 0 0 0 6 0 0 0 20 0 2 0 43296080 125964288 14677 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 123012 KiB
Current children cumulated memory: 58708 KiB

[startup+0.205872 s]*
/proc/loadavg: 4.08 4.10 4.10 5/268 37088
/proc/meminfo: memFree=128839864/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=140864 memory=91860 CPUtime=0.35 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 19409 0 0 0 31 4 0 0 20 0 2 0 43296077 144244736 22965 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 35216 22965 576 633 0 24928 0
[pid=37086/tid=37088] ppid=37083 vsize=140864 memory=664958721904869660 CPUtime=0.16 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 6698 0 0 0 14 2 0 0 20 0 2 0 43296080 144244736 22965 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 140864 KiB
Current children cumulated memory: 91860 KiB

[startup+0.305815 s]*
/proc/loadavg: 4.08 4.10 4.10 5/268 37088
/proc/meminfo: memFree=128828148/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=154260 memory=106240 CPUtime=0.45 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 24470 0 0 0 40 5 0 0 20 0 2 0 43296077 157962240 26560 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 38565 26560 608 633 0 28277 0
[pid=37086/tid=37088] ppid=37083 vsize=154260 memory=7970395524973543786 CPUtime=0.16 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 6698 0 0 0 14 2 0 0 20 0 2 0 43296080 157962240 26560 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 154260 KiB
Current children cumulated memory: 106240 KiB

[startup+0.700207 s]
/proc/loadavg: 4.08 4.10 4.10 6/268 37088
/proc/meminfo: memFree=128640760/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=349892 memory=324344 CPUtime=1.04 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 52374 0 0 0 90 14 0 0 20 0 2 0 43296077 358289408 81086 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 87473 81086 640 633 0 82875 0
[pid=37086/tid=37088] ppid=37083 vsize=349892 memory=17792 CPUtime=0.36 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 12513 0 0 0 32 4 0 0 20 0 2 0 43296080 358289408 81086 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 349892 KiB
Current children cumulated memory: 324344 KiB

[startup+1.50018 s]
/proc/loadavg: 4.08 4.10 4.10 5/268 37088
/proc/meminfo: memFree=128565096/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=472316 memory=446028 CPUtime=1.84 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 82272 0 0 0 166 18 0 0 20 0 2 0 43296077 483651584 111507 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 118079 111507 672 633 0 113481 0
[pid=37086/tid=37088] ppid=37083 vsize=472316 memory=17792 CPUtime=0.36 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 12513 0 0 0 32 4 0 0 20 0 2 0 43296080 483651584 111507 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 472316 KiB
Current children cumulated memory: 446028 KiB

[startup+3.10591 s]
/proc/loadavg: 4.08 4.10 4.10 5/268 37088
/proc/meminfo: memFree=128254140/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=3.44 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 217998 0 0 0 313 31 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=446284 CPUtime=0.37 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 12554 0 0 0 33 4 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.12 4.10 5/268 37088
/proc/meminfo: memFree=128254348/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=6.67 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 237135 0 0 0 635 32 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=17792 CPUtime=0.41 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 12557 0 0 0 37 4 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 6.67 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.11 4.10 6/268 37088
/proc/meminfo: memFree=128255940/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=13.86 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 353391 0 0 0 1347 39 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=1.23 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 15362 0 0 0 118 5 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.11 5/268 37088
/proc/meminfo: memFree=128256268/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=27.25 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 508045 0 0 0 2678 47 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=14848 CPUtime=1.87 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 17304 0 0 0 182 5 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 27.25 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+51.1059 s]
/proc/loadavg: 4.18 4.13 4.11 5/268 37089
/proc/meminfo: memFree=128236576/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=54.98 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 637667 0 0 0 5442 56 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=4.07 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 24398 0 0 0 401 6 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 54.98 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/268 37091
/proc/meminfo: memFree=128216232/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=109.91 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 803447 0 0 0 10924 67 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=7.98 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 30146 0 0 0 790 8 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 109.91 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/268 37094
/proc/meminfo: memFree=128209108/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=175.14 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 895656 0 0 0 17439 75 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=13.39 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 33846 0 0 0 1330 9 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 175.14 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 4.14 4.10 6/268 37096
/proc/meminfo: memFree=128216608/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=240.06 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 977171 0 0 0 23924 82 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=18.51 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 38590 0 0 0 1840 11 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 240.06 s
Current children cumulated vsize: 692808 KiB
Current children cumulated memory: 668324 KiB

[startup+282.3 s]
/proc/loadavg: 4.35 4.19 4.12 5/267 37098
/proc/meminfo: memFree=128208460/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=692808 memory=668324 CPUtime=304.71 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1019710 0 0 0 30383 88 0 0 20 0 2 0 43296077 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173202 167081 672 633 0 168604 0
[pid=37086/tid=37088] ppid=37083 vsize=692808 memory=668324 CPUtime=23.34 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 40722 0 0 0 2321 13 0 0 20 0 2 0 43296080 709435392 167081 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 304.71 s
Current children cumulated vsize: 692808 KiB

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

/proc/meminfo: memFree=127393996/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693864 memory=669860 CPUtime=3033.05 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1182191 0 0 0 303089 216 0 0 20 0 2 0 43296077 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173466 167465 672 633 0 168868 0
[pid=37086/tid=37088] ppid=37083 vsize=693864 memory=669860 CPUtime=242.68 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44233 0 0 0 24179 89 0 0 20 0 2 0 43296080 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3033.05 s
Current children cumulated vsize: 693864 KiB
Current children cumulated memory: 669860 KiB

[startup+2862.3 s]
/proc/loadavg: 3.46 4.14 4.43 6/259 37354
/proc/meminfo: memFree=127395340/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693864 memory=669860 CPUtime=3098.3 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1183084 0 0 0 309611 219 0 0 20 0 2 0 43296077 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173466 167465 672 633 0 168868 0
[pid=37086/tid=37088] ppid=37083 vsize=693864 memory=14848 CPUtime=248.2 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) R 37083 37086 36099 0 -1 4194368 44270 0 0 0 24729 91 0 0 20 0 2 0 43296080 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3098.3 s
Current children cumulated vsize: 693864 KiB
Current children cumulated memory: 669860 KiB

[startup+2922.3 s]
/proc/loadavg: 3.40 4.01 4.36 4/259 37356
/proc/meminfo: memFree=127397688/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693864 memory=669860 CPUtime=3163 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1183992 0 0 0 316078 222 0 0 20 0 2 0 43296077 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173466 167465 672 633 0 168868 0
[pid=37086/tid=37088] ppid=37083 vsize=693864 memory=669860 CPUtime=253.16 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44295 0 0 0 25223 93 0 0 20 0 2 0 43296080 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3163 s
Current children cumulated vsize: 693864 KiB
Current children cumulated memory: 669860 KiB

[startup+2982.3 s]
/proc/loadavg: 3.25 3.85 4.28 5/259 37358
/proc/meminfo: memFree=127392992/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693864 memory=669860 CPUtime=3227.51 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1184915 0 0 0 322527 224 0 0 20 0 2 0 43296077 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173466 167465 672 633 0 168868 0
[pid=37086/tid=37088] ppid=37083 vsize=693864 memory=669860 CPUtime=257.92 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44316 0 0 0 25698 94 0 0 20 0 2 0 43296080 710516736 167465 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3227.51 s
Current children cumulated vsize: 693864 KiB
Current children cumulated memory: 669860 KiB

[startup+3042.3 s]
/proc/loadavg: 3.31 3.76 4.22 4/261 37368
/proc/meminfo: memFree=127397852/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693996 memory=669988 CPUtime=3292.17 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1185878 0 0 0 328990 227 0 0 20 0 2 0 43296077 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173499 167497 672 633 0 168901 0
[pid=37086/tid=37088] ppid=37083 vsize=693996 memory=669860 CPUtime=262.86 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44339 0 0 0 26190 96 0 0 20 0 2 0 43296080 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3292.17 s
Current children cumulated vsize: 693996 KiB
Current children cumulated memory: 669988 KiB

[startup+3102.3 s]
/proc/loadavg: 3.39 3.70 4.17 4/261 37370
/proc/meminfo: memFree=127397196/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693996 memory=669988 CPUtime=3358.64 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1186800 0 0 0 335633 231 0 0 20 0 2 0 43296077 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173499 167497 672 633 0 168901 0
[pid=37086/tid=37088] ppid=37083 vsize=693996 memory=669988 CPUtime=269.58 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44364 0 0 0 26859 99 0 0 20 0 2 0 43296080 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3358.64 s
Current children cumulated vsize: 693996 KiB
Current children cumulated memory: 669988 KiB

[startup+3162.3 s]
/proc/loadavg: 3.36 3.63 4.11 4/261 37372
/proc/meminfo: memFree=127397056/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693996 memory=669988 CPUtime=3424.24 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1187664 0 0 0 342189 235 0 0 20 0 2 0 43296077 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173499 167497 672 633 0 168901 0
[pid=37086/tid=37088] ppid=37083 vsize=693996 memory=669988 CPUtime=275.43 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44400 0 0 0 27442 101 0 0 20 0 2 0 43296080 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3424.24 s
Current children cumulated vsize: 693996 KiB
Current children cumulated memory: 669988 KiB

[startup+3222.3 s]
/proc/loadavg: 3.36 3.59 4.07 4/261 37373
/proc/meminfo: memFree=127397832/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693996 memory=669988 CPUtime=3489.64 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1193785 0 0 0 348726 238 0 0 20 0 2 0 43296077 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173499 167497 672 633 0 168901 0
[pid=37086/tid=37088] ppid=37083 vsize=693996 memory=669988 CPUtime=281.1 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44429 0 0 0 28007 103 0 0 20 0 2 0 43296080 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3489.64 s
Current children cumulated vsize: 693996 KiB
Current children cumulated memory: 669988 KiB

[startup+3282.3 s]
/proc/loadavg: 3.49 3.59 4.03 4/261 37376
/proc/meminfo: memFree=127396668/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=693996 memory=669988 CPUtime=3554.6 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1194739 0 0 0 355218 242 0 0 20 0 2 0 43296077 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173499 167497 672 633 0 168901 0
[pid=37086/tid=37088] ppid=37083 vsize=693996 memory=669988 CPUtime=286.33 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) R 37083 37086 36099 0 -1 4194368 44465 0 0 0 28527 106 0 0 20 0 2 0 43296080 710651904 167497 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3554.6 s
Current children cumulated vsize: 693996 KiB
Current children cumulated memory: 669988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3324.4 s]
/proc/loadavg: 3.48 3.57 4.01 4/260 37378
/proc/meminfo: memFree=127396904/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=694128 memory=670116 CPUtime=3600.01 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1195336 0 0 0 359757 244 0 0 20 0 2 0 43296077 710787072 167529 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173532 167529 672 633 0 168934 0
[pid=37086/tid=37088] ppid=37083 vsize=694128 memory=670116 CPUtime=289.83 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44492 0 0 0 28875 108 0 0 20 0 2 0 43296080 710787072 167529 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 694128 KiB
Current children cumulated memory: 670116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.89 s, system=2.47563 s

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

[startup+3324.6 s]
/proc/loadavg: 3.48 3.57 4.01 4/260 37378
/proc/meminfo: memFree=127396904/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=694128 memory=670116 CPUtime=3600.22 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1209935 0 0 0 359777 245 0 0 20 0 2 0 43296077 710787072 167529 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 173532 167529 672 633 0 168934 0
[pid=37086/tid=37088] ppid=37083 vsize=694128 memory=5632 CPUtime=289.83 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44492 0 0 0 28875 108 0 0 20 0 2 0 43296080 710787072 167529 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 694128 KiB
Current children cumulated memory: 670116 KiB

[startup+3324.7 s]
/proc/loadavg: 3.48 3.57 4.01 4/260 37378
/proc/meminfo: memFree=127396904/131249988 swapFree=33010684/33010684
[pid=37086] ppid=37083 vsize=586884 memory=562888 CPUtime=3600.32 cores=1,3
/proc/37086/stat : 37086 (pb_competition_) R 37083 37086 36099 0 -1 4194304 1221634 0 0 0 359786 246 0 0 20 0 2 0 43296077 600969216 140722 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
/proc/37086/statm: 146721 140722 672 633 0 142123 0
[pid=37086/tid=37088] ppid=37083 vsize=586884 memory=670116 CPUtime=289.83 cores=1,3
/proc/37086/task/37088/stat : 37088 (pb_competition_) S 37083 37086 36099 0 -1 4194368 44492 0 0 0 28875 108 0 0 20 0 2 0 43296080 600969216 140722 18446744073709551615 4198400 6788177 140721838752096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 36171776 140721838754138 140721838754264 140721838754264 140721838759866 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 586884 KiB
Current children cumulated memory: 562888 KiB

Child status: 0

Real time (s): 3324.74
CPU time (s): 3600.36
CPU user time (s): 3597.89
CPU system time (s): 2.47563
CPU usage (%): 108.29
Max. virtual memory (cumulated for all children) (KiB): 694128
Max. memory (cumulated for all children) (KiB): 670116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.89
system time used= 2.47563
maximum resident set size= 670116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1233056
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= 173955
involuntary context switches= 9145


# summary of solver processes directly reported to runsolver:
#   pid: 37086
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3597.89
#   total CPU system time (s): 2.47563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.80223 second user time and 16.8829 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 11:36:25
IDJOB=4483800
IDBENCH=144673
IDSOLVER=3347
FILE ID=nodeC020/4483800-1751276185
RUNJOBID= nodeC020-1751272934-36754
SLURM_JOB_ID= 9594187
Free space on /tmp= 433036 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_ladder/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX15_K67_cod2_pbEq1_newVersion_ladder.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-4483800-1751276185/watcher-4483800-1751276185 -o /tmp/evaluation-result-4483800-1751276185/solver-4483800-1751276185 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751272934-36754 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 100278461 HOME/instance-4483800-1751276185.opb

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

MD5SUM BENCH= afae187d7dc4f7d61a60daad8c2b7a00
RANDOM SEED=100278461

nodeC020 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.894
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.79
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.924
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.79
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		: 3614.893
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.79
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.930
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.79
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.901
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.79
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.896
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.79
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		: 3519.938
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.79
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.894
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128916940 kB
MemAvailable:   129076376 kB
Buffers:            3280 kB
Cached:           964964 kB
SwapCached:            0 kB
Active:          1062564 kB
Inactive:         657664 kB
Active(anon):     770040 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   657664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11500 kB
Writeback:            32 kB
AnonPages:        754940 kB
Mapped:           111212 kB
Shmem:             18056 kB
KReclaimable:      96972 kB
Slab:             183576 kB
SReclaimable:      96972 kB
SUnreclaim:        86604 kB
KernelStack:        4320 kB
PageTables:         4388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1111132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC020 at 2025-06-30 12:31:50