Trace number 4490827

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.19 1819.62

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_11.opb
MD5SUM615ef0f28fa6784c486981c328c6a987
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 benchmark72
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1287
Total number of constraints2430
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 constraints2430
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490827-1751369090/watcher-4490827-1751369090 -o /tmp/evaluation-result-4490827-1751369090/solver-4490827-1751369090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52301 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4490827-1751369090.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=52952, runsolver pid=52949

[startup+0.100101 s]*
/proc/loadavg: 8.07 8.02 7.66 8/253 52953
/proc/meminfo: memFree=125099528/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48348 memory=13952 CPUtime=0.1 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2456 0 0 0 9 1 0 0 20 0 1 0 52588437 49508352 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12087 3488 1184 6655 0 2322 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48348 KiB
Current children cumulated memory: 13952 KiB

[startup+0.212943 s]*
/proc/loadavg: 8.07 8.02 7.66 8/253 52953
/proc/meminfo: memFree=125099528/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48348 memory=13952 CPUtime=0.21 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2456 0 0 0 20 1 0 0 20 0 1 0 52588437 49508352 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12087 3488 1184 6655 0 2322 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48348 KiB
Current children cumulated memory: 13952 KiB

[startup+0.312924 s]*
/proc/loadavg: 8.07 8.02 7.66 8/253 52953
/proc/meminfo: memFree=125099528/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48348 memory=13952 CPUtime=0.31 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2456 0 0 0 30 1 0 0 20 0 1 0 52588437 49508352 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12087 3488 1184 6655 0 2322 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48348 KiB
Current children cumulated memory: 13952 KiB

[startup+0.700224 s]
/proc/loadavg: 8.07 8.02 7.66 8/253 52953
/proc/meminfo: memFree=125095464/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48480 memory=13952 CPUtime=0.68 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2459 0 0 0 67 1 0 0 20 0 1 0 52588437 49643520 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12120 3488 1184 6655 0 2355 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48480 KiB
Current children cumulated memory: 13952 KiB

[startup+1.50024 s]
/proc/loadavg: 7.98 8.00 7.66 8/253 52953
/proc/meminfo: memFree=125095464/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48480 memory=13952 CPUtime=1.48 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2461 0 0 0 147 1 0 0 20 0 1 0 52588437 49643520 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12120 3488 1184 6655 0 2355 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48480 KiB
Current children cumulated memory: 13952 KiB

[startup+3.11249 s]
/proc/loadavg: 7.98 8.00 7.66 8/253 52953
/proc/meminfo: memFree=125087368/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48480 memory=13952 CPUtime=3.09 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2461 0 0 0 308 1 0 0 20 0 1 0 52588437 49643520 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12120 3488 1184 6655 0 2355 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 48480 KiB
Current children cumulated memory: 13952 KiB

[startup+6.30027 s]
/proc/loadavg: 7.90 7.99 7.65 8/253 52953
/proc/meminfo: memFree=125086612/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=48480 memory=13952 CPUtime=6.27 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 2461 0 0 0 626 1 0 0 20 0 1 0 52588437 49643520 3488 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 12120 3488 1184 6655 0 2355 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 48480 KiB
Current children cumulated memory: 13952 KiB

[startup+12.7002 s]
/proc/loadavg: 7.91 7.99 7.66 9/254 52954
/proc/meminfo: memFree=125038304/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=153460 memory=65980 CPUtime=15.05 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 12968 0 0 0 1502 3 0 0 20 0 2 0 52588437 157143040 16495 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 38365 16495 3552 6655 0 14739 0
[pid=52952/tid=52954] ppid=52949 vsize=153460 memory=65980 CPUtime=2.4 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 2510 0 0 0 240 0 0 0 20 0 2 0 52589440 157143040 16495 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 153460 KiB
Current children cumulated memory: 65980 KiB

[startup+25.5002 s]
/proc/loadavg: 8.01 8.01 7.67 9/254 52955
/proc/meminfo: memFree=125018356/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=153932 memory=70588 CPUtime=40.49 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 30795 0 0 0 4044 5 0 0 20 0 2 0 52588437 157626368 17647 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 38483 17647 3552 6655 0 15839 0
[pid=52952/tid=52954] ppid=52949 vsize=153932 memory=70076 CPUtime=15.09 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 9434 0 0 0 1508 1 0 0 20 0 2 0 52589440 157626368 17647 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 40.49 s
Current children cumulated vsize: 153932 KiB
Current children cumulated memory: 70588 KiB

