Trace number 4527769

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) 3604.34 2090.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
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 benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.15/2088.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.15/2088.50	c numVar: 2235696
3600.15/2088.50	c numCon: 106878
3600.15/2088.50	c numEqual: 0
3600.15/2088.50	c intSize: 12
3600.15/2088.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.15/2088.50	c ------------------- Paras list -------------------
3600.15/2088.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.15/2088.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.15/2088.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.15/2088.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.15/2088.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.15/2088.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.15/2088.50	c random_seed         	 int       	 0         	 0         	 
3600.15/2088.50	c sample_size         	 int       	 50        	 50        	 
3600.15/2088.50	c sub_score           	 int       	 1         	 1         	 
3600.15/2088.50	c tabu_base           	 int       	 3         	 3         	 
3600.15/2088.50	c tabu_variation      	 int       	 1         	 1         	 
3600.15/2088.50	c sub_div             	 int       	 4         	 4         	 
3600.15/2088.50	c nbcore              	 int       	 2         	 1         	 
3600.15/2088.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.15/2088.50	c print_sol           	 int       	 1         	 1         	 
3600.15/2088.50	c tmpdir              	 string		 .         	 "."       	 
3600.15/2088.50	c home                	 string		 HOME	 "."       	 
3600.15/2088.50	c benchname           	 string		 HOME/instance-4527769-1752235965.opb	 ""        	 
3600.15/2088.50	c --------------------------------------------------
3600.15/2088.50	c Local Search solver
3600.15/2088.50	c MIP solver
3600.15/2088.50	c receive signal 15, try to interrupt 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: 63665 MiB (59477 MiB free)
  memory of node 1: 64507 MiB (63052 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=119466, runsolver pid=119463

[startup+0.100066 s]*
/proc/loadavg: 5.12 5.69 6.24 6/267 119467
/proc/meminfo: memFree=125423156/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=110488 memory=67704 CPUtime=0.09 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 14918 0 0 0 7 2 0 0 20 0 1 0 139276165 113139712 16926 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 27655 16926 1152 6655 0 17890 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 110488 KiB
Current children cumulated memory: 67704 KiB

[startup+0.205627 s]*
/proc/loadavg: 5.12 5.69 6.24 6/267 119467
/proc/meminfo: memFree=125375280/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=156556 memory=113656 CPUtime=0.19 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 26411 0 0 0 15 4 0 0 20 0 1 0 139276165 160313344 28414 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 39139 28414 1152 6655 0 29374 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 156556 KiB
Current children cumulated memory: 113656 KiB

[startup+0.305562 s]*
/proc/loadavg: 5.12 5.69 6.24 6/267 119467
/proc/meminfo: memFree=125286944/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=341500 memory=217344 CPUtime=0.29 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 36485 0 0 0 21 8 0 0 20 0 1 0 139276165 349696000 54336 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 85375 54336 1152 6655 0 75610 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 341500 KiB
Current children cumulated memory: 217344 KiB

[startup+0.700204 s]
/proc/loadavg: 5.12 5.69 6.24 6/267 119467
/proc/meminfo: memFree=124874912/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=799216 memory=764560 CPUtime=0.68 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 101247 0 0 0 46 22 0 0 20 0 1 0 139276165 818397184 191140 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 199804 191140 1152 6655 0 190039 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 799216 KiB
Current children cumulated memory: 764560 KiB

[startup+1.50018 s]
/proc/loadavg: 5.12 5.69 6.24 6/267 119467
/proc/meminfo: memFree=124479776/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=1339980 memory=1298472 CPUtime=1.47 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 221429 0 0 0 107 40 0 0 20 0 1 0 139276165 1372139520 324586 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 334995 324618 1152 6655 0 325230 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1339980 KiB
Current children cumulated memory: 1298472 KiB

[startup+3.10592 s]
/proc/loadavg: 5.11 5.67 6.23 6/267 119467
/proc/meminfo: memFree=123983068/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=1551536 memory=1501664 CPUtime=3.07 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 267527 0 0 0 257 50 0 0 20 0 1 0 139276165 1588772864 375416 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 387884 375416 1152 6655 0 378119 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1551536 KiB
Current children cumulated memory: 1501664 KiB

[startup+6.30019 s]
/proc/loadavg: 5.11 5.67 6.23 6/267 119467
/proc/meminfo: memFree=123983068/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=1551536 memory=1501664 CPUtime=6.26 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 267936 0 0 0 575 51 0 0 20 0 1 0 139276165 1588772864 375416 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 387884 375416 1152 6655 0 378119 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1551536 KiB
Current children cumulated memory: 1501664 KiB

[startup+12.7002 s]
/proc/loadavg: 5.09 5.65 6.22 6/268 119468
/proc/meminfo: memFree=122985568/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=2868632 memory=2655092 CPUtime=12.63 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 359253 0 0 0 1177 86 0 0 20 0 2 0 139276165 2937479168 663773 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 717158 663773 2656 6655 0 691041 0
[pid=119466/tid=119468] ppid=119463 vsize=2868632 memory=2329096 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 2937479168 663773 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2868632 KiB
Current children cumulated memory: 2655092 KiB

[startup+25.5002 s]
/proc/loadavg: 5.08 5.63 6.20 6/267 119514
/proc/meminfo: memFree=121786620/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=4626984 memory=3945436 CPUtime=25.4 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 467984 0 0 0 2391 149 0 0 20 0 2 0 139276165 4738031616 986359 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1156746 986359 2912 6655 0 1130629 0
[pid=119466/tid=119468] ppid=119463 vsize=4626984 memory=3945436 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 4738031616 986359 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4626984 KiB
Current children cumulated memory: 3945436 KiB

[startup+51.1057 s]
/proc/loadavg: 5.11 5.59 6.17 4/262 119617
/proc/meminfo: memFree=121654148/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5734776 memory=4801960 CPUtime=50.92 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 522774 0 0 0 4919 173 0 0 20 0 2 0 139276165 5872410624 1200490 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1433694 1200490 3232 6655 0 1407577 0
[pid=119466/tid=119468] ppid=119463 vsize=5734776 memory=16128 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5872410624 1200490 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 5734776 KiB
Current children cumulated memory: 4801960 KiB

[startup+102.3 s]
/proc/loadavg: 5.03 5.48 6.10 6/268 119702
/proc/meminfo: memFree=120099664/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5749164 memory=4816936 CPUtime=101.96 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 529603 0 0 0 10020 176 0 0 20 0 2 0 139276165 5887143936 1204234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1437291 1204234 3232 6655 0 1411174 0
[pid=119466/tid=119468] ppid=119463 vsize=5749164 memory=14464 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5887143936 1204234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 5749164 KiB
Current children cumulated memory: 4816936 KiB

[startup+162.3 s]
/proc/loadavg: 5.44 5.50 6.06 7/269 119705
/proc/meminfo: memFree=118558208/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5780844 memory=4848936 CPUtime=161.8 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 541192 0 0 0 15999 181 0 0 20 0 2 0 139276165 5919584256 1212234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1445211 1212234 3232 6655 0 1419094 0
[pid=119466/tid=119468] ppid=119463 vsize=5780844 memory=4823720 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5919584256 1212234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 5780844 KiB
Current children cumulated memory: 4848936 KiB

[startup+222.3 s]
/proc/loadavg: 5.90 5.62 6.07 7/268 119707
/proc/meminfo: memFree=118239100/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5812392 memory=4880936 CPUtime=221.64 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 551784 0 0 0 21975 189 0 0 20 0 2 0 139276165 5951889408 1220234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1453098 1220234 3232 6655 0 1426981 0
[pid=119466/tid=119468] ppid=119463 vsize=5812392 memory=4866472 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5951889408 1220234 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 5812392 KiB
Current children cumulated memory: 4880936 KiB

[startup+282.3 s]
/proc/loadavg: 6.01 5.71 6.07 7/267 119709
/proc/meminfo: memFree=117022944/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5819916 memory=4888616 CPUtime=281.49 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 560820 0 0 0 27958 191 0 0 20 0 2 0 139276165 5959593984 1222154 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1454979 1222154 3232 6655 0 1428862 0
[pid=119466/tid=119468] ppid=119463 vsize=5819916 memory=4888488 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5959593984 1222154 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 5819916 KiB
Current children cumulated memory: 4888616 KiB

[startup+342.3 s]
/proc/loadavg: 6.11 5.80 6.08 7/267 119711
/proc/meminfo: memFree=115809364/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=5819916 memory=4888616 CPUtime=341.36 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 567883 0 0 0 33944 192 0 0 20 0 2 0 139276165 5959593984 1222154 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 1454979 1222154 3232 6655 0 1428862 0
[pid=119466/tid=119468] ppid=119463 vsize=5819916 memory=4888488 CPUtime=0 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) S 119463 119466 117758 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139277338 5959593984 1222154 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 5819916 KiB
Current children cumulated memory: 4888616 KiB

