Trace number 4484847

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.02 1853.61

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM05a4468103b1b74e5a90bd7e67aed0d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark3585.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
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 1272
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 1272
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 1272
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.02/1851.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1851.60	c numVar: 1272
3600.02/1851.60	c numCon: 94227
3600.02/1851.60	c numEqual: 0
3600.02/1851.60	c intSize: 11
3600.02/1851.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1851.60	c ------------------- Paras list -------------------
3600.02/1851.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1851.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1851.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1851.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1851.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1851.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1851.60	c random_seed         	 int       	 0         	 0         	 
3600.02/1851.60	c sample_size         	 int       	 50        	 50        	 
3600.02/1851.60	c sub_score           	 int       	 1         	 1         	 
3600.02/1851.60	c tabu_base           	 int       	 3         	 3         	 
3600.02/1851.60	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1851.60	c sub_div             	 int       	 4         	 4         	 
3600.02/1851.60	c nbcore              	 int       	 2         	 1         	 
3600.02/1851.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1851.60	c print_sol           	 int       	 1         	 1         	 
3600.02/1851.60	c tmpdir              	 string		 .         	 "."       	 
3600.02/1851.60	c home                	 string		 HOME	 "."       	 
3600.02/1851.60	c benchname           	 string		 HOME/instance-4484847-1751283161.opb	 ""        	 
3600.02/1851.60	c --------------------------------------------------
3600.02/1851.60	c Local Search solver
3600.02/1851.60	c LS find feasible solution for PBO with objective value -49
3600.02/1851.60	c MIP solver
3600.02/1851.60	c receive signal 15, try to interrupt solver...
3600.02/1851.64	c copy file: 0
3600.02/1851.64	c gen ub file: HOME/instance-4484847-1751283161.opb_ub.opb
3600.02/1851.64	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 (62137 MiB free)
  memory of node 1: 64507 MiB (60302 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=41740, runsolver pid=41737

[startup+0.100064 s]*
/proc/loadavg: 7.97 7.97 7.93 8/266 41741
/proc/meminfo: memFree=125339292/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=0.09 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12225 0 0 0 7 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+0.205642 s]*
/proc/loadavg: 7.97 7.97 7.93 8/266 41741
/proc/meminfo: memFree=125339292/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=0.2 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12225 0 0 0 18 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+0.305538 s]*
/proc/loadavg: 7.97 7.97 7.93 8/266 41741
/proc/meminfo: memFree=125339292/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=0.3 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12225 0 0 0 28 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+0.700191 s]
/proc/loadavg: 7.97 7.97 7.93 9/266 41741
/proc/meminfo: memFree=125339784/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=0.68 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12225 0 0 0 66 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+1.50019 s]
/proc/loadavg: 7.97 7.97 7.93 8/266 41741
/proc/meminfo: memFree=125339784/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=1.48 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12225 0 0 0 146 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+3.10543 s]
/proc/loadavg: 7.97 7.97 7.93 8/266 41741
/proc/meminfo: memFree=125340068/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=3.08 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12226 0 0 0 306 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+6.3002 s]
/proc/loadavg: 7.89 7.95 7.92 8/266 41741
/proc/meminfo: memFree=125332176/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=89480 memory=54824 CPUtime=6.27 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 12228 0 0 0 625 2 0 0 20 0 1 0 43993829 91627520 13706 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 22370 13706 1152 6655 0 12605 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 89480 KiB
Current children cumulated memory: 54824 KiB

[startup+12.7002 s]
/proc/loadavg: 7.74 7.92 7.91 7/267 41742
/proc/meminfo: memFree=125231452/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=255320 memory=166308 CPUtime=13.17 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 40342 0 0 0 1310 7 0 0 20 0 2 0 43993829 261447680 41577 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 63830 41577 3328 6655 0 40649 0
[pid=41740/tid=41742] ppid=41737 vsize=255320 memory=161316 CPUtime=0.52 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 2592 0 0 0 52 0 0 0 20 0 2 0 43994841 261447680 41577 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 13.17 s
Current children cumulated vsize: 255320 KiB
Current children cumulated memory: 166308 KiB

