Trace number 4527355

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) 3601.03 1823.27

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
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 benchmark245
Best CPU time to get the best result obtained on this benchmark28904.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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/1821.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/1821.20	c numVar: 10000
3600.10/1821.20	c numCon: 656900
3600.10/1821.20	c numEqual: 0
3600.10/1821.20	c intSize: 19
3600.10/1821.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/1821.20	c ------------------- Paras list -------------------
3600.10/1821.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/1821.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/1821.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/1821.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/1821.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/1821.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/1821.20	c random_seed         	 int       	 0         	 0         	 
3600.10/1821.20	c sample_size         	 int       	 50        	 50        	 
3600.10/1821.20	c sub_score           	 int       	 1         	 1         	 
3600.10/1821.20	c tabu_base           	 int       	 3         	 3         	 
3600.10/1821.20	c tabu_variation      	 int       	 1         	 1         	 
3600.10/1821.20	c sub_div             	 int       	 4         	 4         	 
3600.10/1821.20	c nbcore              	 int       	 2         	 1         	 
3600.10/1821.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/1821.20	c print_sol           	 int       	 1         	 1         	 
3600.10/1821.20	c tmpdir              	 string		 .         	 "."       	 
3600.10/1821.20	c home                	 string		 HOME	 "."       	 
3600.10/1821.20	c benchname           	 string		 HOME/instance-4527355-1752232206.opb	 ""        	 
3600.10/1821.20	c --------------------------------------------------
3600.10/1821.20	c Local Search solver
3600.10/1821.20	c LS find feasible solution for PBO with objective value 268
3600.10/1821.20	c MIP solver
3600.10/1821.20	c receive signal 15, try to interrupt solver...
3600.10/1821.21	c MIP solver find feasible solution
3600.10/1821.24	c MIP solver objective value: 250
3600.94/1822.58	c MIP find feasible solution for PBO with objective value 250
3600.94/1822.58	c copy file: 0
3600.94/1822.58	c gen ub file: HOME/instance-4527355-1752232206.opb_ub.opb
3600.94/1822.58	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: 63708 MiB (62100 MiB free)
  memory of node 1: 64465 MiB (55822 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=121588, runsolver pid=121585

[startup+0.10006 s]*
/proc/loadavg: 0.09 0.10 0.09 5/260 121590
/proc/meminfo: memFree=120563052/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=212584 memory=169772 CPUtime=0.09 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 31734 0 0 0 4 5 0 0 20 0 1 0 138899489 217686016 42443 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 53146 42443 1152 6655 0 43381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169772 KiB

[startup+0.205413 s]*
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120455056/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=247012 memory=212496 CPUtime=0.18 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 37288 0 0 0 12 6 0 0 20 0 1 0 138899489 252940288 53124 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 61786 53124 1184 6655 0 52021 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 247012 KiB
Current children cumulated memory: 212496 KiB

[startup+0.305513 s]*
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120244876/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=267076 memory=232464 CPUtime=0.29 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 42300 0 0 0 22 7 0 0 20 0 1 0 138899489 273485824 58116 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 66769 58116 1184 6655 0 57004 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 267076 KiB
Current children cumulated memory: 232464 KiB

[startup+0.700164 s]
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120079116/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=328060 memory=293392 CPUtime=0.67 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 57525 0 0 0 58 9 0 0 20 0 1 0 138899489 335933440 73348 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 82015 73348 1184 6655 0 72250 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 328060 KiB
Current children cumulated memory: 293392 KiB

[startup+1.50017 s]
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=119781000/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=388288 memory=353552 CPUtime=1.47 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 72563 0 0 0 135 12 0 0 20 0 1 0 138899489 397606912 88388 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 KiB

[startup+3.10541 s]
/proc/loadavg: 0.48 0.18 0.12 5/265 121599
/proc/meminfo: memFree=119402352/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=388288 memory=353552 CPUtime=3.07 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 72592 0 0 0 295 12 0 0 20 0 1 0 138899489 397606912 88388 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 KiB

[startup+6.30017 s]
/proc/loadavg: 0.48 0.18 0.12 5/265 121599
/proc/meminfo: memFree=119402936/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=388288 memory=353552 CPUtime=6.25 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 72650 0 0 0 613 12 0 0 20 0 1 0 138899489 397606912 88388 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 KiB

[startup+12.7002 s]
/proc/loadavg: 0.77 0.24 0.14 7/268 121602
/proc/meminfo: memFree=117866604/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=900088 memory=795732 CPUtime=12.64 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 140083 0 0 0 1235 29 0 0 20 0 2 0 138899489 921690112 198933 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 225022 198933 3264 6655 0 198905 0
[pid=121588/tid=121602] ppid=121585 vsize=900088 memory=817180 CPUtime=0 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) S 121585 121588 121522 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138900577 921690112 198933 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 795732 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 0.57 0.25 8/269 121603
/proc/meminfo: memFree=117470832/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=900088 memory=819440 CPUtime=37.58 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 157223 0 0 0 3726 32 0 0 20 0 2 0 138899489 921690112 204860 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 225022 204860 3520 6655 0 204813 0
[pid=121588/tid=121602] ppid=121585 vsize=900088 memory=819440 CPUtime=12.18 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 9818 0 0 0 1216 2 0 0 20 0 2 0 138900577 921690112 204860 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 37.58 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 819440 KiB

