Trace number 4527407

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.85 1830.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUM79c0a8033bde71aac2f7ead78fdb13b7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark593.296
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527407-1752232205/watcher-4527407-1752232205 -o /tmp/evaluation-result-4527407-1752232205/solver-4527407-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1752232205-108979 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527407-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=109024, runsolver pid=109015

[startup+0.100062 s]*
/proc/loadavg: 0.11 0.09 0.09 4/262 109031
/proc/meminfo: memFree=104805524/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=0.07 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10369 0 0 0 5 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+0.205467 s]*
/proc/loadavg: 0.11 0.09 0.09 5/261 109031
/proc/meminfo: memFree=104750092/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=0.18 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10369 0 0 0 16 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+0.305347 s]*
/proc/loadavg: 0.11 0.09 0.09 4/264 109035
/proc/meminfo: memFree=104750092/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=0.28 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10369 0 0 0 26 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+0.700172 s]
/proc/loadavg: 0.11 0.09 0.09 5/266 109040
/proc/meminfo: memFree=104750104/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=0.67 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10369 0 0 0 65 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+1.50016 s]
/proc/loadavg: 0.11 0.09 0.09 5/266 109041
/proc/meminfo: memFree=104750104/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=1.46 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10369 0 0 0 144 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+3.10535 s]
/proc/loadavg: 0.50 0.17 0.12 5/266 109041
/proc/meminfo: memFree=104750576/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=3.07 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10370 0 0 0 305 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+6.30015 s]
/proc/loadavg: 0.50 0.17 0.12 5/266 109041
/proc/meminfo: memFree=104751252/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=82140 memory=47624 CPUtime=6.25 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 10371 0 0 0 623 2 0 0 20 0 1 0 138899488 84111360 11906 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 20535 11906 1184 6655 0 10770 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47624 KiB

[startup+12.7001 s]
/proc/loadavg: 0.78 0.23 0.14 7/266 109054
/proc/meminfo: memFree=104547748/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=235284 memory=146484 CPUtime=13.54 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 32434 0 0 0 1348 6 0 0 20 0 2 0 138899488 240930816 36621 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 58821 36621 3424 6655 0 35343 0
[pid=109024/tid=109045] ppid=109015 vsize=235284 memory=146100 CPUtime=0.92 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 2345 0 0 0 92 0 0 0 20 0 2 0 138900499 240930816 36621 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 13.54 s
Current children cumulated vsize: 235284 KiB
Current children cumulated memory: 146484 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 0.53 0.24 5/260 109062
/proc/meminfo: memFree=104593036/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=242052 memory=152884 CPUtime=38.95 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 36248 0 0 0 3887 8 0 0 20 0 2 0 138899488 247861248 38221 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 60513 38221 3424 6655 0 37107 0
[pid=109024/tid=109045] ppid=109015 vsize=242052 memory=152756 CPUtime=13.59 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 4562 0 0 0 1358 1 0 0 20 0 2 0 138900499 247861248 38221 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 38.95 s
Current children cumulated vsize: 242052 KiB
Current children cumulated memory: 152884 KiB

[startup+51.1054 s]
/proc/loadavg: 3.66 1.04 0.41 5/260 109229
/proc/meminfo: memFree=104522960/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=304076 memory=237956 CPUtime=89.61 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 73469 0 0 0 8934 27 0 0 20 0 2 0 138899488 311373824 59489 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 76019 59489 3488 6655 0 59775 0
[pid=109024/tid=109045] ppid=109015 vsize=304076 memory=14444 CPUtime=38.84 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 19703 0 0 0 3877 7 0 0 20 0 2 0 138900499 311373824 59489 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 89.61 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 237956 KiB

[startup+102.3 s]
/proc/loadavg: 4.97 1.80 0.71 7/268 109595
/proc/meminfo: memFree=104202056/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=304076 memory=245300 CPUtime=190.99 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 97650 0 0 0 19053 46 0 0 20 0 2 0 138899488 311373824 61325 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 76019 61325 3488 6655 0 61083 0
[pid=109024/tid=109045] ppid=109015 vsize=304076 memory=14444 CPUtime=89.39 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 38570 0 0 0 8925 14 0 0 20 0 2 0 138900499 311373824 61325 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 190.99 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 245300 KiB