[startup+25.5002 s]
/proc/loadavg: 7.57 7.87 7.90 8/267 41742
/proc/meminfo: memFree=125194036/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=264344 memory=174756 CPUtime=38.55 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 44927 0 0 0 3847 8 0 0 20 0 2 0 43993829 270688256 43689 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 66086 43689 3328 6655 0 43001 0
[pid=41740/tid=41742] ppid=41737 vsize=264344 memory=172196 CPUtime=13.16 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 5112 0 0 0 1316 0 0 0 20 0 2 0 43994841 270688256 43689 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 38.55 s
Current children cumulated vsize: 264344 KiB
Current children cumulated memory: 174756 KiB

[startup+51.1059 s]
/proc/loadavg: 7.45 7.82 7.88 8/267 41743
/proc/meminfo: memFree=125182004/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=266752 memory=175652 CPUtime=89.34 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 46647 0 0 0 8925 9 0 0 20 0 2 0 43993829 273154048 43913 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 66688 43913 3328 6655 0 43651 0
[pid=41740/tid=41742] ppid=41737 vsize=266752 memory=175652 CPUtime=38.46 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 6657 0 0 0 3845 1 0 0 20 0 2 0 43994841 273154048 43913 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 89.34 s
Current children cumulated vsize: 266752 KiB
Current children cumulated memory: 175652 KiB

[startup+102.3 s]
/proc/loadavg: 7.26 7.71 7.84 8/267 41744
/proc/meminfo: memFree=125062112/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=340752 memory=268780 CPUtime=190.93 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 85259 0 0 0 19078 15 0 0 20 0 2 0 43993829 348930048 67195 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 85188 67195 3392 6655 0 69429 0
[pid=41740/tid=41742] ppid=41737 vsize=340752 memory=268780 CPUtime=89.06 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 25896 0 0 0 8902 4 0 0 20 0 2 0 43994841 348930048 67195 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 190.93 s
Current children cumulated vsize: 340752 KiB
Current children cumulated memory: 268780 KiB

[startup+162.3 s]
/proc/loadavg: 7.26 7.61 7.79 8/267 41845
/proc/meminfo: memFree=125744944/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=340752 memory=270956 CPUtime=310.07 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 98285 0 0 0 30991 16 0 0 20 0 2 0 43993829 348930048 67739 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 85188 67739 3392 6655 0 69429 0
[pid=41740/tid=41742] ppid=41737 vsize=340752 memory=269932 CPUtime=148.42 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 30872 0 0 0 14838 4 0 0 20 0 2 0 43994841 348930048 67739 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 310.07 s
Current children cumulated vsize: 340752 KiB
Current children cumulated memory: 270956 KiB

[startup+222.3 s]
/proc/loadavg: 7.77 7.69 7.81 9/268 41893
/proc/meminfo: memFree=125838412/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=340752 memory=271980 CPUtime=429.17 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 112505 0 0 0 42899 18 0 0 20 0 2 0 43993829 348930048 67995 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 85188 67995 3392 6655 0 69429 0
[pid=41740/tid=41742] ppid=41737 vsize=340752 memory=271340 CPUtime=207.77 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 40154 0 0 0 20772 5 0 0 20 0 2 0 43994841 348930048 67995 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 429.17 s
Current children cumulated vsize: 340752 KiB
Current children cumulated memory: 271980 KiB

[startup+282.3 s]
/proc/loadavg: 7.97 7.76 7.83 9/269 41902
/proc/meminfo: memFree=125782528/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=340752 memory=277484 CPUtime=548.28 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 132540 0 0 0 54808 20 0 0 20 0 2 0 43993829 348930048 69371 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 85188 69371 3392 6655 0 69429 0
[pid=41740/tid=41742] ppid=41737 vsize=340752 memory=277484 CPUtime=267.09 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 49439 0 0 0 26703 6 0 0 20 0 2 0 43994841 348930048 69371 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 548.28 s
Current children cumulated vsize: 340752 KiB
Current children cumulated memory: 277484 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 7.84 7.85 9/269 41904
/proc/meminfo: memFree=125778828/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=340752 memory=278892 CPUtime=667.43 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 133168 0 0 0 66723 20 0 0 20 0 2 0 43993829 348930048 69723 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 85188 69723 3392 6655 0 69429 0
[pid=41740/tid=41742] ppid=41737 vsize=340752 memory=278892 CPUtime=326.75 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 50030 0 0 0 32669 6 0 0 20 0 2 0 43994841 348930048 69723 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 667.43 s
Current children cumulated vsize: 340752 KiB
Current children cumulated memory: 278892 KiB


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

