Trace number 4527408

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 1852.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUMf240478745515edc7850a10c9aa5c21f
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 benchmark-50
Best CPU time to get the best result obtained on this benchmark1849.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
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.03/1850.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.03/1850.01	c numVar: 1150
3600.03/1850.01	c numCon: 80035
3600.03/1850.01	c numEqual: 0
3600.03/1850.01	c intSize: 11
3600.03/1850.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.03/1850.01	c ------------------- Paras list -------------------
3600.03/1850.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.03/1850.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.03/1850.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.03/1850.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.03/1850.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.03/1850.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.03/1850.01	c random_seed         	 int       	 0         	 0         	 
3600.03/1850.01	c sample_size         	 int       	 50        	 50        	 
3600.03/1850.01	c sub_score           	 int       	 1         	 1         	 
3600.03/1850.01	c tabu_base           	 int       	 3         	 3         	 
3600.03/1850.01	c tabu_variation      	 int       	 1         	 1         	 
3600.03/1850.01	c sub_div             	 int       	 4         	 4         	 
3600.03/1850.01	c nbcore              	 int       	 2         	 1         	 
3600.03/1850.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.03/1850.01	c print_sol           	 int       	 1         	 1         	 
3600.03/1850.01	c tmpdir              	 string		 .         	 "."       	 
3600.03/1850.01	c home                	 string		 HOME	 "."       	 
3600.03/1850.01	c benchname           	 string		 HOME/instance-4527408-1752232205.opb	 ""        	 
3600.03/1850.01	c --------------------------------------------------
3600.03/1850.01	c Local Search solver
3600.03/1850.01	c LS find feasible solution for PBO with objective value -47
3600.03/1850.01	c MIP solver
3600.03/1850.01	c receive signal 15, try to interrupt solver...
3600.03/1850.07	c copy file: 0
3600.03/1850.07	c gen ub file: HOME/instance-4527408-1752232205.opb_ub.opb
3600.03/1850.07	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: 63665 MiB (62189 MiB free)
  memory of node 1: 64507 MiB (63525 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=117145, runsolver pid=117142

[startup+0.100013 s]*
/proc/loadavg: 0.14 0.11 0.09 5/266 117146
/proc/meminfo: memFree=128681108/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=0.08 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10328 0 0 0 6 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+0.205554 s]*
/proc/loadavg: 0.14 0.11 0.09 5/266 117146
/proc/meminfo: memFree=128681108/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=0.18 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10328 0 0 0 16 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+0.305465 s]*
/proc/loadavg: 0.14 0.11 0.09 5/266 117146
/proc/meminfo: memFree=128681108/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=0.28 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10328 0 0 0 26 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+0.700163 s]
/proc/loadavg: 0.14 0.11 0.09 5/266 117146
/proc/meminfo: memFree=128681108/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=0.67 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10328 0 0 0 65 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+1.50017 s]
/proc/loadavg: 0.14 0.11 0.09 5/266 117146
/proc/meminfo: memFree=128683152/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=1.47 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10328 0 0 0 145 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+3.10535 s]
/proc/loadavg: 0.45 0.17 0.11 5/266 117146
/proc/meminfo: memFree=128683820/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=3.07 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10329 0 0 0 305 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+6.30015 s]
/proc/loadavg: 0.45 0.17 0.11 5/266 117146
/proc/meminfo: memFree=128683820/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=81944 memory=46984 CPUtime=6.26 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 10330 0 0 0 624 2 0 0 20 0 1 0 138898522 83910656 11746 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 20486 11746 1088 6655 0 10721 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 81944 KiB
Current children cumulated memory: 46984 KiB

[startup+12.7001 s]
/proc/loadavg: 0.73 0.23 0.13 3/255 117174
/proc/meminfo: memFree=128569744/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=234596 memory=145436 CPUtime=13.56 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 32587 0 0 0 1350 6 0 0 20 0 2 0 138898522 240226304 36359 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 58649 36359 3360 6655 0 35149 0
[pid=117145/tid=117167] ppid=117142 vsize=234596 memory=16432 CPUtime=0.93 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 2325 0 0 0 93 0 0 0 20 0 2 0 138899533 240226304 36359 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 13.56 s
Current children cumulated vsize: 234596 KiB
Current children cumulated memory: 145436 KiB

[startup+25.5002 s]
/proc/loadavg: 1.68 0.47 0.21 3/262 117187
/proc/meminfo: memFree=128575428/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=240956 memory=151580 CPUtime=38.99 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 35231 0 0 0 3890 9 0 0 20 0 2 0 138898522 246738944 37895 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 60239 37895 3360 6655 0 36811 0
[pid=117145/tid=117167] ppid=117142 vsize=240956 memory=146076 CPUtime=13.6 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 3470 0 0 0 1359 1 0 0 20 0 2 0 138899533 246738944 37895 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 38.99 s
Current children cumulated vsize: 240956 KiB
Current children cumulated memory: 151580 KiB

