Trace number 4545054

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 S1? (TO) 3600.09 2903.34

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
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 variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1430.31/726.12	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.31/726.12	c numVar: 5363
1430.31/726.12	c numCon: 78421
1430.31/726.12	c numEqual: 106
1430.31/726.12	c intSize: 9
1430.31/726.12	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.31/726.12	c ------------------- Paras list -------------------
1430.31/726.12	c Name                	 Type      	 Now       	 Default   	 Comment
1430.31/726.12	c timeout             	 double    	 3600.000000	 3600      	 
1430.31/726.12	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.31/726.12	c ls_time             	 double    	 10.000000 	 10        	 
1430.31/726.12	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.31/726.12	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.31/726.12	c random_seed         	 int       	 0         	 0         	 
1430.31/726.12	c sample_size         	 int       	 50        	 50        	 
1430.31/726.12	c sub_score           	 int       	 1         	 1         	 
1430.31/726.12	c tabu_base           	 int       	 3         	 3         	 
1430.31/726.12	c tabu_variation      	 int       	 1         	 1         	 
1430.31/726.12	c sub_div             	 int       	 4         	 4         	 
1430.31/726.12	c nbcore              	 int       	 2         	 1         	 
1430.31/726.12	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.31/726.12	c print_sol           	 int       	 1         	 1         	 
1430.31/726.12	c tmpdir              	 string		 .         	 "."       	 
1430.31/726.12	c home                	 string		 HOME	 "."       	 
1430.31/726.12	c benchname           	 string		 HOME/instance-4545054-1753218919.opb	 ""        	 
1430.31/726.12	c --------------------------------------------------
1430.31/726.12	c Local Search solver
1430.31/726.12	c MIP solver
1430.31/726.12	c use Exact solver
3600.03/2903.20	c receive signal 15, try to interrupt solver...
1430.35/2903.31	c Exact solver (PID 178855) interrupted gracefully.
1430.35/2903.33	s UNKNOWN
1430.35/2903.33	c Total time: 2904

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100064 s]*
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84649176/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=0.09 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10772 0 0 0 8 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+0.205791 s]*
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84649176/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=0.2 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10772 0 0 0 19 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+0.305694 s]*
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84649176/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=0.3 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10772 0 0 0 29 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+0.70019 s]
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84649176/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=0.69 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10772 0 0 0 68 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+1.50018 s]
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84649176/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=1.48 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10772 0 0 0 147 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+3.10551 s]
/proc/loadavg: 5.71 5.93 5.75 6/265 178622
/proc/meminfo: memFree=84620948/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=3.08 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10773 0 0 0 307 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+6.30017 s]
/proc/loadavg: 5.65 5.92 5.75 6/265 178622
/proc/meminfo: memFree=84670776/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=83736 memory=49004 CPUtime=6.27 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 10774 0 0 0 626 1 0 0 20 0 1 0 237569682 85745664 12251 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 20934 12251 1152 6655 0 11169 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49004 KiB

[startup+12.7002 s]
/proc/loadavg: 5.60 5.90 5.74 7/266 178623
/proc/meminfo: memFree=84479684/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=256756 memory=174656 CPUtime=14.5 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 38818 0 0 0 1445 5 0 0 20 0 2 0 237569682 262918144 43664 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 64189 43664 3488 6655 0 42896 0
[pid=178621/tid=178623] ppid=178618 vsize=256756 memory=170688 CPUtime=1.84 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 5222 0 0 0 184 0 0 0 20 0 2 0 237570691 262918144 43664 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 256756 KiB
Current children cumulated memory: 174656 KiB

[startup+25.5002 s]
/proc/loadavg: 5.77 5.93 5.75 7/266 178623
/proc/meminfo: memFree=84483696/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=259436 memory=178752 CPUtime=39.92 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 52338 0 0 0 3986 6 0 0 20 0 2 0 237569682 265662464 44688 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 64859 44688 3488 6655 0 43791 0
[pid=178621/tid=178623] ppid=178618 vsize=259436 memory=178752 CPUtime=14.51 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 12725 0 0 0 1450 1 0 0 20 0 2 0 237570691 265662464 44688 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 39.92 s
Current children cumulated vsize: 259436 KiB
Current children cumulated memory: 178752 KiB

