Trace number 4527403

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) 3600.32 1824.16

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUMd08022a8f602c12904bf031cb8221b8f
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-35
Best CPU time to get the best result obtained on this benchmark5.01443
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
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 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.14/1822.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.14/1822.11	c numVar: 595
3600.14/1822.11	c numCon: 27847
3600.14/1822.11	c numEqual: 0
3600.14/1822.11	c intSize: 10
3600.14/1822.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.14/1822.11	c ------------------- Paras list -------------------
3600.14/1822.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.14/1822.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.14/1822.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.14/1822.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.14/1822.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.14/1822.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.14/1822.11	c random_seed         	 int       	 0         	 0         	 
3600.14/1822.11	c sample_size         	 int       	 50        	 50        	 
3600.14/1822.11	c sub_score           	 int       	 1         	 1         	 
3600.14/1822.11	c tabu_base           	 int       	 3         	 3         	 
3600.14/1822.11	c tabu_variation      	 int       	 1         	 1         	 
3600.14/1822.11	c sub_div             	 int       	 4         	 4         	 
3600.14/1822.11	c nbcore              	 int       	 2         	 1         	 
3600.14/1822.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.14/1822.11	c print_sol           	 int       	 1         	 1         	 
3600.14/1822.11	c tmpdir              	 string		 .         	 "."       	 
3600.14/1822.11	c home                	 string		 HOME	 "."       	 
3600.14/1822.11	c benchname           	 string		 HOME/instance-4527403-1752232205.opb	 ""        	 
3600.14/1822.11	c --------------------------------------------------
3600.14/1822.11	c Local Search solver
3600.14/1822.11	c LS find feasible solution for PBO with objective value -34
3600.14/1822.11	c MIP solver
3600.14/1822.11	c receive signal 15, try to interrupt solver...
3600.17/1823.05	c copy file: 0
3600.17/1823.05	c gen ub file: HOME/instance-4527403-1752232205.opb_ub.opb
3600.17/1823.05	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: 63794 MiB (62903 MiB free)
  memory of node 1: 64507 MiB (61612 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=108196, runsolver pid=108193

[startup+0.100074 s]*
/proc/loadavg: 0.13 0.09 0.09 5/239 108197
/proc/meminfo: memFree=127465740/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=0.1 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 9 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+0.213827 s]*
/proc/loadavg: 0.13 0.09 0.09 5/239 108197
/proc/meminfo: memFree=127457676/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=0.21 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 20 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+0.313496 s]*
/proc/loadavg: 0.13 0.09 0.09 5/245 108210
/proc/meminfo: memFree=127457384/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=0.31 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 30 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+0.700274 s]
/proc/loadavg: 0.13 0.09 0.09 5/247 108216
/proc/meminfo: memFree=127409136/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=0.68 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 67 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+1.50025 s]
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127267692/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=1.48 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 147 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+3.11245 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 108225
/proc/meminfo: memFree=127059652/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=3.08 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 307 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+6.30024 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 108225
/proc/meminfo: memFree=127060680/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=54308 memory=19584 CPUtime=6.26 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 3917 0 0 0 625 1 0 0 20 0 1 0 138900057 55611392 4896 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 13577 4896 1120 6655 0 3812 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19584 KiB

[startup+12.7001 s]
/proc/loadavg: 0.73 0.22 0.13 6/252 108239
/proc/meminfo: memFree=126581452/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=163636 memory=67972 CPUtime=14.81 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 13514 0 0 0 1478 3 0 0 20 0 2 0 138900057 167563264 16993 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 40909 16993 3296 6655 0 15844 0
[pid=108196/tid=108228] ppid=108193 vsize=163636 memory=67076 CPUtime=2.16 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 979 0 0 0 216 0 0 0 20 0 2 0 138901062 167563264 16993 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 163636 KiB
Current children cumulated memory: 67972 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 0.54 0.24 7/252 108239
/proc/meminfo: memFree=126458412/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=191216 memory=105420 CPUtime=40.23 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 47256 0 0 0 4016 7 0 0 20 0 2 0 138900057 195805184 26355 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 47804 26355 3392 6655 0 25850 0
[pid=108196/tid=108228] ppid=108193 vsize=191216 memory=98892 CPUtime=14.82 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 12987 0 0 0 1480 2 0 0 20 0 2 0 138901062 195805184 26355 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 40.23 s
Current children cumulated vsize: 191216 KiB
Current children cumulated memory: 105420 KiB

