Trace number 4545029

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 NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.15 2544.85

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2143.78/1084.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2143.78/1084.11	c numVar: 5363
2143.78/1084.11	c numCon: 78421
2143.78/1084.11	c numEqual: 106
2143.78/1084.11	c intSize: 9
2143.78/1084.11	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2143.78/1084.11	c ------------------- Paras list -------------------
2143.78/1084.11	c Name                	 Type      	 Now       	 Default   	 Comment
2143.78/1084.11	c timeout             	 double    	 3600.000000	 3600      	 
2143.78/1084.11	c mip_time            	 double    	 0.300000  	 0.5       	 
2143.78/1084.11	c ls_time             	 double    	 10.000000 	 10        	 
2143.78/1084.11	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2143.78/1084.11	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2143.78/1084.11	c random_seed         	 int       	 0         	 0         	 
2143.78/1084.11	c sample_size         	 int       	 50        	 50        	 
2143.78/1084.11	c sub_score           	 int       	 1         	 1         	 
2143.78/1084.11	c tabu_base           	 int       	 3         	 3         	 
2143.78/1084.11	c tabu_variation      	 int       	 1         	 1         	 
2143.78/1084.11	c sub_div             	 int       	 4         	 4         	 
2143.78/1084.11	c nbcore              	 int       	 2         	 1         	 
2143.78/1084.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2143.78/1084.11	c print_sol           	 int       	 1         	 1         	 
2143.78/1084.11	c tmpdir              	 string		 .         	 "."       	 
2143.78/1084.11	c home                	 string		 HOME	 "."       	 
2143.78/1084.11	c benchname           	 string		 HOME/instance-4545029-1753223731.opb	 ""        	 
2143.78/1084.11	c --------------------------------------------------
2143.78/1084.11	c Local Search solver
2143.78/1084.11	c MIP solver
2143.78/1084.11	c use Exact solver
3600.08/2544.70	c receive signal 15, try to interrupt solver...
2143.78/2544.81	c Exact solver (PID 165534) interrupted gracefully.
2143.78/2544.84	s UNKNOWN
2143.78/2544.84	c Total time: 2544

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 (41054 MiB free)
  memory of node 1: 64507 MiB (63159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545029-1753223731/watcher-4545029-1753223731 -o /tmp/evaluation-result-4545029-1753223731/solver-4545029-1753223731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164110 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545029-1753223731.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=165340, runsolver pid=165337

[startup+0.100064 s]*
/proc/loadavg: 5.93 6.05 5.92 6/267 165341
/proc/meminfo: memFree=106664248/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=0.09 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10771 0 0 0 7 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+0.205622 s]*
/proc/loadavg: 5.93 6.05 5.92 6/267 165341
/proc/meminfo: memFree=106664248/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=0.2 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10771 0 0 0 18 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+0.305558 s]*
/proc/loadavg: 5.93 6.05 5.92 6/267 165341
/proc/meminfo: memFree=106665972/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=0.3 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10771 0 0 0 28 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+0.70018 s]
/proc/loadavg: 5.93 6.05 5.92 6/267 165341
/proc/meminfo: memFree=106665972/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=0.69 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10771 0 0 0 67 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+1.50016 s]
/proc/loadavg: 5.93 6.05 5.92 6/267 165341
/proc/meminfo: memFree=106665972/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=1.48 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10771 0 0 0 146 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+3.10542 s]
/proc/loadavg: 5.85 6.03 5.91 6/267 165341
/proc/meminfo: memFree=106665972/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=3.08 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10772 0 0 0 306 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+6.30015 s]
/proc/loadavg: 5.85 6.03 5.91 6/267 165341
/proc/meminfo: memFree=106658104/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=83736 memory=49208 CPUtime=6.27 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 10773 0 0 0 625 2 0 0 20 0 1 0 238050999 85745664 12302 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 20934 12302 1184 6655 0 11169 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49208 KiB