[startup+402.3 s]

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

/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 2648487 0 0 0 286251 1079 0 0 20 0 2 0 139276165 17468325888 3839230 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 4264728 3839230 3520 6655 0 4190223 0
[pid=119466/tid=119468] ppid=119463 vsize=17058912 memory=15180288 CPUtime=1157.2 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 989650 0 0 0 115132 588 0 0 20 0 2 0 139277338 17468325888 3839230 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 2873.3 s
Current children cumulated vsize: 17058912 KiB
Current children cumulated memory: 15356920 KiB

[startup+1782.3 s]
/proc/loadavg: 5.96 5.99 6.17 7/259 119808
/proc/meminfo: memFree=105751564/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=17252500 memory=15550620 CPUtime=2992.3 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 2719746 0 0 0 298113 1117 0 0 20 0 2 0 139276165 17666560000 3887655 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 4313125 3887655 3520 6655 0 4238620 0
[pid=119466/tid=119468] ppid=119463 vsize=17252500 memory=15538508 CPUtime=1216.5 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1045930 0 0 0 121028 622 0 0 20 0 2 0 139277338 17666560000 3887655 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 2992.3 s
Current children cumulated vsize: 17252500 KiB
Current children cumulated memory: 15550620 KiB

[startup+1842.3 s]
/proc/loadavg: 6.02 6.01 6.17 7/261 119813
/proc/meminfo: memFree=104377068/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=17450148 memory=15746484 CPUtime=3111.31 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 2808489 0 0 0 309977 1154 0 0 20 0 2 0 139276165 17868951552 3936621 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 4362537 3936621 3520 6655 0 4288032 0
[pid=119466/tid=119468] ppid=119463 vsize=17450148 memory=15572892 CPUtime=1275.79 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1120783 0 0 0 126923 656 0 0 20 0 2 0 139277338 17868951552 3936621 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3111.31 s
Current children cumulated vsize: 17450148 KiB
Current children cumulated memory: 15746484 KiB

