Trace number 4527554

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
LSIPExact S1? (TO) 5017.87 3380.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-12.opb
MD5SUM0c5a5feecc6e9ebbd7fc1e1b28678077
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 benchmark54713
Best CPU time to get the best result obtained on this benchmark35.568
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214302
Total number of constraints3483525
Number of constraints which are clauses3483525
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.10/1957.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/1957.90	c numVar: 214302
3600.10/1957.90	c numCon: 3483525
3600.10/1957.90	c numEqual: 0
3600.10/1957.90	c intSize: 24
3600.10/1957.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/1957.90	c ------------------- Paras list -------------------
3600.10/1957.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/1957.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/1957.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/1957.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/1957.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/1957.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/1957.90	c random_seed         	 int       	 0         	 0         	 
3600.10/1957.90	c sample_size         	 int       	 50        	 50        	 
3600.10/1957.90	c sub_score           	 int       	 1         	 1         	 
3600.10/1957.90	c tabu_base           	 int       	 3         	 3         	 
3600.10/1957.90	c tabu_variation      	 int       	 1         	 1         	 
3600.10/1957.90	c sub_div             	 int       	 4         	 4         	 
3600.10/1957.90	c nbcore              	 int       	 2         	 1         	 
3600.10/1957.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/1957.90	c print_sol           	 int       	 1         	 1         	 
3600.10/1957.90	c tmpdir              	 string		 .         	 "."       	 
3600.10/1957.90	c home                	 string		 HOME	 "."       	 
3600.10/1957.90	c benchname           	 string		 HOME/instance-4527554-1752234058.opb	 ""        	 
3600.10/1957.90	c --------------------------------------------------
3600.10/1957.90	c Local Search solver
3600.10/1957.90	c MIP solver
3600.10/1957.90	c receive signal 15, try to interrupt solver...
3600.89/1958.36	c MIP solver find feasible solution
3601.11/1958.55	c MIP solver objective value: 85541
3601.59/1959.00	c MIP find feasible solution for PBO with objective value 85541
3601.59/1959.00	c copy file: 0
3601.59/1959.00	c gen ub file: HOME/instance-4527554-1752234058.opb_ub.opb
3601.59/1959.00	c use Exact solver

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 (60067 MiB free)
  memory of node 1: 64465 MiB (62590 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527554-1752234058/watcher-4527554-1752234058 -o /tmp/evaluation-result-4527554-1752234058/solver-4527554-1752234058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117680 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527554-1752234058.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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


[startup+0.100067 s]*
/proc/loadavg: 7.28 7.92 6.99 7/266 118025
/proc/meminfo: memFree=125387912/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=408912 memory=198284 CPUtime=0.09 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 36304 0 0 0 3 6 0 0 20 0 1 0 139083410 418725888 49571 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 102261 49571 1152 6655 0 92496 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 408912 KiB
Current children cumulated memory: 198284 KiB

[startup+0.205718 s]*
/proc/loadavg: 7.28 7.92 6.99 7/266 118025
/proc/meminfo: memFree=125157256/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=564144 memory=404620 CPUtime=0.2 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 75127 0 0 0 7 13 0 0 20 0 1 0 139083410 577683456 101155 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 141036 101155 1152 6655 0 131271 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 564144 KiB
Current children cumulated memory: 404620 KiB

[startup+0.305653 s]*
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124934664/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=711456 memory=601100 CPUtime=0.29 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 111979 0 0 0 10 19 0 0 20 0 1 0 139083410 728530944 150275 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 177864 150275 1152 6655 0 168099 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 711456 KiB
Current children cumulated memory: 601100 KiB

[startup+0.700173 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124627080/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=919568 memory=876684 CPUtime=0.68 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 164582 0 0 0 40 28 0 0 20 0 1 0 139083410 941637632 219171 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 229892 219171 1152 6655 0 220127 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 919568 KiB
Current children cumulated memory: 876684 KiB

[startup+1.50017 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124375808/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=1271612 memory=1236604 CPUtime=1.48 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 210659 0 0 0 109 39 0 0 20 0 1 0 139083410 1302130688 309151 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 317903 309151 1184 6655 0 308138 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1271612 KiB
Current children cumulated memory: 1236604 KiB

[startup+3.10553 s]
/proc/loadavg: 7.28 7.92 6.99 5/263 118040
/proc/meminfo: memFree=124237344/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=1667652 memory=1631356 CPUtime=3.08 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 309393 0 0 0 251 57 0 0 20 0 1 0 139083410 1707675648 407839 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 416913 407839 1184 6655 0 407148 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1667652 KiB
Current children cumulated memory: 1631356 KiB

[startup+6.30017 s]
/proc/loadavg: 7.09 7.87 6.98 6/265 118071
/proc/meminfo: memFree=123824876/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=2096740 memory=2055156 CPUtime=6.26 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 415120 0 0 0 551 75 0 0 20 0 1 0 139083410 2147061760 513789 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 524185 513789 1184 6655 0 514420 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2096740 KiB
Current children cumulated memory: 2055156 KiB

[startup+12.7002 s]
/proc/loadavg: 6.85 7.80 6.96 5/265 118072
/proc/meminfo: memFree=122349568/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=3877824 memory=3814036 CPUtime=12.64 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 661906 0 0 0 1141 123 0 0 20 0 1 0 139083410 3970891776 953509 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 969456 953509 2272 6655 0 959691 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3877824 KiB
Current children cumulated memory: 3814036 KiB

[startup+25.5002 s]
/proc/loadavg: 6.73 7.73 6.95 7/267 118074
/proc/meminfo: memFree=121113968/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=4562356 memory=4368252 CPUtime=25.39 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 782559 0 0 0 2327 212 0 0 20 0 2 0 139083410 4671852544 1092063 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1140589 1092063 2752 6655 0 1114472 0
[pid=118024/tid=118074] ppid=118021 vsize=4562356 memory=4407356 CPUtime=0 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084855 4671852544 1092063 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 4562356 KiB
Current children cumulated memory: 4368252 KiB

[startup+51.1055 s]
/proc/loadavg: 6.36 7.56 6.91 7/267 118074
/proc/meminfo: memFree=120505504/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5301608 memory=4991236 CPUtime=52.51 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 920471 0 0 0 4964 287 0 0 20 0 2 0 139083410 5428846592 1247809 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1325402 1247809 3616 6655 0 1315126 0
[pid=118024/tid=118074] ppid=118021 vsize=5301608 memory=4991236 CPUtime=1.74 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 15718 0 0 0 168 6 0 0 20 0 2 0 139084855 5428846592 1247809 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 52.51 s
Current children cumulated vsize: 5301608 KiB
Current children cumulated memory: 4991236 KiB

[startup+102.3 s]
/proc/loadavg: 6.38 7.38 6.89 7/267 118076
/proc/meminfo: memFree=119686472/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5734112 memory=5422860 CPUtime=130.19 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 1048362 0 0 0 12658 361 0 0 20 0 2 0 139083410 5871730688 1355715 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1433528 1355715 3648 6655 0 1416005 0
[pid=118024/tid=118074] ppid=118021 vsize=5734112 memory=5573288 CPUtime=28.49 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 48150 0 0 0 2784 65 0 0 20 0 2 0 139084855 5871730688 1355715 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 130.19 s
Current children cumulated vsize: 5734112 KiB
Current children cumulated memory: 5422860 KiB

[startup+162.3 s]
/proc/loadavg: 6.18 7.14 6.83 7/268 118079
/proc/meminfo: memFree=119652492/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5734112 memory=5429504 CPUtime=189.86 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 1069755 0 0 0 18622 364 0 0 20 0 2 0 139083410 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1433528 1357376 3648 6655 0 1416005 0
[pid=118024/tid=118074] ppid=118021 vsize=5734112 memory=5423116 CPUtime=28.49 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 48150 0 0 0 2784 65 0 0 20 0 2 0 139084855 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 189.86 s
Current children cumulated vsize: 5734112 KiB
Current children cumulated memory: 5429504 KiB

[startup+222.3 s]
/proc/loadavg: 6.16 6.96 6.79 7/268 118083
/proc/meminfo: memFree=119235704/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5734112 memory=5429504 CPUtime=249.58 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 1093927 0 0 0 24590 368 0 0 20 0 2 0 139083410 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1433528 1357376 3648 6655 0 1416005 0
[pid=118024/tid=118074] ppid=118021 vsize=5734112 memory=10752 CPUtime=28.49 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 48150 0 0 0 2784 65 0 0 20 0 2 0 139084855 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 249.58 s
Current children cumulated vsize: 5734112 KiB
Current children cumulated memory: 5429504 KiB

[startup+282.3 s]
/proc/loadavg: 6.11 6.80 6.74 7/268 118085
/proc/meminfo: memFree=119205756/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5734112 memory=5429504 CPUtime=309.31 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 1111458 0 0 0 30560 371 0 0 20 0 2 0 139083410 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1433528 1357376 3648 6655 0 1416005 0
[pid=118024/tid=118074] ppid=118021 vsize=5734112 memory=5429504 CPUtime=28.49 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) S 118021 118024 117663 0 -1 4194368 48150 0 0 0 2784 65 0 0 20 0 2 0 139084855 5871730688 1357376 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 309.31 s
Current children cumulated vsize: 5734112 KiB
Current children cumulated memory: 5429504 KiB

[startup+342.3 s]
/proc/loadavg: 6.59 6.79 6.74 8/266 118087
/proc/meminfo: memFree=118053376/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=7238256 memory=6734296 CPUtime=402.53 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 1291476 0 0 0 39793 460 0 0 20 0 2 0 139083410 7411974144 1683574 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1809564 1683574 3680 6655 0 1782356 0
[pid=118024/tid=118074] ppid=118021 vsize=7238256 memory=6247800 CPUtime=61.99 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 92975 0 0 0 6102 97 0 0 20 0 2 0 139084855 7411974144 1683574 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 402.53 s
Current children cumulated vsize: 7238256 KiB
Current children cumulated memory: 6734296 KiB

[startup+402.3 s]
/proc/loadavg: 6.91 6.85 6.77 8/266 118089
/proc/meminfo: memFree=118374272/131250000 swapFree=33008100/33010684

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

/proc/loadavg: 6.06 6.19 6.44 7/270 118257
/proc/meminfo: memFree=117507240/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946036 memory=6527268 CPUtime=2894.64 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2100546 0 0 0 288739 725 0 0 20 0 2 0 139083410 7112740864 1631817 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736509 1631817 3680 6655 0 1711820 0
[pid=118024/tid=118074] ppid=118021 vsize=6946036 memory=6527268 CPUtime=1300.83 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 285960 0 0 0 129863 220 0 0 20 0 2 0 139084855 7112740864 1631817 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 2894.64 s
Current children cumulated vsize: 6946036 KiB
Current children cumulated memory: 6527268 KiB

[startup+1662.3 s]
/proc/loadavg: 6.07 6.17 6.41 7/270 118259
/proc/meminfo: memFree=117507696/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946216 memory=6527400 CPUtime=3013.63 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2135705 0 0 0 300631 732 0 0 20 0 2 0 139083410 7112925184 1631850 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736554 1631850 3680 6655 0 1711865 0
[pid=118024/tid=118074] ppid=118021 vsize=6946216 memory=5632 CPUtime=1360.12 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 290094 0 0 0 135790 222 0 0 20 0 2 0 139084855 7112925184 1631850 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3013.63 s
Current children cumulated vsize: 6946216 KiB
Current children cumulated memory: 6527400 KiB

[startup+1722.3 s]
/proc/loadavg: 6.13 6.16 6.40 7/270 118261
/proc/meminfo: memFree=117496588/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946280 memory=6527556 CPUtime=3132.66 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2176495 0 0 0 312528 738 0 0 20 0 2 0 139083410 7112990720 1631889 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736570 1631889 3680 6655 0 1711881 0
[pid=118024/tid=118074] ppid=118021 vsize=6946280 memory=6527400 CPUtime=1419.44 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 298006 0 0 0 141720 224 0 0 20 0 2 0 139084855 7112990720 1631889 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3132.66 s
Current children cumulated vsize: 6946280 KiB
Current children cumulated memory: 6527556 KiB

[startup+1782.3 s]
/proc/loadavg: 6.10 6.15 6.37 7/269 118263
/proc/meminfo: memFree=117483172/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946580 memory=6527752 CPUtime=3251.67 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2203402 0 0 0 324422 745 0 0 20 0 2 0 139083410 7113297920 1631938 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736645 1631938 3680 6655 0 1711956 0
[pid=118024/tid=118074] ppid=118021 vsize=6946580 memory=6527656 CPUtime=1478.74 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 301992 0 0 0 147647 227 0 0 20 0 2 0 139084855 7113297920 1631938 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3251.67 s
Current children cumulated vsize: 6946580 KiB
Current children cumulated memory: 6527752 KiB

[startup+1842.3 s]
/proc/loadavg: 5.89 6.09 6.34 6/269 118313
/proc/meminfo: memFree=120138728/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946860 memory=6528024 CPUtime=3370.71 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2249621 0 0 0 336316 755 0 0 20 0 2 0 139083410 7113584640 1632006 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736715 1632006 3680 6655 0 1712026 0
[pid=118024/tid=118074] ppid=118021 vsize=6946860 memory=6527752 CPUtime=1538.08 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 306523 0 0 0 153578 230 0 0 20 0 2 0 139084855 7113584640 1632006 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3370.71 s
Current children cumulated vsize: 6946860 KiB
Current children cumulated memory: 6528024 KiB

[startup+1902.3 s]
/proc/loadavg: 5.39 5.90 6.25 6/268 118552
/proc/meminfo: memFree=120281780/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6946944 memory=6528148 CPUtime=3489.77 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2277101 0 0 0 348210 767 0 0 20 0 2 0 139083410 7113670656 1632037 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736736 1632037 3680 6655 0 1712047 0
[pid=118024/tid=118074] ppid=118021 vsize=6946944 memory=6527752 CPUtime=1597.46 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 311857 0 0 0 159514 232 0 0 20 0 2 0 139084855 7113670656 1632037 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3489.77 s
Current children cumulated vsize: 6946944 KiB
Current children cumulated memory: 6528148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1957.9 s]
/proc/loadavg: 5.31 5.79 6.20 6/269 118600
/proc/meminfo: memFree=118106496/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6947096 memory=6528340 CPUtime=3600.1 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2314687 0 0 0 359237 773 0 0 20 0 2 0 139083410 7113826304 1632085 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1736774 1632085 3680 6655 0 1712085 0
[pid=118024/tid=118074] ppid=118021 vsize=6947096 memory=6528212 CPUtime=1652.45 cores=0,2
/proc/118024/task/118074/stat : 118074 (LSIPExact) R 118021 118024 117663 0 -1 4194368 317886 0 0 0 165012 233 0 0 20 0 2 0 139084855 7113826304 1632085 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 6947096 KiB
Current children cumulated memory: 6528340 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3593.63 s, system=8.08147 s

[startup+3380.3 s]
# the end of solver process 118602 was just reported to runsolver
# Child ended because it received signal 13 (SIGPIPE)

# cumulated CPU time of all completed processes:  user=5007.5 s, system=10.3698 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+1958.4 s]
/proc/loadavg: 5.31 5.79 6.20 6/269 118600
/proc/meminfo: memFree=118105992/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=6024528 memory=5851216 CPUtime=3601.01 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) R 118021 118024 117663 0 -1 4194304 2370647 0 0 0 359323 778 0 0 20 0 1 0 139083410 6169116672 1462804 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1506132 1462804 3712 6655 0 1488475 0
Current children cumulated CPU time: 3601.01 s
Current children cumulated vsize: 6024528 KiB
Current children cumulated memory: 5851216 KiB

