Trace number 4515302

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? 3591.63 2541.16

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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 (61583 MiB free)
  memory of node 1: 64507 MiB (61599 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32613, runsolver pid=32610

[startup+0.100074 s]*
/proc/loadavg: 5.91 5.44 3.91 6/254 32614
/proc/meminfo: memFree=126116084/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=0.09 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 7 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+0.213238 s]*
/proc/loadavg: 5.91 5.44 3.91 6/254 32614
/proc/meminfo: memFree=126116060/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=0.21 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 19 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+0.313119 s]*
/proc/loadavg: 5.91 5.44 3.91 6/254 32614
/proc/meminfo: memFree=126116060/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=0.31 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 29 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+0.700346 s]
/proc/loadavg: 5.91 5.44 3.91 6/254 32614
/proc/meminfo: memFree=126116060/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=0.68 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 66 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+1.50033 s]
/proc/loadavg: 5.91 5.44 3.91 6/254 32614
/proc/meminfo: memFree=126107744/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=1.48 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 146 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+3.11282 s]
/proc/loadavg: 5.84 5.43 3.91 6/254 32614
/proc/meminfo: memFree=126107284/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=3.08 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 306 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+6.30031 s]
/proc/loadavg: 5.84 5.43 3.91 6/254 32614
/proc/meminfo: memFree=126099228/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=63256 memory=28416 CPUtime=6.26 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 6148 0 0 0 624 2 0 0 20 0 1 0 38574461 64774144 7104 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 15814 7104 1120 6655 0 6049 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28416 KiB

[startup+12.7002 s]
/proc/loadavg: 5.85 5.44 3.92 7/255 32616
/proc/meminfo: memFree=125914792/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=297448 memory=210360 CPUtime=14.57 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 50790 0 0 0 1447 10 0 0 20 0 2 0 38574461 304586752 52590 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 74362 52590 3328 6655 0 56608 0
[pid=32613/tid=32616] ppid=32610 vsize=297448 memory=209208 CPUtime=1.96 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 8314 0 0 0 193 3 0 0 20 0 2 0 38575466 304586752 52590 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 297448 KiB
Current children cumulated memory: 210360 KiB

[startup+25.5002 s]
/proc/loadavg: 5.88 5.47 3.96 7/255 32616
/proc/meminfo: memFree=125830120/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=320876 memory=242596 CPUtime=40 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 98681 0 0 0 3984 16 0 0 20 0 2 0 38574461 328577024 60649 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 80219 60649 3424 6655 0 65006 0
[pid=32613/tid=32616] ppid=32610 vsize=320876 memory=257672 CPUtime=14.63 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 25372 0 0 0 1458 5 0 0 20 0 2 0 38575466 328577024 60649 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 40 s
Current children cumulated vsize: 320876 KiB
Current children cumulated memory: 242596 KiB

[startup+51.1053 s]
/proc/loadavg: 5.92 5.51 4.01 7/254 32616
/proc/meminfo: memFree=125807580/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=386216 memory=287992 CPUtime=90.83 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 151466 0 0 0 9060 23 0 0 20 0 2 0 38574461 395485184 71998 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 96554 71998 3424 6655 0 73357 0
[pid=32613/tid=32616] ppid=32610 vsize=386216 memory=14304 CPUtime=39.94 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 51292 0 0 0 3984 10 0 0 20 0 2 0 38575466 395485184 71998 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 90.83 s
Current children cumulated vsize: 386216 KiB
Current children cumulated memory: 287992 KiB

[startup+102.3 s]
/proc/loadavg: 6.08 5.62 4.13 7/254 32618
/proc/meminfo: memFree=125660200/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=386216 memory=290808 CPUtime=192.61 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 195017 0 0 0 19235 26 0 0 20 0 2 0 38574461 395485184 72702 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 96554 72702 3424 6655 0 74038 0
[pid=32613/tid=32616] ppid=32610 vsize=386216 memory=17152 CPUtime=90.67 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 72526 0 0 0 9056 11 0 0 20 0 2 0 38575466 395485184 72702 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 192.61 s
Current children cumulated vsize: 386216 KiB
Current children cumulated memory: 290808 KiB