[startup+51.1052 s]
/proc/loadavg: 8.00 8.00 7.68 9/254 52955
/proc/meminfo: memFree=124425288/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=91452 CPUtime=90.54 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 58598 0 0 0 9047 7 0 0 20 0 2 0 52588437 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 22863 3584 6655 0 23410 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=91452 CPUtime=39.64 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 21510 0 0 0 3962 2 0 0 20 0 2 0 52589440 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 90.54 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 91452 KiB

[startup+102.3 s]
/proc/loadavg: 7.89 7.96 7.68 9/255 53008
/proc/meminfo: memFree=127669608/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=91452 CPUtime=192.27 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 65853 0 0 0 19219 8 0 0 20 0 2 0 52588437 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 22863 3584 6655 0 23410 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=18816 CPUtime=90.35 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 24284 0 0 0 9033 2 0 0 20 0 2 0 52589440 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 192.27 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 91452 KiB

[startup+162.3 s]
/proc/loadavg: 8.00 7.98 7.71 9/255 53011
/proc/meminfo: memFree=127614524/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=91452 CPUtime=311.47 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 76483 0 0 0 31138 9 0 0 20 0 2 0 52588437 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 22863 3584 6655 0 23410 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=91452 CPUtime=149.78 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 29754 0 0 0 14975 3 0 0 20 0 2 0 52589440 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 311.47 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 91452 KiB

[startup+222.3 s]
/proc/loadavg: 8.05 8.00 7.74 9/255 53013
/proc/meminfo: memFree=127570248/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=91452 CPUtime=430.69 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 86320 0 0 0 43059 10 0 0 20 0 2 0 52588437 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 22863 3584 6655 0 23410 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=91452 CPUtime=209.19 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 33566 0 0 0 20916 3 0 0 20 0 2 0 52589440 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 430.69 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 91452 KiB

[startup+282.3 s]
/proc/loadavg: 8.13 8.03 7.76 9/254 53015
/proc/meminfo: memFree=127524300/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=91452 CPUtime=549.9 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 88581 0 0 0 54980 10 0 0 20 0 2 0 52588437 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 22863 3584 6655 0 23410 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=91452 CPUtime=268.62 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 34660 0 0 0 26859 3 0 0 20 0 2 0 52589440 178126848 22863 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 549.9 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 91452 KiB

[startup+342.3 s]
/proc/loadavg: 8.11 8.04 7.79 9/254 53017
/proc/meminfo: memFree=127458912/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=173952 memory=96152 CPUtime=669.12 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 90224 0 0 0 66901 11 0 0 20 0 2 0 52588437 178126848 24038 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 43488 24038 3584 6655 0 23494 0
[pid=52952/tid=52954] ppid=52949 vsize=173952 memory=95640 CPUtime=328.05 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 35442 0 0 0 32801 4 0 0 20 0 2 0 52589440 178126848 24038 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 669.12 s
Current children cumulated vsize: 173952 KiB
Current children cumulated memory: 96152 KiB


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

/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 74890 0 0 0 133831 12 0 0 20 0 2 0 52589440 292237312 46832 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 2695.61 s
Current children cumulated vsize: 285388 KiB
Current children cumulated memory: 187328 KiB

[startup+1422.3 s]
/proc/loadavg: 8.07 7.96 7.93 9/256 53530
/proc/meminfo: memFree=128357644/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=288492 memory=193984 CPUtime=2814.78 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 168041 0 0 0 281453 25 0 0 20 0 2 0 52588437 295415808 48496 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 72123 48496 3584 6655 0 47647 0
[pid=52952/tid=52954] ppid=52949 vsize=288492 memory=14720 CPUtime=1398.22 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 75940 0 0 0 139810 12 0 0 20 0 2 0 52589440 295415808 48496 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 2814.78 s
Current children cumulated vsize: 288492 KiB
Current children cumulated memory: 193984 KiB

[startup+1482.3 s]
/proc/loadavg: 8.17 8.01 7.94 9/256 53532
/proc/meminfo: memFree=128359256/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=289752 memory=196544 CPUtime=2933.95 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 172966 0 0 0 293369 26 0 0 20 0 2 0 52588437 296706048 49136 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 72438 49136 3584 6655 0 48398 0
[pid=52952/tid=52954] ppid=52949 vsize=289752 memory=18816 CPUtime=1458.01 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 78116 0 0 0 145789 12 0 0 20 0 2 0 52589440 296706048 49136 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 2933.95 s
Current children cumulated vsize: 289752 KiB
Current children cumulated memory: 196544 KiB