[startup+51.1058 s]
/proc/loadavg: 5.66 5.88 5.74 7/265 178670
/proc/meminfo: memFree=100067812/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=301340 memory=220992 CPUtime=90.76 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 78267 0 0 0 9061 15 0 0 20 0 2 0 237569682 308572160 55248 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 75335 55248 3520 6655 0 54267 0
[pid=178621/tid=178623] ppid=178618 vsize=301340 memory=220864 CPUtime=39.84 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 19837 0 0 0 3982 2 0 0 20 0 2 0 237570691 308572160 55248 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 90.76 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 220992 KiB

[startup+102.3 s]
/proc/loadavg: 6.12 5.98 5.78 7/268 178675
/proc/meminfo: memFree=98949044/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=301340 memory=222656 CPUtime=192.46 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 99480 0 0 0 19230 16 0 0 20 0 2 0 237569682 308572160 55664 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 75335 55664 3520 6655 0 54707 0
[pid=178621/tid=178623] ppid=178618 vsize=301340 memory=10752 CPUtime=90.51 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 27482 0 0 0 9048 3 0 0 20 0 2 0 237570691 308572160 55664 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 192.46 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 222656 KiB

[startup+162.3 s]
/proc/loadavg: 6.16 6.02 5.81 7/268 178677
/proc/meminfo: memFree=98892372/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=233792 CPUtime=311.68 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 120961 0 0 0 31150 18 0 0 20 0 2 0 237569682 319672320 58448 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58448 3520 6655 0 57417 0
[pid=178621/tid=178623] ppid=178618 vsize=312180 memory=222784 CPUtime=149.89 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 34670 0 0 0 14986 3 0 0 20 0 2 0 237570691 319672320 58448 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 311.68 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233792 KiB

[startup+222.3 s]
/proc/loadavg: 6.40 6.09 5.85 8/268 178679
/proc/meminfo: memFree=98550496/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=233792 CPUtime=430.89 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 142817 0 0 0 43069 20 0 0 20 0 2 0 237569682 319672320 58448 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58448 3520 6655 0 57417 0
[pid=178621/tid=178623] ppid=178618 vsize=312180 memory=5632 CPUtime=209.27 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 42047 0 0 0 20923 4 0 0 20 0 2 0 237570691 319672320 58448 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 430.89 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233792 KiB

[startup+282.3 s]
/proc/loadavg: 6.82 6.28 5.93 8/269 178682
/proc/meminfo: memFree=98090316/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=245312 CPUtime=549.1 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 147927 0 0 0 54889 21 0 0 20 0 2 0 237569682 319672320 61328 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 61328 3520 6655 0 60226 0
[pid=178621/tid=178623] ppid=178618 vsize=312180 memory=244928 CPUtime=267.66 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 45641 0 0 0 26761 5 0 0 20 0 2 0 237570691 319672320 61328 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 549.1 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 245312 KiB

[startup+342.3 s]
/proc/loadavg: 7.03 6.44 6.01 8/270 178697
/proc/meminfo: memFree=97884632/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=246464 CPUtime=668.34 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) R 178618 178621 176007 0 -1 4194304 179713 0 0 0 66810 24 0 0 20 0 2 0 237569682 319672320 61616 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 61616 3520 6655 0 60226 0
[pid=178621/tid=178623] ppid=178618 vsize=312180 memory=244928 CPUtime=327.05 cores=0,2
/proc/178621/task/178623/stat : 178623 (LSIPExact) R 178618 178621 176007 0 -1 4194368 60016 0 0 0 32699 6 0 0 20 0 2 0 237570691 319672320 61616 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
Current children cumulated CPU time: 668.34 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 246464 KiB

[startup+402.3 s]

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

Current children cumulated memory: 531912 KiB

