Trace number 4527267

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3601.66 1825.03

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d6cube.opb
MD5SUM6022b5aad9039ac1ca82f9921059af7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185520
Total number of constraints404
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint30
Maximum length of a constraint185520
Number of terms in the objective function 185520
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6640019433432
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 193273528320
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 11024119093221
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/1823.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.07/1823.01	c numVar: 185520
3600.07/1823.01	c numCon: 404
3600.07/1823.01	c numEqual: 404
3600.07/1823.01	c intSize: 44
3600.07/1823.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.07/1823.01	c ------------------- Paras list -------------------
3600.07/1823.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.07/1823.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.07/1823.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.07/1823.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.07/1823.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.07/1823.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.07/1823.01	c random_seed         	 int       	 0         	 0         	 
3600.07/1823.01	c sample_size         	 int       	 50        	 50        	 
3600.07/1823.01	c sub_score           	 int       	 1         	 1         	 
3600.07/1823.01	c tabu_base           	 int       	 3         	 3         	 
3600.07/1823.01	c tabu_variation      	 int       	 1         	 1         	 
3600.07/1823.01	c sub_div             	 int       	 4         	 4         	 
3600.07/1823.01	c nbcore              	 int       	 2         	 1         	 
3600.07/1823.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.07/1823.01	c print_sol           	 int       	 1         	 1         	 
3600.07/1823.01	c tmpdir              	 string		 .         	 "."       	 
3600.07/1823.01	c home                	 string		 HOME	 "."       	 
3600.07/1823.01	c benchname           	 string		 HOME/instance-4527267-1752232205.opb	 ""        	 
3600.07/1823.01	c --------------------------------------------------
3600.07/1823.01	c Local Search solver
3600.07/1823.01	c MIP solver
3600.07/1823.01	c receive signal 15, try to interrupt solver...
3600.07/1823.04	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60890 MiB free)
  memory of node 1: 64507 MiB (63921 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100066 s]*
/proc/loadavg: 0.08 0.09 0.09 6/264 108081
/proc/meminfo: memFree=127766732/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=86072 memory=48192 CPUtime=0.08 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 9956 0 0 0 6 2 0 0 20 0 1 0 138900537 88137728 12048 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 21518 12048 1184 6655 0 11753 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86072 KiB
Current children cumulated memory: 48192 KiB

[startup+0.205501 s]*
/proc/loadavg: 0.08 0.09 0.09 5/264 108081
/proc/meminfo: memFree=127686220/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=167960 memory=130112 CPUtime=0.18 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 27888 0 0 0 14 4 0 0 20 0 1 0 138900537 171991040 32528 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 41990 32528 1184 6655 0 32225 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 167960 KiB
Current children cumulated memory: 130112 KiB

[startup+0.30554 s]*
/proc/loadavg: 0.08 0.09 0.09 5/264 108081
/proc/meminfo: memFree=127645900/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=213972 memory=176064 CPUtime=0.27 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 39379 0 0 0 22 5 0 0 20 0 1 0 138900537 219107328 44016 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 53493 44016 1184 6655 0 43728 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 213972 KiB
Current children cumulated memory: 176064 KiB

[startup+0.700172 s]
/proc/loadavg: 0.08 0.09 0.09 5/264 108081
/proc/meminfo: memFree=127613048/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=238392 memory=200512 CPUtime=0.67 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 45498 0 0 0 60 7 0 0 20 0 1 0 138900537 244113408 50128 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 59598 50128 1184 6655 0 49833 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 238392 KiB
Current children cumulated memory: 200512 KiB

[startup+1.50017 s]
/proc/loadavg: 0.08 0.09 0.09 5/264 108081
/proc/meminfo: memFree=127613048/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=238584 memory=200640 CPUtime=1.47 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 45524 0 0 0 140 7 0 0 20 0 1 0 138900537 244310016 50160 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 59646 50160 1184 6655 0 49881 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 238584 KiB
Current children cumulated memory: 200640 KiB

[startup+3.10552 s]
/proc/loadavg: 0.47 0.17 0.12 5/264 108081
/proc/meminfo: memFree=127613744/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=238584 memory=200768 CPUtime=3.07 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 45569 0 0 0 300 7 0 0 20 0 1 0 138900537 244310016 50192 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 59646 50192 1184 6655 0 49881 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 238584 KiB
Current children cumulated memory: 200768 KiB

[startup+6.30017 s]
/proc/loadavg: 0.47 0.17 0.12 5/264 108081
/proc/meminfo: memFree=127614236/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=238968 memory=201024 CPUtime=6.25 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 45620 0 0 0 618 7 0 0 20 0 1 0 138900537 244703232 50256 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 59742 50256 1184 6655 0 49977 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 238968 KiB
Current children cumulated memory: 201024 KiB

