Trace number 4515230

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 NameAnswerCPU timeWall clock time
LSIPExact S2? 2097.85 2090.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

40.27/27.34	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
40.27/27.34	c numVar: 6689
40.27/27.34	c numCon: 6377
40.27/27.34	c numEqual: 0
40.27/27.34	c intSize: 29
40.27/27.34	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
40.27/27.34	c ------------------- Paras list -------------------
40.27/27.34	c Name                	 Type      	 Now       	 Default   	 Comment
40.27/27.34	c timeout             	 double    	 3600.000000	 3600      	 
40.27/27.34	c mip_time            	 double    	 0.300000  	 0.5       	 
40.27/27.34	c ls_time             	 double    	 10.000000 	 10        	 
40.27/27.34	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
40.27/27.34	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
40.27/27.34	c random_seed         	 int       	 0         	 0         	 
40.27/27.34	c sample_size         	 int       	 50        	 50        	 
40.27/27.34	c sub_score           	 int       	 1         	 1         	 
40.27/27.34	c tabu_base           	 int       	 3         	 3         	 
40.27/27.34	c tabu_variation      	 int       	 1         	 1         	 
40.27/27.34	c sub_div             	 int       	 4         	 4         	 
40.27/27.34	c nbcore              	 int       	 2         	 1         	 
40.27/27.34	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
40.27/27.34	c print_sol           	 int       	 1         	 1         	 
40.27/27.34	c tmpdir              	 string		 .         	 "."       	 
40.27/27.34	c home                	 string		 HOME	 "."       	 
40.27/27.34	c benchname           	 string		 HOME/instance-4515230-1751228413.opb	 ""        	 
40.27/27.34	c --------------------------------------------------
40.27/27.34	c Local Search solver
40.27/27.34	c MIP solver
40.27/27.34	c MIP solver infeasible
40.27/27.34	c use Exact solver
2097.74/2090.70	s UNKNOWN
2097.74/2090.70	c Total time: 2091

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62403 MiB free)
  memory of node 1: 64507 MiB (62914 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=32495, runsolver pid=32492

[startup+0.100065 s]*
/proc/loadavg: 2.30 1.85 2.10 8/256 32496
/proc/meminfo: memFree=128325916/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49520 memory=14976 CPUtime=0.09 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2738 0 0 0 9 0 0 0 20 0 1 0 38520686 50708480 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12380 3744 1152 6655 0 2615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 49520 KiB
Current children cumulated memory: 14976 KiB

[startup+0.213331 s]*
/proc/loadavg: 2.30 1.85 2.10 8/256 32496
/proc/meminfo: memFree=128325916/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49520 memory=14976 CPUtime=0.2 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2738 0 0 0 20 0 0 0 20 0 1 0 38520686 50708480 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12380 3744 1152 6655 0 2615 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49520 KiB
Current children cumulated memory: 14976 KiB

[startup+0.310623 s]*
/proc/loadavg: 2.68 1.93 2.12 8/256 32496
/proc/meminfo: memFree=128325916/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49700 memory=14976 CPUtime=0.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2749 0 0 0 30 1 0 0 20 0 1 0 38520686 50892800 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12425 3744 1152 6655 0 2660 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 49700 KiB
Current children cumulated memory: 14976 KiB

[startup+0.700223 s]
/proc/loadavg: 2.68 1.93 2.12 8/256 32496
/proc/meminfo: memFree=128325916/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49700 memory=14976 CPUtime=0.69 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2749 0 0 0 68 1 0 0 20 0 1 0 38520686 50892800 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12425 3744 1152 6655 0 2660 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49700 KiB
Current children cumulated memory: 14976 KiB

[startup+1.50028 s]
/proc/loadavg: 2.68 1.93 2.12 8/256 32496
/proc/meminfo: memFree=128326492/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49700 memory=14976 CPUtime=1.48 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2749 0 0 0 147 1 0 0 20 0 1 0 38520686 50892800 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12425 3744 1152 6655 0 2660 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49700 KiB
Current children cumulated memory: 14976 KiB

[startup+3.11293 s]
/proc/loadavg: 2.68 1.93 2.12 8/256 32496
/proc/meminfo: memFree=128326844/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49700 memory=14976 CPUtime=3.09 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2749 0 0 0 308 1 0 0 20 0 1 0 38520686 50892800 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12425 3744 1152 6655 0 2660 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 49700 KiB
Current children cumulated memory: 14976 KiB

[startup+6.30023 s]
/proc/loadavg: 3.11 2.03 2.15 8/256 32496
/proc/meminfo: memFree=128319004/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=49700 memory=14976 CPUtime=6.27 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 2749 0 0 0 626 1 0 0 20 0 1 0 38520686 50892800 3744 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 12425 3744 1152 6655 0 2660 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 49700 KiB
Current children cumulated memory: 14976 KiB

[startup+12.7002 s]
/proc/loadavg: 3.42 2.12 2.18 8/257 32498
/proc/meminfo: memFree=128247988/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=166676 memory=73248 CPUtime=14.6 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 15048 0 0 0 1457 3 0 0 20 0 2 0 38520686 170676224 18312 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 41669 18312 3360 6655 0 17223 0
[pid=32495/tid=32497] ppid=32492 vsize=166676 memory=17152 CPUtime=1.96 cores=4,6
/proc/32495/task/32497/stat : 32497 (LSIPExact) R 32492 32495 32377 0 -1 4194368 1754 0 0 0 196 0 0 0 20 0 2 0 38521689 170676224 18312 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
Current children cumulated CPU time: 14.6 s
Current children cumulated vsize: 166676 KiB
Current children cumulated memory: 73248 KiB

[startup+25.5003 s]
/proc/loadavg: 3.97 2.28 2.23 7/257 32498
/proc/meminfo: memFree=128123232/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=85280 CPUtime=38.47 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) R 32492 32495 32377 0 -1 4194304 37105 0 0 0 3842 5 0 0 20 0 2 0 38520686 182640640 21320 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 21320 3424 6655 0 20626 0
[pid=32495/tid=32497] ppid=32492 vsize=178360 memory=85280 CPUtime=13.07 cores=4,6
/proc/32495/task/32497/stat : 32497 (LSIPExact) S 32492 32495 32377 0 -1 4194368 9390 0 0 0 1306 1 0 0 20 0 2 0 38521689 182640640 21320 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
Current children cumulated CPU time: 38.47 s
Current children cumulated vsize: 178360 KiB
Current children cumulated memory: 85280 KiB