[startup+51.1052 s]
/proc/loadavg: 3.87 1.09 0.43 6/252 108318
/proc/meminfo: memFree=126420332/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=196392 memory=118232 CPUtime=91.11 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 60849 0 0 0 9103 8 0 0 20 0 2 0 138900057 201105408 29558 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 49098 29558 3392 6655 0 27986 0
[pid=108196/tid=108228] ppid=108193 vsize=196392 memory=110552 CPUtime=40.18 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 17997 0 0 0 4016 2 0 0 20 0 2 0 138901062 201105408 29558 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 91.11 s
Current children cumulated vsize: 196392 KiB
Current children cumulated memory: 118232 KiB

[startup+102.3 s]
/proc/loadavg: 5.73 2.02 0.78 8/256 108507
/proc/meminfo: memFree=126199896/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=323008 memory=242392 CPUtime=192.82 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 99553 0 0 0 19266 16 0 0 20 0 2 0 138900057 330760192 60598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 80752 60598 3392 6655 0 58851 0
[pid=108196/tid=108228] ppid=108193 vsize=323008 memory=233304 CPUtime=91.08 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 38062 0 0 0 9102 6 0 0 20 0 2 0 138901062 330760192 60598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 192.82 s
Current children cumulated vsize: 323008 KiB
Current children cumulated memory: 242392 KiB

[startup+162.3 s]
/proc/loadavg: 7.09 3.08 1.23 9/257 108510
/proc/meminfo: memFree=125725556/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=360704 memory=310392 CPUtime=306.24 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 132539 0 0 0 30602 22 0 0 20 0 2 0 138900057 369360896 77598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 90176 77598 3392 6655 0 75780 0
[pid=108196/tid=108228] ppid=108193 vsize=360704 memory=309368 CPUtime=144.91 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 54181 0 0 0 14482 9 0 0 20 0 2 0 138901062 369360896 77598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 306.24 s
Current children cumulated vsize: 360704 KiB
Current children cumulated memory: 310392 KiB

[startup+222.3 s]
/proc/loadavg: 7.78 4.01 1.66 9/258 108513
/proc/meminfo: memFree=125512412/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=360704 memory=310392 CPUtime=425.47 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 134632 0 0 0 42525 22 0 0 20 0 2 0 138900057 369360896 77598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 90176 77598 3392 6655 0 75780 0
[pid=108196/tid=108228] ppid=108193 vsize=360704 memory=310392 CPUtime=204.35 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 56269 0 0 0 20425 10 0 0 20 0 2 0 138901062 369360896 77598 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 425.47 s
Current children cumulated vsize: 360704 KiB
Current children cumulated memory: 310392 KiB

[startup+282.3 s]
/proc/loadavg: 8.31 4.84 2.10 9/259 108516
/proc/meminfo: memFree=125300420/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=352100 memory=292688 CPUtime=541.07 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 135346 0 0 0 54084 23 0 0 20 0 2 0 138900057 360550400 73172 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 88025 73172 3392 6655 0 73629 0
[pid=108196/tid=108228] ppid=108193 vsize=352100 memory=14304 CPUtime=260.93 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 56768 0 0 0 26083 10 0 0 20 0 2 0 138901062 360550400 73172 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 541.07 s
Current children cumulated vsize: 352100 KiB
Current children cumulated memory: 292688 KiB

[startup+342.3 s]
/proc/loadavg: 8.19 5.44 2.48 9/257 108519
/proc/meminfo: memFree=125100300/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=352100 memory=292688 CPUtime=660.31 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 135821 0 0 0 66008 23 0 0 20 0 2 0 138900057 360550400 73172 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 88025 73172 3392 6655 0 73629 0
[pid=108196/tid=108228] ppid=108193 vsize=352100 memory=292688 CPUtime=320.38 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 57238 0 0 0 32027 11 0 0 20 0 2 0 138901062 360550400 73172 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 660.31 s
Current children cumulated vsize: 352100 KiB
Current children cumulated memory: 292688 KiB


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

[startup+1482.3 s]
/proc/loadavg: 8.06 8.06 6.51 9/255 108577
/proc/meminfo: memFree=120858876/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=508452 memory=467356 CPUtime=2925.12 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 195737 0 0 0 292472 40 0 0 20 0 2 0 138900057 520654848 116839 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 127113 116839 3392 6655 0 117325 0
[pid=108196/tid=108228] ppid=108193 vsize=508452 memory=467356 CPUtime=1449.7 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 89255 0 0 0 144948 22 0 0 20 0 2 0 138901062 520654848 116839 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 2925.12 s
Current children cumulated vsize: 508452 KiB
Current children cumulated memory: 467356 KiB