[startup+162.3 s]
/proc/loadavg: 6.80 2.89 1.15 9/269 109598
/proc/meminfo: memFree=103670464/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=304076 memory=249268 CPUtime=310.21 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 118578 0 0 0 30973 48 0 0 20 0 2 0 138899488 311373824 62317 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 76019 62317 3488 6655 0 61083 0
[pid=109024/tid=109045] ppid=109015 vsize=304076 memory=249268 CPUtime=148.79 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 54222 0 0 0 14864 15 0 0 20 0 2 0 138900499 311373824 62317 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 310.21 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 249268 KiB

[startup+222.3 s]
/proc/loadavg: 7.67 3.85 1.59 9/269 109600
/proc/meminfo: memFree=103506556/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=304076 memory=267444 CPUtime=429.45 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 129982 0 0 0 42895 50 0 0 20 0 2 0 138899488 311373824 66861 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 76019 66861 3488 6655 0 65113 0
[pid=109024/tid=109045] ppid=109015 vsize=304076 memory=20608 CPUtime=208.45 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 64886 0 0 0 20828 17 0 0 20 0 2 0 138900499 311373824 66861 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 429.45 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 267444 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 4.64 2.01 9/269 109602
/proc/meminfo: memFree=103305088/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=304076 memory=270004 CPUtime=548.67 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 134521 0 0 0 54816 51 0 0 20 0 2 0 138899488 311373824 67501 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 76019 67501 3488 6655 0 65715 0
[pid=109024/tid=109045] ppid=109015 vsize=304076 memory=267572 CPUtime=268.24 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 66877 0 0 0 26807 17 0 0 20 0 2 0 138900499 311373824 67501 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 548.67 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 270004 KiB

[startup+342.3 s]
/proc/loadavg: 8.04 5.27 2.39 9/267 109605
/proc/meminfo: memFree=103110244/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=369612 memory=277868 CPUtime=667.88 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 136891 0 0 0 66737 51 0 0 20 0 2 0 138899488 378482688 69467 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 92403 69467 3488 6655 0 67704 0
[pid=109024/tid=109045] ppid=109015 vsize=369612 memory=267572 CPUtime=328.01 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 69244 0 0 0 32783 18 0 0 20 0 2 0 138900499 378482688 69467 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 667.88 s
Current children cumulated vsize: 369612 KiB
Current children cumulated memory: 277868 KiB


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

[startup+1482.3 s]
/proc/loadavg: 8.12 8.05 6.46 9/270 109664
/proc/meminfo: memFree=99487192/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=325060 memory=282516 CPUtime=2912.35 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 172021 0 0 0 291166 69 0 0 20 0 2 0 138899488 332861440 70629 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 81265 70629 3520 6655 0 71484 0
[pid=109024/tid=109045] ppid=109015 vsize=325060 memory=274068 CPUtime=1439.06 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 94294 0 0 0 143876 30 0 0 20 0 2 0 138900499 332861440 70629 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 2912.35 s
Current children cumulated vsize: 325060 KiB
Current children cumulated memory: 282516 KiB

[startup+1542.3 s]
/proc/loadavg: 8.04 8.04 6.55 9/270 109666
/proc/meminfo: memFree=99313048/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=325060 memory=282516 CPUtime=3031.58 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 173177 0 0 0 303088 70 0 0 20 0 2 0 138899488 332861440 70629 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 81265 70629 3520 6655 0 71484 0
[pid=109024/tid=109045] ppid=109015 vsize=325060 memory=282516 CPUtime=1498.45 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 95443 0 0 0 149814 31 0 0 20 0 2 0 138900499 332861440 70629 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3031.58 s
Current children cumulated vsize: 325060 KiB
Current children cumulated memory: 282516 KiB

[startup+1602.3 s]
/proc/loadavg: 8.40 8.12 6.68 9/268 109668
/proc/meminfo: memFree=99131276/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=395224 memory=294036 CPUtime=3150.79 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 180913 0 0 0 315007 72 0 0 20 0 2 0 138899488 404709376 73509 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 98806 73509 3520 6655 0 73147 0
[pid=109024/tid=109045] ppid=109015 vsize=395224 memory=282516 CPUtime=1557.82 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 101167 0 0 0 155750 32 0 0 20 0 2 0 138900499 404709376 73509 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3150.79 s
Current children cumulated vsize: 395224 KiB
Current children cumulated memory: 294036 KiB