[startup+2382.3 s]
/proc/loadavg: 3.13 4.15 5.05 4/260 179055
/proc/meminfo: memFree=124128368/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=336660 memory=300844 CPUtime=1650.3 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 50085 0 0 0 164983 47 0 0 20 0 1 0 237642295 344739840 75211 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 84165 75211 1120 1011 0 82932 0
Current children cumulated CPU time: 3080.65 s
Current children cumulated vsize: 648840 KiB
Current children cumulated memory: 533320 KiB

[startup+2442.3 s]
/proc/loadavg: 3.16 3.97 4.93 4/260 179061
/proc/meminfo: memFree=124130216/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=338192 memory=302380 CPUtime=1710.09 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 50515 0 0 0 170961 48 0 0 20 0 1 0 237642295 346308608 75595 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 84548 75595 1120 1011 0 83315 0
Current children cumulated CPU time: 3140.44 s
Current children cumulated vsize: 650372 KiB
Current children cumulated memory: 534856 KiB

[startup+2502.3 s]
/proc/loadavg: 3.11 3.80 4.81 4/260 179063
/proc/meminfo: memFree=124160356/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=339016 memory=303148 CPUtime=1769.89 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 50721 0 0 0 176940 49 0 0 20 0 1 0 237642295 347152384 75787 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 84754 75787 1120 1011 0 83521 0
Current children cumulated CPU time: 3200.24 s
Current children cumulated vsize: 651196 KiB
Current children cumulated memory: 535624 KiB

[startup+2562.3 s]
/proc/loadavg: 3.08 3.67 4.70 4/260 179065
/proc/meminfo: memFree=124159028/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=339632 memory=303788 CPUtime=1829.7 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 50934 0 0 0 182920 50 0 0 20 0 1 0 237642295 347783168 75947 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 84908 75947 1120 1011 0 83675 0
Current children cumulated CPU time: 3260.05 s
Current children cumulated vsize: 651812 KiB
Current children cumulated memory: 536264 KiB

[startup+2622.3 s]
/proc/loadavg: 3.09 3.56 4.60 4/260 179067
/proc/meminfo: memFree=124185096/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=339976 memory=305708 CPUtime=1889.53 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 51038 0 0 0 188902 51 0 0 20 0 1 0 237642295 348135424 76427 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 84994 76427 1120 1011 0 83761 0
Current children cumulated CPU time: 3319.88 s
Current children cumulated vsize: 652156 KiB
Current children cumulated memory: 538184 KiB

[startup+2682.3 s]
/proc/loadavg: 3.08 3.47 4.50 4/259 179069
/proc/meminfo: memFree=124180216/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=340960 memory=308664 CPUtime=1949.36 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 51410 0 0 0 194884 52 0 0 20 0 1 0 237642295 349143040 77166 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 85240 77166 1120 1011 0 84007 0
Current children cumulated CPU time: 3379.71 s
Current children cumulated vsize: 653140 KiB
Current children cumulated memory: 541140 KiB

[startup+2742.3 s]
/proc/loadavg: 3.18 3.43 4.42 4/262 179099
/proc/meminfo: memFree=124154744/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=342336 memory=310072 CPUtime=2009.2 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 51762 0 0 0 200867 53 0 0 20 0 1 0 237642295 350552064 77518 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 85584 77518 1120 1011 0 84351 0
Current children cumulated CPU time: 3439.55 s
Current children cumulated vsize: 654516 KiB
Current children cumulated memory: 542548 KiB

[startup+2802.3 s]
/proc/loadavg: 3.07 3.35 4.33 4/262 179101
/proc/meminfo: memFree=124130044/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=342336 memory=310072 CPUtime=2069.05 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 51902 0 0 0 206851 54 0 0 20 0 1 0 237642295 350552064 77518 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 85584 77518 1120 1011 0 84351 0
Current children cumulated CPU time: 3499.4 s
Current children cumulated vsize: 654516 KiB
Current children cumulated memory: 542548 KiB

