Trace number 4502679

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.08 1831.92

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-hanoi5.opb
MD5SUM179846138439b27c2be3c10cf8937212
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1931
Best CPU time to get the best result obtained on this benchmark0.566122
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3862
Total number of constraints16399
Number of constraints which are clauses16399
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Number of terms in the objective function 3862
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3862
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3862
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=59711, runsolver pid=59702

[startup+0.100071 s]*
/proc/loadavg: 0.43 0.91 1.02 6/252 59720
/proc/meminfo: memFree=125397272/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=0.09 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 8 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+0.213934 s]*
/proc/loadavg: 0.43 0.91 1.02 6/252 59720
/proc/meminfo: memFree=125397272/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=0.2 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 19 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+0.313055 s]*
/proc/loadavg: 0.43 0.91 1.02 6/252 59720
/proc/meminfo: memFree=125397020/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=0.3 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 29 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+0.700251 s]
/proc/loadavg: 0.43 0.91 1.02 6/252 59720
/proc/meminfo: memFree=125396520/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=0.67 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 66 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+1.50024 s]
/proc/loadavg: 0.43 0.91 1.02 6/252 59720
/proc/meminfo: memFree=125396520/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=1.47 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 146 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+3.11225 s]
/proc/loadavg: 0.79 0.98 1.04 6/252 59720
/proc/meminfo: memFree=125396844/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=3.08 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 307 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+6.30023 s]
/proc/loadavg: 0.79 0.98 1.04 6/252 59720
/proc/meminfo: memFree=125396972/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=50176 memory=15616 CPUtime=6.26 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 2881 0 0 0 625 1 0 0 20 0 1 0 57777380 51380224 3904 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 12544 3904 1184 6655 0 2779 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15616 KiB

[startup+12.7002 s]
/proc/loadavg: 1.61 1.14 1.10 10/256 59724
/proc/meminfo: memFree=125270728/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=162948 memory=80016 CPUtime=15.02 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 16560 0 0 0 1498 4 0 0 20 0 2 0 57777380 166858752 20004 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 40737 20004 3520 6655 0 18606 0
[pid=59711/tid=59724] ppid=59702 vsize=162948 memory=69904 CPUtime=2.4 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 4401 0 0 0 239 1 0 0 20 0 2 0 57778385 166858752 20004 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 15.02 s
Current children cumulated vsize: 162948 KiB
Current children cumulated memory: 80016 KiB

[startup+25.5002 s]
/proc/loadavg: 2.51 1.35 1.16 8/250 59761
/proc/meminfo: memFree=125276888/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=167188 memory=84496 CPUtime=40.46 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 36094 0 0 0 4041 5 0 0 20 0 2 0 57777380 171200512 21124 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 41797 21124 3520 6655 0 19666 0
[pid=59711/tid=59724] ppid=59702 vsize=167188 memory=82704 CPUtime=15.07 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 10019 0 0 0 1506 1 0 0 20 0 2 0 57778385 171200512 21124 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 40.46 s
Current children cumulated vsize: 167188 KiB
Current children cumulated memory: 84496 KiB

[startup+51.1052 s]
/proc/loadavg: 3.78 1.75 1.30 8/250 59761
/proc/meminfo: memFree=125262232/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=167188 memory=85392 CPUtime=91.36 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 53977 0 0 0 9129 7 0 0 20 0 2 0 57777380 171200512 21348 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 41797 21348 3520 6655 0 19666 0
[pid=59711/tid=59724] ppid=59702 vsize=167188 memory=17920 CPUtime=40.44 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 18894 0 0 0 4042 2 0 0 20 0 2 0 57778385 171200512 21348 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 91.36 s
Current children cumulated vsize: 167188 KiB
Current children cumulated memory: 85392 KiB

[startup+102.3 s]
/proc/loadavg: 5.14 2.46 1.57 8/249 59763
/proc/meminfo: memFree=124953388/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=181340 memory=105232 CPUtime=186.21 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 61072 0 0 0 18611 10 0 0 20 0 2 0 57777380 185692160 26308 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 45335 26308 3520 6655 0 25093 0
[pid=59711/tid=59724] ppid=59702 vsize=181340 memory=17920 CPUtime=84.79 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 22415 0 0 0 8475 4 0 0 20 0 2 0 57778385 185692160 26308 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 186.21 s
Current children cumulated vsize: 181340 KiB
Current children cumulated memory: 105232 KiB

