Trace number 4524359

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
UWrMaxSat 2025-06-04? (TO) 3600.07 3609.9

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-SameQueensKnights-b-35_c24.opb
MD5SUM85006dfa006eef4f5ff7a59d59a5be2d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-61
Best CPU time to get the best result obtained on this benchmark3585.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables43918
Total number of constraints55130
Number of constraints which are clauses12251
Number of constraints which are cardinality constraints (but not clauses)1225
Number of constraints which are nor clauses,nor cardinality constraints41654
Minimum length of a constraint1
Maximum length of a constraint1231
Number of terms in the objective function 12
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 126
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1533
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
1.38/1.40	c Converting 53906 PB-constraints to clauses...
3600.05/3609.90	c *** TERMINATED by signal 15 ***
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c 
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c 
3600.05/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3609.90	c Memory used            : 1731.00 MB
3600.05/3609.90	c CPU time               : 3594.28 s
3600.05/3609.90	c Constr Enc: Srt/BDD/Add: 24496 0 1225
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c _______________________________________________________________________________
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: 63708 MiB (53777 MiB free)
  memory of node 1: 64465 MiB (54940 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524359-1751612210/watcher-4524359-1751612210 -o /tmp/evaluation-result-4524359-1751612210/solver-4524359-1751612210 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751608592-98948 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4524359-1751612210.opb -mem-lim=31000 

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=99374, runsolver pid=99371
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.13 4.10 4.02 5/264 99375
/proc/meminfo: memFree=111277104/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=25604 memory=24484 CPUtime=0.09 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 6105 0 0 0 9 0 0 0 20 0 1 0 76899807 26218496 6121 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 6401 6121 448 484 0 5812 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25604 KiB
Current children cumulated memory: 24484 KiB

[startup+0.205504 s]*
/proc/loadavg: 4.13 4.10 4.02 5/264 99375
/proc/meminfo: memFree=111228720/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=43712 memory=41840 CPUtime=0.2 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 10831 0 0 0 19 1 0 0 20 0 1 0 76899807 44761088 10460 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 10928 10460 448 484 0 10339 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43712 KiB
Current children cumulated memory: 41840 KiB

[startup+0.305386 s]*
/proc/loadavg: 4.13 4.10 4.02 5/264 99375
/proc/meminfo: memFree=111204780/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=55788 memory=54000 CPUtime=0.3 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 13873 0 0 0 28 2 0 0 20 0 1 0 76899807 57126912 13500 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 13947 13500 448 484 0 13358 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 55788 KiB
Current children cumulated memory: 54000 KiB

[startup+0.700134 s]
/proc/loadavg: 4.13 4.10 4.02 6/264 99375
/proc/meminfo: memFree=111132204/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=94408 memory=87408 CPUtime=0.69 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 22234 0 0 0 66 3 0 0 20 0 1 0 76899807 96673792 21852 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 23602 21852 448 484 0 23013 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 94408 KiB
Current children cumulated memory: 87408 KiB

[startup+1.50015 s]
/proc/loadavg: 4.12 4.10 4.02 5/264 99375
/proc/meminfo: memFree=110995116/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=167032 memory=150768 CPUtime=1.49 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 38041 0 0 0 143 6 0 0 20 0 1 0 76899807 171040768 37692 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 41758 37692 480 484 0 41169 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 167032 KiB
Current children cumulated memory: 150768 KiB

[startup+3.10533 s]
/proc/loadavg: 4.12 4.10 4.02 5/264 99375
/proc/meminfo: memFree=110491432/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=205428 memory=185832 CPUtime=3.09 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 45403 0 0 0 302 7 0 0 20 0 1 0 76899807 210358272 46458 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 51357 46458 480 484 0 50768 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 205428 KiB
Current children cumulated memory: 185832 KiB

[startup+6.30016 s]
/proc/loadavg: 4.11 4.10 4.02 5/264 99375
/proc/meminfo: memFree=109777436/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=217040 memory=199520 CPUtime=6.27 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 46373 0 0 0 619 8 0 0 20 0 1 0 76899807 222248960 49880 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 54260 49880 480 484 0 53671 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 217040 KiB
Current children cumulated memory: 199520 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.02 5/264 99375
/proc/meminfo: memFree=108491284/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=228804 memory=203872 CPUtime=12.65 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 47449 0 0 0 1257 8 0 0 20 0 1 0 76899807 234295296 50968 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 57201 50968 480 484 0 56612 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 228804 KiB
Current children cumulated memory: 203872 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.11 4.03 5/264 99375
/proc/meminfo: memFree=104450144/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1040556 memory=1005408 CPUtime=25.41 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 153469 0 0 0 2501 40 0 0 20 0 1 0 76899807 1065529344 251352 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 260139 251352 544 484 0 259550 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1040556 KiB
Current children cumulated memory: 1005408 KiB

[startup+51.1054 s]
/proc/loadavg: 4.39 4.18 4.05 5/264 99375
/proc/meminfo: memFree=100719996/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1124564 memory=1116080 CPUtime=50.94 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 172123 0 0 0 5024 70 0 0 20 0 1 0 76899807 1151553536 279020 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 281141 279020 544 484 0 280552 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1124564 KiB
Current children cumulated memory: 1116080 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.18 4.06 5/264 99377
/proc/meminfo: memFree=99936064/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1139444 memory=1088760 CPUtime=102 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 178397 0 0 0 10106 94 0 0 20 0 1 0 76899807 1166790656 272190 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 284861 272190 544 484 0 284272 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1139444 KiB
Current children cumulated memory: 1088760 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.16 4.06 5/264 99379
/proc/meminfo: memFree=99537828/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1117992 memory=1079644 CPUtime=161.83 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 181206 0 0 0 16077 106 0 0 20 0 1 0 76899807 1144823808 269911 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 279498 269911 544 484 0 278909 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 1117992 KiB
Current children cumulated memory: 1079644 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.14 4.06 5/264 99381
/proc/meminfo: memFree=99370468/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1053764 memory=1045512 CPUtime=221.66 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 182847 0 0 0 22053 113 0 0 20 0 1 0 76899807 1079054336 261378 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 263441 261378 544 484 0 262852 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 1053764 KiB
Current children cumulated memory: 1045512 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 4.06 5/263 99399
/proc/meminfo: memFree=98768704/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1053848 memory=1045616 CPUtime=281.5 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 186887 0 0 0 28020 130 0 0 20 0 1 0 76899807 1079140352 261404 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 263462 261404 544 484 0 262873 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 1053848 KiB
Current children cumulated memory: 1045616 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/263 99401
/proc/meminfo: memFree=98529828/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1055480 memory=1047480 CPUtime=341.34 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 188497 0 0 0 33998 136 0 0 20 0 1 0 76899807 1080811520 261870 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 263870 261870 544 484 0 263281 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 1055480 KiB
Current children cumulated memory: 1047480 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.11 4.06 5/263 99403
/proc/meminfo: memFree=98247060/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1054932 memory=1046968 CPUtime=401.18 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 189006 0 0 0 39977 141 0 0 20 0 1 0 76899807 1080250368 261742 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 263733 261742 544 484 0 263144 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 1054932 KiB
Current children cumulated memory: 1046968 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.10 4.06 5/264 99406
/proc/meminfo: memFree=97639188/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1062964 memory=1054900 CPUtime=461.02 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 189931 0 0 0 45957 145 0 0 20 0 1 0 76899807 1088475136 263725 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 265741 263725 544 484 0 265152 0
Current children cumulated CPU time: 461.02 s

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

Current children cumulated memory: 1362424 KiB

[startup+2922.3 s]
/proc/loadavg: 1.08 1.23 2.19 2/245 99663
/proc/meminfo: memFree=119736224/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1387392 memory=1362424 CPUtime=2914.25 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 330510 0 0 0 290918 507 0 0 20 0 1 0 76899807 1420689408 340606 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 346848 340606 544 484 0 346259 0
Current children cumulated CPU time: 2914.25 s
Current children cumulated vsize: 1387392 KiB
Current children cumulated memory: 1362424 KiB

[startup+2982.3 s]
/proc/loadavg: 1.07 1.20 2.12 2/245 99667
/proc/meminfo: memFree=119765116/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1388916 memory=1333432 CPUtime=2974.09 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 332286 0 0 0 296896 513 0 0 20 0 1 0 76899807 1422249984 333358 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 347229 333358 544 484 0 346640 0
Current children cumulated CPU time: 2974.09 s
Current children cumulated vsize: 1388916 KiB
Current children cumulated memory: 1333432 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 1.19 2.06 2/245 99669
/proc/meminfo: memFree=119769652/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1388988 memory=1333504 CPUtime=3033.94 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 334768 0 0 0 302870 524 0 0 20 0 1 0 76899807 1422323712 333376 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 347247 333376 544 484 0 346658 0
Current children cumulated CPU time: 3033.94 s
Current children cumulated vsize: 1388988 KiB
Current children cumulated memory: 1333504 KiB

[startup+3102.3 s]
/proc/loadavg: 1.04 1.15 1.99 2/244 99671
/proc/meminfo: memFree=119712504/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1389852 memory=1365088 CPUtime=3093.77 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 335630 0 0 0 308848 529 0 0 20 0 1 0 76899807 1423208448 341272 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 347463 341272 544 484 0 346874 0
Current children cumulated CPU time: 3093.77 s
Current children cumulated vsize: 1389852 KiB
Current children cumulated memory: 1365088 KiB

[startup+3162.3 s]
/proc/loadavg: 1.12 1.15 1.93 2/245 99674
/proc/meminfo: memFree=119711748/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1390136 memory=1365372 CPUtime=3153.62 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 337043 0 0 0 314829 533 0 0 20 0 1 0 76899807 1423499264 341343 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 347534 341343 544 484 0 346945 0
Current children cumulated CPU time: 3153.62 s
Current children cumulated vsize: 1390136 KiB
Current children cumulated memory: 1365372 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.14 1.88 2/245 99676
/proc/meminfo: memFree=119766888/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1390568 memory=1335084 CPUtime=3213.46 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 338681 0 0 0 320809 537 0 0 20 0 1 0 76899807 1423941632 333771 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 347642 333771 544 484 0 347053 0
Current children cumulated CPU time: 3213.46 s
Current children cumulated vsize: 1390568 KiB
Current children cumulated memory: 1335084 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.13 1.83 2/245 99679
/proc/meminfo: memFree=119783508/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1312664 memory=1295888 CPUtime=3273.31 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 342220 0 0 0 326782 549 0 0 20 0 1 0 76899807 1344167936 323972 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328166 323972 544 484 0 327577 0
Current children cumulated CPU time: 3273.31 s
Current children cumulated vsize: 1312664 KiB
Current children cumulated memory: 1295888 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.12 1.78 2/246 99686
/proc/meminfo: memFree=119783452/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1312060 memory=1295284 CPUtime=3333.16 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 343747 0 0 0 332762 554 0 0 20 0 1 0 76899807 1343549440 323821 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328015 323821 544 484 0 327426 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 1312060 KiB
Current children cumulated memory: 1295284 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.11 1.73 2/246 99688
/proc/meminfo: memFree=119788884/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1312580 memory=1295804 CPUtime=3392.99 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 348076 0 0 0 338736 563 0 0 20 0 1 0 76899807 1344081920 323951 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328145 323951 544 484 0 327556 0
Current children cumulated CPU time: 3392.99 s
Current children cumulated vsize: 1312580 KiB
Current children cumulated memory: 1295804 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.12 1.70 2/246 99690
/proc/meminfo: memFree=119780400/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1312680 memory=1295904 CPUtime=3452.84 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 349189 0 0 0 344716 568 0 0 20 0 1 0 76899807 1344184320 323976 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328170 323976 544 484 0 327581 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 1312680 KiB
Current children cumulated memory: 1295904 KiB

[startup+3522.3 s]
/proc/loadavg: 1.05 1.10 1.65 2/246 99692
/proc/meminfo: memFree=119782172/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1315408 memory=1298632 CPUtime=3512.68 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 350702 0 0 0 350695 573 0 0 20 0 1 0 76899807 1346977792 324658 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328852 324658 544 484 0 328263 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 1315408 KiB
Current children cumulated memory: 1298632 KiB

[startup+3582.3 s]
/proc/loadavg: 1.06 1.09 1.61 2/246 99696
/proc/meminfo: memFree=119786108/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1313496 memory=1296720 CPUtime=3572.52 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 352041 0 0 0 356675 577 0 0 20 0 1 0 76899807 1345019904 324180 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328374 324180 544 484 0 327785 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 1313496 KiB
Current children cumulated memory: 1296720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 1.09 1.10 1.60 2/246 99696
/proc/meminfo: memFree=119786436/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1313496 memory=1296720 CPUtime=3600.05 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 352175 0 0 0 359428 577 0 0 20 0 1 0 76899807 1345019904 324180 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328374 324180 544 484 0 327785 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1313496 KiB
Current children cumulated memory: 1296720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.29 s, system=5.78199 s

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

[startup+3609.9 s]
/proc/loadavg: 1.09 1.10 1.60 2/246 99696
/proc/meminfo: memFree=119786436/131249992 swapFree=33010160/33010684
[pid=99374] ppid=99371 vsize=1313496 memory=1296720 CPUtime=3600.05 cores=0,2
/proc/99374/stat : 99374 (uwrmaxsat) R 99371 99374 98938 0 -1 4194304 352175 0 0 0 359428 577 0 0 20 0 1 0 76899807 1345019904 324180 18446744073709551615 4198400 6176925 140732495367040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 30793728 140732495374698 140732495374825 140732495374825 140732495380427 0
/proc/99374/statm: 328374 324180 544 484 0 327785 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1313496 KiB
Current children cumulated memory: 1296720 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.07
CPU user time (s): 3594.29
CPU system time (s): 5.78199
CPU usage (%): 99.7275
Max. virtual memory (cumulated for all children) (KiB): 1772988
Max. memory (cumulated for all children) (KiB): 1711656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.29
system time used= 5.78199
maximum resident set size= 1711656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352175
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= 207
involuntary context switches= 4555


# summary of solver processes directly reported to runsolver:
#   pid: 99374
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3594.29
#   total CPU system time (s): 5.78199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86449 second user time and 16.3798 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-04 08:56:50
IDJOB=4524359
IDBENCH=180653
IDSOLVER=3372
FILE ID=nodeC025/4524359-1751612210
RUNJOBID= nodeC025-1751608592-98948
SLURM_JOB_ID= 9598901
Free space on /tmp= 432084 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-SameQueensKnights-b-35_c24.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524359-1751612210/watcher-4524359-1751612210 -o /tmp/evaluation-result-4524359-1751612210/solver-4524359-1751612210 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751608592-98948 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4524359-1751612210.opb -mem-lim=31000

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

MD5SUM BENCH= 85006dfa006eef4f5ff7a59d59a5be2d
RANDOM SEED=1513070233

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.845
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.742
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		: 3821.073
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		: 3583.788
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.834
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.840
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		: 3736.204
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		: 3585.609
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:        111334812 kB
MemAvailable:   120782372 kB
Buffers:            2128 kB
Cached:         10195720 kB
SwapCached:          200 kB
Active:          9287208 kB
Inactive:        9861388 kB
Active(anon):    8951448 kB
Inactive(anon):    17156 kB
Active(file):     335760 kB
Inactive(file):  9844232 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            234712 kB
Writeback:             0 kB
AnonPages:       8952464 kB
Mapped:           109180 kB
Shmem:             17856 kB
KReclaimable:     213612 kB
Slab:             303880 kB
SReclaimable:     213612 kB
SUnreclaim:        90268 kB
KernelStack:        4288 kB
PageTables:        20400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9308508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 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= 432972 MiB
End job on nodeC025 at 2025-07-04 09:57:01