Trace number 4491333

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.07 1819.72

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUM6f99dbdca9fbd2980e0943071bb7f8ab
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 benchmark91
Best CPU time to get the best result obtained on this benchmark72000.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1807
Total number of constraints3444
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
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 1320
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.05/1817.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.05/1817.70	c numVar: 1807
3600.05/1817.70	c numCon: 3444
3600.05/1817.70	c numEqual: 0
3600.05/1817.70	c intSize: 11
3600.05/1817.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.05/1817.70	c ------------------- Paras list -------------------
3600.05/1817.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.05/1817.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.05/1817.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.05/1817.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.05/1817.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.05/1817.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.05/1817.70	c random_seed         	 int       	 0         	 0         	 
3600.05/1817.70	c sample_size         	 int       	 50        	 50        	 
3600.05/1817.70	c sub_score           	 int       	 1         	 1         	 
3600.05/1817.70	c tabu_base           	 int       	 3         	 3         	 
3600.05/1817.70	c tabu_variation      	 int       	 1         	 1         	 
3600.05/1817.70	c sub_div             	 int       	 4         	 4         	 
3600.05/1817.70	c nbcore              	 int       	 2         	 1         	 
3600.05/1817.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.05/1817.70	c print_sol           	 int       	 1         	 1         	 
3600.05/1817.70	c tmpdir              	 string		 .         	 "."       	 
3600.05/1817.70	c home                	 string		 HOME	 "."       	 
3600.05/1817.70	c benchname           	 string		 HOME/instance-4491333-1751370350.opb	 ""        	 
3600.05/1817.70	c --------------------------------------------------
3600.05/1817.70	c Local Search solver
3600.05/1817.70	c MIP solver
3600.05/1817.70	c receive signal 15, try to interrupt solver...
3600.05/1817.73	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: 63837 MiB (61828 MiB free)
  memory of node 1: 64465 MiB (63585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491333-1751370350/watcher-4491333-1751370350 -o /tmp/evaluation-result-4491333-1751370350/solver-4491333-1751370350 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52302 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491333-1751370350.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=53524, runsolver pid=53521

[startup+0.10007 s]*
/proc/loadavg: 7.61 7.87 7.89 8/255 53525
/proc/meminfo: memFree=128404844/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=0.09 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3373 0 0 0 8 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+0.213361 s]*
/proc/loadavg: 7.61 7.87 7.89 8/255 53525
/proc/meminfo: memFree=128404844/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=0.2 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3373 0 0 0 19 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+0.311489 s]*
/proc/loadavg: 7.61 7.87 7.89 8/255 53525
/proc/meminfo: memFree=128404844/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=0.3 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3377 0 0 0 29 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+0.700207 s]
/proc/loadavg: 7.61 7.87 7.89 8/255 53525
/proc/meminfo: memFree=128404844/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=0.67 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3377 0 0 0 66 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+1.5003 s]
/proc/loadavg: 7.61 7.87 7.89 8/255 53525
/proc/meminfo: memFree=128405096/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=1.47 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3377 0 0 0 146 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+3.11284 s]
/proc/loadavg: 7.56 7.86 7.88 8/255 53525
/proc/meminfo: memFree=128401416/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=3.08 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3377 0 0 0 307 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+6.30027 s]
/proc/loadavg: 7.56 7.86 7.88 8/255 53525
/proc/meminfo: memFree=128402424/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=52140 memory=17408 CPUtime=6.26 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 3377 0 0 0 625 1 0 0 20 0 1 0 52714388 53391360 4352 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 13035 4352 1152 6655 0 3270 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 17408 KiB

[startup+12.7002 s]
/proc/loadavg: 7.63 7.86 7.89 9/256 53526
/proc/meminfo: memFree=128364876/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=170560 memory=85876 CPUtime=15.03 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 18374 0 0 0 1499 4 0 0 20 0 2 0 52714388 174653440 21469 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 42640 21469 3424 6655 0 20349 0
[pid=53524/tid=53526] ppid=53521 vsize=170560 memory=85492 CPUtime=2.39 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 3565 0 0 0 239 0 0 0 20 0 2 0 52715393 174653440 21469 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 170560 KiB
Current children cumulated memory: 85876 KiB