[startup+162.3 s]
/proc/loadavg: 5.74 3.13 1.86 8/249 59765
/proc/meminfo: memFree=124579492/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=181340 memory=116240 CPUtime=305.35 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 65694 0 0 0 30523 12 0 0 20 0 2 0 57777380 185692160 29060 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 45335 29060 3520 6655 0 27846 0
[pid=59711/tid=59724] ppid=59702 vsize=181340 memory=105232 CPUtime=144.13 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 26991 0 0 0 14408 5 0 0 20 0 2 0 57778385 185692160 29060 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 305.35 s
Current children cumulated vsize: 181340 KiB
Current children cumulated memory: 116240 KiB

[startup+222.3 s]
/proc/loadavg: 6.02 3.68 2.13 8/250 59768
/proc/meminfo: memFree=124278916/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=189884 memory=128656 CPUtime=424.64 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 70357 0 0 0 42449 15 0 0 20 0 2 0 57777380 194441216 32164 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 47471 32164 3520 6655 0 30975 0
[pid=59711/tid=59724] ppid=59702 vsize=189884 memory=105232 CPUtime=203.56 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 28786 0 0 0 20351 5 0 0 20 0 2 0 57778385 194441216 32164 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 424.64 s
Current children cumulated vsize: 189884 KiB
Current children cumulated memory: 128656 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 4.12 2.38 8/248 59775
/proc/meminfo: memFree=124101524/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=189884 memory=128784 CPUtime=543.9 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 74786 0 0 0 54373 17 0 0 20 0 2 0 57777380 194441216 32196 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 47471 32196 3520 6655 0 30975 0
[pid=59711/tid=59724] ppid=59702 vsize=189884 memory=105232 CPUtime=262.98 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 32090 0 0 0 26292 6 0 0 20 0 2 0 57778385 194441216 32196 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 543.9 s
Current children cumulated vsize: 189884 KiB
Current children cumulated memory: 128784 KiB

[startup+342.3 s]
/proc/loadavg: 6.07 4.48 2.62 8/249 59778
/proc/meminfo: memFree=123982352/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=194712 memory=134160 CPUtime=663.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 81609 0 0 0 66296 19 0 0 20 0 2 0 57777380 199385088 33540 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 48678 33540 3520 6655 0 32182 0
[pid=59711/tid=59724] ppid=59702 vsize=194712 memory=14080 CPUtime=322.4 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 36075 0 0 0 32234 6 0 0 20 0 2 0 57778385 199385088 33540 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 663.15 s
Current children cumulated vsize: 194712 KiB
Current children cumulated memory: 134160 KiB


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

Current children cumulated vsize: 559644 KiB
Current children cumulated memory: 468104 KiB

[startup+1542.3 s]
/proc/loadavg: 4.05 4.17 3.93 5/241 59880
/proc/meminfo: memFree=124732280/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=580272 memory=510344 CPUtime=3028.5 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 214137 0 0 0 302760 90 0 0 20 0 2 0 57777380 594198528 127586 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 145068 127586 3520 6655 0 126733 0
[pid=59711/tid=59724] ppid=59702 vsize=580272 memory=14080 CPUtime=1498.34 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 113624 0 0 0 149798 36 0 0 20 0 2 0 57778385 594198528 127586 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3028.5 s
Current children cumulated vsize: 580272 KiB
Current children cumulated memory: 510344 KiB

[startup+1602.3 s]
/proc/loadavg: 3.96 4.11 3.93 5/241 59927
/proc/meminfo: memFree=123200552/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=597120 memory=547592 CPUtime=3147.77 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 223462 0 0 0 314682 95 0 0 20 0 2 0 57777380 611450880 136898 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 149280 136898 3520 6655 0 136013 0
[pid=59711/tid=59724] ppid=59702 vsize=597120 memory=14080 CPUtime=1557.78 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 118730 0 0 0 155740 38 0 0 20 0 2 0 57778385 611450880 136898 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3147.77 s
Current children cumulated vsize: 597120 KiB
Current children cumulated memory: 547592 KiB

[startup+1662.3 s]
/proc/loadavg: 4.05 4.10 3.94 5/242 59930
/proc/meminfo: memFree=123165300/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=607708 memory=571788 CPUtime=3267.02 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 232184 0 0 0 326603 99 0 0 20 0 2 0 57777380 622292992 142947 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 151927 142947 3520 6655 0 142145 0
[pid=59711/tid=59724] ppid=59702 vsize=607708 memory=14080 CPUtime=1617.19 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 124865 0 0 0 161680 39 0 0 20 0 2 0 57778385 622292992 142947 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3267.02 s
Current children cumulated vsize: 607708 KiB
Current children cumulated memory: 571788 KiB