[startup+12.7002 s]
/proc/loadavg: 5.88 6.03 5.91 7/268 165342
/proc/meminfo: memFree=106541488/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=256756 memory=174492 CPUtime=14.48 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 38305 0 0 0 1442 6 0 0 20 0 2 0 238050999 262918144 43623 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 64189 43623 3456 6655 0 42896 0
[pid=165340/tid=165342] ppid=165337 vsize=256756 memory=170524 CPUtime=1.83 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 5222 0 0 0 182 1 0 0 20 0 2 0 238052009 262918144 43623 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 14.48 s
Current children cumulated vsize: 256756 KiB
Current children cumulated memory: 174492 KiB

[startup+25.5002 s]
/proc/loadavg: 5.90 6.03 5.91 7/268 165342
/proc/meminfo: memFree=106524376/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=259436 memory=178716 CPUtime=39.93 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 50868 0 0 0 3985 8 0 0 20 0 2 0 238050999 265662464 44679 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 64859 44679 3456 6655 0 43791 0
[pid=165340/tid=165342] ppid=165337 vsize=259436 memory=177180 CPUtime=14.5 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 12015 0 0 0 1449 1 0 0 20 0 2 0 238052009 265662464 44679 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 39.93 s
Current children cumulated vsize: 259436 KiB
Current children cumulated memory: 178716 KiB

[startup+51.1055 s]
/proc/loadavg: 5.93 6.03 5.92 7/268 165342
/proc/meminfo: memFree=106448564/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=301340 memory=220828 CPUtime=90.82 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 86230 0 0 0 9071 11 0 0 20 0 2 0 238050999 308572160 55207 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 75335 55207 3488 6655 0 54267 0
[pid=165340/tid=165342] ppid=165337 vsize=301340 memory=14536 CPUtime=39.86 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 24284 0 0 0 3984 2 0 0 20 0 2 0 238052009 308572160 55207 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 90.82 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 220828 KiB

[startup+102.3 s]
/proc/loadavg: 6.01 6.03 5.93 7/268 165348
/proc/meminfo: memFree=106397256/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=301340 memory=222492 CPUtime=192.58 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 96451 0 0 0 19246 12 0 0 20 0 2 0 238050999 308572160 55623 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 75335 55623 3488 6655 0 54707 0
[pid=165340/tid=165342] ppid=165337 vsize=301340 memory=222492 CPUtime=90.55 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 26050 0 0 0 9052 3 0 0 20 0 2 0 238052009 308572160 55623 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 192.58 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 222492 KiB

[startup+162.3 s]
/proc/loadavg: 5.90 6.01 5.93 6/267 165396
/proc/meminfo: memFree=106214660/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=233628 CPUtime=311.81 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 102395 0 0 0 31163 18 0 0 20 0 2 0 238050999 319672320 58407 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 58407 3488 6655 0 57417 0
[pid=165340/tid=165342] ppid=165337 vsize=312180 memory=222492 CPUtime=149.93 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 26053 0 0 0 14985 8 0 0 20 0 2 0 238052009 319672320 58407 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 311.81 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233628 KiB

[startup+222.3 s]
/proc/loadavg: 5.50 5.88 5.89 6/268 165399
/proc/meminfo: memFree=105253572/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=233628 CPUtime=431.08 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 141934 0 0 0 43086 22 0 0 20 0 2 0 238050999 319672320 58407 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 58407 3488 6655 0 57417 0
[pid=165340/tid=165342] ppid=165337 vsize=312180 memory=233628 CPUtime=209.34 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 39930 0 0 0 20925 9 0 0 20 0 2 0 238052009 319672320 58407 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 431.08 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233628 KiB

[startup+282.3 s]
/proc/loadavg: 5.63 5.83 5.87 7/268 165405
/proc/meminfo: memFree=104936360/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=245148 CPUtime=549.34 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 148649 0 0 0 54911 23 0 0 20 0 2 0 238050999 319672320 61287 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 61287 3488 6655 0 60226 0
[pid=165340/tid=165342] ppid=165337 vsize=312180 memory=14536 CPUtime=267.76 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 44383 0 0 0 26766 10 0 0 20 0 2 0 238052009 319672320 61287 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 549.34 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 245148 KiB