[startup+1542.3 s]
/proc/loadavg: 8.12 8.02 7.95 9/255 53534
/proc/meminfo: memFree=128350428/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=292596 memory=201408 CPUtime=3053.15 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 175235 0 0 0 305289 26 0 0 20 0 2 0 52588437 299618304 50352 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 73149 50352 3584 6655 0 49499 0
[pid=52952/tid=52954] ppid=52949 vsize=292596 memory=200896 CPUtime=1517.82 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 79484 0 0 0 151769 13 0 0 20 0 2 0 52589440 299618304 50352 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3053.15 s
Current children cumulated vsize: 292596 KiB
Current children cumulated memory: 201408 KiB

[startup+1602.3 s]
/proc/loadavg: 8.09 8.03 7.96 9/254 53537
/proc/meminfo: memFree=128344832/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=295232 memory=207296 CPUtime=3172.38 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 177992 0 0 0 317211 27 0 0 20 0 2 0 52588437 302317568 51824 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 73808 51824 3584 6655 0 50936 0
[pid=52952/tid=52954] ppid=52949 vsize=295232 memory=200896 CPUtime=1577.6 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 81552 0 0 0 157747 13 0 0 20 0 2 0 52589440 302317568 51824 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3172.38 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 207296 KiB

[startup+1662.3 s]
/proc/loadavg: 8.07 8.03 7.98 9/254 53539
/proc/meminfo: memFree=128337840/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=299272 memory=213184 CPUtime=3291.59 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 181423 0 0 0 329131 28 0 0 20 0 2 0 52588437 306454528 53296 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 74818 53296 3584 6655 0 52451 0
[pid=52952/tid=52954] ppid=52949 vsize=299272 memory=200896 CPUtime=1637.39 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 82274 0 0 0 163726 13 0 0 20 0 2 0 52589440 306454528 53296 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3291.59 s
Current children cumulated vsize: 299272 KiB
Current children cumulated memory: 213184 KiB

[startup+1722.3 s]
/proc/loadavg: 8.08 8.04 7.99 9/254 53541
/proc/meminfo: memFree=128334464/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=302192 memory=218816 CPUtime=3410.81 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 182923 0 0 0 341053 28 0 0 20 0 2 0 52588437 309444608 54704 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 75548 54704 3584 6655 0 53970 0
[pid=52952/tid=52954] ppid=52949 vsize=302192 memory=200896 CPUtime=1697.18 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 82986 0 0 0 169705 13 0 0 20 0 2 0 52589440 309444608 54704 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3410.81 s
Current children cumulated vsize: 302192 KiB
Current children cumulated memory: 218816 KiB

[startup+1782.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/254 53543
/proc/meminfo: memFree=128327756/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=303728 memory=222656 CPUtime=3530.04 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 183905 0 0 0 352976 28 0 0 20 0 2 0 52588437 311017472 55664 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 75932 55664 3584 6655 0 54818 0
[pid=52952/tid=52954] ppid=52949 vsize=303728 memory=14720 CPUtime=1756.98 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 83576 0 0 0 175685 13 0 0 20 0 2 0 52589440 311017472 55664 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3530.04 s
Current children cumulated vsize: 303728 KiB
Current children cumulated memory: 222656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.6 s]
/proc/loadavg: 8.08 8.05 8.00 9/255 53548
/proc/meminfo: memFree=128315176/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=306548 memory=227776 CPUtime=3600.19 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) R 52949 52952 52290 0 -1 4194304 185217 0 0 0 359990 29 0 0 20 0 2 0 52588437 313905152 56944 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 76637 56944 3584 6655 0 56072 0
[pid=52952/tid=52954] ppid=52949 vsize=306548 memory=222656 CPUtime=1792.15 cores=4,6
/proc/52952/task/52954/stat : 52954 (LSIPExact) R 52949 52952 52290 0 -1 4194368 84165 0 0 0 179202 13 0 0 20 0 2 0 52589440 313905152 56944 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 306548 KiB
Current children cumulated memory: 227776 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.87 s, system=0.320387 s

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

[startup+1818.4 s]
/proc/loadavg: 8.08 8.05 8.00 8/255 53549
/proc/meminfo: memFree=128313172/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=306548 memory=225980 CPUtime=3600.24 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) S 52949 52952 52290 0 -1 4194304 185498 0 0 0 359995 29 0 0 20 0 1 0 52588437 313905152 56495 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 76637 56495 3616 6655 0 56072 0
[pid=53549] ppid=52952 vsize=38632 memory=19852 CPUtime=0.72 cores=4,6
/proc/53549/stat : 53549 (Exact) R 52952 53549 53549 0 -1 4194304 5101 0 0 0 71 1 0 0 20 0 1 0 52770202 39559168 4963 18446744073709551615 4198400 8335837 140721323875888 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25247744 140721323878587 140721323878941 140721323878941 140721323884495 0
/proc/53549/statm: 9658 4963 1120 1011 0 8425 0
Current children cumulated CPU time: 3600.96 s
Current children cumulated vsize: 345180 KiB
Current children cumulated memory: 245832 KiB