[startup+162.3 s]
/proc/loadavg: 6.08 5.71 4.26 7/255 32621
/proc/meminfo: memFree=125583820/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=393912 memory=311032 CPUtime=311.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 236488 0 0 0 31159 31 0 0 20 0 2 0 38574461 403365888 77758 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 98478 77758 3424 6655 0 79179 0
[pid=32613/tid=32616] ppid=32610 vsize=393912 memory=14304 CPUtime=150.12 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 89698 0 0 0 14998 14 0 0 20 0 2 0 38575466 403365888 77758 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 311.9 s
Current children cumulated vsize: 393912 KiB
Current children cumulated memory: 311032 KiB

[startup+222.3 s]
/proc/loadavg: 6.07 5.78 4.37 7/255 32623
/proc/meminfo: memFree=125389688/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=424380 memory=372856 CPUtime=431.18 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 265215 0 0 0 43083 35 0 0 20 0 2 0 38574461 434565120 93214 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 106095 93214 3424 6655 0 94529 0
[pid=32613/tid=32616] ppid=32610 vsize=424380 memory=372728 CPUtime=209.58 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 107605 0 0 0 20940 18 0 0 20 0 2 0 38575466 434565120 93214 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 431.18 s
Current children cumulated vsize: 424380 KiB
Current children cumulated memory: 372856 KiB

[startup+282.3 s]
/proc/loadavg: 6.19 5.87 4.49 7/255 32625
/proc/meminfo: memFree=125363524/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=429592 memory=382840 CPUtime=550.47 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 290187 0 0 0 55009 38 0 0 20 0 2 0 38574461 439902208 95710 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 107398 95710 3424 6655 0 97054 0
[pid=32613/tid=32616] ppid=32610 vsize=429592 memory=378360 CPUtime=269.03 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 119616 0 0 0 26883 20 0 0 20 0 2 0 38575466 439902208 95710 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 550.47 s
Current children cumulated vsize: 429592 KiB
Current children cumulated memory: 382840 KiB

[startup+342.3 s]
/proc/loadavg: 6.98 6.16 4.68 7/254 32627
/proc/meminfo: memFree=125313176/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=500552 memory=393680 CPUtime=669.75 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) R 32610 32613 32377 0 -1 4194304 317897 0 0 0 66933 42 0 0 20 0 2 0 38574461 512565248 98420 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 125138 98420 3424 6655 0 99766 0
[pid=32613/tid=32616] ppid=32610 vsize=500552 memory=378360 CPUtime=328.48 cores=0,2
/proc/32613/task/32616/stat : 32616 (LSIPExact) R 32610 32613 32377 0 -1 4194368 132705 0 0 0 32825 23 0 0 20 0 2 0 38575466 512565248 98420 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
Current children cumulated CPU time: 669.75 s
Current children cumulated vsize: 500552 KiB
Current children cumulated memory: 393680 KiB

[startup+402.3 s]

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

/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 202823 0 0 0 129271 162 0 0 20 0 1 0 38682868 1767120896 353267 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 431426 353267 1120 1011 0 430193 0
Current children cumulated CPU time: 3433.23 s
Current children cumulated vsize: 2168808 KiB
Current children cumulated memory: 1824348 KiB

[startup+2442.3 s]
/proc/loadavg: 2.11 2.47 3.39 3/240 32949
/proc/meminfo: memFree=126627364/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1755740 memory=1454924 CPUtime=1354.16 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 209738 0 0 0 135247 169 0 0 20 0 1 0 38682868 1797877760 363731 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 438935 363731 1120 1011 0 437702 0
Current children cumulated CPU time: 3493.06 s
Current children cumulated vsize: 2198844 KiB
Current children cumulated memory: 1866204 KiB

