Trace number 4527372

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) 3602.05 1820.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM4b13a1c6e78c10f4c6bdd1964b8d7c16
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2470
Total number of constraints4744
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1818.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1818.11	c numVar: 2470
3600.04/1818.11	c numCon: 4744
3600.04/1818.11	c numEqual: 0
3600.04/1818.11	c intSize: 11
3600.04/1818.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1818.11	c ------------------- Paras list -------------------
3600.04/1818.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1818.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1818.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1818.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1818.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1818.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1818.11	c random_seed         	 int       	 0         	 0         	 
3600.04/1818.11	c sample_size         	 int       	 50        	 50        	 
3600.04/1818.11	c sub_score           	 int       	 1         	 1         	 
3600.04/1818.11	c tabu_base           	 int       	 3         	 3         	 
3600.04/1818.11	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1818.11	c sub_div             	 int       	 4         	 4         	 
3600.04/1818.11	c nbcore              	 int       	 2         	 1         	 
3600.04/1818.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1818.11	c print_sol           	 int       	 1         	 1         	 
3600.04/1818.11	c tmpdir              	 string		 .         	 "."       	 
3600.04/1818.11	c home                	 string		 HOME	 "."       	 
3600.04/1818.11	c benchname           	 string		 HOME/instance-4527372-1752232235.opb	 ""        	 
3600.04/1818.11	c --------------------------------------------------
3600.04/1818.11	c Local Search solver
3600.04/1818.11	c MIP solver
3600.04/1818.11	c receive signal 15, try to interrupt solver...
3600.04/1818.13	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61799 MiB free)
  memory of node 1: 64465 MiB (61082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527372-1752232235/watcher-4527372-1752232235 -o /tmp/evaluation-result-4527372-1752232235/solver-4527372-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752232205-115259 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527372-1752232235.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
Starting watchdog thread
solver pid=115403, runsolver pid=115400
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 2.22 0.59 0.26 5/262 115404
/proc/meminfo: memFree=125815580/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=0.09 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5262 0 0 0 8 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+0.205694 s]*
/proc/loadavg: 2.22 0.59 0.26 5/263 115405
/proc/meminfo: memFree=125815080/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=0.19 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5262 0 0 0 18 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+0.305565 s]*
/proc/loadavg: 2.22 0.59 0.26 6/263 115409
/proc/meminfo: memFree=125777588/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=0.29 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5267 0 0 0 28 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+0.700187 s]
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125753432/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=0.68 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5267 0 0 0 67 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+1.50018 s]
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125737576/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=1.48 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5267 0 0 0 147 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+3.10542 s]
/proc/loadavg: 2.44 0.67 0.28 6/267 115418
/proc/meminfo: memFree=125738144/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=3.08 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5268 0 0 0 307 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+6.30017 s]
/proc/loadavg: 2.44 0.67 0.28 6/267 115418
/proc/meminfo: memFree=125730012/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=59808 memory=25088 CPUtime=6.27 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 5268 0 0 0 626 1 0 0 20 0 1 0 138902006 61243392 6272 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 14952 6272 1152 6655 0 5187 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 59808 KiB
Current children cumulated memory: 25088 KiB

[startup+12.7002 s]
/proc/loadavg: 2.65 0.74 0.31 7/269 115420
/proc/meminfo: memFree=125454740/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=120520 CPUtime=14.84 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 27226 0 0 0 1479 5 0 0 20 0 2 0 138902006 201195520 30130 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 30130 3456 6655 0 29083 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=118856 CPUtime=2.19 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 5962 0 0 0 218 1 0 0 20 0 2 0 138903009 201195520 30130 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 120520 KiB

[startup+25.5002 s]
/proc/loadavg: 3.68 1.06 0.42 8/269 115420
/proc/meminfo: memFree=125236612/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=121416 CPUtime=39.59 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 49034 0 0 0 3952 7 0 0 20 0 2 0 138902006 201195520 30354 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 30354 3488 6655 0 29083 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=121160 CPUtime=14.42 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 11238 0 0 0 1441 1 0 0 20 0 2 0 138903009 201195520 30354 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 39.59 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 121416 KiB

[startup+51.1057 s]
/proc/loadavg: 4.81 1.54 0.60 8/269 115421
/proc/meminfo: memFree=125079240/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=137928 CPUtime=90.04 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 76589 0 0 0 8994 10 0 0 20 0 2 0 138902006 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34482 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=0 CPUtime=39.34 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 24507 0 0 0 3931 3 0 0 20 0 2 0 138903009 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 90.04 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 137928 KiB