[startup+51.1057 s]
/proc/loadavg: 3.08 0.90 0.36 3/256 117432
/proc/meminfo: memFree=128466260/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=236384 CPUtime=89.82 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 72468 0 0 0 8960 22 0 0 20 0 2 0 138898522 308322304 59096 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 59096 3424 6655 0 58299 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=146076 CPUtime=38.93 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 15053 0 0 0 3886 7 0 0 20 0 2 0 138899533 308322304 59096 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 89.82 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 236384 KiB

[startup+102.3 s]
/proc/loadavg: 5.45 1.85 0.71 9/271 117610
/proc/meminfo: memFree=126486700/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=237536 CPUtime=191.53 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 108973 0 0 0 19125 28 0 0 20 0 2 0 138898522 308322304 59384 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 59384 3424 6655 0 58299 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=236640 CPUtime=89.62 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 32866 0 0 0 8953 9 0 0 20 0 2 0 138899533 308322304 59384 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 191.53 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 237536 KiB

[startup+162.3 s]
/proc/loadavg: 7.11 2.99 1.18 9/271 117612
/proc/meminfo: memFree=126458488/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=239328 CPUtime=310.81 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 112123 0 0 0 31053 28 0 0 20 0 2 0 138898522 308322304 59832 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 59832 3424 6655 0 58299 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=239328 CPUtime=149.06 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 33713 0 0 0 14897 9 0 0 20 0 2 0 138899533 308322304 59832 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 310.81 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 239328 KiB

[startup+222.3 s]
/proc/loadavg: 7.77 3.93 1.62 9/270 117614
/proc/meminfo: memFree=126403700/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=245916 CPUtime=430.05 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 122994 0 0 0 42976 29 0 0 20 0 2 0 138898522 308322304 61479 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 61479 3424 6655 0 60966 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=245916 CPUtime=208.47 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 41719 0 0 0 20837 10 0 0 20 0 2 0 138899533 308322304 61479 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 430.05 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 245916 KiB

[startup+282.3 s]
/proc/loadavg: 7.97 4.69 2.03 9/270 117616
/proc/meminfo: memFree=126192632/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=245916 CPUtime=549.32 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 138091 0 0 0 54901 31 0 0 20 0 2 0 138898522 308322304 61479 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 61479 3424 6655 0 60966 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=245916 CPUtime=267.89 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 54453 0 0 0 26778 11 0 0 20 0 2 0 138899533 308322304 61479 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 549.32 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 245916 KiB

[startup+342.3 s]
/proc/loadavg: 8.10 5.33 2.41 9/267 117618
/proc/meminfo: memFree=126011268/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=301096 memory=246556 CPUtime=668.6 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 150047 0 0 0 66828 32 0 0 20 0 2 0 138898522 308322304 61639 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 75274 61639 3424 6655 0 60966 0
[pid=117145/tid=117167] ppid=117142 vsize=301096 memory=245916 CPUtime=327.33 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 61623 0 0 0 32721 12 0 0 20 0 2 0 138899533 308322304 61639 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 668.6 s
Current children cumulated vsize: 301096 KiB
Current children cumulated memory: 246556 KiB

[startup+402.3 s]

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

/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 100444 0 0 0 136162 16 0 0 20 0 2 0 138899533 386138112 85174 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 2779.67 s
Current children cumulated vsize: 377088 KiB
Current children cumulated memory: 340696 KiB

[startup+1482.3 s]
/proc/loadavg: 6.08 6.15 5.32 7/270 117961
/proc/meminfo: memFree=125664944/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=377088 memory=343968 CPUtime=2898.83 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 237904 0 0 0 289840 43 0 0 20 0 2 0 138898522 386138112 85992 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 94272 85992 3424 6655 0 84314 0
[pid=117145/tid=117167] ppid=117142 vsize=377088 memory=340696 CPUtime=1421.16 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 101244 0 0 0 142100 16 0 0 20 0 2 0 138899533 386138112 85992 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 2898.83 s
Current children cumulated vsize: 377088 KiB
Current children cumulated memory: 343968 KiB

[startup+1542.3 s]
/proc/loadavg: 6.07 6.13 5.37 7/269 117963
/proc/meminfo: memFree=125642524/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=442624 memory=353520 CPUtime=3018 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 259260 0 0 0 301752 48 0 0 20 0 2 0 138898522 453246976 88380 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 110656 88380 3424 6655 0 86716 0
[pid=117145/tid=117167] ppid=117142 vsize=442624 memory=344944 CPUtime=1480.53 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 113164 0 0 0 148033 20 0 0 20 0 2 0 138899533 453246976 88380 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3018 s
Current children cumulated vsize: 442624 KiB
Current children cumulated memory: 353520 KiB

