Trace number 4524246

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.24 3610.09

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/
wallon/normalized-Cargo-24_c24.opb
MD5SUM5fdde4f5ded59ac93b31f059bbfb02e9
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 benchmark94204
Best CPU time to get the best result obtained on this benchmark663.838
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2530390
Total number of constraints5076483
Number of constraints which are clauses842097
Number of constraints which are cardinality constraints (but not clauses)42061
Number of constraints which are nor clauses,nor cardinality constraints4192325
Minimum length of a constraint1
Maximum length of a constraint208
Number of terms in the objective function 64
Biggest coefficient in the objective function 32768
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 262140
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 661259
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1944735
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/3609.90	c Filename:instance-4524246-1751633757.opb, Cutoff_time:3600, memory_limit_gb:500000
3600.05/3609.90	c Scip time: 1800
3600.05/3609.90	c Use Presolve
3600.05/3609.90	c Parse finsih
3600.05/3609.90	c Start Presolve
3600.05/3609.90	c After Reduce Vars: 2021615 Clauses: 4076285 Top clause weight: 262141 Hard Clauses: 4076221
3600.05/3609.90	c Use LS-small
3600.05/3609.90	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: 63837 MiB (60686 MiB free)
  memory of node 1: 64465 MiB (62494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524246-1751633757/watcher-4524246-1751633757 -o /tmp/evaluation-result-4524246-1751633757/solver-4524246-1751633757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751633757-87063 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4524246-1751633757.opb -t 3600 -s 1230592475 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=87120, runsolver pid=87117

[startup+0.100109 s]*
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125984808/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=239280 memory=200888 CPUtime=0.1 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 3781 0 0 0 7 3 0 0 20 0 1 0 79054990 245022720 50222 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 59820 50222 1088 2752 0 56473 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 239280 KiB
Current children cumulated memory: 200888 KiB

[startup+0.213897 s]*
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125812904/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=402884 memory=374300 CPUtime=0.22 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 4721 0 0 0 15 7 0 0 20 0 1 0 79054990 412553216 93575 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 100721 93575 1088 2752 0 97374 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 402884 KiB
Current children cumulated memory: 374300 KiB

[startup+0.313739 s]*
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125723048/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=402884 memory=388508 CPUtime=0.32 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 5223 0 0 0 25 7 0 0 20 0 1 0 79054990 412553216 97127 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 100721 97127 1088 2752 0 97374 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 402884 KiB
Current children cumulated memory: 388508 KiB

[startup+0.700281 s]
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125723048/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=407956 memory=393244 CPUtime=0.68 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 6880 0 0 0 61 7 0 0 20 0 1 0 79054990 417746944 98311 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 101989 98311 1088 2752 0 98642 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 407956 KiB
Current children cumulated memory: 393244 KiB

[startup+1.50029 s]
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125681540/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=438476 memory=410664 CPUtime=1.48 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 8714 0 0 0 140 8 0 0 20 0 1 0 79054990 448999424 102666 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 109619 102666 1088 2752 0 106272 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 438476 KiB
Current children cumulated memory: 410664 KiB

[startup+3.11306 s]
/proc/loadavg: 1.64 1.94 2.43 5/250 87121
/proc/meminfo: memFree=125528556/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=474676 memory=444816 CPUtime=3.1 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 10126 0 0 0 300 10 0 0 20 0 1 0 79054990 486068224 111204 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 118669 111204 1088 2752 0 115322 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 474676 KiB
Current children cumulated memory: 444816 KiB

[startup+6.30026 s]
/proc/loadavg: 1.83 1.98 2.44 5/250 87121
/proc/meminfo: memFree=125394216/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=545888 memory=505660 CPUtime=6.28 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 12137 0 0 0 615 13 0 0 20 0 1 0 79054990 558989312 126415 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 136472 126415 1088 2752 0 133125 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 545888 KiB
Current children cumulated memory: 505660 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.45 5/250 87121
/proc/meminfo: memFree=124532496/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=688048 memory=627444 CPUtime=12.67 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 15641 0 0 0 1249 18 0 0 20 0 1 0 79054990 704561152 156861 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 172012 156861 1088 2752 0 168665 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 688048 KiB
Current children cumulated memory: 627444 KiB

[startup+25.5003 s]
/proc/loadavg: 2.45 2.11 2.47 5/250 87122
/proc/meminfo: memFree=123962912/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=971708 memory=866116 CPUtime=25.44 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 21911 0 0 0 2515 29 0 0 20 0 1 0 79054990 995028992 216529 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 242927 216529 1088 2752 0 239580 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 971708 KiB
Current children cumulated memory: 866116 KiB

[startup+51.1132 s]
/proc/loadavg: 3.11 2.29 2.53 5/250 87122
/proc/meminfo: memFree=121091604/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=1536388 memory=1309920 CPUtime=50.99 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 33270 0 0 0 5045 54 0 0 20 0 1 0 79054990 1573261312 327480 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 384097 327480 1088 2752 0 380750 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1536388 KiB
Current children cumulated memory: 1309920 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.58 2.61 5/250 87124
/proc/meminfo: memFree=120080796/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=2662844 memory=2166120 CPUtime=102.08 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 54445 0 0 0 10109 99 0 0 20 0 1 0 79054990 2726752256 541530 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 665711 541530 1088 2752 0 662364 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 2662844 KiB
Current children cumulated memory: 2166120 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.85 2.71 5/250 87126
/proc/meminfo: memFree=113972692/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=8476720 memory=8225168 CPUtime=161.95 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 96496 0 0 0 15785 410 0 0 20 0 1 0 79054990 8680161280 2056292 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2119180 2056292 1152 2752 0 2115833 0
Current children cumulated CPU time: 161.95 s
Current children cumulated vsize: 8476720 KiB
Current children cumulated memory: 8225168 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.08 2.79 5/250 87128
/proc/meminfo: memFree=111982144/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=8980536 memory=8635964 CPUtime=221.84 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 103332 0 0 0 21757 427 0 0 20 0 1 0 79054990 9196068864 2158991 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2245134 2158991 1152 2752 0 2241787 0
Current children cumulated CPU time: 221.84 s
Current children cumulated vsize: 8980536 KiB
Current children cumulated memory: 8635964 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.28 2.88 5/250 87130
/proc/meminfo: memFree=111244396/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=8995404 memory=8650832 CPUtime=281.71 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 105555 0 0 0 27743 428 0 0 20 0 1 0 79054990 9211293696 2162708 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2248851 2162708 1152 2752 0 2245504 0
Current children cumulated CPU time: 281.71 s
Current children cumulated vsize: 8995404 KiB
Current children cumulated memory: 8650832 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.44 2.97 5/249 87145
/proc/meminfo: memFree=111243832/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=9124660 memory=8652716 CPUtime=341.54 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 111694 0 0 0 33722 432 0 0 20 0 1 0 79054990 9343651840 2163179 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2281165 2163179 1152 2752 0 2277818 0
Current children cumulated CPU time: 341.54 s
Current children cumulated vsize: 9124660 KiB
Current children cumulated memory: 8652716 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.58 3.04 5/250 87148
/proc/meminfo: memFree=110515164/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=401.34 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 685477 0 0 0 39567 567 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 401.34 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.66 3.11 5/250 87150
/proc/meminfo: memFree=110485624/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=461.15 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 685842 0 0 0 45546 569 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 461.15 s

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

/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 2854.38 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+2922.3 s]
/proc/loadavg: 4.54 4.31 4.12 5/250 87265
/proc/meminfo: memFree=109914028/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=2914.23 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 713463 0 0 0 290788 635 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 2914.23 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+2982.3 s]
/proc/loadavg: 4.31 4.28 4.12 5/250 87267
/proc/meminfo: memFree=109912472/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=2974.07 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 714661 0 0 0 296770 637 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 2974.07 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.24 4.12 5/250 87274
/proc/meminfo: memFree=109910424/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3033.92 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 715157 0 0 0 302754 638 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3033.92 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.23 4.12 5/250 87276
/proc/meminfo: memFree=109912376/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3093.76 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 715814 0 0 0 308736 640 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.27 4.13 5/250 87278
/proc/meminfo: memFree=109914640/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3153.61 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 716281 0 0 0 314720 641 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3153.61 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3222.3 s]
/proc/loadavg: 4.61 4.37 4.18 5/250 87280
/proc/meminfo: memFree=109917916/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3213.45 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 716810 0 0 0 320703 642 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3213.45 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.34 4.18 5/250 87282
/proc/meminfo: memFree=109922216/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3273.29 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 717415 0 0 0 326685 644 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3273.29 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.72 4.44 4.22 5/250 87286
/proc/meminfo: memFree=109924012/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3333.14 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 718057 0 0 0 332668 646 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3333.14 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3402.3 s]
/proc/loadavg: 4.53 4.45 4.24 5/250 87287
/proc/meminfo: memFree=109930784/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3392.99 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 719150 0 0 0 338652 647 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3392.99 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.41 4.24 5/251 87290
/proc/meminfo: memFree=109937048/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3452.83 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 719913 0 0 0 344635 648 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3452.83 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.34 4.23 5/251 87292
/proc/meminfo: memFree=109937328/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3512.67 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 720622 0 0 0 350616 651 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.31 4.22 5/251 87294
/proc/meminfo: memFree=109938100/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3572.52 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 721239 0 0 0 356599 653 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.94 4.25 4.20 2/235 87370
/proc/meminfo: memFree=117274180/131382120 swapFree=33010416/33010684
[pid=87120] ppid=87117 vsize=10032440 memory=9400204 CPUtime=3600.05 cores=4,6
/proc/87120/stat : 87120 (NuPBO-DeepOptS+) R 87117 87120 87052 0 -1 4194304 721482 0 0 0 359351 654 0 0 20 0 1 0 79054990 10273218560 2350051 18446744073709551615 4198400 15468185 140726196701248 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 28340224 140726196705686 140726196705796 140726196705796 140726196711398 0
/proc/87120/statm: 2508110 2350051 1152 2752 0 2504763 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 10032440 KiB
Current children cumulated memory: 9400204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.59 s, system=6.65536 s

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