[startup+25.5002 s]
/proc/loadavg: 7.69 7.87 7.89 9/256 53526
/proc/meminfo: memFree=128373208/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=170560 memory=88308 CPUtime=40.32 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 38923 0 0 0 4026 6 0 0 20 0 2 0 52714388 174653440 22077 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 42640 22077 3520 6655 0 20725 0
[pid=53524/tid=53526] ppid=53521 vsize=170560 memory=88308 CPUtime=14.93 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 11282 0 0 0 1492 1 0 0 20 0 2 0 52715393 174653440 22077 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 40.32 s
Current children cumulated vsize: 170560 KiB
Current children cumulated memory: 88308 KiB

[startup+51.1053 s]
/proc/loadavg: 7.80 7.88 7.89 9/256 53527
/proc/meminfo: memFree=128358644/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=183892 memory=109404 CPUtime=89.74 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 60595 0 0 0 8965 9 0 0 20 0 2 0 52714388 188305408 27351 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 45973 27351 3520 6655 0 27497 0
[pid=53524/tid=53526] ppid=53521 vsize=183892 memory=109404 CPUtime=38.89 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 20190 0 0 0 3886 3 0 0 20 0 2 0 52715393 188305408 27351 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 89.74 s
Current children cumulated vsize: 183892 KiB
Current children cumulated memory: 109404 KiB

[startup+102.3 s]
/proc/loadavg: 8.03 7.93 7.91 9/256 53528
/proc/meminfo: memFree=128352996/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=183892 memory=110684 CPUtime=191.49 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 66345 0 0 0 19139 10 0 0 20 0 2 0 52714388 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 45973 27671 3520 6655 0 27497 0
[pid=53524/tid=53526] ppid=53521 vsize=183892 memory=110684 CPUtime=89.93 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 25809 0 0 0 8990 3 0 0 20 0 2 0 52715393 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 191.49 s
Current children cumulated vsize: 183892 KiB
Current children cumulated memory: 110684 KiB

[startup+162.3 s]
/proc/loadavg: 8.07 7.96 7.93 9/256 53530
/proc/meminfo: memFree=128357644/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=183892 memory=110684 CPUtime=310.76 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 66357 0 0 0 31066 10 0 0 20 0 2 0 52714388 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 45973 27671 3520 6655 0 27497 0
[pid=53524/tid=53526] ppid=53521 vsize=183892 memory=110684 CPUtime=149.77 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 25810 0 0 0 14974 3 0 0 20 0 2 0 52715393 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 310.76 s
Current children cumulated vsize: 183892 KiB
Current children cumulated memory: 110684 KiB

[startup+222.3 s]
/proc/loadavg: 8.17 8.01 7.94 9/256 53532
/proc/meminfo: memFree=128359256/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=183892 memory=110684 CPUtime=430.04 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 66982 0 0 0 42993 11 0 0 20 0 2 0 52714388 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 45973 27671 3520 6655 0 27497 0
[pid=53524/tid=53526] ppid=53521 vsize=183892 memory=110684 CPUtime=209.61 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 26375 0 0 0 20958 3 0 0 20 0 2 0 52715393 188305408 27671 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 430.04 s
Current children cumulated vsize: 183892 KiB
Current children cumulated memory: 110684 KiB