[startup+51.1132 s]
/proc/loadavg: 4.82 2.65 2.36 7/257 32499
/proc/meminfo: memFree=127873996/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=161340 memory=152876 CPUtime=23.68 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 17135 0 0 0 2356 12 0 0 20 0 1 0 38523420 165212160 38219 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 40335 38219 1120 1011 0 39102 0
Current children cumulated CPU time: 63.99 s
Current children cumulated vsize: 339700 KiB
Current children cumulated memory: 236472 KiB

[startup+102.301 s]
/proc/loadavg: 5.49 3.17 2.55 7/257 32501
/proc/meminfo: memFree=127157448/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=514476 memory=438320 CPUtime=74.74 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 53166 0 0 0 7439 35 0 0 20 0 1 0 38523420 526823424 109580 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 128619 109580 1120 1011 0 127386 0
Current children cumulated CPU time: 115.05 s
Current children cumulated vsize: 692836 KiB
Current children cumulated memory: 521916 KiB

[startup+162.3 s]
/proc/loadavg: 5.93 3.72 2.78 7/257 32503
/proc/meminfo: memFree=126691904/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=854476 memory=645832 CPUtime=134.58 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 81540 0 0 0 13400 58 0 0 20 0 1 0 38523420 874983424 161458 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 213619 161458 1120 1011 0 212386 0
Current children cumulated CPU time: 174.89 s
Current children cumulated vsize: 1032836 KiB
Current children cumulated memory: 729428 KiB

[startup+222.3 s]
/proc/loadavg: 5.94 4.12 2.98 7/256 32505
/proc/meminfo: memFree=126363724/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=939332 memory=721224 CPUtime=194.42 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 100539 0 0 0 19370 72 0 0 20 0 1 0 38523420 961875968 180306 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 234833 180306 1120 1011 0 233600 0
Current children cumulated CPU time: 234.73 s
Current children cumulated vsize: 1117692 KiB
Current children cumulated memory: 804820 KiB

[startup+282.3 s]
/proc/loadavg: 6.02 4.48 3.18 7/254 32510
/proc/meminfo: memFree=126309648/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=975208 memory=748616 CPUtime=254.26 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 107489 0 0 0 25342 84 0 0 20 0 1 0 38523420 998612992 187154 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 243802 187154 1120 1011 0 242569 0
Current children cumulated CPU time: 294.57 s
Current children cumulated vsize: 1153568 KiB
Current children cumulated memory: 832212 KiB