/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 90382 0 0 0 133326 68 0 0 20 0 2 0 43994841 424751104 83263 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 2747.54 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 333052 KiB

[startup+1482.3 s]
/proc/loadavg: 8.07 8.01 7.96 9/268 41959
/proc/meminfo: memFree=125146744/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=343292 CPUtime=2866.65 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 189354 0 0 0 286578 87 0 0 20 0 2 0 43993829 424751104 85823 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 85823 3392 6655 0 84384 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=330620 CPUtime=1393.25 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 96568 0 0 0 139257 68 0 0 20 0 2 0 43994841 424751104 85823 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 2866.65 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 343292 KiB

[startup+1542.3 s]
/proc/loadavg: 8.07 8.02 7.97 9/268 41961
/proc/meminfo: memFree=125086880/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=2985.77 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 193241 0 0 0 298489 88 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=354044 CPUtime=1452.56 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 100106 0 0 0 145187 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 2985.77 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

[startup+1602.3 s]
/proc/loadavg: 8.13 8.05 7.99 9/268 41963
/proc/meminfo: memFree=125041836/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3104.84 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 198446 0 0 0 310396 88 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=354044 CPUtime=1511.86 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 102482 0 0 0 151117 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3104.84 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

[startup+1662.3 s]
/proc/loadavg: 8.10 8.05 8.00 9/268 41966
/proc/meminfo: memFree=125038968/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3224.02 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 198479 0 0 0 322314 88 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=14824 CPUtime=1571.22 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 102505 0 0 0 157053 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3224.02 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/268 41979
/proc/meminfo: memFree=125008364/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3343.19 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 201856 0 0 0 334230 89 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=14824 CPUtime=1630.58 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 105403 0 0 0 162989 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3343.19 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

[startup+1782.3 s]
/proc/loadavg: 8.10 8.06 8.01 9/267 41981
/proc/meminfo: memFree=124983744/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3462.36 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 201858 0 0 0 346147 89 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=354044 CPUtime=1689.94 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 105403 0 0 0 168925 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3462.36 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

[startup+1842.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/267 41983
/proc/meminfo: memFree=124958592/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3581.54 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 201859 0 0 0 358065 89 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=17792 CPUtime=1749.31 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 105403 0 0 0 174862 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3581.54 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1851.6 s]
/proc/loadavg: 8.07 8.06 8.00 9/267 41984
/proc/meminfo: memFree=124946588/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=414796 memory=354044 CPUtime=3600.02 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) R 41737 41740 40512 0 -1 4194304 202118 0 0 0 359913 89 0 0 20 0 2 0 43993829 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 103699 88511 3392 6655 0 87053 0
[pid=41740/tid=41742] ppid=41737 vsize=414796 memory=17792 CPUtime=1758.51 cores=1,3
/proc/41740/task/41742/stat : 41742 (LSIPExact) R 41737 41740 40512 0 -1 4194368 105662 0 0 0 175782 69 0 0 20 0 2 0 43994841 424751104 88511 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 414796 KiB
Current children cumulated memory: 354044 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.08 s, system=0.941655 s

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

[startup+1852.8 s]
/proc/loadavg: 8.07 8.06 8.00 8/267 41986
/proc/meminfo: memFree=124922448/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=349260 memory=281700 CPUtime=3600.06 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) S 41737 41740 40512 0 -1 4194304 208326 228 0 0 359917 89 0 0 20 0 1 0 43993829 357642240 70425 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 87315 70425 3424 6655 0 77549 0
[pid=41986] ppid=41740 vsize=85396 memory=70668 CPUtime=1.13 cores=1,3
/proc/41986/stat : 41986 (Exact) R 41740 41986 41986 0 -1 4194304 12512 0 0 0 111 2 0 0 20 0 1 0 44178994 87445504 17667 18446744073709551615 4198400 8335837 140730638965920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30543872 140730638973108 140730638973469 140730638973469 140730638979023 0
/proc/41986/statm: 21349 17667 1120 1011 0 20116 0
Current children cumulated CPU time: 3601.19 s
Current children cumulated vsize: 434656 KiB
Current children cumulated memory: 352368 KiB