[startup+282.3 s]
/proc/loadavg: 8.12 8.02 7.95 9/255 53534
/proc/meminfo: memFree=128350428/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=183892 memory=112820 CPUtime=549.3 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 67435 0 0 0 54919 11 0 0 20 0 2 0 52714388 188305408 28205 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 45973 28205 3520 6655 0 27497 0
[pid=53524/tid=53526] ppid=53521 vsize=183892 memory=14720 CPUtime=269.45 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 26821 0 0 0 26941 4 0 0 20 0 2 0 52715393 188305408 28205 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 549.3 s
Current children cumulated vsize: 183892 KiB
Current children cumulated memory: 112820 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 8.03 7.96 9/254 53537
/proc/meminfo: memFree=128344832/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=185628 memory=116532 CPUtime=668.57 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 68630 0 0 0 66845 12 0 0 20 0 2 0 52714388 190083072 29133 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 46407 29133 3520 6655 0 27931 0
[pid=53524/tid=53526] ppid=53521 vsize=185628 memory=112820 CPUtime=329.28 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 27562 0 0 0 32924 4 0 0 20 0 2 0 52715393 190083072 29133 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 668.57 s
Current children cumulated vsize: 185628 KiB
Current children cumulated memory: 116532 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2814.58 s
Current children cumulated vsize: 300964 KiB
Current children cumulated memory: 211640 KiB

[startup+1482.3 s]
/proc/loadavg: 8.10 7.97 7.89 9/253 54932
/proc/meminfo: memFree=127709856/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=303528 memory=215480 CPUtime=2933.76 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 111793 0 0 0 293329 47 0 0 20 0 2 0 52714388 310812672 53870 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 75882 53870 3520 6655 0 52510 0
[pid=53524/tid=53526] ppid=53521 vsize=303528 memory=212152 CPUtime=1465.25 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 49492 0 0 0 146509 16 0 0 20 0 2 0 52715393 310812672 53870 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 2933.76 s
Current children cumulated vsize: 303528 KiB
Current children cumulated memory: 215480 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 8.00 7.90 9/253 54935
/proc/meminfo: memFree=127677396/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=305632 memory=219448 CPUtime=3052.94 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 112789 0 0 0 305246 48 0 0 20 0 2 0 52714388 312967168 54862 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 76408 54862 3520 6655 0 53514 0
[pid=53524/tid=53526] ppid=53521 vsize=305632 memory=14720 CPUtime=1525.05 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 49970 0 0 0 152489 16 0 0 20 0 2 0 52715393 312967168 54862 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3052.94 s
Current children cumulated vsize: 305632 KiB
Current children cumulated memory: 219448 KiB

[startup+1602.3 s]
/proc/loadavg: 7.55 7.86 7.86 8/253 54937
/proc/meminfo: memFree=127632820/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=308900 memory=224952 CPUtime=3172.11 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 114148 0 0 0 317163 48 0 0 20 0 2 0 52714388 316313600 56238 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 77225 56238 3520 6655 0 54939 0
[pid=53524/tid=53526] ppid=53521 vsize=308900 memory=219448 CPUtime=1584.84 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 50930 0 0 0 158467 17 0 0 20 0 2 0 52715393 316313600 56238 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3172.11 s
Current children cumulated vsize: 308900 KiB
Current children cumulated memory: 224952 KiB

[startup+1662.3 s]
/proc/loadavg: 7.26 7.72 7.81 8/253 54939
/proc/meminfo: memFree=127619744/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=310884 memory=227896 CPUtime=3291.32 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 114894 0 0 0 329083 49 0 0 20 0 2 0 52714388 318345216 56974 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 77721 56974 3520 6655 0 55695 0
[pid=53524/tid=53526] ppid=53521 vsize=310884 memory=227640 CPUtime=1644.64 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 51173 0 0 0 164447 17 0 0 20 0 2 0 52715393 318345216 56974 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3291.32 s
Current children cumulated vsize: 310884 KiB
Current children cumulated memory: 227896 KiB

[startup+1722.3 s]
/proc/loadavg: 7.12 7.60 7.76 8/253 54941
/proc/meminfo: memFree=127638888/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=313412 memory=232504 CPUtime=3410.51 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 116071 0 0 0 341002 49 0 0 20 0 2 0 52714388 320933888 58126 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78353 58126 3520 6655 0 56842 0
[pid=53524/tid=53526] ppid=53521 vsize=313412 memory=228024 CPUtime=1704.44 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 51712 0 0 0 170427 17 0 0 20 0 2 0 52715393 320933888 58126 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3410.51 s
Current children cumulated vsize: 313412 KiB
Current children cumulated memory: 232504 KiB