[startup+1602.3 s]
/proc/loadavg: 5.84 6.07 5.40 7/268 117966
/proc/meminfo: memFree=125611356/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=442624 memory=358640 CPUtime=3137.2 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 278837 0 0 0 313670 50 0 0 20 0 2 0 138898522 453246976 89660 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 110656 89660 3424 6655 0 87894 0
[pid=117145/tid=117167] ppid=117142 vsize=442624 memory=0 CPUtime=1539.93 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 120497 0 0 0 153972 21 0 0 20 0 2 0 138899533 453246976 89660 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3137.2 s
Current children cumulated vsize: 442624 KiB
Current children cumulated memory: 358640 KiB

[startup+1662.3 s]
/proc/loadavg: 5.31 5.87 5.37 6/268 117968
/proc/meminfo: memFree=125581220/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=442624 memory=363632 CPUtime=3256.48 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 282858 0 0 0 325597 51 0 0 20 0 2 0 138898522 453246976 90908 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 110656 90908 3424 6655 0 89304 0
[pid=117145/tid=117167] ppid=117142 vsize=442624 memory=362864 CPUtime=1599.37 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 122198 0 0 0 159916 21 0 0 20 0 2 0 138899533 453246976 90908 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3256.48 s
Current children cumulated vsize: 442624 KiB
Current children cumulated memory: 363632 KiB

[startup+1722.3 s]
/proc/loadavg: 4.89 5.65 5.32 6/268 117971
/proc/meminfo: memFree=125553428/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=446436 memory=359080 CPUtime=3346.16 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 300796 0 0 0 334563 53 0 0 20 0 2 0 138898522 457150464 89770 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 111609 89770 3424 6655 0 90753 0
[pid=117145/tid=117167] ppid=117142 vsize=446436 memory=361456 CPUtime=1636.44 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 126484 0 0 0 163623 21 0 0 20 0 2 0 138899533 457150464 89770 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3346.16 s
Current children cumulated vsize: 446436 KiB
Current children cumulated memory: 359080 KiB

[startup+1782.3 s]
/proc/loadavg: 5.02 5.55 5.30 6/268 117973
/proc/meminfo: memFree=125523612/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=446436 memory=359720 CPUtime=3465.43 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 301035 0 0 0 346490 53 0 0 20 0 2 0 138898522 457150464 89930 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 111609 89930 3424 6655 0 90753 0
[pid=117145/tid=117167] ppid=117142 vsize=446436 memory=20224 CPUtime=1695.87 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 126530 0 0 0 169566 21 0 0 20 0 2 0 138899533 457150464 89930 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3465.43 s
Current children cumulated vsize: 446436 KiB
Current children cumulated memory: 359720 KiB

[startup+1842.3 s]
/proc/loadavg: 5.05 5.46 5.29 6/268 117982
/proc/meminfo: memFree=125485492/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=446436 memory=362216 CPUtime=3584.72 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 301731 0 0 0 358419 53 0 0 20 0 2 0 138898522 457150464 90554 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 111609 90554 3424 6655 0 90753 0
[pid=117145/tid=117167] ppid=117142 vsize=446436 memory=359720 CPUtime=1755.31 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 127121 0 0 0 175510 21 0 0 20 0 2 0 138899533 457150464 90554 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3584.72 s
Current children cumulated vsize: 446436 KiB
Current children cumulated memory: 362216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1850 s]*
/proc/loadavg: 5.04 5.44 5.28 6/268 117982
/proc/meminfo: memFree=125484072/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=446436 memory=362216 CPUtime=3600.03 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) R 117142 117145 117068 0 -1 4194304 301731 0 0 0 359950 53 0 0 20 0 2 0 138898522 457150464 90554 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 111609 90554 3424 6655 0 90753 0
[pid=117145/tid=117167] ppid=117142 vsize=446436 memory=-8744690189724328636 CPUtime=1762.94 cores=4,6
/proc/117145/task/117167/stat : 117167 (LSIPExact) R 117142 117145 117068 0 -1 4194368 127121 0 0 0 176273 21 0 0 20 0 2 0 138899533 457150464 90554 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 446436 KiB
Current children cumulated memory: 362216 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.42 s, system=0.581678 s

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