[startup+1722.3 s]
/proc/loadavg: 4.07 4.10 3.95 5/242 59932
/proc/meminfo: memFree=123137328/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=690908 memory=608640 CPUtime=3386.27 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 242704 0 0 0 338524 103 0 0 20 0 2 0 57777380 707489792 152160 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 172727 152160 3520 6655 0 151379 0
[pid=59711/tid=59724] ppid=59702 vsize=690908 memory=17920 CPUtime=1676.61 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 130945 0 0 0 167620 41 0 0 20 0 2 0 57778385 707489792 152160 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3386.27 s
Current children cumulated vsize: 690908 KiB
Current children cumulated memory: 608640 KiB

[startup+1782.3 s]
/proc/loadavg: 4.09 4.09 3.96 5/242 59934
/proc/meminfo: memFree=123086048/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=709640 memory=649216 CPUtime=3505.52 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 255855 0 0 0 350444 108 0 0 20 0 2 0 57777380 726671360 162304 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 177410 162304 3520 6655 0 161443 0
[pid=59711/tid=59724] ppid=59702 vsize=709640 memory=648832 CPUtime=1736.04 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 136890 0 0 0 173561 43 0 0 20 0 2 0 57778385 726671360 162304 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3505.52 s
Current children cumulated vsize: 709640 KiB
Current children cumulated memory: 649216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1829.9 s]
/proc/loadavg: 4.10 4.09 3.97 5/242 59936
/proc/meminfo: memFree=123040716/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=720416 memory=671744 CPUtime=3600.1 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) R 59702 59711 59622 0 -1 4194304 267931 0 0 0 359899 111 0 0 20 0 2 0 57777380 737705984 167936 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 180104 167936 3520 6655 0 167204 0
[pid=59711/tid=59724] ppid=59702 vsize=720416 memory=667008 CPUtime=1783.18 cores=5,7
/proc/59711/task/59724/stat : 59724 (LSIPExact) R 59702 59711 59622 0 -1 4194368 143005 0 0 0 178273 45 0 0 20 0 2 0 57778385 737705984 167936 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 720416 KiB
Current children cumulated memory: 671744 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.92 s, system=1.16384 s

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

[startup+1830.4 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123310492/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=458272 memory=389984 CPUtime=3600.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) S 59702 59711 59622 0 -1 4194304 277798 0 0 0 359902 113 0 0 20 0 1 0 57777380 469270528 97496 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 114568 97496 3584 6655 0 104802 0
[pid=59937] ppid=59711 vsize=45296 memory=24244 CPUtime=0.39 cores=5,7
/proc/59937/stat : 59937 (Exact) R 59711 59937 59937 0 -1 4194304 6761 0 1 0 38 1 0 0 20 0 1 0 57960374 46383104 6061 18446744073709551615 4198400 8335837 140720963961232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 25661440 140720963967163 140720963967517 140720963967517 140720963973071 0
/proc/59937/statm: 11324 6061 1120 1011 0 10091 0
Current children cumulated CPU time: 3600.54 s
Current children cumulated vsize: 503568 KiB
Current children cumulated memory: 414228 KiB

[startup+1831.2 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123298332/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=458272 memory=389984 CPUtime=3600.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) S 59702 59711 59622 0 -1 4194304 277798 0 0 0 359902 113 0 0 20 0 1 0 57777380 469270528 97496 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 114568 97496 3584 6655 0 104802 0
[pid=59937] ppid=59711 vsize=49768 memory=35244 CPUtime=1.2 cores=5,7
/proc/59937/stat : 59937 (Exact) R 59711 59937 59937 0 -1 4194304 7982 0 1 0 118 2 0 0 20 0 1 0 57960374 50962432 8811 18446744073709551615 4198400 8335837 140720963961232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 25661440 140720963967163 140720963967517 140720963967517 140720963973071 0
/proc/59937/statm: 12442 8811 1120 1011 0 11209 0
Current children cumulated CPU time: 3601.35 s
Current children cumulated vsize: 508040 KiB
Current children cumulated memory: 425228 KiB

[startup+1831.6 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123298332/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=458272 memory=389984 CPUtime=3600.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) S 59702 59711 59622 0 -1 4194304 277798 0 0 0 359902 113 0 0 20 0 1 0 57777380 469270528 97496 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 114568 97496 3584 6655 0 104802 0
[pid=59937] ppid=59711 vsize=52000 memory=37164 CPUtime=1.59 cores=5,7
/proc/59937/stat : 59937 (Exact) R 59711 59937 59937 0 -1 4194304 8466 0 1 0 157 2 0 0 20 0 1 0 57960374 53248000 9291 18446744073709551615 4198400 8335837 140720963961232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 25661440 140720963967163 140720963967517 140720963967517 140720963973071 0
/proc/59937/statm: 13000 9291 1120 1011 0 11767 0
Current children cumulated CPU time: 3601.74 s
Current children cumulated vsize: 510272 KiB
Current children cumulated memory: 427148 KiB