[startup+1542.3 s]
/proc/loadavg: 8.07 8.06 6.61 9/254 108578
/proc/meminfo: memFree=120642960/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=604328 memory=523084 CPUtime=3044.36 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 212230 0 0 0 304393 43 0 0 20 0 2 0 138900057 618831872 130771 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 151082 130771 3392 6655 0 131268 0
[pid=108196/tid=108228] ppid=108193 vsize=604328 memory=14304 CPUtime=1509.15 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 96282 0 0 0 150891 24 0 0 20 0 2 0 138901062 618831872 130771 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3044.36 s
Current children cumulated vsize: 604328 KiB
Current children cumulated memory: 523084 KiB

[startup+1602.3 s]
/proc/loadavg: 7.85 8.01 6.69 8/254 108580
/proc/meminfo: memFree=120508552/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=719264 memory=623172 CPUtime=3163.57 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 243329 0 0 0 316306 51 0 0 20 0 2 0 138900057 736526336 155793 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 179816 155793 3392 6655 0 156269 0
[pid=108196/tid=108228] ppid=108193 vsize=719264 memory=608708 CPUtime=1568.57 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 111310 0 0 0 156829 28 0 0 20 0 2 0 138901062 736526336 155793 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3163.57 s
Current children cumulated vsize: 719264 KiB
Current children cumulated memory: 623172 KiB

[startup+1662.3 s]
/proc/loadavg: 7.94 8.00 6.77 9/254 108583
/proc/meminfo: memFree=120395600/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=750008 memory=696772 CPUtime=3282.75 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 267900 0 0 0 328219 56 0 0 20 0 2 0 138900057 768008192 174193 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 187502 174193 3392 6655 0 174712 0
[pid=108196/tid=108228] ppid=108193 vsize=750008 memory=689476 CPUtime=1627.96 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 124407 0 0 0 162765 31 0 0 20 0 2 0 138901062 768008192 174193 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3282.75 s
Current children cumulated vsize: 750008 KiB
Current children cumulated memory: 696772 KiB

[startup+1722.3 s]
/proc/loadavg: 8.06 8.02 6.86 9/255 108586
/proc/meminfo: memFree=120210948/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=829172 memory=725828 CPUtime=3401.91 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 296712 0 0 0 340130 61 0 0 20 0 2 0 138900057 849072128 181457 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 207293 181457 3392 6655 0 182397 0
[pid=108196/tid=108228] ppid=108193 vsize=829172 memory=696772 CPUtime=1687.34 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 139121 0 0 0 168699 35 0 0 20 0 2 0 138901062 849072128 181457 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3401.91 s
Current children cumulated vsize: 829172 KiB
Current children cumulated memory: 725828 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.03 6.94 9/255 108588
/proc/meminfo: memFree=120005432/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=832980 memory=729924 CPUtime=3521.07 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 311346 0 0 0 352044 63 0 0 20 0 2 0 138900057 852971520 182481 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 208245 182481 3392 6655 0 183349 0
[pid=108196/tid=108228] ppid=108193 vsize=832980 memory=14304 CPUtime=1746.71 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 146151 0 0 0 174636 35 0 0 20 0 2 0 138901062 852971520 182481 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3521.07 s
Current children cumulated vsize: 832980 KiB
Current children cumulated memory: 729924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.11 s]
/proc/loadavg: 8.16 8.06 7.00 6/251 108601
/proc/meminfo: memFree=124149136/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=832980 memory=729924 CPUtime=3600.14 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) R 108193 108196 108148 0 -1 4194304 314415 0 0 0 359950 64 0 0 20 0 2 0 138900057 852971520 182481 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 208245 182481 3392 6655 0 183349 0
[pid=108196/tid=108228] ppid=108193 vsize=832980 memory=729924 CPUtime=1786.12 cores=0,2
/proc/108196/task/108228/stat : 108228 (LSIPExact) R 108193 108196 108148 0 -1 4194368 147445 0 0 0 178576 36 0 0 20 0 2 0 138901062 852971520 182481 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 832980 KiB
Current children cumulated memory: 729924 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3599.61 s, system=0.709548 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1822.4 s]
/proc/loadavg: 8.16 8.06 7.00 6/251 108601
/proc/meminfo: memFree=124149136/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=538084 memory=474328 CPUtime=3600.17 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) S 108193 108196 108148 0 -1 4194304 317993 0 0 0 359952 65 0 0 20 0 1 0 138900057 550998016 118582 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 65536 6 16384 1 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 134521 118582 3424 6655 0 124735 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 538084 KiB
Current children cumulated memory: 474328 KiB

[startup+1823.2 s]
/proc/loadavg: 7.90 8.00 6.98 3/251 108603
/proc/meminfo: memFree=124404044/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=538084 memory=474328 CPUtime=3600.18 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) S 108193 108196 108148 0 -1 4194304 317996 228 0 0 359952 65 0 1 20 0 1 0 138900057 550998016 118582 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 134521 118582 3424 6655 0 124735 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 538084 KiB
Current children cumulated memory: 474328 KiB