[startup+1662.3 s]
/proc/loadavg: 8.27 8.14 6.78 9/268 109671
/proc/meminfo: memFree=98843500/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=359012 memory=322772 CPUtime=3270.01 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 207203 0 0 0 326919 82 0 0 20 0 2 0 138899488 367628288 80693 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 89753 80693 3520 6655 0 79972 0
[pid=109024/tid=109045] ppid=109015 vsize=359012 memory=282516 CPUtime=1617.21 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 122210 0 0 0 161680 41 0 0 20 0 2 0 138900499 367628288 80693 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3270.01 s
Current children cumulated vsize: 359012 KiB
Current children cumulated memory: 322772 KiB

[startup+1722.3 s]
/proc/loadavg: 7.96 8.07 6.84 9/268 109673
/proc/meminfo: memFree=98617040/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=424548 memory=351516 CPUtime=3389.25 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 218424 0 0 0 338837 88 0 0 20 0 2 0 138899488 434737152 87879 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 106137 87879 3520 6655 0 87380 0
[pid=109024/tid=109045] ppid=109015 vsize=424548 memory=282516 CPUtime=1676.62 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 133400 0 0 0 167615 47 0 0 20 0 2 0 138900499 434737152 87879 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3389.25 s
Current children cumulated vsize: 424548 KiB
Current children cumulated memory: 351516 KiB

[startup+1782.3 s]
/proc/loadavg: 8.04 8.07 6.93 9/268 109674
/proc/meminfo: memFree=98437304/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=430092 memory=367516 CPUtime=3508.49 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 222499 0 0 0 350760 89 0 0 20 0 2 0 138899488 440414208 91879 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 107523 91879 3520 6655 0 91155 0
[pid=109024/tid=109045] ppid=109015 vsize=430092 memory=282516 CPUtime=1736.03 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 136069 0 0 0 173555 48 0 0 20 0 2 0 138900499 440414208 91879 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3508.49 s
Current children cumulated vsize: 430092 KiB
Current children cumulated memory: 367516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.4 s]
/proc/loadavg: 7.92 8.04 6.97 7/263 109699
/proc/meminfo: memFree=103454980/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=451588 memory=407324 CPUtime=3600.1 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) R 109015 109024 108963 0 -1 4194304 232489 0 0 0 359915 95 0 0 20 0 2 0 138899488 462426112 101831 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 112897 101831 3520 6655 0 101406 0
[pid=109024/tid=109045] ppid=109015 vsize=451588 memory=5632 CPUtime=1781.68 cores=0,2
/proc/109024/task/109045/stat : 109045 (LSIPExact) R 109015 109024 108963 0 -1 4194368 140890 0 0 0 178116 52 0 0 20 0 2 0 138900499 462426112 101831 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 451588 KiB
Current children cumulated memory: 407324 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=0.976007 s

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

# cumulated CPU time of all completed processes:  user=3599.83 s, system=1.01588 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1828.8 s]
/proc/loadavg: 7.92 8.04 6.97 7/263 109699
/proc/meminfo: memFree=103454980/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=386052 memory=312444 CPUtime=3600.18 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) S 109015 109024 108963 0 -1 4194304 242901 0 0 0 359922 96 0 0 20 0 1 0 138899488 395317248 78111 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 65536 6 16384 1 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 96513 78111 3584 6655 0 86743 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 386052 KiB
Current children cumulated memory: 312444 KiB

[startup+1829.6 s]
/proc/loadavg: 7.93 8.04 6.98 5/265 109706
/proc/meminfo: memFree=103558648/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=386052 memory=312444 CPUtime=3600.18 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) S 109015 109024 108963 0 -1 4194304 242901 230 0 0 359922 96 0 0 20 0 1 0 138899488 395317248 78111 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 96513 78111 3584 6655 0 86743 0
[pid=109706] ppid=109024 vsize=412 memory=128 CPUtime=0 cores=0,2
/proc/109706/stat : 109706 (setsid) D 109024 109024 108963 0 -1 4456448 295 0 0 0 0 0 0 0 20 0 1 0 139082387 421888 32 18446744073709551615 93936404344832 93936404347569 140731554544352 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 93936404356080 93936404357124 93936424964096 140731554552004 140731554552372 140731554552372 140731554557928 0
/proc/109706/statm: 103 32 32 1 0 42 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 386464 KiB
Current children cumulated memory: 312572 KiB