[startup+1831.8 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123298332/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=458272 memory=389984 CPUtime=3600.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) S 59702 59711 59622 0 -1 4194304 277798 0 0 0 359902 113 0 0 20 0 1 0 57777380 469270528 97496 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 114568 97496 3584 6655 0 104802 0
[pid=59937] ppid=59711 vsize=52516 memory=37676 CPUtime=1.79 cores=5,7
/proc/59937/stat : 59937 (Exact) R 59711 59937 59937 0 -1 4194304 8572 0 1 0 177 2 0 0 20 0 1 0 57960374 53776384 9419 18446744073709551615 4198400 8335837 140720963961232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 25661440 140720963967163 140720963967517 140720963967517 140720963973071 0
/proc/59937/statm: 13129 9419 1120 1011 0 11896 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 510788 KiB
Current children cumulated memory: 427660 KiB

[startup+1831.9 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123298332/131382116 swapFree=33010160/33010684
[pid=59711] ppid=59702 vsize=458272 memory=389984 CPUtime=3600.15 cores=5,7
/proc/59711/stat : 59711 (LSIPExact) S 59702 59711 59622 0 -1 4194304 277798 0 0 0 359902 113 0 0 20 0 1 0 57777380 469270528 97496 18446744073709551615 94175245258752 94175272515153 140720834147680 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94175281017992 94175281449600 94175296270336 140720834152794 140720834152970 140720834152970 140720834158572 0
/proc/59711/statm: 114568 97496 3584 6655 0 104802 0
[pid=59937] ppid=59711 vsize=52516 memory=37676 CPUtime=1.89 cores=5,7
/proc/59937/stat : 59937 (Exact) R 59711 59937 59937 0 -1 4194304 8574 0 1 0 187 2 0 0 20 0 1 0 57960374 53776384 9419 18446744073709551615 4198400 8335837 140720963961232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 25661440 140720963967163 140720963967517 140720963967517 140720963973071 0
/proc/59937/statm: 13129 9419 1120 1011 0 11896 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 510788 KiB
Current children cumulated memory: 427660 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1831.92
CPU time (s): 3602.08
CPU user time (s): 3600.92
CPU system time (s): 1.16384
CPU usage (%): 196.629
Max. virtual memory (cumulated for all children) (KiB): 720416
Max. memory (cumulated for all children) (KiB): 671744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.92
system time used= 1.16384
maximum resident set size= 672128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287686
page faults= 1
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 538
involuntary context switches= 41564


# summary of solver processes directly reported to runsolver:
#   pid: 59711
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3600.92
#   total CPU system time (s): 1.16384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.32605 second user time and 7.65674 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 03:49:41
IDJOB=4502679
IDBENCH=155373
IDSOLVER=3336
FILE ID=nodeC004/4502679-1751420981
RUNJOBID= nodeC004-1751420981-59664
SLURM_JOB_ID= 9598348
Free space on /tmp= 432660 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-hanoi5.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502679-1751420981/watcher-4502679-1751420981 -o /tmp/evaluation-result-4502679-1751420981/solver-4502679-1751420981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751420981-59664 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4502679-1751420981.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 179846138439b27c2be3c10cf8937212
RANDOM SEED=1006289408

nodeC004 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		: 1197.664
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.74
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.222
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.74
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		: 1197.197
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.74
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.74
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.213
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.74
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		: 1197.209
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.74
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		: 3700.000
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.74
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		: 1197.472
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125409456 kB
MemAvailable:   129872296 kB
Buffers:            2720 kB
Cached:          5213228 kB
SwapCached:           20 kB
Active:           406264 kB
Inactive:        4876596 kB
Active(anon):      78680 kB
Inactive(anon):     6188 kB
Active(file):     327584 kB
Inactive(file):  4870408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            178200 kB
Writeback:             0 kB
AnonPages:         70020 kB
Mapped:           102260 kB
Shmem:             17956 kB
KReclaimable:     208952 kB
Slab:             293924 kB
SReclaimable:     208952 kB
SUnreclaim:        84972 kB
KernelStack:        3760 kB
PageTables:         2552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432408 MiB
End job on nodeC004 at 2025-07-02 04:20:14