[startup+51.1056 s]
/proc/loadavg: 3.81 1.09 0.43 8/269 121604
/proc/meminfo: memFree=117511992/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=900088 memory=829168 CPUtime=88.44 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 167289 0 0 0 8810 34 0 0 20 0 2 0 138899489 921690112 207292 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 225022 207292 3520 6655 0 206996 0
[pid=121588/tid=121602] ppid=121585 vsize=900088 memory=0 CPUtime=37.5 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 17189 0 0 0 3747 3 0 0 20 0 2 0 138900577 921690112 207292 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 88.44 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 829168 KiB

[startup+102.3 s]
/proc/loadavg: 6.22 2.16 0.83 9/269 121605
/proc/meminfo: memFree=117199656/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=947952 memory=905344 CPUtime=189.32 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 202241 0 0 0 18888 44 0 0 20 0 2 0 138899489 970702848 226336 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 236988 226336 3520 6655 0 226659 0
[pid=121588/tid=121602] ppid=121585 vsize=947952 memory=14692 CPUtime=87.53 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 32512 0 0 0 8743 10 0 0 20 0 2 0 138900577 970702848 226336 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 189.32 s
Current children cumulated vsize: 947952 KiB
Current children cumulated memory: 905344 KiB

[startup+162.3 s]
/proc/loadavg: 7.41 3.24 1.29 9/268 121607
/proc/meminfo: memFree=116918596/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=947952 memory=905600 CPUtime=308.38 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 234293 0 0 0 30790 48 0 0 20 0 2 0 138899489 970702848 226400 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 236988 226400 3520 6655 0 226754 0
[pid=121588/tid=121602] ppid=121585 vsize=947952 memory=905344 CPUtime=146.8 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 53764 0 0 0 14668 12 0 0 20 0 2 0 138900577 970702848 226400 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 308.38 s
Current children cumulated vsize: 947952 KiB
Current children cumulated memory: 905600 KiB

[startup+222.3 s]
/proc/loadavg: 7.91 4.14 1.72 9/268 121609
/proc/meminfo: memFree=116641856/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1030972 memory=955252 CPUtime=427.39 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 263602 0 0 0 42683 56 0 0 20 0 2 0 138899489 1055715328 238813 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 257743 238813 3520 6655 0 238948 0
[pid=121588/tid=121602] ppid=121585 vsize=1030972 memory=955124 CPUtime=206.03 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 67198 0 0 0 20586 17 0 0 20 0 2 0 138900577 1055715328 238813 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 427.39 s
Current children cumulated vsize: 1030972 KiB
Current children cumulated memory: 955252 KiB