[startup+102.3 s]
/proc/loadavg: 6.09 2.40 0.94 8/270 115424
/proc/meminfo: memFree=125004588/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=137928 CPUtime=191.77 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 82044 0 0 0 19165 12 0 0 20 0 2 0 138902006 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34482 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=14976 CPUtime=90.04 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 27415 0 0 0 9000 4 0 0 20 0 2 0 138903009 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 191.77 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 137928 KiB

[startup+162.3 s]
/proc/loadavg: 6.80 3.28 1.34 8/270 115426
/proc/meminfo: memFree=124982164/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=137928 CPUtime=311 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 89245 0 0 0 31086 14 0 0 20 0 2 0 138902006 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34482 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=137928 CPUtime=149.46 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 31227 0 0 0 14942 4 0 0 20 0 2 0 138903009 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 311 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 137928 KiB

[startup+222.3 s]
/proc/loadavg: 6.97 3.98 1.70 8/271 115429
/proc/meminfo: memFree=124928516/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=137928 CPUtime=430.2 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 97479 0 0 0 43005 15 0 0 20 0 2 0 138902006 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34482 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=137928 CPUtime=208.88 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 35339 0 0 0 20883 5 0 0 20 0 2 0 138903009 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 430.2 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 137928 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 4.56 2.05 8/271 115430
/proc/meminfo: memFree=124899352/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=137928 CPUtime=549.43 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 103817 0 0 0 54927 16 0 0 20 0 2 0 138902006 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34482 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=137928 CPUtime=268.32 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 38518 0 0 0 26826 6 0 0 20 0 2 0 138903009 201195520 34482 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 549.43 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 137928 KiB

[startup+342.3 s]
/proc/loadavg: 7.17 5.04 2.37 8/268 115432
/proc/meminfo: memFree=124814640/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=196480 memory=138568 CPUtime=668.65 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 108446 0 0 0 66847 18 0 0 20 0 2 0 138902006 201195520 34642 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 49120 34642 3488 6655 0 33041 0
[pid=115403/tid=115419] ppid=115400 vsize=196480 memory=137928 CPUtime=327.73 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 40709 0 0 0 32767 6 0 0 20 0 2 0 138903009 201195520 34642 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 668.65 s
Current children cumulated vsize: 196480 KiB
Current children cumulated memory: 138568 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2814.4 s
Current children cumulated vsize: 219952 KiB
Current children cumulated memory: 166216 KiB

[startup+1482.3 s]
/proc/loadavg: 7.13 6.88 5.53 8/268 115532
/proc/meminfo: memFree=123543092/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=220320 memory=167496 CPUtime=2933.55 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 129221 0 0 0 293323 32 0 0 20 0 2 0 138902006 225607680 41874 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 55080 41874 3488 6655 0 41050 0
[pid=115403/tid=115419] ppid=115400 vsize=220320 memory=166088 CPUtime=1456.16 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 49487 0 0 0 145600 16 0 0 20 0 2 0 138903009 225607680 41874 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 2933.55 s
Current children cumulated vsize: 220320 KiB
Current children cumulated memory: 167496 KiB

[startup+1542.3 s]
/proc/loadavg: 7.10 6.92 5.63 8/268 115534
/proc/meminfo: memFree=123533364/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=223604 memory=172360 CPUtime=3052.67 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 131909 0 0 0 305233 34 0 0 20 0 2 0 138902006 228970496 43090 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 55901 43090 3488 6655 0 42262 0
[pid=115403/tid=115419] ppid=115400 vsize=223604 memory=14976 CPUtime=1515.47 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 51178 0 0 0 151530 17 0 0 20 0 2 0 138903009 228970496 43090 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3052.67 s
Current children cumulated vsize: 223604 KiB
Current children cumulated memory: 172360 KiB

[startup+1602.3 s]
/proc/loadavg: 7.08 6.95 5.72 8/267 115536
/proc/meminfo: memFree=123479296/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=223812 memory=173384 CPUtime=3171.78 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 132812 0 0 0 317141 37 0 0 20 0 2 0 138902006 229183488 43346 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 55953 43346 3488 6655 0 42467 0
[pid=115403/tid=115419] ppid=115400 vsize=223812 memory=172360 CPUtime=1574.79 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 51695 0 0 0 157460 19 0 0 20 0 2 0 138903009 229183488 43346 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3171.78 s
Current children cumulated vsize: 223812 KiB
Current children cumulated memory: 173384 KiB

