Trace number 4545107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.47 2738.95

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1950.76/1084.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1950.76/1084.80	c numVar: 103760
1950.76/1084.80	c numCon: 89518
1950.76/1084.80	c numEqual: 10040
1950.76/1084.80	c intSize: 13
1950.76/1084.80	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1950.76/1084.80	c ------------------- Paras list -------------------
1950.76/1084.80	c Name                	 Type      	 Now       	 Default   	 Comment
1950.76/1084.80	c timeout             	 double    	 3600.000000	 3600      	 
1950.76/1084.80	c mip_time            	 double    	 0.300000  	 0.5       	 
1950.76/1084.80	c ls_time             	 double    	 10.000000 	 10        	 
1950.76/1084.80	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1950.76/1084.80	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1950.76/1084.80	c random_seed         	 int       	 0         	 0         	 
1950.76/1084.80	c sample_size         	 int       	 50        	 50        	 
1950.76/1084.80	c sub_score           	 int       	 1         	 1         	 
1950.76/1084.80	c tabu_base           	 int       	 3         	 3         	 
1950.76/1084.80	c tabu_variation      	 int       	 1         	 1         	 
1950.76/1084.80	c sub_div             	 int       	 4         	 4         	 
1950.76/1084.80	c nbcore              	 int       	 2         	 1         	 
1950.76/1084.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1950.76/1084.80	c print_sol           	 int       	 1         	 1         	 
1950.76/1084.80	c tmpdir              	 string		 .         	 "."       	 
1950.76/1084.80	c home                	 string		 HOME	 "."       	 
1950.76/1084.80	c benchname           	 string		 HOME/instance-4545107-1753223889.opb	 ""        	 
1950.76/1084.80	c --------------------------------------------------
1950.76/1084.80	c Local Search solver
1950.76/1084.80	c MIP solver
1950.76/1084.80	c use Exact solver
3600.00/2738.40	c receive signal 15, try to interrupt solver...
1950.76/2738.51	c Exact solver (PID 165541) interrupted gracefully.
3600.40/2738.92	s UNKNOWN
3600.40/2738.92	c Total time: 2739

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106587180/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=109928 memory=67212 CPUtime=0.09 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 15284 0 0 0 6 3 0 0 20 0 1 0 238066759 112566272 16803 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 27482 16803 1152 6655 0 17717 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109928 KiB
Current children cumulated memory: 67212 KiB

[startup+0.205561 s]*
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106531740/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=168900 memory=134476 CPUtime=0.2 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 30031 0 0 0 14 6 0 0 20 0 1 0 238066759 172953600 33619 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 42225 33619 1184 6655 0 32460 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 168900 KiB
Current children cumulated memory: 134476 KiB

[startup+0.305482 s]*
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106475624/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=214796 memory=180300 CPUtime=0.29 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 41508 0 0 0 22 7 0 0 20 0 1 0 238066759 219951104 45075 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 53699 45075 1184 6655 0 43934 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 214796 KiB
Current children cumulated memory: 180300 KiB

[startup+0.700189 s]
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106386920/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=364692 memory=329676 CPUtime=0.68 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 78851 0 0 0 53 15 0 0 20 0 1 0 238066759 373444608 82419 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 91173 82419 1184 6655 0 81408 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 364692 KiB
Current children cumulated memory: 329676 KiB

[startup+1.50017 s]
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106242776/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=467244 memory=432076 CPUtime=1.48 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 104443 0 0 0 128 20 0 0 20 0 1 0 238066759 478457856 108019 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 116811 108019 1184 6655 0 107046 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 467244 KiB
Current children cumulated memory: 432076 KiB

[startup+3.10527 s]
/proc/loadavg: 5.98 6.02 5.93 6/267 165396
/proc/meminfo: memFree=106218756/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=467244 memory=432076 CPUtime=3.08 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 104454 0 0 0 288 20 0 0 20 0 1 0 238066759 478457856 108019 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 116811 108019 1184 6655 0 107046 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 467244 KiB
Current children cumulated memory: 432076 KiB