[startup+2502.3 s]
/proc/loadavg: 2.08 2.40 3.31 3/241 32952
/proc/meminfo: memFree=126603784/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1764408 memory=1480652 CPUtime=1413.98 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212042 0 0 0 141226 172 0 0 20 0 1 0 38682868 1806753792 370163 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441102 370163 1120 1011 0 439869 0
Current children cumulated CPU time: 3552.88 s
Current children cumulated vsize: 2207512 KiB
Current children cumulated memory: 1891932 KiB

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

# cumulated CPU time of all completed processes:  user=3589.03 s, system=2.59344 s

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

[startup+2508.8 s]
/proc/loadavg: 2.08 2.39 3.30 3/241 32952
/proc/meminfo: memFree=126598996/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1764408 memory=1485644 CPUtime=1420.46 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212079 0 0 0 141873 173 0 0 20 0 1 0 38682868 1806753792 371411 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441102 371411 1120 1011 0 439869 0
Current children cumulated CPU time: 3559.36 s
Current children cumulated vsize: 2207512 KiB
Current children cumulated memory: 1896924 KiB

[startup+2521.6 s]
/proc/loadavg: 2.06 2.37 3.28 3/241 32952
/proc/meminfo: memFree=126596812/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1765176 memory=1488076 CPUtime=1433.21 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212278 0 0 0 143147 174 0 0 20 0 1 0 38682868 1807540224 372019 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441294 372019 1120 1011 0 440061 0
Current children cumulated CPU time: 3572.11 s
Current children cumulated vsize: 2208280 KiB
Current children cumulated memory: 1899356 KiB

[startup+2534.4 s]
/proc/loadavg: 2.04 2.35 3.26 3/241 32953
/proc/meminfo: memFree=126588052/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1765848 memory=1489612 CPUtime=1445.98 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212407 0 0 0 144424 174 0 0 20 0 1 0 38682868 1808228352 372403 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441462 372403 1120 1011 0 440229 0
Current children cumulated CPU time: 3584.88 s
Current children cumulated vsize: 2208952 KiB
Current children cumulated memory: 1900892 KiB

[startup+2537.6 s]
/proc/loadavg: 2.04 2.35 3.26 3/241 32953
/proc/meminfo: memFree=126588556/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1767192 memory=1494988 CPUtime=1449.16 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212729 0 0 0 144742 174 0 0 20 0 1 0 38682868 1809604608 373747 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441798 373747 1120 1011 0 440565 0
Current children cumulated CPU time: 3588.06 s
Current children cumulated vsize: 2210296 KiB
Current children cumulated memory: 1906268 KiB

[startup+2539.2 s]
/proc/loadavg: 2.04 2.35 3.25 3/241 32953
/proc/meminfo: memFree=126586728/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1767192 memory=1494988 CPUtime=1450.76 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212729 0 0 0 144902 174 0 0 20 0 1 0 38682868 1809604608 373747 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441798 373747 1120 1011 0 440565 0
Current children cumulated CPU time: 3589.66 s
Current children cumulated vsize: 2210296 KiB
Current children cumulated memory: 1906268 KiB

[startup+2540 s]*
/proc/loadavg: 2.04 2.35 3.25 3/241 32953
/proc/meminfo: memFree=126586728/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1767192 memory=1494988 CPUtime=1451.57 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212729 0 0 0 144983 174 0 0 20 0 1 0 38682868 1809604608 373747 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441798 373747 1120 1011 0 440565 0
Current children cumulated CPU time: 3590.47 s
Current children cumulated vsize: 2210296 KiB
Current children cumulated memory: 1906268 KiB

[startup+2540.8 s]
/proc/loadavg: 2.04 2.35 3.25 3/241 32953
/proc/meminfo: memFree=126586728/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1767192 memory=1494988 CPUtime=1452.35 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212729 0 0 0 145061 174 0 0 20 0 1 0 38682868 1809604608 373747 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441798 373747 1120 1011 0 440565 0
Current children cumulated CPU time: 3591.25 s
Current children cumulated vsize: 2210296 KiB
Current children cumulated memory: 1906268 KiB

