Trace number 4529136

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
mixed-bag-2024 2025-07-10? (MO) 650.464 652.666

DiagnosticValue
SCIPUB

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMb14a0a898e5e623e09f97d156db7ef84
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-66663
Best CPU time to get the best result obtained on this benchmark318.596
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 621460138
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 621460138
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c RoundingSat 2
0.00/0.01	c branch 
0.00/0.01	c commit 
0.00/0.01	c with Papilo
0.00/0.01	c with SCIP
0.00/0.01	c [STEP] parsing instance
2.78/2.88	c [STEP] preprocessing with Papilo
10.22/10.35	c [STEP] solving with SCIP
311.98/313.07	c [STEP] preprocessing done, loading into solver
312.98/314.02	c [STEP] solving
312.98/314.02	c #variables 364931 #constraints 366801
312.98/314.03	c SMALL=int, LARGE=long long
312.98/314.06	d SCIPUB 0
312.98/314.07	c bounds - >= -621438246 @ 310.998
312.98/314.07	c stratification level: 6765
647.76/649.85	terminate called after throwing an instance of 'std::bad_alloc'
647.76/649.85	  what():  std::bad_alloc

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (59857 MiB free)
  memory of node 1: 64507 MiB (62832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529136-1752261455/watcher-4529136-1752261455 -o /tmp/evaluation-result-4529136-1752261455/solver-4529136-1752261455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752254228-117007 --watchdog 3760 mixed-bag HOME/instance-4529136-1752261455.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=117830, runsolver pid=117827

[startup+0.100105 s]*
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=125570584/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=182076 memory=86876 CPUtime=0.09 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 13578 0 0 0 5 4 0 0 20 0 1 0 141825393 186445824 21719 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 45519 21719 2112 2834 0 28271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 182076 KiB
Current children cumulated memory: 86876 KiB

[startup+0.21342 s]*
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=125499568/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=202552 memory=101572 CPUtime=0.2 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 14702 0 0 0 15 5 0 0 20 0 1 0 141825393 207413248 25393 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 50638 25393 2112 2834 0 33390 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 202552 KiB
Current children cumulated memory: 101572 KiB

[startup+0.313152 s]*
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=125491756/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=184404 memory=94728 CPUtime=0.3 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 18106 0 0 0 24 6 0 0 20 0 1 0 141825393 188829696 23682 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 46101 23682 2144 2834 0 28853 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 184404 KiB
Current children cumulated memory: 94728 KiB

[startup+0.700347 s]
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=125483692/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=213076 memory=123384 CPUtime=0.68 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 20164 0 0 0 60 8 0 0 20 0 1 0 141825393 218189824 30846 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 53269 30846 2144 2834 0 36021 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 213076 KiB
Current children cumulated memory: 123384 KiB

[startup+1.50034 s]
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=125400008/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=245888 memory=145152 CPUtime=1.48 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 21520 0 0 0 138 10 0 0 20 0 1 0 141825393 251789312 36288 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 61472 36288 2144 2834 0 44224 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 245888 KiB
Current children cumulated memory: 145152 KiB

[startup+3.11299 s]
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=124611376/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=631296 memory=495404 CPUtime=3.09 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 43984 0 0 0 281 28 0 0 20 0 1 0 141825393 646447104 123851 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 157824 123851 2240 2834 0 140029 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 631296 KiB
Current children cumulated memory: 495404 KiB

[startup+6.30032 s]
/proc/loadavg: 4.10 4.16 4.13 5/250 117831
/proc/meminfo: memFree=124603824/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=672044 memory=535928 CPUtime=6.26 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 48501 0 0 0 597 29 0 0 20 0 1 0 141825393 688173056 133982 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 168011 133982 2304 2834 0 150216 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 672044 KiB
Current children cumulated memory: 535928 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.16 4.13 5/250 117876
/proc/meminfo: memFree=123793420/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=1806664 memory=1665640 CPUtime=12.61 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 352338 0 0 0 1180 81 0 0 20 0 1 0 141825393 1850023936 416410 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 451666 416410 3968 2834 0 433871 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1806664 KiB
Current children cumulated memory: 1665640 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.15 4.13 5/251 117881
/proc/meminfo: memFree=119799784/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=2508280 memory=2355868 CPUtime=25.38 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 513597 0 0 0 2421 117 0 0 20 0 1 0 141825393 2568478720 588967 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 627070 588967 4032 2834 0 609275 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2508280 KiB
Current children cumulated memory: 2355868 KiB

[startup+51.113 s]
/proc/loadavg: 4.11 4.15 4.13 5/251 117881
/proc/meminfo: memFree=118545760/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=2810164 memory=2652224 CPUtime=50.91 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 551881 0 0 0 4965 126 0 0 20 0 1 0 141825393 2877607936 663056 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 702541 663056 4032 2834 0 684746 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2810164 KiB
Current children cumulated memory: 2652224 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/251 117884
/proc/meminfo: memFree=118554960/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=2810164 memory=2652224 CPUtime=101.96 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 551895 0 0 0 10069 127 0 0 20 0 1 0 141825393 2877607936 663056 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 702541 663056 4032 2834 0 684746 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2810164 KiB
Current children cumulated memory: 2652224 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.13 4.12 5/252 117887
/proc/meminfo: memFree=117745864/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=3152040 memory=2821976 CPUtime=161.78 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 559171 0 0 0 16047 131 0 0 20 0 1 0 141825393 3227688960 704982 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 788010 704982 4064 2834 0 770215 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 3152040 KiB
Current children cumulated memory: 2821976 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/252 117889
/proc/meminfo: memFree=115384676/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=4443372 memory=4078336 CPUtime=221.58 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 727663 0 0 0 21988 170 0 0 20 0 1 0 141825393 4550012928 1019584 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 1110843 1019584 4224 2834 0 1093048 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 4443372 KiB
Current children cumulated memory: 4078336 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/252 117891
/proc/meminfo: memFree=115174036/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=4602944 memory=4198560 CPUtime=281.38 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 737061 0 0 0 27963 175 0 0 20 0 1 0 141825393 4713414656 1049640 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 1150736 1049640 4256 2834 0 1132941 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 4602944 KiB
Current children cumulated memory: 4198560 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/252 117893
/proc/meminfo: memFree=116447680/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=4172616 memory=4100720 CPUtime=341.19 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 843760 0 0 0 33897 222 0 0 20 0 1 0 141825393 4272758784 1025180 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 1043154 1025180 4448 2834 0 1025359 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 4172616 KiB
Current children cumulated memory: 4100720 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.10 4.10 5/250 117895
/proc/meminfo: memFree=109541840/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=10834036 memory=10762352 CPUtime=401 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 2509145 0 0 0 39596 504 0 0 20 0 1 0 141825393 11094052864 2690588 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 2708509 2690588 4448 2834 0 2690714 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 10834036 KiB
Current children cumulated memory: 10762352 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 117898
/proc/meminfo: memFree=103912608/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=16373104 memory=16301296 CPUtime=460.83 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 3894822 0 0 0 45346 737 0 0 20 0 1 0 141825393 16766058496 4075324 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 4093276 4075324 4448 2834 0 4075481 0
Current children cumulated CPU time: 460.83 s
Current children cumulated vsize: 16373104 KiB
Current children cumulated memory: 16301296 KiB

[startup+522.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/250 117945
/proc/meminfo: memFree=98097868/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=21706224 memory=21634416 CPUtime=520.64 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 5228538 0 0 0 51090 974 0 0 20 0 1 0 141825393 22227173376 5408604 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 5426556 5408604 4448 2834 0 5408761 0
Current children cumulated CPU time: 520.64 s
Current children cumulated vsize: 21706224 KiB
Current children cumulated memory: 21634416 KiB

[startup+582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 117950
/proc/meminfo: memFree=93225236/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=26376740 memory=26304880 CPUtime=580.46 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 6396710 0 0 0 56871 1175 0 0 20 0 1 0 141825393 27009781760 6576220 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 6594185 6576220 4448 2834 0 6576390 0
Current children cumulated CPU time: 580.46 s
Current children cumulated vsize: 26376740 KiB
Current children cumulated memory: 26304880 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 117956
/proc/meminfo: memFree=88354804/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31251832 memory=31180144 CPUtime=640.28 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 7617716 0 0 0 62639 1389 0 0 20 0 1 0 141825393 32001875968 7795036 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 7812958 7795036 4448 2834 0 7795163 0
Current children cumulated CPU time: 640.28 s
Current children cumulated vsize: 31251832 KiB
Current children cumulated memory: 31180144 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+649.114 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 117956
/proc/meminfo: memFree=87832620/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31746500 memory=31674736 CPUtime=647.07 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 7741966 0 0 0 63294 1413 0 0 20 0 1 0 141825393 32508416000 7918684 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 7936625 7918684 4448 2834 0 7918830 0
Current children cumulated CPU time: 647.07 s
Current children cumulated vsize: 31746500 KiB
Current children cumulated memory: 31674736 KiB

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

Sending SIGKILL to process tree (bottom up)
WARNING: unexpectedly, some solver processes are still present and will be killed:

[startup+0 s]*
/proc/loadavg: 4.10 4.10 4.09 5/253 117959
/proc/meminfo: memFree=86803708/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31794812 memory=31723632 CPUtime=648.92 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4195840 7754066 0 0 0 63366 1526 0 0 20 0 1 0 141825393 32557887488 7930908 18446744073709551615 4235264 15840557 140734093875392 140734093870288 139712717699692 256 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 9
/proc/117830/statm: 7948703 7930908 4608 2834 0 7930908 0
??? kill 117830 sig 9
??? end of watcher thread

[startup+652.666 s]
# the end of solver process 117830 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=633.666 s, system=16.7988 s

Solver just ended.
Dumping a history of the last processes samples

[startup+649.6 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 117956
/proc/meminfo: memFree=87832620/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31778304 memory=31706480 CPUtime=647.56 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4194304 7749920 0 0 0 63341 1415 0 0 20 0 1 0 141825393 32540983296 7926620 18446744073709551615 4235264 15840557 140734093875392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 0
/proc/117830/statm: 7944576 7926620 4448 2834 0 7926781 0
Current children cumulated CPU time: 647.56 s
Current children cumulated vsize: 31778304 KiB
Current children cumulated memory: 31706480 KiB

[startup+650.401 s]
/proc/loadavg: 4.10 4.10 4.09 5/253 117959
/proc/meminfo: memFree=87774952/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31794812 memory=31723632 CPUtime=648.2 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) D 117827 117830 116989 0 -1 4195840 7754066 0 0 0 63366 1454 0 0 20 0 1 0 141825393 32557887488 7930908 18446744073709551615 4235264 15840557 140734093875392 140734093870288 139712717699692 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 6
/proc/117830/statm: 7948703 7930908 4608 2834 0 7930908 0
Current children cumulated CPU time: 648.2 s
Current children cumulated vsize: 31794812 KiB
Current children cumulated memory: 31723632 KiB

[startup+650.801 s]
/proc/loadavg: 4.10 4.10 4.09 5/253 117959
/proc/meminfo: memFree=87774952/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31794812 memory=31723632 CPUtime=648.6 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) D 117827 117830 116989 0 -1 4195840 7754066 0 0 0 63366 1494 0 0 20 0 1 0 141825393 32557887488 7930908 18446744073709551615 4235264 15840557 140734093875392 140734093870288 139712717699692 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 6
/proc/117830/statm: 7948703 7930908 4608 2834 0 7930908 0
Current children cumulated CPU time: 648.6 s
Current children cumulated vsize: 31794812 KiB
Current children cumulated memory: 31723632 KiB

[startup+651.001 s]*
/proc/loadavg: 4.10 4.10 4.09 5/253 117959
/proc/meminfo: memFree=86901736/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31794812 memory=31723632 CPUtime=648.8 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4195840 7754066 0 0 0 63366 1514 0 0 20 0 1 0 141825393 32557887488 7930908 18446744073709551615 4235264 15840557 140734093875392 140734093870288 139712717699692 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 6
/proc/117830/statm: 7948703 7930908 4608 2834 0 7930908 0
Current children cumulated CPU time: 648.8 s
Current children cumulated vsize: 31794812 KiB
Current children cumulated memory: 31723632 KiB

[startup+651.11 s]
/proc/loadavg: 4.10 4.10 4.09 5/253 117959
/proc/meminfo: memFree=86901736/131382112 swapFree=33010160/33010684
[pid=117830] ppid=117827 vsize=31794812 memory=31723632 CPUtime=648.9 cores=5,7
/proc/117830/stat : 117830 (mixed-bag) R 117827 117830 116989 0 -1 4195840 7754066 0 0 0 63366 1524 0 0 20 0 1 0 141825393 32557887488 7930908 18446744073709551615 4235264 15840557 140734093875392 140734093870288 139712717699692 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18047680 18058864 24113152 140734093879706 140734093879783 140734093879783 140734093885387 6
/proc/117830/statm: 7948703 7930908 4608 2834 0 7930908 0
Current children cumulated CPU time: 648.9 s
Current children cumulated vsize: 31794812 KiB
Current children cumulated memory: 31723632 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 652.666
CPU time (s): 650.464
CPU user time (s): 633.666
CPU system time (s): 16.7988
CPU usage (%): 99.6627
Max. virtual memory (cumulated for all children) (KiB): 31794812
Max. memory (cumulated for all children) (KiB): 31723632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 633.666
system time used= 16.7988
maximum resident set size= 31723632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7754066
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= 194
involuntary context switches= 731


# summary of solver processes directly reported to runsolver:
#   pid: 117830
#   total CPU time (s): 650.464
#   total CPU user time (s): 633.666
#   total CPU system time (s): 16.7988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.10927 second user time and 6.5767 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 21:17:36
IDJOB=4529136
IDBENCH=157841
IDSOLVER=3386
FILE ID=nodeC009/4529136-1752261455
RUNJOBID= nodeC009-1752254228-117007
SLURM_JOB_ID= 9682591
Free space on /tmp= 431120 MiB

SOLVER NAME= mixed-bag-2024 2025-07-10
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= mixed-bag BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529136-1752261455/watcher-4529136-1752261455 -o /tmp/evaluation-result-4529136-1752261455/solver-4529136-1752261455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752254228-117007 --watchdog 3760  mixed-bag HOME/instance-4529136-1752261455.opb

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

MD5SUM BENCH= b14a0a898e5e623e09f97d156db7ef84
RANDOM SEED=762245398

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.889
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.85
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		: 2494.152
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.85
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.587
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.85
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.287
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.85
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		: 3491.940
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.85
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		: 3700.000
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.85
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		: 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 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.85
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.230
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125635224 kB
MemAvailable:   128668944 kB
Buffers:            2144 kB
Cached:          3764668 kB
SwapCached:           24 kB
Active:          1958188 kB
Inactive:        3081768 kB
Active(anon):    1286904 kB
Inactive(anon):     4180 kB
Active(file):     671284 kB
Inactive(file):  3077588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89844 kB
Writeback:             0 kB
AnonPages:       1274888 kB
Mapped:           131756 kB
Shmem:             17936 kB
KReclaimable:     248564 kB
Slab:             339132 kB
SReclaimable:     248564 kB
SUnreclaim:        90568 kB
KernelStack:        4032 kB
PageTables:         5744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1761836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1142784 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430036 MiB
End job on nodeC009 at 2025-07-11 21:28:29