[startup+6.30019 s]
/proc/loadavg: 5.90 6.01 5.93 6/267 165396
/proc/meminfo: memFree=106214692/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=467244 memory=432076 CPUtime=6.27 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 104464 0 0 0 607 20 0 0 20 0 1 0 238066759 478457856 108019 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 116811 108019 1184 6655 0 107046 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 467244 KiB
Current children cumulated memory: 432076 KiB

[startup+12.7002 s]
/proc/loadavg: 5.83 5.99 5.92 6/268 165397
/proc/meminfo: memFree=105926508/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=834808 memory=725860 CPUtime=12.65 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 139516 0 0 0 1236 29 0 0 20 0 2 0 238066759 854843392 181465 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 208702 181465 2816 6655 0 182585 0
[pid=165395/tid=165397] ppid=165392 vsize=834808 memory=724324 CPUtime=0 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) S 165392 165395 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238067820 854843392 181465 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 834808 KiB
Current children cumulated memory: 725860 KiB

[startup+25.5002 s]
/proc/loadavg: 5.81 5.97 5.92 7/268 165398
/proc/meminfo: memFree=105323364/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1376688 memory=1251776 CPUtime=31.62 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 236170 0 0 0 3100 62 0 0 20 0 2 0 238066759 1409728512 312944 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 344172 312944 3424 6655 0 322298 0
[pid=165395/tid=165397] ppid=165392 vsize=1376688 memory=1251776 CPUtime=6.21 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 28157 0 0 0 616 5 0 0 20 0 2 0 238067820 1409728512 312944 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 31.62 s
Current children cumulated vsize: 1376688 KiB
Current children cumulated memory: 1251776 KiB

[startup+51.1054 s]
/proc/loadavg: 5.65 5.93 5.90 6/268 165398
/proc/meminfo: memFree=105279524/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1385792 memory=1295356 CPUtime=65.37 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 256754 0 0 0 6473 64 0 0 20 0 2 0 238066759 1419051008 323839 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 346448 323839 3424 6655 0 332563 0
[pid=165395/tid=165397] ppid=165392 vsize=1385792 memory=14536 CPUtime=14.42 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) S 165392 165395 164099 0 -1 4194368 39128 0 0 0 1436 6 0 0 20 0 2 0 238067820 1419051008 323839 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 65.37 s
Current children cumulated vsize: 1385792 KiB
Current children cumulated memory: 1295356 KiB

[startup+102.3 s]
/proc/loadavg: 5.33 5.80 5.86 7/268 165400
/proc/meminfo: memFree=105034060/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1617488 memory=1510128 CPUtime=119.48 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 322994 0 0 0 11872 76 0 0 20 0 2 0 238066759 1656307712 377532 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 404372 377532 3456 6655 0 390487 0
[pid=165395/tid=165397] ppid=165392 vsize=1617488 memory=1256464 CPUtime=17.46 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 52255 0 0 0 1739 7 0 0 20 0 2 0 238067820 1656307712 377532 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 119.48 s
Current children cumulated vsize: 1617488 KiB
Current children cumulated memory: 1510128 KiB

[startup+162.3 s]
/proc/loadavg: 5.79 5.85 5.88 7/268 165406
/proc/meminfo: memFree=104932212/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1665844 memory=1559884 CPUtime=238.66 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 381600 0 0 0 23778 88 0 0 20 0 2 0 238066759 1705824256 389971 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 416461 389971 3488 6655 0 402576 0
[pid=165395/tid=165397] ppid=165392 vsize=1665844 memory=1559756 CPUtime=76.81 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 59952 0 0 0 7672 9 0 0 20 0 2 0 238067820 1705824256 389971 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 238.66 s
Current children cumulated vsize: 1665844 KiB
Current children cumulated memory: 1559884 KiB