[startup+1959.2 s]
/proc/loadavg: 5.31 5.79 6.20 4/268 118601
/proc/meminfo: memFree=119612120/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5143280 memory=5005496 CPUtime=3601.59 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) S 118021 118024 117663 0 -1 4194304 2746522 228 0 0 359362 797 0 0 20 0 1 0 139083410 5266718720 1251374 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1285820 1251374 3712 6655 0 1269309 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 5143280 KiB
Current children cumulated memory: 5005496 KiB

[startup+1959.6 s]
/proc/loadavg: 5.31 5.79 6.20 4/268 118601
/proc/meminfo: memFree=119612120/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5143280 memory=5005496 CPUtime=3601.59 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) S 118021 118024 117663 0 -1 4194304 2746522 228 0 0 359362 797 0 0 20 0 1 0 139083410 5266718720 1251374 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1285820 1251374 3712 6655 0 1269309 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 5143280 KiB
Current children cumulated memory: 5005496 KiB

[startup+1959.8 s]
/proc/loadavg: 5.31 5.79 6.20 4/268 118601
/proc/meminfo: memFree=119612120/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5143280 memory=5005496 CPUtime=3601.59 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) S 118021 118024 117663 0 -1 4194304 2746522 228 0 0 359362 797 0 0 20 0 1 0 139083410 5266718720 1251374 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1285820 1251374 3712 6655 0 1269309 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 5143280 KiB
Current children cumulated memory: 5005496 KiB

