Trace number 4524032

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
SCIP 2024-07-07? (TO) 3600.17 3616.64

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
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 benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4524032-1751601635.opb>
3.67/3.71	c original problem has 333830 variables (333830 bin, 0 int, 0 impl, 0 cont) and 1254811 constraints
3.67/3.71	c problem read in 3.69
6.26/6.34	c presolving:
10.35/10.40	c (round 1, fast)       142 del vars, 111 del conss, 292 add conss, 141 chg bounds, 1060 chg sides, 1521 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
10.45/10.56	c (round 2, fast)       148 del vars, 221 del conss, 292 add conss, 145 chg bounds, 166288 chg sides, 166749 chg coeffs, 0 upgd conss, 0 impls, 213127 clqs
10.65/10.73	c (round 3, fast)       4625 del vars, 227 del conss, 294 add conss, 4620 chg bounds, 166298 chg sides, 166777 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
10.75/10.89	c (round 4, fast)       5200 del vars, 227 del conss, 296 add conss, 5195 chg bounds, 169569 chg sides, 170856 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
12.74/12.84	c    (12.8s) running MILP presolver
69.55/69.80	c    (69.8s) MILP presolver (3 rounds): 5 aggregations, 5540 fixings, 0 bound changes
69.66/69.97	c (round 5, medium)     10798 del vars, 1254811 del conss, 1250124 add conss, 5248 chg bounds, 169582 chg sides, 174850 chg coeffs, 0 upgd conss, 0 impls, 210854 clqs
73.86/74.13	c (round 6, exhaustive) 10798 del vars, 1255107 del conss, 1250416 add conss, 5248 chg bounds, 322566 chg sides, 336546 chg coeffs, 0 upgd conss, 0 impls, 211246 clqs
76.63/76.94	c (round 7, exhaustive) 10798 del vars, 1255107 del conss, 1250416 add conss, 5248 chg bounds, 322566 chg sides, 336546 chg coeffs, 1249587 upgd conss, 0 impls, 211246 clqs
78.03/78.35	c (round 8, medium)     10799 del vars, 1255562 del conss, 1251305 add conss, 5248 chg bounds, 322607 chg sides, 337718 chg coeffs, 1249587 upgd conss, 0 impls, 211246 clqs
80.02/80.39	c (round 9, exhaustive) 10799 del vars, 1256608 del conss, 1251662 add conss, 5248 chg bounds, 322609 chg sides, 337723 chg coeffs, 1249587 upgd conss, 0 impls, 211246 clqs
199.69/200.55	c    (200.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
201.19/202.07	c    (202.0s) no symmetry present (symcode time: 0.54)
201.68/202.59	c presolving (10 rounds: 10 fast, 6 medium, 4 exhaustive):
201.68/202.59	c  10830 deleted vars, 1256614 deleted constraints, 1251662 added constraints, 5248 tightened bounds, 0 added holes, 322609 changed sides, 337724 changed coefficients
201.68/202.59	c  0 implications, 211229 cliques
201.68/202.59	c presolved problem has 323002 variables (323002 bin, 0 int, 0 impl, 0 cont) and 1249859 constraints
201.68/202.59	c    1381 constraints of type <knapsack>
201.68/202.59	c 1247541 constraints of type <setppc>
201.68/202.59	c     302 constraints of type <and>
201.68/202.59	c     533 constraints of type <linear>
201.68/202.59	c     102 constraints of type <logicor>
201.68/202.59	c transformed objective value is always integral (scale: 1)
201.68/202.59	c Presolving Time: 196.37
201.68/202.59	c - non default parameters ----------------------------------------------------------------------
201.68/202.59	c # SCIP version 10.0.0
201.68/202.59	c 
201.68/202.59	c # maximal time in seconds to run
201.68/202.59	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
201.68/202.59	c limits/time = 3596.994042
201.68/202.59	c 
201.68/202.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
201.68/202.59	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
201.68/202.59	c limits/memory = 27900
201.68/202.59	c 
201.68/202.59	c # belongs reading time to solving time?
201.68/202.59	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
201.68/202.59	c timing/reading = TRUE
201.68/202.59	c 
201.68/202.59	c -----------------------------------------------------------------------------------------------
201.68/202.59	c start solving
201.88/202.70	c 
214.64/215.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
214.64/215.52	c   215s|     1 |     0 |  2812 |     - |  4403M |   0 | 323k|1249k|1250k|   0 |  0 |  37 |   0 | 1.000000e+00 |      --      |    Inf | unknown
474.31/476.26	c   476s|     1 |     0 | 24222 |     - |  4883M |   0 | 323k|1249k|1250k| 228 |  1 |  38 |   0 | 2.000000e+00 |      --      |    Inf | unknown
881.71/885.37	c   885s|     1 |     0 | 27503 |     - |  5151M |   0 | 323k|1249k|1250k| 364 |  2 |  39 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1165.62/1170.55	c  1171s|     1 |     0 | 28914 |     - |  5375M |   0 | 323k|1249k|1250k| 545 |  3 |  39 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1622.11/1629.21	c  1629s|     1 |     0 | 30803 |     - |  5648M |   0 | 323k|1249k|1250k| 696 |  4 |  43 |   0 | 2.000000e+00 |      --      |    Inf | unknown
2201.66/2211.51	c  2211s|     1 |     0 | 34696 |     - |  5893M |   0 | 323k|1249k|1250k| 850 |  5 |  53 |   0 | 2.000000e+00 |      --      |    Inf | unknown
2969.50/2983.10	c  2983s|     1 |     0 | 40066 |     - |  6153M |   0 | 323k|1249k|1251k| 989 |  6 |  58 |   0 | 2.000000e+00 |      --      |    Inf | unknown
3492.85/3508.84	c  3509s|     1 |     0 | 48005 |     - |  6357M |   0 | 323k|1249k|1251k|1126 |  7 |  60 |   0 | 2.000000e+00 |      --      |    Inf | 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: 63794 MiB (59038 MiB free)
  memory of node 1: 64507 MiB (55490 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524032-1751601635/watcher-4524032-1751601635 -o /tmp/evaluation-result-4524032-1751601635/solver-4524032-1751601635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89442 --watchdog 3760 pbscip -f HOME/instance-4524032-1751601635.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100101 s]*
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=117262184/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=59484 memory=32128 CPUtime=0.09 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 5086 0 0 0 8 1 0 0 20 0 1 0 75843276 60911616 8032 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 14871 8032 3264 3530 0 6322 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 59484 KiB
Current children cumulated memory: 32128 KiB

[startup+0.207846 s]*
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=117250340/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=75684 memory=48384 CPUtime=0.2 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 9174 0 0 0 18 2 0 0 20 0 1 0 75843276 77500416 12096 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 18921 12096 3264 3530 0 10372 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 48384 KiB

[startup+0.307778 s]*
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=117238244/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=92732 memory=65152 CPUtime=0.3 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 13371 0 0 0 27 3 0 0 20 0 1 0 75843276 94957568 16288 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 23183 16288 3264 3530 0 14634 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 92732 KiB
Current children cumulated memory: 65152 KiB

[startup+0.700338 s]
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=117205988/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=153092 memory=124160 CPUtime=0.69 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 28123 0 0 0 61 8 0 0 20 0 1 0 75843276 156766208 31040 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 38273 31040 3264 3530 0 29724 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 153092 KiB
Current children cumulated memory: 124160 KiB

[startup+1.50033 s]
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=117117284/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=321484 memory=292728 CPUtime=1.48 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 69744 0 0 0 130 18 0 0 20 0 1 0 75843276 329199616 73182 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 80371 73182 3264 3530 0 71822 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 321484 KiB
Current children cumulated memory: 292728 KiB

[startup+3.11285 s]
/proc/loadavg: 4.09 4.12 4.14 5/251 90271
/proc/meminfo: memFree=116561052/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=793132 memory=763400 CPUtime=3.09 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 180217 0 0 0 271 38 0 0 20 0 1 0 75843276 812167168 190818 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 198283 190818 3264 3530 0 189734 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 793132 KiB
Current children cumulated memory: 763400 KiB

[startup+6.30032 s]
/proc/loadavg: 4.08 4.12 4.14 5/251 90271
/proc/meminfo: memFree=115140992/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=2360896 memory=2316796 CPUtime=6.26 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 530040 0 0 0 530 96 0 0 20 0 1 0 75843276 2417557504 579167 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 590224 579167 3616 3530 0 581675 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2360896 KiB
Current children cumulated memory: 2316796 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.13 4.14 5/251 90271
/proc/meminfo: memFree=114399944/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=3413388 memory=3282588 CPUtime=12.64 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 616169 0 0 0 1141 123 0 0 20 0 1 0 75843276 3495309312 820647 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 853347 820647 3680 3530 0 844798 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3413388 KiB
Current children cumulated memory: 3282588 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.12 4.14 5/251 90272
/proc/meminfo: memFree=113696468/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=3573220 memory=3439168 CPUtime=25.41 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 637252 0 0 0 2397 144 0 0 20 0 1 0 75843276 3658977280 859792 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 893305 859792 3776 3530 0 884756 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3573220 KiB
Current children cumulated memory: 3439168 KiB

[startup+51.1131 s]
/proc/loadavg: 4.14 4.13 4.14 5/251 90283
/proc/meminfo: memFree=113790096/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=3573220 memory=3439168 CPUtime=50.93 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 637252 0 0 0 4949 144 0 0 20 0 1 0 75843276 3658977280 859792 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 893305 859792 3776 3530 0 884756 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3573220 KiB
Current children cumulated memory: 3439168 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/252 90290
/proc/meminfo: memFree=113782524/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=3524484 memory=3390800 CPUtime=101.93 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 683539 0 0 0 10031 162 0 0 20 0 1 0 75843276 3609071616 847700 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 881121 847700 3840 3530 0 872572 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 3524484 KiB
Current children cumulated memory: 3390800 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/252 90292
/proc/meminfo: memFree=113780000/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=3524484 memory=3390800 CPUtime=161.66 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 683539 0 0 0 16004 162 0 0 20 0 1 0 75843276 3609071616 847700 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 881121 847700 3840 3530 0 872572 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 3524484 KiB
Current children cumulated memory: 3390800 KiB

[startup+222.3 s]
/proc/loadavg: 4.52 4.22 4.16 5/252 90342
/proc/meminfo: memFree=118234328/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=5357948 memory=5079292 CPUtime=221.4 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 928483 0 0 0 21907 233 0 0 20 0 1 0 75843276 5486538752 1269823 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1339487 1269823 4000 3530 0 1330938 0
Current children cumulated CPU time: 221.4 s
Current children cumulated vsize: 5357948 KiB
Current children cumulated memory: 5079292 KiB

[startup+282.3 s]
/proc/loadavg: 4.46 4.28 4.19 5/251 90344
/proc/meminfo: memFree=118115288/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=5431668 memory=5149812 CPUtime=281.17 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 934089 0 0 0 27880 237 0 0 20 0 1 0 75843276 5562028032 1287453 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1357917 1287453 4000 3530 0 1349368 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 5431668 KiB
Current children cumulated memory: 5149812 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.24 4.18 5/252 90347
/proc/meminfo: memFree=117934680/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=5569116 memory=5266692 CPUtime=340.97 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 947014 0 0 0 33857 240 0 0 20 0 1 0 75843276 5702774784 1316673 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1392279 1316673 4000 3530 0 1383730 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 5569116 KiB
Current children cumulated memory: 5266692 KiB

[startup+402.3 s]
/proc/loadavg: 4.22 4.24 4.18 5/252 90349
/proc/meminfo: memFree=117852716/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=5569116 memory=5266692 CPUtime=400.7 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 947014 0 0 0 39830 240 0 0 20 0 1 0 75843276 5702774784 1316673 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1392279 1316673 4000 3530 0 1383730 0
Current children cumulated CPU time: 400.7 s
Current children cumulated vsize: 5569116 KiB
Current children cumulated memory: 5266692 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/252 90351
/proc/meminfo: memFree=117663248/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=5823932 memory=5403992 CPUtime=460.46 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 961428 0 0 0 45802 244 0 0 20 0 1 0 75843276 5963706368 1350998 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1455983 1350998 4000 3530 0 1447434 0
Current children cumulated CPU time: 460.46 s

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

/proc/90270/statm: 1804806 1579947 4000 3530 0 1796257 0
Current children cumulated CPU time: 2849.39 s
Current children cumulated vsize: 7219224 KiB
Current children cumulated memory: 6319788 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/251 90561
/proc/meminfo: memFree=106448368/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7459892 memory=6445316 CPUtime=2909.09 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1063619 0 0 0 290599 310 0 0 20 0 1 0 75843276 7638929408 1611329 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1864973 1611329 4000 3530 0 1856424 0
Current children cumulated CPU time: 2909.09 s
Current children cumulated vsize: 7459892 KiB
Current children cumulated memory: 6445316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/250 90563
/proc/meminfo: memFree=106443660/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7460404 memory=6445788 CPUtime=2968.8 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1066239 0 0 0 296566 314 0 0 20 0 1 0 75843276 7639453696 1611447 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1865101 1611447 4000 3530 0 1856552 0
Current children cumulated CPU time: 2968.8 s
Current children cumulated vsize: 7460404 KiB
Current children cumulated memory: 6445788 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 90566
/proc/meminfo: memFree=106518620/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6366368 CPUtime=3028.53 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067305 0 0 0 302538 315 0 0 20 0 1 0 75843276 7580209152 1591592 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1591592 4000 3530 0 1842088 0
Current children cumulated CPU time: 3028.53 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6366368 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/252 90574
/proc/meminfo: memFree=106513492/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6366368 CPUtime=3088.22 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067305 0 0 0 308507 315 0 0 20 0 1 0 75843276 7580209152 1591592 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1591592 4000 3530 0 1842088 0
Current children cumulated CPU time: 3088.22 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6366368 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/252 90576
/proc/meminfo: memFree=106525040/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6366368 CPUtime=3147.94 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067329 0 0 0 314479 315 0 0 20 0 1 0 75843276 7580209152 1591592 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1591592 4000 3530 0 1842088 0
Current children cumulated CPU time: 3147.94 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6366368 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/252 90580
/proc/meminfo: memFree=106524996/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6366368 CPUtime=3207.72 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067351 0 0 0 320457 315 0 0 20 0 1 0 75843276 7580209152 1591592 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1591592 4000 3530 0 1842088 0
Current children cumulated CPU time: 3207.72 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6366368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/252 90582
/proc/meminfo: memFree=106478516/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6366368 CPUtime=3267.48 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067751 0 0 0 326433 315 0 0 20 0 1 0 75843276 7580209152 1591592 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1591592 4000 3530 0 1842088 0
Current children cumulated CPU time: 3267.48 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6366368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/252 90584
/proc/meminfo: memFree=106500340/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6371344 CPUtime=3327.16 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1067996 0 0 0 332401 315 0 0 20 0 1 0 75843276 7580209152 1592836 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1592836 4000 3530 0 1842088 0
Current children cumulated CPU time: 3327.16 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6371344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 90586
/proc/meminfo: memFree=106457972/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7402548 memory=6381080 CPUtime=3386.84 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1069227 0 0 0 338368 316 0 0 20 0 1 0 75843276 7580209152 1595270 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1850637 1595270 4000 3530 0 1842088 0
Current children cumulated CPU time: 3386.84 s
Current children cumulated vsize: 7402548 KiB
Current children cumulated memory: 6381080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/250 90589
/proc/meminfo: memFree=106392140/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7418840 memory=6404652 CPUtime=3446.55 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1072539 0 0 0 344338 317 0 0 20 0 1 0 75843276 7596892160 1601163 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1854710 1601163 4000 3530 0 1846161 0
Current children cumulated CPU time: 3446.55 s
Current children cumulated vsize: 7418840 KiB
Current children cumulated memory: 6404652 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106229188/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7682012 memory=6550976 CPUtime=3506.29 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1082389 0 0 0 350305 324 0 0 20 0 1 0 75843276 7866380288 1637744 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1920503 1637744 4000 3530 0 1911954 0
Current children cumulated CPU time: 3506.29 s
Current children cumulated vsize: 7682012 KiB
Current children cumulated memory: 6550976 KiB

[startup+3582.3 s]
/proc/loadavg: 2.98 3.78 3.98 4/238 90654
/proc/meminfo: memFree=111529660/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7682012 memory=6550976 CPUtime=3565.99 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1082409 0 0 0 356275 324 0 0 20 0 1 0 75843276 7866380288 1637744 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1920503 1637744 4000 3530 0 1911954 0
Current children cumulated CPU time: 3565.99 s
Current children cumulated vsize: 7682012 KiB
Current children cumulated memory: 6550976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.5 s]
/proc/loadavg: 2.54 3.58 3.91 3/238 90655
/proc/meminfo: memFree=111532056/131382116 swapFree=33010684/33010684
[pid=90270] ppid=90267 vsize=7682012 memory=6550976 CPUtime=3600.02 cores=5,7
/proc/90270/stat : 90270 (pbscip) R 90267 90270 89429 0 -1 4194304 1082423 0 0 0 359678 324 0 0 20 0 1 0 75843276 7866380288 1637744 18446744073709551615 4235264 18693293 140728748291872 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57491456 140728748296585 140728748296684 140728748296684 140728748302286 0
/proc/90270/statm: 1920503 1637744 4000 3530 0 1911954 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 7682012 KiB
Current children cumulated memory: 6550976 KiB

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