[startup+1902.3 s]
/proc/loadavg: 5.37 5.86 6.11 5/255 119855
/proc/meminfo: memFree=104584908/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=17646072 memory=15943552 CPUtime=3230.37 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 2887742 0 0 0 321846 1191 0 0 20 0 2 0 139276165 18069577728 3985888 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 4411518 3985888 3520 6655 0 4337013 0
[pid=119466/tid=119468] ppid=119463 vsize=17646072 memory=15572892 CPUtime=1335.11 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1182105 0 0 0 132822 689 0 0 20 0 2 0 139277338 18069577728 3985888 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3230.37 s
Current children cumulated vsize: 17646072 KiB
Current children cumulated memory: 15943552 KiB

[startup+1962.3 s]
/proc/loadavg: 4.55 5.53 5.98 4/255 119857
/proc/meminfo: memFree=101036588/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3349.45 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3114009 0 0 0 333642 1303 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=19468868 CPUtime=1394.45 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1247441 0 0 0 138721 724 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3349.45 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

[startup+2022.3 s]
/proc/loadavg: 4.45 5.30 5.87 3/248 119892
/proc/meminfo: memFree=106716600/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3468.63 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3160929 0 0 0 345533 1330 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=19468868 CPUtime=1453.85 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1294352 0 0 0 144634 751 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3468.63 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

[startup+2082.3 s]
/proc/loadavg: 2.95 4.71 5.63 3/248 119894
/proc/meminfo: memFree=107188896/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3587.82 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3212091 0 0 0 357423 1359 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=15921848 CPUtime=1513.26 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1345508 0 0 0 150546 780 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3587.82 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2088.5 s]
/proc/loadavg: 2.81 4.62 5.59 3/248 119894
/proc/meminfo: memFree=107188896/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3600.15 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3220352 0 0 0 358655 1360 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=15921848 CPUtime=1519.41 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1353769 0 0 0 151160 781 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3590.54 s, system=13.799 s

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