[startup+1959.9 s]
/proc/loadavg: 5.31 5.79 6.20 4/268 118601
/proc/meminfo: memFree=119612120/131250000 swapFree=33008100/33010684
[pid=118024] ppid=118021 vsize=5143280 memory=5005496 CPUtime=3601.59 cores=0,2
/proc/118024/stat : 118024 (LSIPExact) S 118021 118024 117663 0 -1 4194304 2746522 228 0 0 359362 797 0 0 20 0 1 0 139083410 5266718720 1251374 18446744073709551615 94256524210176 94256551467345 140721116668752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94256559969416 94256560401024 94256583118848 140721116674392 140721116674568 140721116674568 140721116680172 0
/proc/118024/statm: 1285820 1251374 3712 6655 0 1269309 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 5143280 KiB
Current children cumulated memory: 5005496 KiB

Child ended because it received signal 13 (SIGPIPE)

Real time (s): 3380.3
CPU time (s): 5017.87
CPU user time (s): 5007.5
CPU system time (s): 10.3698
CPU usage (%): 148.444
Max. virtual memory (cumulated for all children) (KiB): 7311468
Max. memory (cumulated for all children) (KiB): 6812256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5007.5
system time used= 10.3698
maximum resident set size= 6869900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3315245
page faults= 0
swaps= 0
block input operations= 218208
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 503
involuntary context switches= 42130