[startup+1853.2 s]
/proc/loadavg: 8.07 8.06 8.00 8/267 41986
/proc/meminfo: memFree=124922968/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=349260 memory=281700 CPUtime=3600.06 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) S 41737 41740 40512 0 -1 4194304 208326 228 0 0 359917 89 0 0 20 0 1 0 43993829 357642240 70425 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 87315 70425 3424 6655 0 77549 0
[pid=41986] ppid=41740 vsize=85396 memory=74768 CPUtime=1.52 cores=1,3
/proc/41986/stat : 41986 (Exact) R 41740 41986 41986 0 -1 4194304 12514 0 0 0 150 2 0 0 20 0 1 0 44178994 87445504 18692 18446744073709551615 4198400 8335837 140730638965920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30543872 140730638973108 140730638973469 140730638973469 140730638979023 0
/proc/41986/statm: 21349 18692 1120 1011 0 20116 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 434656 KiB
Current children cumulated memory: 356468 KiB

[startup+1853.6 s]
/proc/loadavg: 8.07 8.06 8.00 8/267 41986
/proc/meminfo: memFree=124922968/131249996 swapFree=33010684/33010684
[pid=41740] ppid=41737 vsize=349260 memory=281700 CPUtime=3600.06 cores=1,3
/proc/41740/stat : 41740 (LSIPExact) S 41737 41740 40512 0 -1 4194304 208326 228 0 0 359917 89 0 0 20 0 1 0 43993829 357642240 70425 18446744073709551615 94305464741888 94305491998289 140730315170496 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94305500501128 94305500932736 94305526579200 140730315172186 140730315172362 140730315172362 140730315177964 0
/proc/41740/statm: 87315 70425 3424 6655 0 77549 0
[pid=41986] ppid=41740 vsize=85396 memory=76820 CPUtime=1.93 cores=1,3
/proc/41986/stat : 41986 (Exact) R 41740 41986 41986 0 -1 4194304 12516 0 0 0 190 3 0 0 20 0 1 0 44178994 87445504 19205 18446744073709551615 4198400 8335837 140730638965920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30543872 140730638973108 140730638973469 140730638973469 140730638979023 0
/proc/41986/statm: 21349 19205 1120 1011 0 20116 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 434656 KiB
Current children cumulated memory: 358520 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1853.61
CPU time (s): 3602.02
CPU user time (s): 3601.08
CPU system time (s): 0.941655
CPU usage (%): 194.325
Max. virtual memory (cumulated for all children) (KiB): 434656
Max. memory (cumulated for all children) (KiB): 358520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.08
system time used= 0.941655
maximum resident set size= 354300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223103
page faults= 0
swaps= 0
block input operations= 4496
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 500
involuntary context switches= 88996


# summary of solver processes directly reported to runsolver:
#   pid: 41740
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3601.08
#   total CPU system time (s): 0.941655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65586 second user time and 8.14572 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 13:32:41
IDJOB=4484847
IDBENCH=146672
IDSOLVER=3336
FILE ID=nodeC017/4484847-1751283161
RUNJOBID= nodeC017-1751279512-40524
SLURM_JOB_ID= 9594216
Free space on /tmp= 432876 MiB

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

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

MD5SUM BENCH= 05a4468103b1b74e5a90bd7e67aed0d9
RANDOM SEED=1241383970

nodeC017 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		: 3600.377
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	: 7000.12
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		: 3579.594
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	: 7000.12
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		: 3600.144
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	: 7000.12
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		: 3600.245
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	: 7000.12
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		: 3600.123
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	: 7000.12
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		: 3600.034
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	: 7000.12
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.053
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	: 7000.12
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		: 3600.075
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125378556 kB
MemAvailable:   128344468 kB
Buffers:            2380 kB
Cached:          3737244 kB
SwapCached:            0 kB
Active:          1718200 kB
Inactive:        3431700 kB
Active(anon):    1428344 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3431688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46880 kB
Writeback:           104 kB
AnonPages:       1413348 kB
Mapped:           139220 kB
Shmem:             18080 kB
KReclaimable:     166816 kB
Slab:             255656 kB
SReclaimable:     166816 kB
SUnreclaim:        88840 kB
KernelStack:        4288 kB
PageTables:         5964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1835592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC017 at 2025-06-30 14:03:34