[startup+1662.3 s]
/proc/loadavg: 7.14 6.99 5.81 8/268 115539
/proc/meminfo: memFree=123510324/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=224416 memory=174920 CPUtime=3290.81 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 133626 0 0 0 329042 39 0 0 20 0 2 0 138902006 229801984 43730 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56104 43730 3488 6655 0 42798 0
[pid=115403/tid=115419] ppid=115400 vsize=224416 memory=172360 CPUtime=1634.06 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 52117 0 0 0 163385 21 0 0 20 0 2 0 138903009 229801984 43730 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3290.81 s
Current children cumulated vsize: 224416 KiB
Current children cumulated memory: 174920 KiB

[startup+1722.3 s]
/proc/loadavg: 7.05 7.00 5.89 8/268 115542
/proc/meminfo: memFree=123667536/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226096 memory=177096 CPUtime=3409.96 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 134417 0 0 0 340956 40 0 0 20 0 2 0 138902006 231522304 44274 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56524 44274 3488 6655 0 43427 0
[pid=115403/tid=115419] ppid=115400 vsize=226096 memory=172360 CPUtime=1693.4 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 52451 0 0 0 169319 21 0 0 20 0 2 0 138903009 231522304 44274 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3409.96 s
Current children cumulated vsize: 226096 KiB
Current children cumulated memory: 177096 KiB

[startup+1782.3 s]
/proc/loadavg: 7.13 7.03 5.97 8/269 115545
/proc/meminfo: memFree=123647468/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226304 memory=178248 CPUtime=3529.1 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 134818 0 0 0 352869 41 0 0 20 0 2 0 138902006 231735296 44562 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56576 44562 3488 6655 0 43652 0
[pid=115403/tid=115419] ppid=115400 vsize=226304 memory=178248 CPUtime=1752.78 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 52734 0 0 0 175256 22 0 0 20 0 2 0 138903009 231735296 44562 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3529.1 s
Current children cumulated vsize: 226304 KiB
Current children cumulated memory: 178248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.11 s]
/proc/loadavg: 6.73 6.94 5.99 8/269 115593
/proc/meminfo: memFree=123718180/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226512 memory=179016 CPUtime=3600.04 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) R 115400 115403 115241 0 -1 4194304 135102 0 0 0 359952 52 0 0 20 0 2 0 138902006 231948288 44754 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56628 44754 3488 6655 0 43798 0
[pid=115403/tid=115419] ppid=115400 vsize=226512 memory=14976 CPUtime=1788.07 cores=4,6
/proc/115403/task/115419/stat : 115419 (LSIPExact) R 115400 115403 115241 0 -1 4194368 52889 0 0 0 178775 32 0 0 20 0 2 0 138903009 231948288 44754 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 179016 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.49 s, system=0.554434 s

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

[startup+1819.2 s]
/proc/loadavg: 6.67 6.93 5.99 7/269 115595
/proc/meminfo: memFree=123682096/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226512 memory=177292 CPUtime=3600.07 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) S 115400 115403 115241 0 -1 4194304 136540 0 0 0 359955 52 0 0 20 0 1 0 138902006 231948288 44323 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56628 44323 3520 6655 0 43798 0
[pid=115594] ppid=115403 vsize=54848 memory=35100 CPUtime=1.03 cores=4,6
/proc/115594/stat : 115594 (Exact) R 115403 115594 115594 0 -1 4194304 10384 0 0 0 101 2 0 0 20 0 1 0 139083819 56164352 8775 18446744073709551615 4198400 8335837 140731700739072 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25473024 140731700746425 140731700746779 140731700746779 140731700752335 0
/proc/115594/statm: 13712 8775 1120 1011 0 12479 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 281360 KiB
Current children cumulated memory: 212392 KiB

[startup+1819.6 s]
/proc/loadavg: 6.67 6.93 5.99 7/269 115595
/proc/meminfo: memFree=123682096/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226512 memory=177292 CPUtime=3600.07 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) S 115400 115403 115241 0 -1 4194304 136540 0 0 0 359955 52 0 0 20 0 1 0 138902006 231948288 44323 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56628 44323 3520 6655 0 43798 0
[pid=115594] ppid=115403 vsize=54848 memory=35100 CPUtime=1.43 cores=4,6
/proc/115594/stat : 115594 (Exact) R 115403 115594 115594 0 -1 4194304 10384 0 0 0 141 2 0 0 20 0 1 0 139083819 56164352 8775 18446744073709551615 4198400 8335837 140731700739072 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25473024 140731700746425 140731700746779 140731700746779 140731700752335 0
/proc/115594/statm: 13712 8775 1120 1011 0 12479 0
Current children cumulated CPU time: 3601.5 s
Current children cumulated vsize: 281360 KiB
Current children cumulated memory: 212392 KiB