[startup+1782.3 s]
/proc/loadavg: 7.71 7.68 7.78 9/255 54947
/proc/meminfo: memFree=127380080/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315832 memory=238520 CPUtime=3529.73 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 117564 0 0 0 352923 50 0 0 20 0 2 0 52714388 323411968 59630 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78958 59630 3520 6655 0 58326 0
[pid=53524/tid=53526] ppid=53521 vsize=315832 memory=238520 CPUtime=1764.28 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 52595 0 0 0 176410 18 0 0 20 0 2 0 52715393 323411968 59630 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3529.73 s
Current children cumulated vsize: 315832 KiB
Current children cumulated memory: 238520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.7 s]
/proc/loadavg: 7.92 7.73 7.80 9/255 54947
/proc/meminfo: memFree=127376612/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315992 memory=239288 CPUtime=3600.05 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) R 53521 53524 52290 0 -1 4194304 117740 0 0 0 359955 50 0 0 20 0 2 0 52714388 323575808 59822 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78998 59822 3520 6655 0 58477 0
[pid=53524/tid=53526] ppid=53521 vsize=315992 memory=238520 CPUtime=1799.57 cores=1,3
/proc/53524/task/53526/stat : 53526 (LSIPExact) R 53521 53524 52290 0 -1 4194368 52716 0 0 0 179939 18 0 0 20 0 2 0 52715393 323575808 59822 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 315992 KiB
Current children cumulated memory: 239288 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.53 s, system=0.537258 s

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

[startup+1818.4 s]
/proc/loadavg: 7.92 7.73 7.80 8/255 54949
/proc/meminfo: memFree=127362500/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315992 memory=237488 CPUtime=3600.1 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) S 53521 53524 52290 0 -1 4194304 118414 0 0 0 359960 50 0 0 20 0 1 0 52714388 323575808 59372 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78998 59372 3552 6655 0 58477 0
[pid=54949] ppid=53524 vsize=40920 memory=20184 CPUtime=0.63 cores=1,3
/proc/54949/stat : 54949 (Exact) R 53524 54949 54949 0 -1 4194304 6977 0 0 0 62 1 0 0 20 0 1 0 52896162 41902080 5046 18446744073709551615 4198400 8335837 140725691489792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18251776 140725691492539 140725691492893 140725691492893 140725691498447 0
/proc/54949/statm: 10230 5046 1120 1011 0 8997 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 356912 KiB
Current children cumulated memory: 257672 KiB

[startup+1819.2 s]
/proc/loadavg: 7.92 7.73 7.80 8/255 54949
/proc/meminfo: memFree=127362760/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315992 memory=237488 CPUtime=3600.1 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) S 53521 53524 52290 0 -1 4194304 118414 0 0 0 359960 50 0 0 20 0 1 0 52714388 323575808 59372 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78998 59372 3552 6655 0 58477 0
[pid=54949] ppid=53524 vsize=45436 memory=26796 CPUtime=1.43 cores=1,3
/proc/54949/stat : 54949 (Exact) R 53524 54949 54949 0 -1 4194304 8504 0 0 0 141 2 0 0 20 0 1 0 52896162 46526464 6699 18446744073709551615 4198400 8335837 140725691489792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18251776 140725691492539 140725691492893 140725691492893 140725691498447 0
/proc/54949/statm: 11359 6699 1120 1011 0 10126 0
Current children cumulated CPU time: 3601.53 s
Current children cumulated vsize: 361428 KiB
Current children cumulated memory: 264284 KiB

