Trace number 4524016

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
NuPBO-DeepOptS+ 2025-06-02? (TO) 3600.3 3609.7

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

3600.09/3609.50	c Filename:instance-4524016-1751632885.opb, Cutoff_time:3600, memory_limit_gb:500000
3600.09/3609.50	c Scip time: 1800
3600.09/3609.50	c Use Presolve
3600.09/3609.50	c Parse finsih
3600.09/3609.50	c Start Presolve
3600.09/3609.50	c After Reduce Vars: 333706 Clauses: 1255138 Top clause weight: 64 Hard Clauses: 1255132
3600.09/3609.50	c Use LS-small
3600.09/3609.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 (62234 MiB free)
  memory of node 1: 64465 MiB (55926 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524016-1751632885/watcher-4524016-1751632885 -o /tmp/evaluation-result-4524016-1751632885/solver-4524016-1751632885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751632885-103035 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4524016-1751632885.opb -t 3600 -s 144373339 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120899776/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=98572 memory=84108 CPUtime=0.09 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 4282 0 0 0 8 1 0 0 20 0 1 0 78967320 100937728 21027 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 24643 21027 1088 2752 0 21296 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 98572 KiB
Current children cumulated memory: 84108 KiB

[startup+0.20537 s]*
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120873316/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=102544 memory=87656 CPUtime=0.2 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 5597 0 0 0 18 2 0 0 20 0 1 0 78967320 105005056 21914 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 25636 21914 1088 2752 0 22289 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 102544 KiB
Current children cumulated memory: 87656 KiB

[startup+0.305281 s]*
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120873316/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=103072 memory=88424 CPUtime=0.3 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 5815 0 0 0 28 2 0 0 20 0 1 0 78967320 105545728 22106 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 25768 22106 1088 2752 0 22421 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 103072 KiB
Current children cumulated memory: 88424 KiB

[startup+0.700166 s]
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120860400/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=116416 memory=97404 CPUtime=0.68 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 7021 0 0 0 66 2 0 0 20 0 1 0 78967320 119209984 24351 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 29104 24351 1088 2752 0 25757 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 116416 KiB
Current children cumulated memory: 97404 KiB

[startup+1.50018 s]
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120804120/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=135308 memory=112280 CPUtime=1.49 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 8193 0 0 0 145 4 0 0 20 0 1 0 78967320 138555392 28070 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 33827 28070 1088 2752 0 30480 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 135308 KiB
Current children cumulated memory: 112280 KiB

[startup+3.10525 s]
/proc/loadavg: 1.39 1.15 1.18 5/263 103094
/proc/meminfo: memFree=120396020/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=172828 memory=143440 CPUtime=3.09 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 9919 0 0 0 304 5 0 0 20 0 1 0 78967320 176975872 35860 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 43207 35860 1088 2752 0 39860 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 172828 KiB
Current children cumulated memory: 143440 KiB

[startup+6.30012 s]
/proc/loadavg: 1.60 1.19 1.19 5/263 103094
/proc/meminfo: memFree=120258716/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=247076 memory=199464 CPUtime=6.27 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 12726 0 0 0 619 8 0 0 20 0 1 0 78967320 253005824 49866 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 61769 49866 1088 2752 0 58422 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 247076 KiB
Current children cumulated memory: 199464 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.24 1.21 5/263 103094
/proc/meminfo: memFree=119528192/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=949932 memory=810320 CPUtime=12.65 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 35551 0 0 0 1228 37 0 0 20 0 1 0 78967320 972730368 202580 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 237483 202580 1152 2752 0 234136 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 949932 KiB
Current children cumulated memory: 810320 KiB

[startup+25.5002 s]
/proc/loadavg: 2.28 1.38 1.26 5/263 103095
/proc/meminfo: memFree=119500752/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=949932 memory=810320 CPUtime=25.41 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 35551 0 0 0 2504 37 0 0 20 0 1 0 78967320 972730368 202580 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 237483 202580 1152 2752 0 234136 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 949932 KiB
Current children cumulated memory: 810320 KiB

[startup+51.1053 s]
/proc/loadavg: 2.87 1.59 1.33 5/263 103095
/proc/meminfo: memFree=119307468/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=999580 memory=854700 CPUtime=50.95 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 37536 0 0 0 5056 39 0 0 20 0 1 0 78967320 1023569920 213675 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 249895 213675 1152 2752 0 246548 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 999580 KiB
Current children cumulated memory: 854700 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 1.98 1.48 5/263 103097
/proc/meminfo: memFree=119148844/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=999580 memory=854700 CPUtime=101.99 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 37574 0 0 0 10160 39 0 0 20 0 1 0 78967320 1023569920 213675 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 249895 213675 1152 2752 0 246548 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 999580 KiB
Current children cumulated memory: 854700 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.36 1.64 5/264 103100
/proc/meminfo: memFree=119033900/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=999580 memory=854700 CPUtime=161.82 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 37613 0 0 0 16143 39 0 0 20 0 1 0 78967320 1023569920 213675 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 249895 213675 1152 2752 0 246548 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 999580 KiB
Current children cumulated memory: 854700 KiB

[startup+222.3 s]
/proc/loadavg: 4.39 2.79 1.84 5/264 103102
/proc/meminfo: memFree=117627300/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=2414884 memory=2088088 CPUtime=221.65 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 389693 0 0 0 22071 94 0 0 20 0 1 0 78967320 2472841216 522022 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 603721 522022 1152 2752 0 600374 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 2414884 KiB
Current children cumulated memory: 2088088 KiB

[startup+282.3 s]
/proc/loadavg: 4.48 3.13 2.01 5/264 103104
/proc/meminfo: memFree=110160336/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9456896 CPUtime=281.48 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2208956 0 0 0 27772 376 0 0 20 0 1 0 78967320 9890340864 2364224 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2364224 1152 2752 0 2411287 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9456896 KiB

[startup+342.3 s]
/proc/loadavg: 4.33 3.33 2.16 5/264 103106
/proc/meminfo: memFree=110114600/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9461632 CPUtime=341.29 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2210267 0 0 0 33746 383 0 0 20 0 1 0 78967320 9890340864 2365408 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2365408 1152 2752 0 2411287 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9461632 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 3.47 2.28 5/264 103108
/proc/meminfo: memFree=110089324/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9461632 CPUtime=401.11 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2210466 0 0 0 39723 388 0 0 20 0 1 0 78967320 9890340864 2365408 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2365408 1152 2752 0 2411287 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9461632 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.59 2.40 5/263 103114
/proc/meminfo: memFree=110033440/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9461760 CPUtime=460.94 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2210722 0 0 0 45700 394 0 0 20 0 1 0 78967320 9890340864 2365440 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2365440 1152 2752 0 2411287 0
Current children cumulated CPU time: 460.94 s

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

/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 2854.7 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/264 103246
/proc/meminfo: memFree=109754600/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=2914.56 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2256710 0 0 0 290866 590 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 2914.56 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/264 103251
/proc/meminfo: memFree=109729284/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=2974.41 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2258746 0 0 0 296849 592 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 2974.41 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/265 103254
/proc/meminfo: memFree=109727348/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3034.27 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2260605 0 0 0 302831 596 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3034.27 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/265 103256
/proc/meminfo: memFree=109730096/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3094.12 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2262438 0 0 0 308813 599 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3094.12 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 103258
/proc/meminfo: memFree=109727488/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3153.98 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2264479 0 0 0 314796 602 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3153.98 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 103260
/proc/meminfo: memFree=109726000/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3213.84 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2266644 0 0 0 320778 606 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3213.84 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 103262
/proc/meminfo: memFree=109727644/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3273.69 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2268967 0 0 0 326761 608 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3273.69 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.07 4.01 5/262 103263
/proc/meminfo: memFree=109730568/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3333.55 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2270935 0 0 0 332743 612 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3333.55 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 103266
/proc/meminfo: memFree=109727348/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3393.4 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2273277 0 0 0 338726 614 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3393.4 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/265 103274
/proc/meminfo: memFree=109728920/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3453.25 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2275295 0 0 0 344708 617 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3453.25 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/265 103276
/proc/meminfo: memFree=109729088/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3513.11 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2277557 0 0 0 350692 619 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3513.11 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/265 103280
/proc/meminfo: memFree=109727192/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3572.96 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2279717 0 0 0 356674 622 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3572.96 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.06 4.08 4.01 4/257 103317
/proc/meminfo: memFree=110507768/131249992 swapFree=33010160/33010684
[pid=103093] ppid=103090 vsize=9658536 memory=9490304 CPUtime=3600.09 cores=0,2
/proc/103093/stat : 103093 (NuPBO-DeepOptS+) R 103090 103093 103025 0 -1 4194304 2280923 0 0 0 359386 623 0 0 20 0 1 0 78967320 9890340864 2372576 18446744073709551615 4198400 15468185 140730472568720 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48816128 140730472577430 140730472577539 140730472577539 140730472583142 0
/proc/103093/statm: 2414634 2372576 1152 2752 0 2411287 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 9658536 KiB
Current children cumulated memory: 9490304 KiB

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

[startup+3609.7 s]
# the end of solver process 103093 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3593.88 s, system=6.42287 s

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

[startup+3609.6 s]*
/proc/loadavg: 4.06 4.08 4.01 2/251 103345
/proc/meminfo: memFree=117878436/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3609.7
CPU time (s): 3600.3
CPU user time (s): 3593.88
CPU system time (s): 6.42287
CPU usage (%): 99.7395
Max. virtual memory (cumulated for all children) (KiB): 9658536
Max. memory (cumulated for all children) (KiB): 9490304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.88
system time used= 6.42287
maximum resident set size= 9490304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2280982
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= 73
involuntary context switches= 4556


# summary of solver processes directly reported to runsolver:
#   pid: 103093
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3593.88
#   total CPU system time (s): 6.42287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68284 second user time and 15.1619 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-04 14:41:26
IDJOB=4524016
IDBENCH=180476
IDSOLVER=3343
FILE ID=nodeC025/4524016-1751632885
RUNJOBID= nodeC025-1751632885-103035
SLURM_JOB_ID= 9598973
Free space on /tmp= 432876 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524016-1751632885/watcher-4524016-1751632885 -o /tmp/evaluation-result-4524016-1751632885/solver-4524016-1751632885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751632885-103035 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4524016-1751632885.opb -t 3600 -s 144373339

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=144373339

nodeC025 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.810
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120997064 kB
MemAvailable:   129686368 kB
Buffers:            2128 kB
Cached:          9436984 kB
SwapCached:          200 kB
Active:           435088 kB
Inactive:        9102644 kB
Active(anon):      99336 kB
Inactive(anon):    17152 kB
Active(file):     335752 kB
Inactive(file):  9085492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            122120 kB
Writeback:             4 kB
AnonPages:        101632 kB
Mapped:           116488 kB
Shmem:             17856 kB
KReclaimable:     214600 kB
Slab:             305728 kB
SReclaimable:     214600 kB
SUnreclaim:        91128 kB
KernelStack:        4240 kB
PageTables:         3208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     448740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC025 at 2025-07-04 15:41:35