[startup+342.3 s]
/proc/loadavg: 6.15 4.80 3.37 7/255 32517
/proc/meminfo: memFree=126175424/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=83596 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 20899 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 20899 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1025432 memory=789832 CPUtime=314.11 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 117935 0 0 0 31314 97 0 0 20 0 1 0 38523420 1050042368 197458 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0

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

/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 164988 0 0 0 168731 278 0 0 20 0 1 0 38523420 1252384768 277201 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 305758 277201 1120 1011 0 304525 0
Current children cumulated CPU time: 1730.4 s
Current children cumulated vsize: 1401392 KiB
Current children cumulated memory: 1198416 KiB

[startup+1782.3 s]
/proc/loadavg: 4.11 4.76 4.86 5/254 32678
/proc/meminfo: memFree=118270812/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1223520 memory=1109316 CPUtime=1749.93 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 165385 0 0 0 174708 285 0 0 20 0 1 0 38523420 1252884480 277329 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 305880 277329 1120 1011 0 304647 0
Current children cumulated CPU time: 1790.24 s
Current children cumulated vsize: 1401880 KiB
Current children cumulated memory: 1198928 KiB

[startup+1842.3 s]
/proc/loadavg: 4.32 4.70 4.83 5/254 32681
/proc/meminfo: memFree=118153700/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1224500 memory=1110212 CPUtime=1809.78 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 166056 0 0 0 180684 294 0 0 20 0 1 0 38523420 1253888000 277553 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 306125 277553 1120 1011 0 304892 0
Current children cumulated CPU time: 1850.09 s
Current children cumulated vsize: 1402860 KiB
Current children cumulated memory: 1199824 KiB

[startup+1902.3 s]
/proc/loadavg: 4.17 4.58 4.78 5/253 32683
/proc/meminfo: memFree=118037636/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1224984 memory=1110852 CPUtime=1869.62 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 166621 0 0 0 186661 301 0 0 20 0 1 0 38523420 1254383616 277713 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 306246 277713 1120 1011 0 305013 0
Current children cumulated CPU time: 1909.93 s
Current children cumulated vsize: 1403344 KiB
Current children cumulated memory: 1200464 KiB

[startup+1962.3 s]
/proc/loadavg: 4.11 4.49 4.74 5/253 32685
/proc/meminfo: memFree=118028928/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1225784 memory=1111492 CPUtime=1929.46 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 167185 0 0 0 192636 310 0 0 20 0 1 0 38523420 1255202816 277873 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 306446 277873 1120 1011 0 305213 0
Current children cumulated CPU time: 1969.77 s
Current children cumulated vsize: 1404144 KiB
Current children cumulated memory: 1201104 KiB

[startup+2022.3 s]
/proc/loadavg: 4.10 4.42 4.69 5/253 32687
/proc/meminfo: memFree=117978588/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1227196 memory=1113028 CPUtime=1989.31 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 167859 0 0 0 198613 318 0 0 20 0 1 0 38523420 1256648704 278257 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 306799 278257 1120 1011 0 305566 0
Current children cumulated CPU time: 2029.62 s
Current children cumulated vsize: 1405556 KiB
Current children cumulated memory: 1202640 KiB

[startup+2082.3 s]
/proc/loadavg: 4.16 4.37 4.66 5/253 32688
/proc/meminfo: memFree=117767176/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1227928 memory=1113668 CPUtime=2049.15 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168308 0 0 0 204588 327 0 0 20 0 1 0 38523420 1257398272 278417 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 306982 278417 1120 1011 0 305749 0
Current children cumulated CPU time: 2089.46 s
Current children cumulated vsize: 1406288 KiB
Current children cumulated memory: 1203280 KiB

[startup+2090.71 s]
# the end of solver process 32495 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2094.52 s, system=3.33453 s

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

[startup+2086.4 s]
/proc/loadavg: 4.14 4.36 4.66 5/253 32689
/proc/meminfo: memFree=117767428/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1228216 memory=1113924 CPUtime=2053.24 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168483 0 0 0 204997 327 0 0 20 0 1 0 38523420 1257693184 278481 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 307054 278481 1120 1011 0 305821 0
Current children cumulated CPU time: 2093.55 s
Current children cumulated vsize: 1406576 KiB
Current children cumulated memory: 1203536 KiB