[startup+12.7002 s]
/proc/loadavg: 0.75 0.23 0.14 5/263 108093
/proc/meminfo: memFree=127215896/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=535240 memory=424352 CPUtime=12.62 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 91039 0 0 0 1246 16 0 0 20 0 2 0 138900537 548085760 106088 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 133810 106088 2880 6655 0 107693 0
[pid=108075/tid=108093] ppid=108068 vsize=535240 memory=-7952409967739305848 CPUtime=0 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) S 108068 108075 108004 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 138901576 548085760 106088 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 535240 KiB
Current children cumulated memory: 424352 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 0.53 0.24 6/263 108093
/proc/meminfo: memFree=126829684/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=953788 memory=849380 CPUtime=35.65 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 218523 0 0 0 3524 41 0 0 20 0 2 0 138900537 976678912 212345 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 238447 212345 3520 6655 0 224076 0
[pid=108075/tid=108093] ppid=108068 vsize=953788 memory=14720 CPUtime=11.49 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 29022 0 0 0 1144 5 0 0 20 0 2 0 138901576 976678912 212345 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 35.65 s
Current children cumulated vsize: 953788 KiB
Current children cumulated memory: 849380 KiB

[startup+51.1057 s]
/proc/loadavg: 3.94 1.10 0.43 9/268 108131
/proc/meminfo: memFree=126667664/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=930748 memory=820688 CPUtime=86.35 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 245151 0 0 0 8586 49 0 0 20 0 2 0 138900537 953085952 205172 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 232687 205172 3520 6655 0 218316 0
[pid=108075/tid=108093] ppid=108068 vsize=930748 memory=819920 CPUtime=36.78 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 48677 0 0 0 3669 9 0 0 20 0 2 0 138901576 953085952 205172 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 86.35 s
Current children cumulated vsize: 930748 KiB
Current children cumulated memory: 820688 KiB

[startup+102.3 s]
/proc/loadavg: 6.31 2.18 0.84 9/268 108133
/proc/meminfo: memFree=126102364/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=930748 memory=821456 CPUtime=187.88 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 251755 0 0 0 18737 51 0 0 20 0 2 0 138900537 953085952 205364 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 232687 205364 3520 6655 0 218316 0
[pid=108075/tid=108093] ppid=108068 vsize=930748 memory=821456 CPUtime=87.37 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 51402 0 0 0 8726 11 0 0 20 0 2 0 138901576 953085952 205364 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 187.88 s
Current children cumulated vsize: 930748 KiB
Current children cumulated memory: 821456 KiB

[startup+162.3 s]
/proc/loadavg: 7.43 3.26 1.29 9/268 108135
/proc/meminfo: memFree=125507712/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=982852 memory=878028 CPUtime=306.86 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 297381 0 0 0 30629 57 0 0 20 0 2 0 138900537 1006440448 219507 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 245713 219507 3520 6655 0 231342 0
[pid=108075/tid=108093] ppid=108068 vsize=982852 memory=14720 CPUtime=146.65 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 64848 0 0 0 14651 14 0 0 20 0 2 0 138901576 1006440448 219507 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 306.86 s
Current children cumulated vsize: 982852 KiB
Current children cumulated memory: 878028 KiB

[startup+222.3 s]
/proc/loadavg: 7.91 4.16 1.73 9/268 108137
/proc/meminfo: memFree=125094996/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=963204 memory=859256 CPUtime=425.83 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 351562 0 0 0 42520 63 0 0 20 0 2 0 138900537 986320896 214814 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 240801 214814 3520 6655 0 226430 0
[pid=108075/tid=108093] ppid=108068 vsize=963204 memory=859256 CPUtime=205.93 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 82450 0 0 0 20576 17 0 0 20 0 2 0 138901576 986320896 214814 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 425.83 s
Current children cumulated vsize: 963204 KiB
Current children cumulated memory: 859256 KiB

[startup+282.3 s]
/proc/loadavg: 8.03 4.88 2.13 9/268 108139
/proc/meminfo: memFree=124576564/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=983872 memory=880004 CPUtime=544.83 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 398562 0 0 0 54414 69 0 0 20 0 2 0 138900537 1007484928 220001 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 245968 220001 3584 6655 0 231597 0
[pid=108075/tid=108093] ppid=108068 vsize=983872 memory=860024 CPUtime=265.21 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 106690 0 0 0 26500 21 0 0 20 0 2 0 138901576 1007484928 220001 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 544.83 s
Current children cumulated vsize: 983872 KiB
Current children cumulated memory: 880004 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 5.45 2.50 9/266 108141
/proc/meminfo: memFree=124162176/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=912036 CPUtime=662.28 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 460486 0 0 0 66151 77 0 0 20 0 2 0 138900537 1085382656 228009 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 228009 3584 6655 0 239116 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=860024 CPUtime=323 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 135239 0 0 0 32274 26 0 0 20 0 2 0 138901576 1085382656 228009 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 662.28 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 912036 KiB


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