[startup+282.3 s]
/proc/loadavg: 8.03 4.86 2.12 9/269 121612
/proc/meminfo: memFree=116320532/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1137180 memory=1037812 CPUtime=546.4 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 285689 0 0 0 54575 65 0 0 20 0 2 0 138899489 1164472320 259453 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 284295 259453 3520 6655 0 259574 0
[pid=121588/tid=121602] ppid=121585 vsize=1137180 memory=14692 CPUtime=265.26 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 78866 0 0 0 26504 22 0 0 20 0 2 0 138900577 1164472320 259453 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 546.4 s
Current children cumulated vsize: 1137180 KiB
Current children cumulated memory: 1037812 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.45 2.50 9/267 121614
/proc/meminfo: memFree=115985752/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1180972 memory=1127028 CPUtime=665.41 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 316256 0 0 0 66465 76 0 0 20 0 2 0 138899489 1209315328 281757 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 295243 281757 3520 6655 0 282051 0
[pid=121588/tid=121602] ppid=121585 vsize=1180972 memory=14692 CPUtime=324.53 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 93663 0 0 0 32424 29 0 0 20 0 2 0 138900577 1209315328 281757 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 665.41 s
Current children cumulated vsize: 1180972 KiB
Current children cumulated memory: 1127028 KiB


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

/proc/loadavg: 8.13 8.08 6.30 9/268 121665
/proc/meminfo: memFree=111027708/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2230668 memory=2170696 CPUtime=2689.62 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1096430 0 0 0 268675 287 0 0 20 0 2 0 138899489 2284204032 542674 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 557667 542674 3520 6655 0 542582 0
[pid=121588/tid=121602] ppid=121585 vsize=2230668 memory=2077512 CPUtime=1334.05 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 453588 0 0 0 133256 149 0 0 20 0 2 0 138900577 2284204032 542674 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 2689.62 s
Current children cumulated vsize: 2230668 KiB
Current children cumulated memory: 2170696 KiB

[startup+1422.3 s]
/proc/loadavg: 8.17 8.10 6.42 9/268 121667
/proc/meminfo: memFree=110729452/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2325736 memory=2225948 CPUtime=2808.68 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1303112 0 0 0 280561 307 0 0 20 0 2 0 138899489 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 581434 556487 3520 6655 0 556868 0
[pid=121588/tid=121602] ppid=121585 vsize=2325736 memory=2077512 CPUtime=1393.35 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 473160 0 0 0 139178 157 0 0 20 0 2 0 138900577 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 2808.68 s
Current children cumulated vsize: 2325736 KiB
Current children cumulated memory: 2225948 KiB

[startup+1482.3 s]
/proc/loadavg: 8.17 8.11 6.53 9/267 121669
/proc/meminfo: memFree=110488976/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2325736 memory=2225948 CPUtime=2927.81 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1308740 0 0 0 292473 308 0 0 20 0 2 0 138899489 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 581434 556487 3520 6655 0 556868 0
[pid=121588/tid=121602] ppid=121585 vsize=2325736 memory=19456 CPUtime=1452.68 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 475851 0 0 0 145110 158 0 0 20 0 2 0 138900577 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 2927.81 s
Current children cumulated vsize: 2325736 KiB
Current children cumulated memory: 2225948 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.08 6.63 9/266 121671
/proc/meminfo: memFree=110237996/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2325736 memory=2225948 CPUtime=3046.87 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1359699 0 0 0 304369 318 0 0 20 0 2 0 138899489 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 581434 556487 3520 6655 0 556868 0
[pid=121588/tid=121602] ppid=121585 vsize=2325736 memory=2225948 CPUtime=1511.97 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 497938 0 0 0 151033 164 0 0 20 0 2 0 138900577 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3046.87 s
Current children cumulated vsize: 2325736 KiB
Current children cumulated memory: 2225948 KiB