[startup+1819.6 s]
/proc/loadavg: 7.92 7.73 7.80 8/255 54949
/proc/meminfo: memFree=127362760/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315992 memory=237488 CPUtime=3600.1 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) S 53521 53524 52290 0 -1 4194304 118414 0 0 0 359960 50 0 0 20 0 1 0 52714388 323575808 59372 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78998 59372 3552 6655 0 58477 0
[pid=54949] ppid=53524 vsize=45436 memory=28904 CPUtime=1.83 cores=1,3
/proc/54949/stat : 54949 (Exact) R 53524 54949 54949 0 -1 4194304 8542 0 0 0 181 2 0 0 20 0 1 0 52896162 46526464 7226 18446744073709551615 4198400 8335837 140725691489792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18251776 140725691492539 140725691492893 140725691492893 140725691498447 0
/proc/54949/statm: 11359 7226 1120 1011 0 10126 0
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 361428 KiB
Current children cumulated memory: 266392 KiB

[startup+1819.7 s]
/proc/loadavg: 7.92 7.73 7.80 8/255 54949
/proc/meminfo: memFree=127362760/131382112 swapFree=33010684/33010684
[pid=53524] ppid=53521 vsize=315992 memory=237488 CPUtime=3600.1 cores=1,3
/proc/53524/stat : 53524 (LSIPExact) S 53521 53524 52290 0 -1 4194304 118414 0 0 0 359960 50 0 0 20 0 1 0 52714388 323575808 59372 18446744073709551615 94463521714176 94463548970577 140732797506576 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94463557473416 94463557905024 94463583895552 140732797512026 140732797512202 140732797512202 140732797517804 0
/proc/53524/statm: 78998 59372 3552 6655 0 58477 0
[pid=54949] ppid=53524 vsize=45436 memory=28904 CPUtime=1.93 cores=1,3
/proc/54949/stat : 54949 (Exact) R 53524 54949 54949 0 -1 4194304 8544 0 0 0 191 2 0 0 20 0 1 0 52896162 46526464 7226 18446744073709551615 4198400 8335837 140725691489792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18251776 140725691492539 140725691492893 140725691492893 140725691498447 0
/proc/54949/statm: 11359 7226 1120 1011 0 10126 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 361428 KiB
Current children cumulated memory: 266392 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1819.72
CPU time (s): 3602.07
CPU user time (s): 3601.53
CPU system time (s): 0.537258
CPU usage (%): 197.946
Max. virtual memory (cumulated for all children) (KiB): 361428
Max. memory (cumulated for all children) (KiB): 266392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.53
system time used= 0.537258
maximum resident set size= 239416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128045
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= 565
involuntary context switches= 82154


# summary of solver processes directly reported to runsolver:
#   pid: 53524
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3601.53
#   total CPU system time (s): 0.537258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.66011 second user time and 8.12476 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 13:45:50
IDJOB=4491333
IDBENCH=147703
IDSOLVER=3336
FILE ID=nodeC005/4491333-1751370350
RUNJOBID= nodeC005-1751365444-52302
SLURM_JOB_ID= 9598182
Free space on /tmp= 430536 MiB

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

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

MD5SUM BENCH= 6f99dbdca9fbd2980e0943071bb7f8ab
RANDOM SEED=1377352554

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.725
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		: 1197.565
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.737
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		: 1197.244
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		: 3591.731
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.726
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		: 3591.757
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.730
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:        128425000 kB
MemAvailable:   129297732 kB
Buffers:            2752 kB
Cached:          1671796 kB
SwapCached:            0 kB
Active:           925036 kB
Inactive:        1323148 kB
Active(anon):     583432 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1314984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45300 kB
Writeback:            16 kB
AnonPages:        576748 kB
Mapped:           140652 kB
Shmem:             17960 kB
KReclaimable:     111544 kB
Slab:             195912 kB
SReclaimable:     111544 kB
SUnreclaim:        84368 kB
KernelStack:        4096 kB
PageTables:         4484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     969840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 430488 MiB
End job on nodeC005 at 2025-07-01 14:16:10