/proc/meminfo: memFree=116120864/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=956088 CPUtime=2804.72 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 575365 0 0 0 280350 122 0 0 20 0 2 0 138900537 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239022 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=956088 CPUtime=1391.1 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 214584 0 0 0 139049 61 0 0 20 0 2 0 138901576 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 2804.72 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 956088 KiB

[startup+1482.3 s]
/proc/loadavg: 8.09 8.06 6.51 9/268 108194
/proc/meminfo: memFree=115743720/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=956088 CPUtime=2923.79 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 575472 0 0 0 292255 124 0 0 20 0 2 0 138900537 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239022 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=14720 CPUtime=1450.45 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 214691 0 0 0 144982 63 0 0 20 0 2 0 138901576 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 2923.79 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 956088 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 8.06 6.61 9/268 108196
/proc/meminfo: memFree=115358004/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=956088 CPUtime=3042.91 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 575586 0 0 0 304167 124 0 0 20 0 2 0 138900537 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239022 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=-7952409967773122168 CPUtime=1509.81 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 214787 0 0 0 150918 63 0 0 20 0 2 0 138901576 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3042.91 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 956088 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.08 6.71 9/268 108199
/proc/meminfo: memFree=114960596/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=956088 CPUtime=3162.05 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 576165 0 0 0 316080 125 0 0 20 0 2 0 138900537 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239022 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=956088 CPUtime=1569.18 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 215218 0 0 0 156854 64 0 0 20 0 2 0 138901576 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3162.05 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 956088 KiB

[startup+1662.3 s]
/proc/loadavg: 8.05 8.06 6.80 9/268 108201
/proc/meminfo: memFree=114554392/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=956088 CPUtime=3281.16 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 576726 0 0 0 327990 126 0 0 20 0 2 0 138900537 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239022 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=956088 CPUtime=1628.54 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 215649 0 0 0 162789 65 0 0 20 0 2 0 138901576 1085382656 239022 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3281.16 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 956088 KiB

[startup+1722.3 s]
/proc/loadavg: 8.06 8.06 6.88 9/268 108203
/proc/meminfo: memFree=114156028/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=957368 CPUtime=3400.2 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 578312 0 0 0 339892 128 0 0 20 0 2 0 138900537 1085382656 239342 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239342 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=956088 CPUtime=1687.87 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 217230 0 0 0 168720 67 0 0 20 0 2 0 138901576 1085382656 239342 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3400.2 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 957368 KiB

[startup+1782.3 s]
/proc/loadavg: 8.12 8.08 6.96 9/267 108205
/proc/meminfo: memFree=113748440/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=957368 CPUtime=3519.3 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 578525 0 0 0 351800 130 0 0 20 0 2 0 138900537 1085382656 239342 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239342 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=957368 CPUtime=1747.22 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 217438 0 0 0 174654 68 0 0 20 0 2 0 138901576 1085382656 239342 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3519.3 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 957368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823 s]*
/proc/loadavg: 7.77 8.00 6.99 7/266 108252
/proc/meminfo: memFree=118850056/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=1059944 memory=959160 CPUtime=3600.07 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) R 108068 108075 108004 0 -1 4194304 578528 0 0 0 359874 133 0 0 20 0 2 0 138900537 1085382656 239790 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 264986 239790 3584 6655 0 249207 0
[pid=108075/tid=108093] ppid=108068 vsize=1059944 memory=6768 CPUtime=1787.48 cores=0,2
/proc/108075/task/108093/stat : 108093 (LSIPExact) R 108068 108075 108004 0 -1 4194368 217440 0 0 0 178679 69 0 0 20 0 2 0 138901576 1085382656 239790 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1059944 KiB
Current children cumulated memory: 959160 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.36758 s

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

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

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

[startup+1824 s]*
/proc/loadavg: 7.77 8.00 6.99 6/266 108253
/proc/meminfo: memFree=118518352/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=994408 memory=916784 CPUtime=3600.13 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) S 108068 108075 108004 0 -1 4194304 591174 0 0 0 359879 134 0 0 20 0 1 0 138900537 1018273792 229196 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 248602 229196 3616 6655 0 238765 0
[pid=108253] ppid=108075 vsize=305716 memory=277316 CPUtime=0.49 cores=0,2
/proc/108253/stat : 108253 (Exact) R 108075 108253 108253 0 -1 4194304 37035 0 0 0 40 9 0 0 20 0 1 0 139082842 313053184 69329 18446744073709551615 4198400 8335837 140731512111296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39534592 140731512117433 140731512117787 140731512117787 140731512123343 0
/proc/108253/statm: 76429 69329 960 1011 0 75196 0
Current children cumulated CPU time: 3600.62 s
Current children cumulated vsize: 1300124 KiB
Current children cumulated memory: 1194100 KiB