[startup+342.3 s]
/proc/loadavg: 5.87 5.86 5.88 7/268 165407
/proc/meminfo: memFree=104931748/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=246300 CPUtime=668.62 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) R 165337 165340 164099 0 -1 4194304 164514 0 0 0 66837 25 0 0 20 0 2 0 238050999 319672320 61575 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 61575 3488 6655 0 60226 0
[pid=165340/tid=165342] ppid=165337 vsize=312180 memory=246300 CPUtime=327.19 cores=4,6
/proc/165340/task/165342/stat : 165342 (LSIPExact) R 165337 165340 164099 0 -1 4194368 52551 0 0 0 32708 11 0 0 20 0 2 0 238052009 319672320 61575 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
Current children cumulated CPU time: 668.62 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 246300 KiB


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

Current children cumulated memory: 543420 KiB

[startup+2022.3 s]
/proc/loadavg: 4.97 4.94 5.73 6/268 165641
/proc/meminfo: memFree=125534376/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=324924 memory=291836 CPUtime=935.19 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 44342 0 0 0 93482 37 0 0 20 0 1 0 238159411 332722176 72959 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 81231 72959 1120 1011 0 79998 0
Current children cumulated CPU time: 3078.97 s
Current children cumulated vsize: 637104 KiB
Current children cumulated memory: 545340 KiB

[startup+2082.3 s]
/proc/loadavg: 5.09 4.98 5.70 6/268 165644
/proc/meminfo: memFree=125534352/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=326564 memory=293372 CPUtime=995.04 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 44883 0 0 0 99466 38 0 0 20 0 1 0 238159411 334401536 73343 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 81641 73343 1120 1011 0 80408 0
Current children cumulated CPU time: 3138.82 s
Current children cumulated vsize: 638744 KiB
Current children cumulated memory: 546876 KiB

[startup+2142.3 s]
/proc/loadavg: 4.80 4.94 5.64 5/268 165691
/proc/meminfo: memFree=125481504/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=327652 memory=294524 CPUtime=1054.88 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 45162 0 0 0 105446 42 0 0 20 0 1 0 238159411 335515648 73631 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 81913 73631 1120 1011 0 80680 0
Current children cumulated CPU time: 3198.66 s
Current children cumulated vsize: 639832 KiB
Current children cumulated memory: 548028 KiB

[startup+2202.3 s]
/proc/loadavg: 4.97 4.97 5.60 6/269 165698
/proc/meminfo: memFree=125406456/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=328812 memory=295676 CPUtime=1114.73 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 45480 0 0 0 111430 43 0 0 20 0 1 0 238159411 336703488 73919 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 82203 73919 1120 1011 0 80970 0
Current children cumulated CPU time: 3258.51 s
Current children cumulated vsize: 640992 KiB
Current children cumulated memory: 549180 KiB

[startup+2262.3 s]
/proc/loadavg: 5.09 5.00 5.57 6/268 165700
/proc/meminfo: memFree=125391352/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=329704 memory=296572 CPUtime=1174.58 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 45704 0 0 0 117414 44 0 0 20 0 1 0 238159411 337616896 74143 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 82426 74143 1120 1011 0 81193 0
Current children cumulated CPU time: 3318.36 s
Current children cumulated vsize: 641884 KiB
Current children cumulated memory: 550076 KiB

[startup+2322.3 s]
/proc/loadavg: 5.42 5.10 5.56 6/268 165702
/proc/meminfo: memFree=125366836/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=330728 memory=297596 CPUtime=1234.44 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 45989 0 0 0 123399 45 0 0 20 0 1 0 238159411 338665472 74399 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 82682 74399 1120 1011 0 81449 0
Current children cumulated CPU time: 3378.22 s
Current children cumulated vsize: 642908 KiB
Current children cumulated memory: 551100 KiB

[startup+2382.3 s]
/proc/loadavg: 5.29 5.12 5.54 6/269 165705
/proc/meminfo: memFree=125376232/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=332948 memory=299772 CPUtime=1294.3 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 46544 0 0 0 129384 46 0 0 20 0 1 0 238159411 340938752 74943 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 83237 74943 1120 1011 0 82004 0
Current children cumulated CPU time: 3438.08 s
Current children cumulated vsize: 645128 KiB
Current children cumulated memory: 553276 KiB

