Trace number 4499062

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 S2? (TO) 3600.06 1832.42

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3567.83/1800.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3567.83/1800.02	c numVar: 2130
3567.83/1800.02	c numCon: 2495
3567.83/1800.02	c numEqual: 49
3567.83/1800.02	c intSize: 10
3567.83/1800.02	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3567.83/1800.02	c ------------------- Paras list -------------------
3567.83/1800.02	c Name                	 Type      	 Now       	 Default   	 Comment
3567.83/1800.02	c timeout             	 double    	 3600.000000	 3600      	 
3567.83/1800.02	c mip_time            	 double    	 0.500000  	 0.5       	 
3567.83/1800.02	c ls_time             	 double    	 10.000000 	 10        	 
3567.83/1800.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3567.83/1800.02	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3567.83/1800.02	c random_seed         	 int       	 0         	 0         	 
3567.83/1800.02	c sample_size         	 int       	 50        	 50        	 
3567.83/1800.02	c sub_score           	 int       	 1         	 1         	 
3567.83/1800.02	c tabu_base           	 int       	 3         	 3         	 
3567.83/1800.02	c tabu_variation      	 int       	 1         	 1         	 
3567.83/1800.02	c sub_div             	 int       	 4         	 4         	 
3567.83/1800.02	c nbcore              	 int       	 2         	 1         	 
3567.83/1800.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3567.83/1800.02	c print_sol           	 int       	 1         	 1         	 
3567.83/1800.02	c tmpdir              	 string		 .         	 "."       	 
3567.83/1800.02	c home                	 string		 HOME	 "."       	 
3567.83/1800.02	c benchname           	 string		 HOME/instance-4499062-1751369990.opb	 ""        	 
3567.83/1800.02	c --------------------------------------------------
3567.83/1800.02	c Local Search solver
3567.83/1800.02	c MIP solver
3567.83/1800.02	c use Exact solver
3600.01/1832.30	c receive signal 15, try to interrupt solver...
3567.86/1832.41	c Exact solver (PID 54062) interrupted gracefully.
3567.86/1832.41	s UNKNOWN
3567.86/1832.41	c Total time: 1832

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62270 MiB free)
  memory of node 1: 64465 MiB (62458 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=53848, runsolver pid=53845

[startup+0.100023 s]*
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127722328/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=0.09 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 9 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+0.20552 s]*
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127722328/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=0.2 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 20 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+0.304699 s]*
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127722328/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=0.3 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 30 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+0.700126 s]
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127722328/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=0.69 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 69 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+1.50013 s]
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127717728/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=1.48 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 148 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+3.10524 s]
/proc/loadavg: 7.29 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127714452/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=3.08 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 308 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+6.30012 s]
/proc/loadavg: 7.27 7.00 6.70 8/267 53849
/proc/meminfo: memFree=127745440/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=43940 memory=9344 CPUtime=6.27 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 1321 0 0 0 627 0 0 0 20 0 1 0 52676619 44994560 2336 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 10985 2336 1184 6655 0 1220 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 9344 KiB

[startup+12.7002 s]
/proc/loadavg: 7.33 7.02 6.70 9/268 53850
/proc/meminfo: memFree=127716268/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=149392 memory=54004 CPUtime=15.2 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 9900 0 0 0 1519 1 0 0 20 0 2 0 52676619 152977408 13501 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 37348 13501 3520 6655 0 13049 0
[pid=53848/tid=53850] ppid=53845 vsize=149392 memory=53620 CPUtime=2.54 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 1788 0 0 0 254 0 0 0 20 0 2 0 52677620 152977408 13501 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 149392 KiB
Current children cumulated memory: 54004 KiB

[startup+25.5002 s]
/proc/loadavg: 7.48 7.06 6.73 9/268 53850
/proc/meminfo: memFree=127656688/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=177224 memory=86092 CPUtime=39.9 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 38800 0 0 0 3985 5 0 0 20 0 2 0 52676619 181477376 21523 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 44306 21523 3520 6655 0 20522 0
[pid=53848/tid=53850] ppid=53845 vsize=177224 memory=77508 CPUtime=14.6 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 9612 0 0 0 1459 1 0 0 20 0 2 0 52677620 181477376 21523 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 39.9 s
Current children cumulated vsize: 177224 KiB
Current children cumulated memory: 86092 KiB

[startup+51.1053 s]
/proc/loadavg: 7.66 7.14 6.76 9/267 53851
/proc/meminfo: memFree=127599940/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=177224 memory=89420 CPUtime=90.69 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 48270 0 0 0 9062 7 0 0 20 0 2 0 52676619 181477376 22355 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 44306 22355 3520 6655 0 21074 0
[pid=53848/tid=53850] ppid=53845 vsize=177224 memory=88908 CPUtime=39.88 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 13589 0 0 0 3985 3 0 0 20 0 2 0 52677620 181477376 22355 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 90.69 s
Current children cumulated vsize: 177224 KiB
Current children cumulated memory: 89420 KiB