[startup+2862.3 s]
/proc/loadavg: 3.06 3.30 4.25 4/262 179103
/proc/meminfo: memFree=124125156/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=342884 memory=310584 CPUtime=2128.9 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 52038 0 0 0 212835 55 0 0 20 0 1 0 237642295 351113216 77646 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 85721 77646 1120 1011 0 84488 0
Current children cumulated CPU time: 3559.25 s
Current children cumulated vsize: 655064 KiB
Current children cumulated memory: 543060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2903.2 s]
/proc/loadavg: 3.08 3.27 4.20 4/263 179107
/proc/meminfo: memFree=124127360/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232476 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228059 0 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58119 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58119 3552 6655 0 61526 0
[pid=178855] ppid=178621 vsize=343504 memory=311224 CPUtime=2169.68 cores=0,2
/proc/178855/stat : 178855 (Exact) R 178621 178855 178855 0 -1 4194304 52306 0 0 0 216913 55 0 0 20 0 1 0 237642295 351748096 77806 18446744073709551615 4198400 8335837 140723869474384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31862784 140723869481145 140723869481499 140723869481499 140723869487055 0
/proc/178855/statm: 85876 77806 1120 1011 0 84643 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 655684 KiB
Current children cumulated memory: 543700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.12 s, system=0.964858 s

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

[startup+2903.3 s]
/proc/loadavg: 3.08 3.27 4.20 4/263 179107
/proc/meminfo: memFree=124127360/131249996 swapFree=33010416/33010684
[pid=178621] ppid=178618 vsize=312180 memory=232604 CPUtime=1430.35 cores=0,2
/proc/178621/stat : 178621 (LSIPExact) S 178618 178621 176007 0 -1 4194304 228060 135 0 0 142995 40 0 0 20 0 1 0 237569682 319672320 58151 18446744073709551615 94343029559296 94343056816465 140726206736080 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94343065318536 94343065750144 94343087869952 140726206744920 140726206745096 140726206745096 140726206750700 0
/proc/178621/statm: 78045 58151 3552 6655 0 61526 0
Current children cumulated CPU time: 1430.35 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 232604 KiB

Child status: 0

Real time (s): 2903.34
CPU time (s): 3600.09
CPU user time (s): 3599.12
CPU system time (s): 0.964858
CPU usage (%): 123.998
Max. virtual memory (cumulated for all children) (KiB): 655684
Max. memory (cumulated for all children) (KiB): 543700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 0.964858
maximum resident set size= 311224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287713
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= 415
involuntary context switches= 34717


# summary of solver processes directly reported to runsolver:
#   pid: 178621
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.12
#   total CPU system time (s): 0.964858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12204 second user time and 13.5279 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 23:15:19
IDJOB=4545054
IDBENCH=180696
IDSOLVER=3384
FILE ID=nodeC022/4545054-1753218919
RUNJOBID= nodeC022-1753211081-176017
SLURM_JOB_ID= 9687788
Free space on /tmp= 432560 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545054-1753218919/watcher-4545054-1753218919 -o /tmp/evaluation-result-4545054-1753218919/solver-4545054-1753218919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176017 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545054-1753218919.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=1980390420

nodeC022 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.707
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.44
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.804
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.44
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		: 3627.153
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.44
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.540
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.44
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		: 3599.691
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.44
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.719
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.44
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.44
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		: 3600.661
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        84688236 kB
MemAvailable:   86128032 kB
Buffers:            2128 kB
Cached:          2189728 kB
SwapCached:           32 kB
Active:         44661424 kB
Inactive:        1047972 kB
Active(anon):   43541636 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):  1045848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46668 kB
Writeback:            44 kB
AnonPages:      43503656 kB
Mapped:           153304 kB
Shmem:             26220 kB
KReclaimable:     226396 kB
Slab:             322360 kB
SReclaimable:     226396 kB
SUnreclaim:        95964 kB
KernelStack:        4272 kB
PageTables:        89192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   48080840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25159680 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC022 at 2025-07-23 00:03:43