[startup+2442.3 s]
/proc/loadavg: 5.16 5.11 5.51 6/269 165708
/proc/meminfo: memFree=125371876/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=334036 memory=300924 CPUtime=1354.14 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 46816 0 0 0 135367 47 0 0 20 0 1 0 238159411 342052864 75231 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 83509 75231 1120 1011 0 82276 0
Current children cumulated CPU time: 3497.92 s
Current children cumulated vsize: 646216 KiB
Current children cumulated memory: 554428 KiB

[startup+2502.3 s]
/proc/loadavg: 5.10 5.11 5.48 6/269 165710
/proc/meminfo: memFree=125375460/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=334036 memory=300924 CPUtime=1414 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 46945 0 0 0 141351 49 0 0 20 0 1 0 238159411 342052864 75231 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 83509 75231 1120 1011 0 82276 0
Current children cumulated CPU time: 3557.78 s
Current children cumulated vsize: 646216 KiB
Current children cumulated memory: 554428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2544.7 s]
/proc/loadavg: 5.21 5.12 5.47 6/268 165711
/proc/meminfo: memFree=125356924/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214536 0 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
[pid=165534] ppid=165340 vsize=335272 memory=302076 CPUtime=1456.3 cores=4,6
/proc/165534/stat : 165534 (Exact) R 165340 165534 165534 0 -1 4194304 47256 0 0 0 145581 49 0 0 20 0 1 0 238159411 343318528 75519 18446744073709551615 4198400 8335837 140728320789344 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38481920 140728320792761 140728320793115 140728320793115 140728320798671 0
/proc/165534/statm: 83818 75519 1120 1011 0 82585 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 647452 KiB
Current children cumulated memory: 555580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.25 s, system=0.895925 s

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

[startup+2544.8 s]
/proc/loadavg: 5.21 5.12 5.47 6/268 165711
/proc/meminfo: memFree=125356924/131250000 swapFree=33010416/33010684
[pid=165340] ppid=165337 vsize=312180 memory=253504 CPUtime=2143.78 cores=4,6
/proc/165340/stat : 165340 (LSIPExact) S 165337 165340 164099 0 -1 4194304 214537 136 0 0 214340 38 0 0 20 0 1 0 238050999 319672320 63376 18446744073709551615 93868864126976 93868891383377 140728785040720 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 93868899886216 93868900317824 93868928983040 140728785045848 140728785046024 140728785046024 140728785051628 0
/proc/165340/statm: 78045 63376 3552 6655 0 62036 0
Current children cumulated CPU time: 2143.78 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 253504 KiB

Child status: 0

Real time (s): 2544.85
CPU time (s): 3600.15
CPU user time (s): 3599.25
CPU system time (s): 0.895925
CPU usage (%): 141.468
Max. virtual memory (cumulated for all children) (KiB): 647452
Max. memory (cumulated for all children) (KiB): 555580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.25
system time used= 0.895925
maximum resident set size= 302076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268767
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= 447
involuntary context switches= 40431


# summary of solver processes directly reported to runsolver:
#   pid: 165340
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3599.25
#   total CPU system time (s): 0.895925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82385 second user time and 11.5278 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 00:35:31
IDJOB=4545029
IDBENCH=180696
IDSOLVER=3337
FILE ID=nodeC018/4545029-1753223731
RUNJOBID= nodeC018-1753221348-164110
SLURM_JOB_ID= 9687810
Free space on /tmp= 432828 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545029-1753223731/watcher-4545029-1753223731 -o /tmp/evaluation-result-4545029-1753223731/solver-4545029-1753223731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164110 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545029-1753223731.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=1079349749

nodeC018 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.823
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106715468 kB
MemAvailable:   107552704 kB
Buffers:            2128 kB
Cached:          1587844 kB
SwapCached:           28 kB
Active:         23245884 kB
Inactive:         509612 kB
Active(anon):   22191484 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   509328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46660 kB
Writeback:             4 kB
AnonPages:      22154196 kB
Mapped:           154208 kB
Shmem:             26240 kB
KReclaimable:     225092 kB
Slab:             321204 kB
SReclaimable:     225092 kB
SUnreclaim:        96112 kB
KernelStack:        4304 kB
PageTables:        47048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   25802212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12834816 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432808 MiB
End job on nodeC018 at 2025-07-23 01:17:57