[startup+1830 s]*
/proc/loadavg: 7.93 8.04 6.98 6/263 109710
/proc/meminfo: memFree=103489416/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=386052 memory=312444 CPUtime=3600.18 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) S 109015 109024 108963 0 -1 4194304 242901 230 0 0 359922 96 0 0 20 0 1 0 138899488 395317248 78111 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 96513 78111 3584 6655 0 86743 0
[pid=109706] ppid=109024 vsize=78332 memory=59892 CPUtime=0.24 cores=0,2
/proc/109706/stat : 109706 (Exact) R 109024 109706 109706 0 -1 4194304 10911 0 0 0 21 3 0 0 20 0 1 0 139082387 80211968 14973 18446744073709551615 4198400 8335837 140721808258096 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27508736 140721808263346 140721808263707 140721808263707 140721808269263 0
/proc/109706/statm: 19583 14973 1120 1011 0 18350 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 464384 KiB
Current children cumulated memory: 372336 KiB

[startup+1830.4 s]
/proc/loadavg: 7.93 8.04 6.98 6/263 109710
/proc/meminfo: memFree=103489416/131249988 swapFree=33010160/33010684
[pid=109024] ppid=109015 vsize=386052 memory=312444 CPUtime=3600.18 cores=0,2
/proc/109024/stat : 109024 (LSIPExact) S 109015 109024 108963 0 -1 4194304 242901 230 0 0 359922 96 0 0 20 0 1 0 138899488 395317248 78111 18446744073709551615 94550359425024 94550386682193 140727806773840 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94550395184264 94550395615872 94550424461312 140727806777688 140727806777864 140727806777864 140727806783468 0
/proc/109024/statm: 96513 78111 3584 6655 0 86743 0
[pid=109706] ppid=109024 vsize=79588 memory=62216 CPUtime=0.63 cores=0,2
/proc/109706/stat : 109706 (Exact) R 109024 109706 109706 0 -1 4194304 10981 0 0 0 60 3 0 0 20 0 1 0 139082387 81498112 15554 18446744073709551615 4198400 8335837 140721808258096 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27508736 140721808263346 140721808263707 140721808263707 140721808269263 0
/proc/109706/statm: 19897 15554 1120 1011 0 18664 0
Current children cumulated CPU time: 3600.81 s
Current children cumulated vsize: 465640 KiB
Current children cumulated memory: 374660 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1830.41
CPU time (s): 3600.85
CPU user time (s): 3599.83
CPU system time (s): 1.01588
CPU usage (%): 196.724
Max. virtual memory (cumulated for all children) (KiB): 465640
Max. memory (cumulated for all children) (KiB): 407324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 1.01588
maximum resident set size= 408604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254112
page faults= 0
swaps= 0
block input operations= 3800
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 589
involuntary context switches= 162456


# summary of solver processes directly reported to runsolver:
#   pid: 109024,109706
#   total CPU time (s): 3600.85
#   total CPU user time (s): 3599.83
#   total CPU system time (s): 1.01588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.01432 second user time and 8.69403 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-11 13:10:05
IDJOB=4527407
IDBENCH=146675
IDSOLVER=3384
FILE ID=nodeC034/4527407-1752232205
RUNJOBID= nodeC034-1752232205-108979
SLURM_JOB_ID= 9682545
Free space on /tmp= 429944 MiB

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

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

MD5SUM BENCH= 79c0a8033bde71aac2f7ead78fdb13b7
RANDOM SEED=417534739

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        104894848 kB
MemAvailable:   129683200 kB
Buffers:            2128 kB
Cached:         25524208 kB
SwapCached:           36 kB
Active:           563040 kB
Inactive:       25043884 kB
Active(anon):      96500 kB
Inactive(anon):     2160 kB
Active(file):     466540 kB
Inactive(file): 25041724 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            135760 kB
Writeback:             0 kB
AnonPages:         83636 kB
Mapped:           105784 kB
Shmem:             18068 kB
KReclaimable:     238256 kB
Slab:             334024 kB
SReclaimable:     238256 kB
SUnreclaim:        95768 kB
KernelStack:        3956 kB
PageTables:         2396 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429812 MiB
End job on nodeC034 at 2025-07-11 13:40:37