[startup+222.3 s]
/proc/loadavg: 5.98 5.89 5.89 7/268 165408
/proc/meminfo: memFree=104732340/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1848500 memory=1737940 CPUtime=357.81 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 456089 0 0 0 35683 98 0 0 20 0 2 0 238066759 1892864000 434485 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 462125 434485 3488 6655 0 448240 0
[pid=165395/tid=165397] ppid=165392 vsize=1848500 memory=1737428 CPUtime=136.14 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 87171 0 0 0 13603 11 0 0 20 0 2 0 238067820 1892864000 434485 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 357.81 s
Current children cumulated vsize: 1848500 KiB
Current children cumulated memory: 1737940 KiB

[startup+282.3 s]
/proc/loadavg: 6.19 5.96 5.92 8/267 165457
/proc/meminfo: memFree=126753380/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1792016 memory=1681580 CPUtime=477.01 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 511045 0 0 0 47595 106 0 0 20 0 2 0 238066759 1835024384 420395 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 448004 420395 3488 6655 0 434119 0
[pid=165395/tid=165397] ppid=165392 vsize=1792016 memory=1671948 CPUtime=195.52 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 105709 0 0 0 19538 14 0 0 20 0 2 0 238067820 1835024384 420395 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 477.01 s
Current children cumulated vsize: 1792016 KiB
Current children cumulated memory: 1681580 KiB

[startup+342.3 s]
/proc/loadavg: 6.80 6.18 6.00 8/267 165459
/proc/meminfo: memFree=126695968/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1825916 memory=1710576 CPUtime=596.22 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 543146 0 0 0 59510 112 0 0 20 0 2 0 238066759 1869737984 427644 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 456479 427644 3488 6655 0 442594 0
[pid=165395/tid=165397] ppid=165392 vsize=1825916 memory=1671948 CPUtime=254.89 cores=5,7
/proc/165395/task/165397/stat : 165397 (LSIPExact) R 165392 165395 164099 0 -1 4194368 113412 0 0 0 25474 15 0 0 20 0 2 0 238067820 1869737984 427644 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
Current children cumulated CPU time: 596.22 s
Current children cumulated vsize: 1825916 KiB
Current children cumulated memory: 1710576 KiB

[startup+402.3 s]
/proc/loadavg: 7.33 6.43 6.10 9/267 165506

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

/proc/165541/statm: 166052 156944 1088 1011 0 164819 0
Current children cumulated CPU time: 3065.31 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2386188 KiB

[startup+2262.3 s]
/proc/loadavg: 5.16 5.11 5.52 6/269 165707
/proc/meminfo: memFree=125376352/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=627776 CPUtime=1174.41 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 87965 0 0 0 117410 31 0 0 20 0 1 0 238175239 680148992 156944 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 156944 1088 1011 0 164819 0
Current children cumulated CPU time: 3125.17 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2386188 KiB

[startup+2322.3 s]
/proc/loadavg: 5.16 5.12 5.50 6/269 165709
/proc/meminfo: memFree=125370684/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1234.26 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88156 0 0 0 123395 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3185.02 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2382.3 s]
/proc/loadavg: 5.14 5.11 5.47 6/268 165711
/proc/meminfo: memFree=125356892/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1294.11 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88298 0 0 0 129380 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3244.87 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2442.3 s]
/proc/loadavg: 4.86 5.04 5.42 5/261 165744
/proc/meminfo: memFree=125933984/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1353.96 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88371 0 0 0 135365 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3304.72 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2502.3 s]
/proc/loadavg: 4.47 4.91 5.35 5/261 165749
/proc/meminfo: memFree=125928616/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1413.82 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88579 0 0 0 141351 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3364.58 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2562.3 s]
/proc/loadavg: 4.22 4.75 5.27 5/261 165752
/proc/meminfo: memFree=125895804/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1473.65 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88781 0 0 0 147334 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3424.41 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2622.3 s]
/proc/loadavg: 4.14 4.63 5.19 5/261 165754
/proc/meminfo: memFree=125898432/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1533.47 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 88924 0 0 0 153316 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3484.23 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