[startup+3616.64 s]
# the end of solver process 90270 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3596.79 s, system=3.38432 s

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

[startup+3616.6 s]*
/proc/loadavg: 2.54 3.58 3.91 3/238 90655
/proc/meminfo: memFree=117083932/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3616.64
CPU time (s): 3600.17
CPU user time (s): 3596.79
CPU system time (s): 3.38432
CPU usage (%): 99.5446
Max. virtual memory (cumulated for all children) (KiB): 7682012
Max. memory (cumulated for all children) (KiB): 6550976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.79
system time used= 3.38432
maximum resident set size= 6550976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1082423
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= 85
involuntary context switches= 20177


# summary of solver processes directly reported to runsolver:
#   pid: 90270
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.79
#   total CPU system time (s): 3.38432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0176 second user time and 35.612 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-04 06:00:36
IDJOB=4524032
IDBENCH=180476
IDSOLVER=3365
FILE ID=nodeC011/4524032-1751601635
RUNJOBID= nodeC011-1751594361-89442
SLURM_JOB_ID= 9598860
Free space on /tmp= 430364 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524032-1751601635/watcher-4524032-1751601635 -o /tmp/evaluation-result-4524032-1751601635/solver-4524032-1751601635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89442 --watchdog 3760  pbscip -f HOME/instance-4524032-1751601635.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=2043974467

nodeC011 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	: 0xb00001f
cpu MHz		: 3661.398
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3660.610
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.649
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.095
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.486
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.381
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 2195.153
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        117277808 kB
MemAvailable:   120141064 kB
Buffers:            3276 kB
Cached:          3658524 kB
SwapCached:            0 kB
Active:         10196836 kB
Inactive:        3216752 kB
Active(anon):    9767644 kB
Inactive(anon):     2104 kB
Active(file):     429192 kB
Inactive(file):  3214648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74432 kB
Writeback:             4 kB
AnonPages:       9753244 kB
Mapped:           137576 kB
Shmem:             17960 kB
KReclaimable:     117700 kB
Slab:             203320 kB
SReclaimable:     117700 kB
SUnreclaim:        85620 kB
KernelStack:        4048 kB
PageTables:        22672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10477140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3850240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430404 MiB
End job on nodeC011 at 2025-07-04 07:00:52