[startup+1824.8 s]
/proc/loadavg: 7.77 8.00 6.99 6/266 108253
/proc/meminfo: memFree=118518352/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=994408 memory=916784 CPUtime=3600.13 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) S 108068 108075 108004 0 -1 4194304 591174 0 0 0 359879 134 0 0 20 0 1 0 138900537 1018273792 229196 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 248602 229196 3616 6655 0 238765 0
[pid=108253] ppid=108075 vsize=368552 memory=348736 CPUtime=1.27 cores=0,2
/proc/108253/stat : 108253 (Exact) R 108075 108253 108253 0 -1 4194304 52846 0 0 0 116 11 0 0 20 0 1 0 139082842 377397248 87184 18446744073709551615 4198400 8335837 140731512111296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39534592 140731512117433 140731512117787 140731512117787 140731512123343 0
/proc/108253/statm: 92138 87184 960 1011 0 90905 0
Current children cumulated CPU time: 3601.4 s
Current children cumulated vsize: 1362960 KiB
Current children cumulated memory: 1265520 KiB

[startup+1825 s]*
/proc/loadavg: 7.77 8.00 6.99 6/266 108253
/proc/meminfo: memFree=118429644/131250000 swapFree=33010416/33010684
[pid=108075] ppid=108068 vsize=994408 memory=916784 CPUtime=3600.13 cores=0,2
/proc/108075/stat : 108075 (LSIPExact) S 108068 108075 108004 0 -1 4194304 591174 0 0 0 359879 134 0 0 20 0 1 0 138900537 1018273792 229196 18446744073709551615 94660287561728 94660314818897 140729525768224 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660323320968 94660323752576 94660334084096 140729525774680 140729525774856 140729525774856 140729525780460 0
/proc/108075/statm: 248602 229196 3616 6655 0 238765 0
[pid=108253] ppid=108075 vsize=376868 memory=356252 CPUtime=1.48 cores=0,2
/proc/108253/stat : 108253 (Exact) R 108075 108253 108253 0 -1 4194304 53192 0 0 0 137 11 0 0 20 0 1 0 139082842 385912832 89063 18446744073709551615 4198400 8335837 140731512111296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39534592 140731512117433 140731512117787 140731512117787 140731512123343 0
/proc/108253/statm: 94217 89063 960 1011 0 92984 0
Current children cumulated CPU time: 3601.61 s
Current children cumulated vsize: 1371276 KiB
Current children cumulated memory: 1273036 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1825.03
CPU time (s): 3601.66
CPU user time (s): 3600.17
CPU system time (s): 1.49515
CPU usage (%): 197.348
Max. virtual memory (cumulated for all children) (KiB): 1371276
Max. memory (cumulated for all children) (KiB): 1273036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.17
system time used= 1.49515
maximum resident set size= 959288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644366
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= 338
involuntary context switches= 107515


# summary of solver processes directly reported to runsolver:
#   pid: 108075,108253
#   total CPU time (s): 3601.66
#   total CPU user time (s): 3600.17
#   total CPU system time (s): 1.49515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50646 second user time and 8.51349 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 13:10:06
IDJOB=4527267
IDBENCH=146886
IDSOLVER=3384
FILE ID=nodeC027/4527267-1752232205
RUNJOBID= nodeC027-1752232205-108021
SLURM_JOB_ID= 9682538
Free space on /tmp= 431120 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d6cube.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527267-1752232205/watcher-4527267-1752232205 -o /tmp/evaluation-result-4527267-1752232205/solver-4527267-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752232205-108021 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527267-1752232205.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6022b5aad9039ac1ca82f9921059af7c
RANDOM SEED=417534739

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127808696 kB
MemAvailable:   129687804 kB
Buffers:            2488 kB
Cached:          2672192 kB
SwapCached:           12 kB
Active:           696404 kB
Inactive:        2111704 kB
Active(anon):     148692 kB
Inactive(anon):     2792 kB
Active(file):     547712 kB
Inactive(file):  2108912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            199768 kB
Writeback:            16 kB
AnonPages:        136564 kB
Mapped:           108460 kB
Shmem:             18056 kB
KReclaimable:     123048 kB
Slab:             215008 kB
SReclaimable:     123048 kB
SUnreclaim:        91960 kB
KernelStack:        4128 kB
PageTables:         2928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     423352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430940 MiB
End job on nodeC027 at 2025-07-11 13:40:32