[startup+3610 s]*
/proc/loadavg: 3.94 4.25 4.20 2/235 87370
/proc/meminfo: memFree=123607176/131382120 swapFree=33010416/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): 3610.09
CPU time (s): 3600.24
CPU user time (s): 3593.59
CPU system time (s): 6.65536
CPU usage (%): 99.7273
Max. virtual memory (cumulated for all children) (KiB): 10291668
Max. memory (cumulated for all children) (KiB): 10135244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.59
system time used= 6.65536
maximum resident set size= 10139852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 721720
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= 2
involuntary context switches= 1199


# summary of solver processes directly reported to runsolver:
#   pid: 87120
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3593.59
#   total CPU system time (s): 6.65536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0723 second user time and 35.8223 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 14:56:02
IDJOB=4524246
IDBENCH=180640
IDSOLVER=3343
FILE ID=nodeC002/4524246-1751633757
RUNJOBID= nodeC002-1751633757-87063
SLURM_JOB_ID= 9598976
Free space on /tmp= 430280 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Cargo-24_c24.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524246-1751633757/watcher-4524246-1751633757 -o /tmp/evaluation-result-4524246-1751633757/solver-4524246-1751633757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751633757-87063 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4524246-1751633757.opb -t 3600 -s 1230592475

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

MD5SUM BENCH= 5fdde4f5ded59ac93b31f059bbfb02e9
RANDOM SEED=1230592475

nodeC002 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		: 3292.368
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	: 6983.81
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		: 3591.676
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	: 6983.81
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.589
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	: 6983.81
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		: 1197.238
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	: 6983.81
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		: 3661.678
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	: 6983.81
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		: 3491.865
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	: 6983.81
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.803
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	: 6983.81
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		: 1197.224
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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126138116 kB
MemAvailable:   129416152 kB
Buffers:            2128 kB
Cached:          4079772 kB
SwapCached:           28 kB
Active:           884240 kB
Inactive:        3776168 kB
Active(anon):     590040 kB
Inactive(anon):     6404 kB
Active(file):     294200 kB
Inactive(file):  3769764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1011212 kB
Writeback:             0 kB
AnonPages:        581620 kB
Mapped:           123496 kB
Shmem:             17932 kB
KReclaimable:     107400 kB
Slab:             192176 kB
SReclaimable:     107400 kB
SUnreclaim:        84776 kB
KernelStack:        4032 kB
PageTables:         4204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     961032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430344 MiB
End job on nodeC002 at 2025-07-04 15:56:12