[startup+2682.3 s]
/proc/loadavg: 4.10 4.53 5.12 5/261 165756
/proc/meminfo: memFree=125900532/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1593.3 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 89003 0 0 0 159299 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3544.06 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2738.4 s]
/proc/loadavg: 4.08 4.45 5.06 5/261 165762
/proc/meminfo: memFree=125913192/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=1950.76 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) S 165392 165395 164099 0 -1 4194304 1019462 0 0 0 194886 190 0 0 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
[pid=165541] ppid=165395 vsize=664208 memory=629312 CPUtime=1649.24 cores=5,7
/proc/165541/stat : 165541 (Exact) R 165395 165541 165541 0 -1 4194304 89217 0 0 0 164893 31 0 0 20 0 1 0 238175239 680148992 157328 18446744073709551615 4198400 8335837 140727496541504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20148224 140727496546489 140727496546843 140727496546843 140727496552399 0
/proc/165541/statm: 166052 157328 1088 1011 0 164819 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2480588 KiB
Current children cumulated memory: 2387724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.16 s, system=2.3093 s

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

[startup+2738.8 s]
/proc/loadavg: 4.08 4.45 5.06 5/261 165762
/proc/meminfo: memFree=125913192/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=3600.31 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 1076877 89363 0 0 194912 193 164894 32 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 1816380 KiB
Current children cumulated memory: 1758412 KiB

[startup+2738.9 s]
/proc/loadavg: 4.08 4.45 5.06 5/261 165762
/proc/meminfo: memFree=125913192/131250000 swapFree=33010416/33010684
[pid=165395] ppid=165392 vsize=1816380 memory=1758412 CPUtime=3600.4 cores=5,7
/proc/165395/stat : 165395 (LSIPExact) R 165392 165395 164099 0 -1 4194304 1099167 89363 0 0 194920 194 164894 32 20 0 1 0 238066759 1859973120 439603 18446744073709551615 94914412691456 94914439947857 140728224079072 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94914448450696 94914448882304 94914465038336 140728224086360 140728224086536 140728224086536 140728224092140 0
/proc/165395/statm: 454095 439603 3520 6655 0 443106 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 1816380 KiB
Current children cumulated memory: 1758412 KiB

Child status: 0

Real time (s): 2738.95
CPU time (s): 3600.47
CPU user time (s): 3598.16
CPU system time (s): 2.3093
CPU usage (%): 131.454
Max. virtual memory (cumulated for all children) (KiB): 2620588
Max. memory (cumulated for all children) (KiB): 2387724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.16
system time used= 2.3093
maximum resident set size= 2297320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1202260
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= 532
involuntary context switches= 30996


# summary of solver processes directly reported to runsolver:
#   pid: 165395
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3598.16
#   total CPU system time (s): 2.3093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40831 second user time and 12.6737 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 00:38:09
IDJOB=4545107
IDBENCH=180714
IDSOLVER=3337
FILE ID=nodeC018/4545107-1753223889
RUNJOBID= nodeC018-1753221348-164112
SLURM_JOB_ID= 9687810
Free space on /tmp= 432800 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-mini-40_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545107-1753223889/watcher-4545107-1753223889 -o /tmp/evaluation-result-4545107-1753223889/solver-4545107-1753223889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164112 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545107-1753223889.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=1451343792

nodeC018 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.833
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.66
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.826
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.66
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.607
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.66
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		: 3600.313
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.66
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.049
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.66
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		: 3578.287
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.66
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.843
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.66
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.846
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106643576 kB
MemAvailable:   107508036 kB
Buffers:            2128 kB
Cached:          1615056 kB
SwapCached:           28 kB
Active:         23275040 kB
Inactive:         536828 kB
Active(anon):   22220640 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   536544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72692 kB
Writeback:            56 kB
AnonPages:      22186056 kB
Mapped:           154012 kB
Shmem:             26240 kB
KReclaimable:     225112 kB
Slab:             320900 kB
SReclaimable:     225112 kB
SUnreclaim:        95788 kB
KernelStack:        4304 kB
PageTables:        47076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   25736992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12943360 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC018 at 2025-07-23 01:23:48