[startup+2541 s]*
/proc/loadavg: 2.04 2.35 3.25 3/241 32954
/proc/meminfo: memFree=126586980/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=1767192 memory=1494988 CPUtime=1452.56 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212729 0 0 0 145082 174 0 0 20 0 1 0 38682868 1809604608 373747 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 441798 373747 1120 1011 0 440565 0
Current children cumulated CPU time: 3591.46 s
Current children cumulated vsize: 2210296 KiB
Current children cumulated memory: 1906268 KiB

[startup+2541.11 s]
/proc/loadavg: 2.04 2.35 3.25 3/241 32954
/proc/meminfo: memFree=126586980/131382120 swapFree=33010416/33010684
[pid=32613] ppid=32610 vsize=443104 memory=411280 CPUtime=2138.9 cores=0,2
/proc/32613/stat : 32613 (LSIPExact) S 32610 32613 32377 0 -1 4194304 557834 0 0 0 213808 82 0 0 20 0 1 0 38574461 453738496 102820 18446744073709551615 94380270878720 94380298135121 140730770579696 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94380306637960 94380307069568 94380310585344 140730770585946 140730770586122 140730770586122 140730770591724 0
/proc/32613/statm: 110776 102820 3456 6655 0 101008 0
[pid=32673] ppid=32613 vsize=889760 memory=884396 CPUtime=1452.67 cores=0,2
/proc/32673/stat : 32673 (Exact) R 32613 32673 32673 0 -1 4194304 212731 0 0 0 145092 175 0 0 20 0 1 0 38682868 911114240 221099 18446744073709551615 4198400 8335837 140732525028560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16318464 140732525033659 140732525034013 140732525034013 140732525039567 0
/proc/32673/statm: 222440 221099 1120 1011 0 221207 0
Current children cumulated CPU time: 3591.57 s
Current children cumulated vsize: 1332864 KiB
Current children cumulated memory: 1295676 KiB

Child status: 0

Real time (s): 2541.16
CPU time (s): 3591.63
CPU user time (s): 3589.03
CPU system time (s): 2.59344
CPU usage (%): 141.338
Max. virtual memory (cumulated for all children) (KiB): 2619112
Max. memory (cumulated for all children) (KiB): 2141144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.03
system time used= 2.59344
maximum resident set size= 1742152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 775242
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= 528
involuntary context switches= 20529


# summary of solver processes directly reported to runsolver:
#   pid: 32613
#   total CPU time (s): 3591.63
#   total CPU user time (s): 3589.03
#   total CPU system time (s): 2.59344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.65905 second user time and 19.4617 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 22:29:11
IDJOB=4515302
IDBENCH=164400
IDSOLVER=3337
FILE ID=nodeC006/4515302-1751228951
RUNJOBID= nodeC006-1751228388-32387
SLURM_JOB_ID= 9587690
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515302-1751228951/watcher-4515302-1751228951 -o /tmp/evaluation-result-4515302-1751228951/solver-4515302-1751228951 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751228388-32387 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4515302-1751228951.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=2144743853

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.503
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.404
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		: 3662.198
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.397
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3700.000
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:        126132664 kB
MemAvailable:   127497720 kB
Buffers:            2128 kB
Cached:          2169708 kB
SwapCached:           12 kB
Active:          2790700 kB
Inactive:        1899060 kB
Active(anon):    2523132 kB
Inactive(anon):    12740 kB
Active(file):     267568 kB
Inactive(file):  1886320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45556 kB
Writeback:            60 kB
AnonPages:       2519848 kB
Mapped:           147384 kB
Shmem:             17948 kB
KReclaimable:     101204 kB
Slab:             183140 kB
SReclaimable:     101204 kB
SUnreclaim:        81936 kB
KernelStack:        4096 kB
PageTables:         8416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3517140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1546240 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= 432972 MiB
End job on nodeC006 at 2025-06-29 23:11:32