[startup+1820 s]*
/proc/loadavg: 6.67 6.93 5.99 7/269 115595
/proc/meminfo: memFree=123682208/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226512 memory=177292 CPUtime=3600.07 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) S 115400 115403 115241 0 -1 4194304 136540 0 0 0 359955 52 0 0 20 0 1 0 138902006 231948288 44323 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56628 44323 3520 6655 0 43798 0
[pid=115594] ppid=115403 vsize=54848 memory=37268 CPUtime=1.84 cores=4,6
/proc/115594/stat : 115594 (Exact) R 115403 115594 115594 0 -1 4194304 10385 0 0 0 182 2 0 0 20 0 1 0 139083819 56164352 9317 18446744073709551615 4198400 8335837 140731700739072 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25473024 140731700746425 140731700746779 140731700746779 140731700752335 0
/proc/115594/statm: 13712 9317 1120 1011 0 12479 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 281360 KiB
Current children cumulated memory: 214560 KiB

[startup+1820.11 s]
/proc/loadavg: 6.67 6.93 5.99 7/269 115595
/proc/meminfo: memFree=123682208/131249996 swapFree=33010160/33010684
[pid=115403] ppid=115400 vsize=226512 memory=177292 CPUtime=3600.07 cores=4,6
/proc/115403/stat : 115403 (LSIPExact) S 115400 115403 115241 0 -1 4194304 136540 0 0 0 359955 52 0 0 20 0 1 0 138902006 231948288 44323 18446744073709551615 94404128858112 94404156115281 140730766627232 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94404164617352 94404165048960 94404186652672 140730766633304 140730766633480 140730766633480 140730766639084 0
/proc/115403/statm: 56628 44323 3520 6655 0 43798 0
[pid=115594] ppid=115403 vsize=54848 memory=37268 CPUtime=1.94 cores=4,6
/proc/115594/stat : 115594 (Exact) R 115403 115594 115594 0 -1 4194304 10385 0 0 0 192 2 0 0 20 0 1 0 139083819 56164352 9317 18446744073709551615 4198400 8335837 140731700739072 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25473024 140731700746425 140731700746779 140731700746779 140731700752335 0
/proc/115594/statm: 13712 9317 1120 1011 0 12479 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 281360 KiB
Current children cumulated memory: 214560 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1820.12
CPU time (s): 3602.05
CPU user time (s): 3601.49
CPU system time (s): 0.554434
CPU usage (%): 197.901
Max. virtual memory (cumulated for all children) (KiB): 281360
Max. memory (cumulated for all children) (KiB): 214560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.49
system time used= 0.554434
maximum resident set size= 179272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149688
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= 529
involuntary context switches= 32356


# summary of solver processes directly reported to runsolver:
#   pid: 115403
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3601.49
#   total CPU system time (s): 0.554434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.84497 second user time and 8.5492 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-11 13:10:36
IDJOB=4527372
IDBENCH=147630
IDSOLVER=3384
FILE ID=nodeC029/4527372-1752232235
RUNJOBID= nodeC029-1752232205-115259
SLURM_JOB_ID= 9682540
Free space on /tmp= 432120 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_13.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527372-1752232235/watcher-4527372-1752232235 -o /tmp/evaluation-result-4527372-1752232235/solver-4527372-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752232205-115259 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527372-1752232235.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 4b13a1c6e78c10f4c6bdd1964b8d7c16
RANDOM SEED=1101230875

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
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		: 3700.000
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.46
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.46
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.747
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.46
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.693
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.46
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.818
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125831708 kB
MemAvailable:   129525868 kB
Buffers:            2128 kB
Cached:          4483624 kB
SwapCached:           40 kB
Active:           736216 kB
Inactive:        4040388 kB
Active(anon):     304112 kB
Inactive(anon):     4764 kB
Active(file):     432104 kB
Inactive(file):  4035624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45776 kB
Writeback:             4 kB
AnonPages:        292008 kB
Mapped:           135632 kB
Shmem:             18020 kB
KReclaimable:     131344 kB
Slab:             223704 kB
SReclaimable:     131344 kB
SUnreclaim:        92360 kB
KernelStack:        4224 kB
PageTables:         3588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     636308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432020 MiB
End job on nodeC029 at 2025-07-11 13:40:56