[startup+1602.3 s]
/proc/loadavg: 8.14 8.10 6.72 9/267 121674
/proc/meminfo: memFree=110043704/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2325736 memory=2225948 CPUtime=3165.9 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1411667 0 0 0 316262 328 0 0 20 0 2 0 138899489 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 581434 556487 3520 6655 0 556868 0
[pid=121588/tid=121602] ppid=121585 vsize=2325736 memory=2225948 CPUtime=1571.23 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 524511 0 0 0 156954 169 0 0 20 0 2 0 138900577 2381553664 556487 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3165.9 s
Current children cumulated vsize: 2325736 KiB
Current children cumulated memory: 2225948 KiB

[startup+1662.3 s]
/proc/loadavg: 8.11 8.09 6.81 9/268 121677
/proc/meminfo: memFree=109795676/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2325736 memory=2226076 CPUtime=3284.94 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1439377 0 0 0 328159 335 0 0 20 0 2 0 138899489 2381553664 556519 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 581434 556519 3520 6655 0 556868 0
[pid=121588/tid=121602] ppid=121585 vsize=2325736 memory=2225948 CPUtime=1630.51 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 538614 0 0 0 162878 173 0 0 20 0 2 0 138900577 2381553664 556519 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3284.94 s
Current children cumulated vsize: 2325736 KiB
Current children cumulated memory: 2226076 KiB

[startup+1722.3 s]
/proc/loadavg: 8.17 8.11 6.90 9/268 121679
/proc/meminfo: memFree=109515004/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2346508 memory=2274460 CPUtime=3403.94 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1479049 0 0 0 340045 349 0 0 20 0 2 0 138899489 2402824192 568615 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 586627 568615 3520 6655 0 568757 0
[pid=121588/tid=121602] ppid=121585 vsize=2346508 memory=2225948 CPUtime=1689.77 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 559985 0 0 0 168794 183 0 0 20 0 2 0 138900577 2402824192 568615 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3403.94 s
Current children cumulated vsize: 2346508 KiB
Current children cumulated memory: 2274460 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.10 6.98 9/268 121681
/proc/meminfo: memFree=109218160/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2372872 memory=2329884 CPUtime=3522.96 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1520525 0 0 0 351934 362 0 0 20 0 2 0 138899489 2429820928 582471 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 593218 582471 3520 6655 0 582499 0
[pid=121588/tid=121602] ppid=121585 vsize=2372872 memory=2315548 CPUtime=1749.01 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 582014 0 0 0 174710 191 0 0 20 0 2 0 138900577 2429820928 582471 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3522.96 s
Current children cumulated vsize: 2372872 KiB
Current children cumulated memory: 2329884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.2 s]
/proc/loadavg: 7.98 8.07 7.02 5/259 121709
/proc/meminfo: memFree=115820800/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=2456012 memory=2364700 CPUtime=3600.1 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) R 121585 121588 121522 0 -1 4194304 1541194 0 0 0 359639 371 0 0 20 0 2 0 138899489 2514956288 591175 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 614003 591175 3520 6655 0 591173 0
[pid=121588/tid=121602] ppid=121585 vsize=2456012 memory=2364444 CPUtime=1787.39 cores=5,7
/proc/121588/task/121602/stat : 121602 (LSIPExact) R 121585 121588 121522 0 -1 4194368 592520 0 0 0 178543 196 0 0 20 0 2 0 138900577 2514956288 591175 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 2456012 KiB
Current children cumulated memory: 2364700 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=4.05718 s

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

[startup+1822.4 s]
/proc/loadavg: 7.98 8.07 7.02 4/258 121709
/proc/meminfo: memFree=116702700/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1558312 memory=1468668 CPUtime=3600.94 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) S 121585 121588 121522 0 -1 4194304 1935260 0 0 0 359697 397 0 0 20 0 1 0 138899489 1595711488 367167 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 65536 6 16384 1 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 389578 367167 3584 6655 0 379812 0
Current children cumulated CPU time: 3600.94 s
Current children cumulated vsize: 1558312 KiB
Current children cumulated memory: 1468668 KiB