[startup+102.3 s]
/proc/loadavg: 7.97 7.31 6.84 9/267 53852
/proc/meminfo: memFree=127473960/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=181276 memory=101212 CPUtime=192.38 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 71640 0 0 0 19226 12 0 0 20 0 2 0 52676619 185626624 25303 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 45319 25303 3520 6655 0 23924 0
[pid=53848/tid=53850] ppid=53845 vsize=181276 memory=101084 CPUtime=90.56 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 24974 0 0 0 9049 7 0 0 20 0 2 0 52677620 185626624 25303 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 192.38 s
Current children cumulated vsize: 181276 KiB
Current children cumulated memory: 101212 KiB

[startup+162.3 s]
/proc/loadavg: 7.91 7.42 6.91 8/268 53860
/proc/meminfo: memFree=127642868/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=181276 memory=103388 CPUtime=311.57 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 73514 0 0 0 31143 14 0 0 20 0 2 0 52676619 185626624 25847 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 45319 25847 3520 6655 0 24138 0
[pid=53848/tid=53850] ppid=53845 vsize=181276 memory=103132 CPUtime=149.94 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 25838 0 0 0 14987 7 0 0 20 0 2 0 52677620 185626624 25847 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 311.57 s
Current children cumulated vsize: 181276 KiB
Current children cumulated memory: 103388 KiB

[startup+222.3 s]
/proc/loadavg: 7.59 7.40 6.94 9/269 53910
/proc/meminfo: memFree=128232556/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=181276 memory=105180 CPUtime=430.68 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 83455 0 0 0 43048 20 0 0 20 0 2 0 52676619 185626624 26295 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 45319 26295 3520 6655 0 24494 0
[pid=53848/tid=53850] ppid=53845 vsize=181276 memory=104284 CPUtime=209.31 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 31065 0 0 0 20921 10 0 0 20 0 2 0 52677620 185626624 26295 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 430.68 s
Current children cumulated vsize: 181276 KiB
Current children cumulated memory: 105180 KiB

[startup+282.3 s]
/proc/loadavg: 7.95 7.55 7.02 9/270 53913
/proc/meminfo: memFree=128135468/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=181276 memory=105564 CPUtime=549.9 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 84430 0 0 0 54968 22 0 0 20 0 2 0 52676619 185626624 26391 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 45319 26391 3520 6655 0 24525 0
[pid=53848/tid=53850] ppid=53845 vsize=181276 memory=104284 CPUtime=268.96 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 31765 0 0 0 26886 10 0 0 20 0 2 0 52677620 185626624 26391 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 549.9 s
Current children cumulated vsize: 181276 KiB
Current children cumulated memory: 105564 KiB

[startup+342.3 s]
/proc/loadavg: 8.03 7.65 7.09 9/271 53920
/proc/meminfo: memFree=128025680/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=181276 memory=106588 CPUtime=669.12 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 84985 0 0 0 66890 22 0 0 20 0 2 0 52676619 185626624 26647 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 45319 26647 3520 6655 0 24766 0
[pid=53848/tid=53850] ppid=53845 vsize=181276 memory=106588 CPUtime=328.77 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 32267 0 0 0 32866 11 0 0 20 0 2 0 52677620 185626624 26647 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 669.12 s
Current children cumulated vsize: 181276 KiB
Current children cumulated memory: 106588 KiB

[startup+402.3 s]

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

/proc/loadavg: 6.11 6.30 6.68 7/259 53992
/proc/meminfo: memFree=128318264/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=198872 memory=141448 CPUtime=2458.66 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 96924 0 0 0 245834 32 0 0 20 0 2 0 52676619 203644928 35362 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 49718 35362 3520 6655 0 33460 0
[pid=53848/tid=53850] ppid=53845 vsize=198872 memory=141448 CPUtime=1226.24 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 40402 0 0 0 122612 12 0 0 20 0 2 0 52677620 203644928 35362 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 2458.66 s
Current children cumulated vsize: 198872 KiB
Current children cumulated memory: 141448 KiB

[startup+1302.3 s]
/proc/loadavg: 6.16 6.27 6.65 7/259 54005
/proc/meminfo: memFree=128312292/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=201664 memory=144264 CPUtime=2577.98 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 97617 0 0 0 257766 32 0 0 20 0 2 0 52676619 206503936 36066 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 50416 36066 3520 6655 0 34158 0
[pid=53848/tid=53850] ppid=53845 vsize=201664 memory=143752 CPUtime=1286.08 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 40402 0 0 0 128596 12 0 0 20 0 2 0 52677620 206503936 36066 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 2577.98 s
Current children cumulated vsize: 201664 KiB
Current children cumulated memory: 144264 KiB