[startup+2088 s]*
/proc/loadavg: 4.14 4.36 4.66 5/253 32689
/proc/meminfo: memFree=117767680/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1228216 memory=1113924 CPUtime=2054.84 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168483 0 0 0 205157 327 0 0 20 0 1 0 38523420 1257693184 278481 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 307054 278481 1120 1011 0 305821 0
Current children cumulated CPU time: 2095.15 s
Current children cumulated vsize: 1406576 KiB
Current children cumulated memory: 1203536 KiB

[startup+2089.6 s]
/proc/loadavg: 4.14 4.36 4.66 5/253 32689
/proc/meminfo: memFree=117767680/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1228216 memory=1113924 CPUtime=2056.43 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168484 0 0 0 205316 327 0 0 20 0 1 0 38523420 1257693184 278481 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 307054 278481 1120 1011 0 305821 0
Current children cumulated CPU time: 2096.74 s
Current children cumulated vsize: 1406576 KiB
Current children cumulated memory: 1203536 KiB

[startup+2090.4 s]
/proc/loadavg: 4.14 4.36 4.66 5/253 32689
/proc/meminfo: memFree=117767680/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1228216 memory=1113924 CPUtime=2057.23 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168510 0 0 0 205396 327 0 0 20 0 1 0 38523420 1257693184 278481 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 307054 278481 1120 1011 0 305821 0
Current children cumulated CPU time: 2097.54 s
Current children cumulated vsize: 1406576 KiB
Current children cumulated memory: 1203536 KiB

[startup+2090.6 s]
/proc/loadavg: 4.14 4.36 4.66 5/253 32689
/proc/meminfo: memFree=117767680/131382120 swapFree=33010416/33010684
[pid=32495] ppid=32492 vsize=178360 memory=89612 CPUtime=40.31 cores=4,6
/proc/32495/stat : 32495 (LSIPExact) S 32492 32495 32377 0 -1 4194304 38760 0 0 0 4026 5 0 0 20 0 1 0 38520686 182640640 22403 18446744073709551615 94805944111104 94805971367505 140730539900864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94805979870344 94805980301952 94805998567424 140730539903322 140730539903498 140730539903498 140730539909100 0
/proc/32495/statm: 44590 22403 3456 6655 0 20626 0
[pid=32499] ppid=32495 vsize=1228216 memory=1113924 CPUtime=2057.43 cores=4,6
/proc/32499/stat : 32499 (Exact) R 32495 32499 32499 0 -1 4194304 168510 0 0 0 205416 327 0 0 20 0 1 0 38523420 1257693184 278481 18446744073709551615 4198400 8335837 140731756238352 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 24920064 140731756247227 140731756247581 140731756247581 140731756253135 0
/proc/32499/statm: 307054 278481 1120 1011 0 305821 0
Current children cumulated CPU time: 2097.74 s
Current children cumulated vsize: 1406576 KiB
Current children cumulated memory: 1203536 KiB

Child status: 0

Real time (s): 2090.71
CPU time (s): 2097.85
CPU user time (s): 2094.52
CPU system time (s): 3.33453
CPU usage (%): 100.342
Max. virtual memory (cumulated for all children) (KiB): 1406576
Max. memory (cumulated for all children) (KiB): 1203536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2094.52
system time used= 3.33453
maximum resident set size= 1113924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 417
involuntary context switches= 12202


# summary of solver processes directly reported to runsolver:
#   pid: 32495
#   total CPU time (s): 2097.85
#   total CPU user time (s): 2094.52
#   total CPU system time (s): 3.33453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8393 second user time and 20.5883 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 22:20:13
IDJOB=4515230
IDBENCH=164254
IDSOLVER=3337
FILE ID=nodeC006/4515230-1751228413
RUNJOBID= nodeC006-1751228388-32388
SLURM_JOB_ID= 9587690
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515230-1751228413/watcher-4515230-1751228413 -o /tmp/evaluation-result-4515230-1751228413/solver-4515230-1751228413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751228388-32388 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4515230-1751228413.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=356159446

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128325544 kB
MemAvailable:   129689412 kB
Buffers:            2128 kB
Cached:          2168512 kB
SwapCached:           12 kB
Active:           601068 kB
Inactive:        1897864 kB
Active(anon):     333500 kB
Inactive(anon):    12740 kB
Active(file):     267568 kB
Inactive(file):  1885124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            181836 kB
Writeback:             4 kB
AnonPages:        331480 kB
Mapped:           138856 kB
Shmem:             17948 kB
KReclaimable:     101220 kB
Slab:             183588 kB
SReclaimable:     101220 kB
SUnreclaim:        82368 kB
KernelStack:        4128 kB
PageTables:         3748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     699812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC006 at 2025-06-29 22:55:04