# summary of solver processes directly reported to runsolver:
#   pid: 118024,118602
#   total CPU time (s): 5017.87
#   total CPU user time (s): 5007.5
#   total CPU system time (s): 10.3698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01751 second user time and 9.31943 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-11 13:40:59
IDJOB=4527554
IDBENCH=158206
IDSOLVER=3384
FILE ID=nodeC019/4527554-1752234058
RUNJOBID= nodeC019-1752232205-117680
SLURM_JOB_ID= 9682530
Free space on /tmp= 431336 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-12.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527554-1752234058/watcher-4527554-1752234058 -o /tmp/evaluation-result-4527554-1752234058/solver-4527554-1752234058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117680 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527554-1752234058.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 0c5a5feecc6e9ebbd7fc1e1b28678077
RANDOM SEED=291300059

nodeC019 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.865
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.37
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		: 3588.270
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.37
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		: 3700.000
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.37
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.676
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.37
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.679
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.37
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.687
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.37
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		: 3598.846
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.37
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.666
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125601808 kB
MemAvailable:   127825112 kB
Buffers:             904 kB
Cached:          3023216 kB
SwapCached:          568 kB
Active:          2158348 kB
Inactive:        2861320 kB
Active(anon):    1985144 kB
Inactive(anon):    27364 kB
Active(file):     173204 kB
Inactive(file):  2833956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            228040 kB
Writeback:             4 kB
AnonPages:       1998112 kB
Mapped:           133644 kB
Shmem:             16960 kB
KReclaimable:     110768 kB
Slab:             203008 kB
SReclaimable:     110768 kB
SUnreclaim:        92240 kB
KernelStack:        4288 kB
PageTables:         7096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2433380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431396 MiB
End job on nodeC019 at 2025-07-11 14:37:19