[startup+1362.3 s]
/proc/loadavg: 5.78 6.16 6.58 6/260 54011
/proc/meminfo: memFree=127994640/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=203560 memory=150152 CPUtime=2697.31 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 101470 0 0 0 269698 33 0 0 20 0 2 0 52676619 208445440 37538 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 50890 37538 3520 6655 0 35657 0
[pid=53848/tid=53850] ppid=53845 vsize=203560 memory=14848 CPUtime=1345.92 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 42711 0 0 0 134579 13 0 0 20 0 2 0 52677620 208445440 37538 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 2697.31 s
Current children cumulated vsize: 203560 KiB
Current children cumulated memory: 150152 KiB

[startup+1422.3 s]
/proc/loadavg: 4.85 5.83 6.44 5/254 54045
/proc/meminfo: memFree=128940832/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=226084 memory=153480 CPUtime=2816.63 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 102559 0 0 0 281630 33 0 0 20 0 2 0 52676619 231510016 38370 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 56521 38370 3520 6655 0 41288 0
[pid=53848/tid=53850] ppid=53845 vsize=226084 memory=14848 CPUtime=1405.76 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 42930 0 0 0 140563 13 0 0 20 0 2 0 52677620 231510016 38370 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 2816.63 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 153480 KiB

[startup+1482.3 s]
/proc/loadavg: 4.41 5.53 6.30 5/254 54047
/proc/meminfo: memFree=128940980/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=227592 memory=156808 CPUtime=2935.96 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 106313 0 0 0 293563 33 0 0 20 0 2 0 52676619 233054208 39202 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 56898 39202 3520 6655 0 41768 0
[pid=53848/tid=53850] ppid=53845 vsize=227592 memory=151560 CPUtime=1465.6 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 44628 0 0 0 146547 13 0 0 20 0 2 0 52677620 233054208 39202 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 2935.96 s
Current children cumulated vsize: 227592 KiB
Current children cumulated memory: 156808 KiB

[startup+1542.3 s]
/proc/loadavg: 4.20 5.26 6.16 5/254 54049
/proc/meminfo: memFree=128932416/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=227592 memory=160276 CPUtime=3055.29 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 106688 0 0 0 305495 34 0 0 20 0 2 0 52676619 233054208 40069 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 56898 40069 3520 6655 0 41768 0
[pid=53848/tid=53850] ppid=53845 vsize=227592 memory=160276 CPUtime=1525.44 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 44810 0 0 0 152531 13 0 0 20 0 2 0 52677620 233054208 40069 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 3055.29 s
Current children cumulated vsize: 227592 KiB
Current children cumulated memory: 160276 KiB

[startup+1602.3 s]
/proc/loadavg: 4.11 5.04 6.02 5/254 54051
/proc/meminfo: memFree=128933184/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=227592 memory=162456 CPUtime=3174.63 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 106716 0 0 0 317429 34 0 0 20 0 2 0 52676619 233054208 40614 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 56898 40614 3520 6655 0 41768 0
[pid=53848/tid=53850] ppid=53845 vsize=227592 memory=160276 CPUtime=1585.29 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 44817 0 0 0 158516 13 0 0 20 0 2 0 52677620 233054208 40614 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 3174.63 s
Current children cumulated vsize: 227592 KiB
Current children cumulated memory: 162456 KiB

[startup+1662.3 s]
/proc/loadavg: 4.14 4.88 5.90 5/254 54057
/proc/meminfo: memFree=128934832/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=229708 memory=167448 CPUtime=3293.95 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 108453 0 0 0 329361 34 0 0 20 0 2 0 52676619 235220992 41862 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 57427 41862 3520 6655 0 43048 0
[pid=53848/tid=53850] ppid=53845 vsize=229708 memory=160276 CPUtime=1645.14 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 46011 0 0 0 164500 14 0 0 20 0 2 0 52677620 235220992 41862 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 3293.95 s
Current children cumulated vsize: 229708 KiB
Current children cumulated memory: 167448 KiB

[startup+1722.3 s]
/proc/loadavg: 4.09 4.73 5.79 5/253 54059
/proc/meminfo: memFree=128929836/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=230612 memory=171868 CPUtime=3413.29 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 109038 0 0 0 341295 34 0 0 20 0 2 0 52676619 236146688 42967 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 57653 42967 3520 6655 0 43629 0
[pid=53848/tid=53850] ppid=53845 vsize=230612 memory=160276 CPUtime=1704.98 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 46366 0 0 0 170484 14 0 0 20 0 2 0 52677620 236146688 42967 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 3413.29 s
Current children cumulated vsize: 230612 KiB
Current children cumulated memory: 171868 KiB