[startup+1823.6 s]
/proc/loadavg: 7.90 8.00 6.98 3/251 108603
/proc/meminfo: memFree=124404044/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=538084 memory=474328 CPUtime=3600.18 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) S 108193 108196 108148 0 -1 4194304 317996 228 0 0 359952 65 0 1 20 0 1 0 138900057 550998016 118582 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 134521 118582 3424 6655 0 124735 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 538084 KiB
Current children cumulated memory: 474328 KiB

[startup+1824 s]*
/proc/loadavg: 7.90 8.00 6.98 4/248 108607
/proc/meminfo: memFree=126597972/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=538084 memory=474328 CPUtime=3600.18 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) S 108193 108196 108148 0 -1 4194304 317996 228 0 0 359952 65 0 1 20 0 1 0 138900057 550998016 118582 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 134521 118582 3424 6655 0 124735 0
[pid=108604] ppid=108196 vsize=412 memory=128 CPUtime=0.01 cores=0,2
/proc/108604/stat : 108604 (setsid) D 108196 108196 108148 0 -1 4456448 297 0 0 0 0 1 0 0 20 0 1 0 139082363 421888 32 18446744073709551615 94317503283200 94317503285937 140721944387776 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94317503294448 94317503295492 94317526495232 140721944393924 140721944394292 140721944394292 140721944399848 0
/proc/108604/statm: 103 32 32 1 0 42 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 538496 KiB
Current children cumulated memory: 474456 KiB

[startup+1824.11 s]
/proc/loadavg: 7.90 8.00 6.98 4/248 108607
/proc/meminfo: memFree=126597972/131382120 swapFree=33010416/33010684
[pid=108196] ppid=108193 vsize=538084 memory=474328 CPUtime=3600.18 cores=0,2
/proc/108196/stat : 108196 (LSIPExact) S 108193 108196 108148 0 -1 4194304 317996 228 0 0 359952 65 0 1 20 0 1 0 138900057 550998016 118582 18446744073709551615 94805850189824 94805877446993 140725207026816 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94805885949064 94805886380672 94805914873856 140725207034200 140725207034376 140725207034376 140725207039980 0
/proc/108196/statm: 134521 118582 3424 6655 0 124735 0
[pid=108604] ppid=108196 vsize=28220 memory=6144 CPUtime=0.07 cores=0,2
/proc/108604/stat : 108604 (Exact) R 108196 108604 108604 0 -1 4194304 1018 0 0 0 6 1 0 0 20 0 1 0 139082363 28897280 1536 18446744073709551615 4198400 8335837 140729236022704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19779584 140729236027570 140729236027931 140729236027931 140729236033487 0
/proc/108604/statm: 7055 1536 928 1011 0 5822 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 566304 KiB
Current children cumulated memory: 480472 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1824.16
CPU time (s): 3600.32
CPU user time (s): 3599.61
CPU system time (s): 0.709548
CPU usage (%): 197.369
Max. virtual memory (cumulated for all children) (KiB): 832980
Max. memory (cumulated for all children) (KiB): 729924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.709548
maximum resident set size= 730180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321252
page faults= 0
swaps= 0
block input operations= 1296
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 614
involuntary context switches= 110291


# summary of solver processes directly reported to runsolver:
#   pid: 108196
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3599.61
#   total CPU system time (s): 0.709548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.55182 second user time and 8.32492 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-11 13:10:06
IDJOB=4527403
IDBENCH=146693
IDSOLVER=3384
FILE ID=nodeC006/4527403-1752232205
RUNJOBID= nodeC006-1752232205-108165
SLURM_JOB_ID= 9682517
Free space on /tmp= 432020 MiB

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

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

MD5SUM BENCH= d08022a8f602c12904bf031cb8221b8f
RANDOM SEED=417534739

nodeC006 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.170
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.32
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.235
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.32
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.143
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.176
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.32
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.32
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.165
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.200
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.32
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.721
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127552824 kB
MemAvailable:   129787836 kB
Buffers:            2128 kB
Cached:          2997816 kB
SwapCached:           12 kB
Active:           538636 kB
Inactive:        2529240 kB
Active(anon):      74888 kB
Inactive(anon):    10992 kB
Active(file):     463748 kB
Inactive(file):  2518248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45372 kB
Writeback:             0 kB
AnonPages:         69896 kB
Mapped:           105476 kB
Shmem:             17948 kB
KReclaimable:     184904 kB
Slab:             273212 kB
SReclaimable:     184904 kB
SUnreclaim:        88308 kB
KernelStack:        3872 kB
PageTables:         2896 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     333292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3872 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431828 MiB
End job on nodeC006 at 2025-07-11 13:40:31