[startup+1822.8 s]
/proc/loadavg: 7.98 8.07 7.02 4/258 121709
/proc/meminfo: memFree=116702700/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1558312 memory=1468668 CPUtime=3600.94 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) S 121585 121588 121522 0 -1 4194304 1935260 230 0 0 359697 397 0 0 20 0 1 0 138899489 1595711488 367167 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 389578 367167 3584 6655 0 379812 0
Current children cumulated CPU time: 3600.94 s
Current children cumulated vsize: 1558312 KiB
Current children cumulated memory: 1468668 KiB

[startup+1823.2 s]
/proc/loadavg: 7.98 8.07 7.02 3/259 121711
/proc/meminfo: memFree=116705140/131249992 swapFree=33010160/33010684
[pid=121588] ppid=121585 vsize=1558312 memory=1468668 CPUtime=3600.94 cores=5,7
/proc/121588/stat : 121588 (LSIPExact) S 121585 121588 121522 0 -1 4194304 1935260 230 0 0 359697 397 0 0 20 0 1 0 138899489 1595711488 367167 18446744073709551615 94332274294784 94332301551953 140732884472512 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94332310054024 94332310485632 94332314329088 140732884478296 140732884478472 140732884478472 140732884484076 0
/proc/121588/statm: 389578 367167 3584 6655 0 379812 0
[pid=121711] ppid=121588 vsize=412 memory=128 CPUtime=0.01 cores=5,7
/proc/121711/stat : 121711 (setsid) D 121588 121588 121522 0 -1 4456448 298 0 0 0 0 1 0 0 20 0 1 0 139081748 421888 32 18446744073709551615 94875575373824 94875575376561 140723671437120 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94875575385072 94875575386116 94875584491520 140723671439556 140723671439924 140723671439924 140723671445480 0
/proc/121711/statm: 103 32 32 1 0 42 0
Current children cumulated CPU time: 3600.95 s
Current children cumulated vsize: 1558724 KiB
Current children cumulated memory: 1468796 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1823.27
CPU time (s): 3601.03
CPU user time (s): 3596.98
CPU system time (s): 4.05718
CPU usage (%): 197.505
Max. virtual memory (cumulated for all children) (KiB): 2456012
Max. memory (cumulated for all children) (KiB): 2364700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 4.05718
maximum resident set size= 2365084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1935788
page faults= 0
swaps= 0
block input operations= 8
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1957
involuntary context switches= 102661


# summary of solver processes directly reported to runsolver:
#   pid: 121588
#   total CPU time (s): 3601.03
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 4.05718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53586 second user time and 8.02983 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-11 13:10:07
IDJOB=4527355
IDBENCH=147558
IDSOLVER=3384
FILE ID=nodeC025/4527355-1752232206
RUNJOBID= nodeC025-1752232205-121541
SLURM_JOB_ID= 9682536
Free space on /tmp= 432812 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527355-1752232206/watcher-4527355-1752232206 -o /tmp/evaluation-result-4527355-1752232206/solver-4527355-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752232205-121541 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527355-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=1187949666

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120776724 kB
MemAvailable:   129739536 kB
Buffers:            2128 kB
Cached:          9709180 kB
SwapCached:          200 kB
Active:           439692 kB
Inactive:        9351656 kB
Active(anon):      80832 kB
Inactive(anon):    17064 kB
Active(file):     358860 kB
Inactive(file):  9334592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            206476 kB
Writeback:             0 kB
AnonPages:         83028 kB
Mapped:           110704 kB
Shmem:             17856 kB
KReclaimable:     217196 kB
Slab:             309612 kB
SReclaimable:     217196 kB
SUnreclaim:        92416 kB
KernelStack:        4176 kB
PageTables:         3088 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     390400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

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