[startup+1782.3 s]
/proc/loadavg: 4.14 4.63 5.68 5/253 54061
/proc/meminfo: memFree=128938072/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=230612 memory=174116 CPUtime=3532.62 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) R 53845 53848 50951 0 -1 4194304 109092 0 0 0 353228 34 0 0 20 0 2 0 52676619 236146688 43529 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 57653 43529 3520 6655 0 43680 0
[pid=53848/tid=53850] ppid=53845 vsize=230612 memory=14848 CPUtime=1764.82 cores=4,6
/proc/53848/task/53850/stat : 53850 (LSIPExact) R 53845 53848 50951 0 -1 4194368 46418 0 0 0 176468 14 0 0 20 0 2 0 52677620 236146688 43529 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
Current children cumulated CPU time: 3532.62 s
Current children cumulated vsize: 230612 KiB
Current children cumulated memory: 174116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1832.3 s]
/proc/loadavg: 3.73 4.45 5.57 4/253 54064
/proc/meminfo: memFree=128836436/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=210380 memory=118280 CPUtime=3567.86 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) S 53845 53848 50951 0 -1 4194304 109151 0 0 0 356752 34 0 0 20 0 1 0 52676619 215429120 29570 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 52595 29570 3552 6655 0 38634 0
[pid=54062] ppid=53848 vsize=167984 memory=156168 CPUtime=32.15 cores=4,6
/proc/54062/stat : 54062 (Exact) R 53848 54062 54062 0 -1 4194304 26582 0 0 0 3202 13 0 0 20 0 1 0 52856621 172015616 39042 18446744073709551615 4198400 8335837 140731038976224 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42164224 140731038980283 140731038980637 140731038980637 140731038986191 0
/proc/54062/statm: 41996 39042 1120 1011 0 40763 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 378364 KiB
Current children cumulated memory: 274448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.56 s, system=0.495274 s

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

[startup+1832.4 s]
/proc/loadavg: 3.73 4.45 5.57 4/253 54064
/proc/meminfo: memFree=128836436/131249988 swapFree=33010684/33010684
[pid=53848] ppid=53845 vsize=210380 memory=118280 CPUtime=3567.86 cores=4,6
/proc/53848/stat : 53848 (LSIPExact) S 53845 53848 50951 0 -1 4194304 109152 136 0 0 356752 34 0 0 20 0 1 0 52676619 215429120 29570 18446744073709551615 94372806148096 94372833404497 140734599279296 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94372841907336 94372842338944 94372842786816 140734599280986 140734599281162 140734599281162 140734599286764 0
/proc/53848/statm: 52595 29570 3552 6655 0 38634 0
Current children cumulated CPU time: 3567.86 s
Current children cumulated vsize: 210380 KiB
Current children cumulated memory: 118280 KiB

Child status: 0

Real time (s): 1832.42
CPU time (s): 3600.06
CPU user time (s): 3599.56
CPU system time (s): 0.495274
CPU usage (%): 196.465
Max. virtual memory (cumulated for all children) (KiB): 378364
Max. memory (cumulated for all children) (KiB): 274448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.56
system time used= 0.495274
maximum resident set size= 174372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136323
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= 474
involuntary context switches= 57463


# summary of solver processes directly reported to runsolver:
#   pid: 53848
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.56
#   total CPU system time (s): 0.495274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.4499 second user time and 7.70816 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 13:39:50
IDJOB=4499062
IDBENCH=148770
IDSOLVER=3337
FILE ID=nodeC020/4499062-1751369990
RUNJOBID= nodeC020-1751360343-50962
SLURM_JOB_ID= 9598161
Free space on /tmp= 432816 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499062-1751369990/watcher-4499062-1751369990 -o /tmp/evaluation-result-4499062-1751369990/solver-4499062-1751369990 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751360343-50962 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4499062-1751369990.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=1637829226

nodeC020 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.890
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.79
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.899
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.79
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		: 3599.928
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.79
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.846
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.79
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		: 3600.957
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.79
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		: 3599.868
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.79
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.868
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.79
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.890
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127722328 kB
MemAvailable:   128326080 kB
Buffers:            3280 kB
Cached:          1407884 kB
SwapCached:            0 kB
Active:          1763572 kB
Inactive:        1099480 kB
Active(anon):    1469944 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1099480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44844 kB
Writeback:             4 kB
AnonPages:       1453280 kB
Mapped:           140188 kB
Shmem:             18056 kB
KReclaimable:      99768 kB
Slab:             187556 kB
SReclaimable:      99768 kB
SUnreclaim:        87788 kB
KernelStack:        4304 kB
PageTables:         5956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1813172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC020 at 2025-07-01 14:10:23