[startup+1851.2 s]
/proc/loadavg: 5.04 5.44 5.28 5/268 117984
/proc/meminfo: memFree=125435556/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=380900 memory=339840 CPUtime=3600.09 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) S 117142 117145 117068 0 -1 4194304 302286 227 0 0 359956 53 0 0 20 0 1 0 138898522 390041600 84960 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 95225 84960 3456 6655 0 85430 0
[pid=117984] ppid=117145 vsize=79588 memory=66048 CPUtime=1.09 cores=4,6
/proc/117984/stat : 117984 (Exact) R 117145 117984 117984 0 -1 4194304 12442 0 0 0 106 3 0 0 20 0 1 0 139083529 81498112 16512 18446744073709551615 4198400 8335837 140729720171824 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 40689664 140729720174770 140729720175131 140729720175131 140729720180687 0
/proc/117984/statm: 19897 16512 1120 1011 0 18664 0
Current children cumulated CPU time: 3601.18 s
Current children cumulated vsize: 460488 KiB
Current children cumulated memory: 405888 KiB

[startup+1851.6 s]
/proc/loadavg: 5.04 5.44 5.28 5/268 117984
/proc/meminfo: memFree=125435556/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=380900 memory=339840 CPUtime=3600.09 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) S 117142 117145 117068 0 -1 4194304 302286 227 0 0 359956 53 0 0 20 0 1 0 138898522 390041600 84960 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 95225 84960 3456 6655 0 85430 0
[pid=117984] ppid=117145 vsize=79588 memory=68096 CPUtime=1.49 cores=4,6
/proc/117984/stat : 117984 (Exact) R 117145 117984 117984 0 -1 4194304 12444 0 0 0 146 3 0 0 20 0 1 0 139083529 81498112 17024 18446744073709551615 4198400 8335837 140729720171824 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 40689664 140729720174770 140729720175131 140729720175131 140729720180687 0
/proc/117984/statm: 19897 17024 1120 1011 0 18664 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 460488 KiB
Current children cumulated memory: 407936 KiB

[startup+1852 s]*
/proc/loadavg: 5.04 5.44 5.28 5/268 117984
/proc/meminfo: memFree=125431460/131250000 swapFree=33010416/33010684
[pid=117145] ppid=117142 vsize=380900 memory=339840 CPUtime=3600.09 cores=4,6
/proc/117145/stat : 117145 (LSIPExact) S 117142 117145 117068 0 -1 4194304 302286 227 0 0 359956 53 0 0 20 0 1 0 138898522 390041600 84960 18446744073709551615 94577343135744 94577370392913 140732782341344 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94577378894984 94577379326592 94577386762240 140732782344536 140732782344712 140732782344712 140732782350316 0
/proc/117145/statm: 95225 84960 3456 6655 0 85430 0
[pid=117984] ppid=117145 vsize=79588 memory=70148 CPUtime=1.88 cores=4,6
/proc/117984/stat : 117984 (Exact) R 117145 117984 117984 0 -1 4194304 12445 0 0 0 185 3 0 0 20 0 1 0 139083529 81498112 17537 18446744073709551615 4198400 8335837 140729720171824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40689664 140729720174770 140729720175131 140729720175131 140729720180687 0
/proc/117984/statm: 19897 17537 1120 1011 0 18664 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 460488 KiB
Current children cumulated memory: 409988 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1852.02
CPU time (s): 3602
CPU user time (s): 3601.42
CPU system time (s): 0.581678
CPU usage (%): 194.491
Max. virtual memory (cumulated for all children) (KiB): 460488
Max. memory (cumulated for all children) (KiB): 409988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.42
system time used= 0.581678
maximum resident set size= 367984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315861
page faults= 0
swaps= 0
block input operations= 3792
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 522
involuntary context switches= 61620


# summary of solver processes directly reported to runsolver:
#   pid: 117145
#   total CPU time (s): 3602
#   total CPU user time (s): 3601.42
#   total CPU system time (s): 0.581678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71735 second user time and 8.32434 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-11 13:10:06
IDJOB=4527408
IDBENCH=146676
IDSOLVER=3384
FILE ID=nodeC018/4527408-1752232205
RUNJOBID= nodeC018-1752232205-117087
SLURM_JOB_ID= 9682529
Free space on /tmp= 432488 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527408-1752232205/watcher-4527408-1752232205 -o /tmp/evaluation-result-4527408-1752232205/solver-4527408-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752232205-117087 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527408-1752232205.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f240478745515edc7850a10c9aa5c21f
RANDOM SEED=417534739

nodeC018 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128736024 kB
MemAvailable:   129716132 kB
Buffers:            2128 kB
Cached:          1742132 kB
SwapCached:           32 kB
Active:           548016 kB
Inactive:        1263480 kB
Active(anon):      84992 kB
Inactive(anon):      288 kB
Active(file):     463024 kB
Inactive(file):  1263192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            180760 kB
Writeback:             0 kB
AnonPages:         70428 kB
Mapped:           105616 kB
Shmem:             18044 kB
KReclaimable:     185864 kB
Slab:             278484 kB
SReclaimable:     185864 kB
SUnreclaim:        92620 kB
KernelStack:        4192 kB
PageTables:         3020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432376 MiB
End job on nodeC018 at 2025-07-11 13:40:59