Trace number 4498568

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
roundingsat-ihs 63f22ad? (MO) 317.891 320.117

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
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 benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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 pb25
0.00/0.01	c commit 63f22ad
19.12/19.21	c #variables 10240998 #constraints 7000
19.12/19.27	c objective is ce32 
24.60/24.78	c initial watched  CF 32, 64, 128, Arb: 998 , 0 , 0 , 0
24.60/24.78	c initial counting CF 32, 64, 128, Arb: 999 , 0 , 0 , 0
24.60/24.78	c GLOBAL bounds - >= 0 @ 21.6161
38.97/39.14	c GLOBAL bounds - >= 0 @ 28.8368
50.24/50.44	c GLOBAL bounds - >= 0 @ 35.4848
61.91/62.13	c GLOBAL bounds - >= 0 @ 42.3828
76.07/76.33	c GLOBAL bounds - >= 0 @ 50.3367
101.01/101.37	c GLOBAL bounds - >= 0 @ 65.3316
316.47/317.49	terminate called after throwing an instance of 'std::bad_alloc'
316.47/317.49	  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: 63665 MiB (61907 MiB free)
  memory of node 1: 64507 MiB (63010 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498568-1751401363/watcher-4498568-1751401363 -o /tmp/evaluation-result-4498568-1751401363/solver-4498568-1751401363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751394141-56562 --watchdog 3760 run-opt.sh HOME/instance-4498568-1751401363.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=57380, runsolver pid=57377
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=127567256/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=841716 memory=356292 CPUtime=0.07 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 525 0 0 0 1 6 0 0 20 0 1 0 55814419 861917184 89073 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 210429 89073 1856 1147 0 197856 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 845908 KiB
Current children cumulated memory: 359364 KiB

[startup+0.205603 s]*
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=127137176/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=841716 memory=794308 CPUtime=0.18 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 1206 0 0 0 3 15 0 0 20 0 1 0 55814419 861917184 198577 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 210429 198577 1856 1147 0 197856 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 845908 KiB
Current children cumulated memory: 797380 KiB

[startup+0.305611 s]*
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=127133080/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=841716 memory=794308 CPUtime=0.28 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 1206 0 0 0 13 15 0 0 20 0 1 0 55814419 861917184 198577 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 210429 198577 1856 1147 0 197856 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 845908 KiB
Current children cumulated memory: 797380 KiB

[startup+0.700218 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=126560148/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=2025208 memory=1767120 CPUtime=0.67 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 5752 0 0 0 34 33 0 0 20 0 1 0 55814419 2073812992 441780 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 506302 441780 1856 1147 0 493729 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2029400 KiB
Current children cumulated memory: 1770192 KiB

[startup+1.5002 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=125673776/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=2637784 memory=2562812 CPUtime=1.47 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 14421 0 0 0 84 63 0 0 20 0 1 0 55814419 2701090816 640703 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 659446 640703 1856 1147 0 646873 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2641976 KiB
Current children cumulated memory: 2565884 KiB

[startup+3.10535 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=124576456/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=3456988 memory=2995896 CPUtime=3.07 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 16658 0 0 0 221 86 0 0 20 0 1 0 55814419 3539955712 748974 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 864247 748974 1856 1147 0 851674 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 3461180 KiB
Current children cumulated memory: 2998968 KiB

[startup+6.30018 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 57382
/proc/meminfo: memFree=125074456/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=2531672 memory=2435860 CPUtime=6.25 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 56232 0 0 0 527 98 0 0 20 0 1 0 55814419 2592432128 608965 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 632918 608965 1888 1147 0 620345 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2535864 KiB
Current children cumulated memory: 2438932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.09 4.09 5/270 57382
/proc/meminfo: memFree=123850720/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=3168788 memory=3096132 CPUtime=12.64 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 155086 0 0 0 1141 123 0 0 20 0 1 0 55814419 3244838912 774033 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 792197 774033 1888 1147 0 779624 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3172980 KiB
Current children cumulated memory: 3099204 KiB

[startup+25.5001 s]
/proc/loadavg: 4.17 4.10 4.09 5/270 57382
/proc/meminfo: memFree=118106404/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=8617396 memory=8341288 CPUtime=25.4 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 816428 0 0 0 2188 352 0 0 20 0 1 0 55814419 8824213504 2085322 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 2154349 2085322 2304 1147 0 2141776 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 8621588 KiB
Current children cumulated memory: 8344360 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 57382
/proc/meminfo: memFree=114805000/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=11040280 memory=10207512 CPUtime=50.94 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 974553 0 0 0 3576 1518 0 0 20 0 1 0 55814419 11305246720 2551878 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 2760070 2551878 2304 1147 0 2747497 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 11044472 KiB
Current children cumulated memory: 10210584 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/270 57384
/proc/meminfo: memFree=108799360/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=15111580 memory=13803480 CPUtime=102 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 1401545 0 0 0 6625 3575 0 0 20 0 1 0 55814419 15474257920 3450870 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 3777895 3450870 2304 1147 0 3765322 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 15115772 KiB
Current children cumulated memory: 13806552 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 57387
/proc/meminfo: memFree=103753824/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=19640968 memory=17904680 CPUtime=161.83 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 2157505 0 0 0 12457 3726 0 0 20 0 1 0 55814419 20112351232 4476170 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 4910242 4476170 2304 1147 0 4897669 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 19645160 KiB
Current children cumulated memory: 17907752 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 57389
/proc/meminfo: memFree=95009388/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=25755184 memory=23579120 CPUtime=221.65 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 3344081 0 0 0 18218 3947 0 0 20 0 1 0 55814419 26373308416 5894780 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 6438796 5894780 2304 1147 0 6426223 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 25759376 KiB
Current children cumulated memory: 23582192 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 57392
/proc/meminfo: memFree=92317004/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=28190460 memory=24637240 CPUtime=281.48 cores=5,7
/proc/57382/stat : 57382 (roundingsat) R 57380 57380 56549 0 -1 4194304 3359039 0 0 0 24147 4001 0 0 20 0 1 0 55814419 28867031040 6159310 18446744073709551615 4227072 8923433 140730117168352 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 0
/proc/57382/statm: 7047615 6159310 2304 1147 0 7035042 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 28194652 KiB
Current children cumulated memory: 24640312 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+317.502 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 57394
/proc/meminfo: memFree=88343320/131249996 swapFree=33010684/33010684
[pid=57380] ppid=57377 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/57380/stat : 57380 (run-opt.sh) S 57377 57380 56549 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 55814418 4292608 768 18446744073709551615 94225305452544 94225306347077 140724783599136 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94225306586128 94225306633872 94225320075264 140724783602029 140724783602152 140724783602152 140724783607754 0
/proc/57380/statm: 1048 768 704 219 0 110 0
[pid=57382] ppid=57380 vsize=31795116 memory=28877236 CPUtime=316.56 cores=5,7
/proc/57382/stat : 57382 (roundingsat) S 57380 57380 56549 0 -1 4195840 4267711 0 0 0 27488 4168 0 0 20 0 1 0 55814419 32558198784 7219309 18446744073709551615 4227072 8923433 140730117168352 140730117164080 139632679893612 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 6
/proc/57382/statm: 7948779 7219309 2432 1147 0 7936206 0
Current children cumulated CPU time: 316.56 s
Current children cumulated vsize: 31799308 KiB
Current children cumulated memory: 28880308 KiB

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

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

# cumulated CPU time of all completed processes:  user=0 s, system=0.00197 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=274.89 s, system=43.0013 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+318.4 s]
/proc/loadavg: 4.15 4.10 4.09 6/271 57397
/proc/meminfo: memFree=86976996/131249996 swapFree=33010684/33010684
[pid=57382] ppid=57377 vsize=31795116 memory=28877236 CPUtime=317.27 cores=5,7
/proc/57382/stat : 57382 (roundingsat) S 57377 57380 56549 0 -1 4195840 4267711 0 0 0 27488 4239 0 0 20 0 1 0 55814419 32558198784 7219309 18446744073709551615 4227072 8923433 140730117168352 140730117164080 139632679893612 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 6
/proc/57382/statm: 7948779 7219309 2432 1147 0 7936206 0
Current cumulated CPU time of completed processes: 0.00197 s
Current children cumulated CPU time: 317.27 s
Current children cumulated vsize: 31795116 KiB
Current children cumulated memory: 28877236 KiB

[startup+319.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/271 57397
/proc/meminfo: memFree=86548328/131249996 swapFree=33010684/33010684
[pid=57382] ppid=57377 vsize=31795116 memory=28877236 CPUtime=317.27 cores=5,7
/proc/57382/stat : 57382 (roundingsat) S 57377 57380 56549 0 -1 4195840 4267711 0 0 0 27488 4239 0 0 20 0 1 0 55814419 32558198784 7219309 18446744073709551615 4227072 8923433 140730117168352 140730117164080 139632679893612 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 6
/proc/57382/statm: 7948779 7219309 2432 1147 0 7936206 0
Current cumulated CPU time of completed processes: 0.00197 s
Current children cumulated CPU time: 317.27 s
Current children cumulated vsize: 31795116 KiB
Current children cumulated memory: 28877236 KiB

[startup+319.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/271 57397
/proc/meminfo: memFree=86548328/131249996 swapFree=33010684/33010684
[pid=57382] ppid=57377 vsize=31795116 memory=28877236 CPUtime=317.27 cores=5,7
/proc/57382/stat : 57382 (roundingsat) S 57377 57380 56549 0 -1 4195840 4267711 0 0 0 27488 4239 0 0 20 0 1 0 55814419 32558198784 7219309 18446744073709551615 4227072 8923433 140730117168352 140730117164080 139632679893612 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 6
/proc/57382/statm: 7948779 7219309 2432 1147 0 7936206 0
Current cumulated CPU time of completed processes: 0.00197 s
Current children cumulated CPU time: 317.27 s
Current children cumulated vsize: 31795116 KiB
Current children cumulated memory: 28877236 KiB

[startup+319.5 s]
/proc/loadavg: 4.15 4.10 4.09 5/271 57397
/proc/meminfo: memFree=86548328/131249996 swapFree=33010684/33010684
[pid=57382] ppid=57377 vsize=31795116 memory=28877236 CPUtime=317.27 cores=5,7
/proc/57382/stat : 57382 (roundingsat) S 57377 57380 56549 0 -1 4195840 4267711 0 0 0 27488 4239 0 0 20 0 1 0 55814419 32558198784 7219309 18446744073709551615 4227072 8923433 140730117168352 140730117164080 139632679893612 0 0 0 8404994 1 0 0 17 5 0 0 0 0 0 9823104 9832592 35438592 140730117171618 140730117171752 140730117171752 140730117177322 6
/proc/57382/statm: 7948779 7219309 2432 1147 0 7936206 0
Current cumulated CPU time of completed processes: 0.00197 s
Current children cumulated CPU time: 317.27 s
Current children cumulated vsize: 31795116 KiB
Current children cumulated memory: 28877236 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 320.117
CPU time (s): 317.891
CPU user time (s): 274.89
CPU system time (s): 43.0013
CPU usage (%): 99.3047
Max. virtual memory (cumulated for all children) (KiB): 31799308
Max. memory (cumulated for all children) (KiB): 28880308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.89
system time used= 43.0013
maximum resident set size= 28877236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4267915
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= 157
involuntary context switches= 1945


# summary of solver processes directly reported to runsolver:
#   pid: 57380,57382
#   total CPU time (s): 317.891
#   total CPU user time (s): 274.89
#   total CPU system time (s): 43.0013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.679525 second user time and 1.43349 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-01 22:22:47
IDJOB=4498568
IDBENCH=148705
IDSOLVER=3350
FILE ID=nodeC021/4498568-1751401363
RUNJOBID= nodeC021-1751394141-56562
SLURM_JOB_ID= 9598260
Free space on /tmp= 432060 MiB

SOLVER NAME= roundingsat-ihs 63f22ad
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= run-opt.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498568-1751401363/watcher-4498568-1751401363 -o /tmp/evaluation-result-4498568-1751401363/solver-4498568-1751401363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751394141-56562 --watchdog 3760  run-opt.sh HOME/instance-4498568-1751401363.opb

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1740405119

nodeC021 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.686
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.56
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.773
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.56
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		: 3660.293
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.56
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		: 3599.121
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.56
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.770
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.56
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		: 3604.194
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.56
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		: 3600.551
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127916092 kB
MemAvailable:   129254632 kB
Buffers:            3280 kB
Cached:          2143780 kB
SwapCached:            0 kB
Active:           870280 kB
Inactive:        1874024 kB
Active(anon):     615344 kB
Inactive(anon):        0 kB
Active(file):     254936 kB
Inactive(file):  1874024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            543284 kB
Writeback:             0 kB
AnonPages:        600196 kB
Mapped:           117316 kB
Shmem:             18060 kB
KReclaimable:      97236 kB
Slab:             186404 kB
SReclaimable:      97236 kB
SUnreclaim:        89168 kB
KernelStack:        4352 kB
PageTables:         4348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1006960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429868 MiB
End job on nodeC021 at 2025-07-01 22:28:08