[startup+2089.6 s]
/proc/loadavg: 2.81 4.62 5.59 3/248 119894
/proc/meminfo: memFree=107194840/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3602.34 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3220360 0 0 0 358874 1360 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=19468868 CPUtime=1520.5 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1353769 0 0 0 151269 781 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3602.34 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

[startup+2090 s]*
/proc/loadavg: 2.81 4.62 5.59 3/248 119894
/proc/meminfo: memFree=107194896/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3603.14 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3220360 0 0 0 358954 1360 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=-7880352373785262967 CPUtime=1520.9 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1353769 0 0 0 151309 781 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3603.14 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

[startup+2090.4 s]
/proc/loadavg: 2.81 4.62 5.59 3/248 119894
/proc/meminfo: memFree=107194896/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3603.93 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3220360 0 0 0 359033 1360 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=19468868 CPUtime=1521.3 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1353769 0 0 0 151349 781 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3603.93 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

[startup+2090.5 s]
/proc/loadavg: 2.81 4.62 5.59 3/248 119894
/proc/meminfo: memFree=107194896/131249996 swapFree=33005016/33010684
[pid=119466] ppid=119463 vsize=21142828 memory=19468868 CPUtime=3604.13 cores=1,3
/proc/119466/stat : 119466 (LSIPExact) R 119463 119466 117758 0 -1 4194304 3220360 0 0 0 359053 1360 0 0 20 0 2 0 139276165 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
/proc/119466/statm: 5285707 4867217 3520 6655 0 5211202 0
[pid=119466/tid=119468] ppid=119463 vsize=21142828 memory=15921848 CPUtime=1521.4 cores=1,3
/proc/119466/task/119468/stat : 119468 (LSIPExact) R 119463 119466 117758 0 -1 4194368 1353769 0 0 0 151359 781 0 0 20 0 2 0 139277338 21650255872 4867217 18446744073709551615 94734774341632 94734801598801 140733837333152 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94734810100872 94734810532480 94734816788480 140733837334872 140733837335048 140733837335048 140733837340652 0
Current children cumulated CPU time: 3604.13 s
Current children cumulated vsize: 21142828 KiB
Current children cumulated memory: 19468868 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2090.7
CPU time (s): 3604.34
CPU user time (s): 3590.54
CPU system time (s): 13.799
CPU usage (%): 172.399
Max. virtual memory (cumulated for all children) (KiB): 21256360
Max. memory (cumulated for all children) (KiB): 19553656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.54
system time used= 13.799
maximum resident set size= 19555704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3220360
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= 1153
involuntary context switches= 26981


# summary of solver processes directly reported to runsolver:
#   pid: 119466
#   total CPU time (s): 3604.34
#   total CPU user time (s): 3590.54
#   total CPU system time (s): 13.799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.81156 second user time and 10.0509 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-11 14:12:46
IDJOB=4527769
IDBENCH=177240
IDSOLVER=3384
FILE ID=nodeC030/4527769-1752235965
RUNJOBID= nodeC030-1752232205-117777
SLURM_JOB_ID= 9682541
Free space on /tmp= 432328 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527769-1752235965/watcher-4527769-1752235965 -o /tmp/evaluation-result-4527769-1752235965/solver-4527769-1752235965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1752232205-117777 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527769-1752235965.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=133869697

nodeC030 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		: 3600.331
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	: 7000.62
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		: 3636.135
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	: 7000.62
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		: 3599.728
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	: 7000.62
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		: 3600.345
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	: 7000.62
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		: 3600.325
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	: 7000.62
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		: 3600.324
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	: 7000.62
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		: 3599.072
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	: 7000.62
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		: 3600.339
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125471224 kB
MemAvailable:   128633400 kB
Buffers:              16 kB
Cached:          3947316 kB
SwapCached:          216 kB
Active:          1236876 kB
Inactive:        3858980 kB
Active(anon):    1100980 kB
Inactive(anon):    61092 kB
Active(file):     135896 kB
Inactive(file):  3797888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             99284 kB
Writeback:             8 kB
AnonPages:       1149232 kB
Mapped:           146184 kB
Shmem:             13548 kB
KReclaimable:     134860 kB
Slab:             227252 kB
SReclaimable:     134860 kB
SUnreclaim:        92392 kB
KernelStack:        4304 kB
PageTables:         5552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1640872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432420 MiB
End job on nodeC030 at 2025-07-11 14:47:37