[startup+1819.2 s]
/proc/loadavg: 8.08 8.05 8.00 8/255 53549
/proc/meminfo: memFree=128307060/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=306548 memory=225980 CPUtime=3600.24 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) S 52949 52952 52290 0 -1 4194304 185498 0 0 0 359995 29 0 0 20 0 1 0 52588437 313905152 56495 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 76637 56495 3616 6655 0 56072 0
[pid=53549] ppid=52952 vsize=39964 memory=20928 CPUtime=1.51 cores=4,6
/proc/53549/stat : 53549 (Exact) R 52952 53549 53549 0 -1 4194304 5870 0 0 0 150 1 0 0 20 0 1 0 52770202 40923136 5232 18446744073709551615 4198400 8335837 140721323875888 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25247744 140721323878587 140721323878941 140721323878941 140721323884495 0
/proc/53549/statm: 9991 5232 1120 1011 0 8758 0
Current children cumulated CPU time: 3601.75 s
Current children cumulated vsize: 346512 KiB
Current children cumulated memory: 246908 KiB

[startup+1819.6 s]
/proc/loadavg: 8.08 8.05 8.00 8/255 53549
/proc/meminfo: memFree=128307060/131382112 swapFree=33010684/33010684
[pid=52952] ppid=52949 vsize=306548 memory=225980 CPUtime=3600.24 cores=4,6
/proc/52952/stat : 52952 (LSIPExact) S 52949 52952 52290 0 -1 4194304 185498 0 0 0 359995 29 0 0 20 0 1 0 52588437 313905152 56495 18446744073709551615 93940935507968 93940962764369 140723495852288 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93940971267208 93940971698816 93941004324864 140723495856474 140723495856650 140723495856650 140723495862252 0
/proc/52952/statm: 76637 56495 3616 6655 0 56072 0
[pid=53549] ppid=52952 vsize=40116 memory=21056 CPUtime=1.91 cores=4,6
/proc/53549/stat : 53549 (Exact) R 52952 53549 53549 0 -1 4194304 5914 0 0 0 190 1 0 0 20 0 1 0 52770202 41078784 5264 18446744073709551615 4198400 8335837 140721323875888 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25247744 140721323878587 140721323878941 140721323878941 140721323884495 0
/proc/53549/statm: 10029 5264 1120 1011 0 8796 0
Current children cumulated CPU time: 3602.15 s
Current children cumulated vsize: 346664 KiB
Current children cumulated memory: 247036 KiB

Child status: 0

Real time (s): 1819.62
CPU time (s): 3602.19
CPU user time (s): 3601.87
CPU system time (s): 0.320387
CPU usage (%): 197.964
Max. virtual memory (cumulated for all children) (KiB): 346664
Max. memory (cumulated for all children) (KiB): 247036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.87
system time used= 0.320387
maximum resident set size= 227904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192614
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= 550
involuntary context switches= 77636


# summary of solver processes directly reported to runsolver:
#   pid: 52952
#   total CPU time (s): 3602.19
#   total CPU user time (s): 3601.87
#   total CPU system time (s): 0.320387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.51239 second user time and 8.27593 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 13:24:50
IDJOB=4490827
IDBENCH=147623
IDSOLVER=3336
FILE ID=nodeC005/4490827-1751369090
RUNJOBID= nodeC005-1751365444-52301
SLURM_JOB_ID= 9598182
Free space on /tmp= 430532 MiB

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

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

MD5SUM BENCH= 615ef0f28fa6784c486981c328c6a987
RANDOM SEED=1543747551

nodeC005 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	: 0xb00001f
cpu MHz		: 3591.723
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3590.562
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.714
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.727
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.144
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.718
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.424
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.726
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125107292 kB
MemAvailable:   125982252 kB
Buffers:            2752 kB
Cached:          1674068 kB
SwapCached:            0 kB
Active:          4384784 kB
Inactive:        1325420 kB
Active(anon):    4043180 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1317256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45112 kB
Writeback:            12 kB
AnonPages:       4033804 kB
Mapped:           139792 kB
Shmem:             17960 kB
KReclaimable:     111456 kB
Slab:             195880 kB
SReclaimable:     111456 kB
SUnreclaim:        84424 kB
KernelStack:        4080 kB
PageTables:        11056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4459280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2818048 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430492 MiB
End job on nodeC005 at 2025-07-01 13:55:10