Trace number 4541987

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.12 3610.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-22diag_spec_greater.opb
MD5SUM808e9faff4b516f7872d7344d1ed451f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.23401
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1562
Total number of constraints1982
Number of constraints which are clauses1452
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints530
Minimum length of a constraint2
Maximum length of a constraint528
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

9.98/10.08	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
9.98/10.08	c numVar: 1562
9.98/10.08	c numCon: 1982
9.98/10.08	c numEqual: 529
9.98/10.08	c intSize: 45
9.98/10.08	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
9.98/10.08	c ------------------- Paras list -------------------
9.98/10.08	c Name                	 Type      	 Now       	 Default   	 Comment
9.98/10.08	c timeout             	 double    	 3600.000000	 3600      	 
9.98/10.08	c mip_time            	 double    	 0.300000  	 0.5       	 
9.98/10.08	c ls_time             	 double    	 10.000000 	 10        	 
9.98/10.08	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
9.98/10.08	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
9.98/10.08	c random_seed         	 int       	 0         	 0         	 
9.98/10.08	c sample_size         	 int       	 50        	 50        	 
9.98/10.08	c sub_score           	 int       	 1         	 1         	 
9.98/10.08	c tabu_base           	 int       	 3         	 3         	 
9.98/10.08	c tabu_variation      	 int       	 1         	 1         	 
9.98/10.08	c sub_div             	 int       	 4         	 4         	 
9.98/10.08	c nbcore              	 int       	 2         	 1         	 
9.98/10.08	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
9.98/10.08	c print_sol           	 int       	 1         	 1         	 
9.98/10.08	c tmpdir              	 string		 .         	 "."       	 
9.98/10.08	c home                	 string		 HOME	 "."       	 
9.98/10.08	c benchname           	 string		 HOME/instance-4541987-1753204878.opb	 ""        	 
9.98/10.08	c --------------------------------------------------
9.98/10.08	c Local Search solver
9.98/10.08	c MIP solver
9.98/10.08	c MIP solver infeasible
9.98/10.08	c use Exact solver
3600.08/3610.50	c receive signal 15, try to interrupt solver...
3600.08/3610.51	c Exact solver (PID 165071) interrupted gracefully.
3600.08/3610.51	s UNKNOWN
3600.08/3610.51	c Total time: 3611

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: 63837 MiB (62627 MiB free)
  memory of node 1: 64465 MiB (62920 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=165068, runsolver pid=165065

[startup+0.100066 s]*
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561696/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=0.1 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 730 0 0 0 10 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+0.212772 s]*
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561696/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=0.21 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 730 0 0 0 21 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+0.313137 s]*
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561696/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=0.31 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 730 0 0 0 31 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+0.700258 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561696/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=0.69 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 732 0 0 0 69 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+1.50024 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561696/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=1.48 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 734 0 0 0 148 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+3.11301 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561772/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=3.09 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 734 0 0 0 309 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+6.30022 s]
/proc/loadavg: 4.14 4.13 4.15 5/254 165069
/proc/meminfo: memFree=128561772/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=41472 memory=7040 CPUtime=6.27 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) R 165065 165068 164278 0 -1 4194304 735 0 0 0 627 0 0 0 20 0 1 0 236166923 42467328 1760 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 10368 1760 1184 6655 0 603 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41472 KiB
Current children cumulated memory: 7040 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.12 4.15 5/255 165071
/proc/meminfo: memFree=128531368/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=36892 memory=19212 CPUtime=2.58 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 3268 0 0 0 256 2 0 0 20 0 1 0 236167932 37777408 4803 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 9223 4803 1120 1011 0 7990 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 160808 KiB
Current children cumulated memory: 45436 KiB

[startup+25.5004 s]
/proc/loadavg: 4.40 4.18 4.17 5/255 165071
/proc/meminfo: memFree=128490256/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=46792 memory=36836 CPUtime=15.35 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 5655 0 0 0 1528 7 0 0 20 0 1 0 236167932 47915008 9209 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 11698 9209 1120 1011 0 10465 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 170708 KiB
Current children cumulated memory: 63060 KiB

[startup+51.1134 s]
/proc/loadavg: 4.60 4.25 4.19 5/255 165072
/proc/meminfo: memFree=128435980/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=75536 memory=63236 CPUtime=40.89 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 9890 0 0 0 4075 14 0 0 20 0 1 0 236167932 77348864 15809 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 18884 15809 1152 1011 0 17651 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 199452 KiB
Current children cumulated memory: 89460 KiB

[startup+102.3 s]
/proc/loadavg: 4.57 4.30 4.21 5/255 165073
/proc/meminfo: memFree=128387760/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=106932 memory=82888 CPUtime=91.95 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 12157 0 0 0 9165 30 0 0 20 0 1 0 236167932 109498368 20722 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 26733 20722 1152 1011 0 25500 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 230848 KiB
Current children cumulated memory: 109112 KiB

[startup+162.3 s]
/proc/loadavg: 4.34 4.28 4.20 5/255 165075
/proc/meminfo: memFree=128341984/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=116052 memory=90952 CPUtime=151.77 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 14222 0 0 0 15131 46 0 0 20 0 1 0 236167932 118837248 22738 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 29013 22738 1152 1011 0 27780 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 239968 KiB
Current children cumulated memory: 117176 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.24 4.19 5/253 165080
/proc/meminfo: memFree=128259300/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=126560 memory=109164 CPUtime=211.58 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 16755 0 0 0 21095 63 0 0 20 0 1 0 236167932 129597440 27291 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 31640 27291 1152 1011 0 30407 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 250476 KiB
Current children cumulated memory: 135388 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.21 4.18 5/254 165087
/proc/meminfo: memFree=128224672/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=26224 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 6556 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 6556 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=136440 memory=123752 CPUtime=271.39 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 18848 0 0 0 27060 79 0 0 20 0 1 0 236167932 139714560 30938 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 34110 30938 1152 1011 0 32877 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 260356 KiB
Current children cumulated memory: 149976 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.18 4.17 5/254 165089
/proc/meminfo: memFree=128147488/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0

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

/proc/loadavg: 4.10 4.09 4.09 5/255 165315
/proc/meminfo: memFree=127674048/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=255448 memory=244584 CPUtime=3083.33 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 35694 0 0 0 307816 517 0 0 20 0 1 0 236167932 261578752 61146 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 63862 61146 1152 1011 0 62629 0
Current children cumulated CPU time: 3093.41 s
Current children cumulated vsize: 379364 KiB
Current children cumulated memory: 273752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.11 4.09 5/255 165318
/proc/meminfo: memFree=127675800/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=255448 memory=244584 CPUtime=3143.16 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 35719 0 0 0 313788 528 0 0 20 0 1 0 236167932 261578752 61146 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 63862 61146 1152 1011 0 62629 0
Current children cumulated CPU time: 3153.24 s
Current children cumulated vsize: 379364 KiB
Current children cumulated memory: 273752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/254 165320
/proc/meminfo: memFree=127636236/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=255448 memory=244584 CPUtime=3202.97 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 35722 0 0 0 319762 535 0 0 20 0 1 0 236167932 261578752 61146 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 63862 61146 1152 1011 0 62629 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 379364 KiB
Current children cumulated memory: 273752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/253 165324
/proc/meminfo: memFree=127634968/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=255448 memory=244584 CPUtime=3262.78 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 35725 0 0 0 325735 543 0 0 20 0 1 0 236167932 261578752 61146 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 63862 61146 1152 1011 0 62629 0
Current children cumulated CPU time: 3272.86 s
Current children cumulated vsize: 379364 KiB
Current children cumulated memory: 273752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/254 165331
/proc/meminfo: memFree=127636228/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=255740 memory=244840 CPUtime=3322.6 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 35800 0 0 0 331709 551 0 0 20 0 1 0 236167932 261877760 61210 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 63935 61210 1152 1011 0 62702 0
Current children cumulated CPU time: 3332.68 s
Current children cumulated vsize: 379656 KiB
Current children cumulated memory: 274008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/254 165333
/proc/meminfo: memFree=127628804/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=257788 memory=246376 CPUtime=3382.43 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 36186 0 0 0 337678 565 0 0 20 0 1 0 236167932 263974912 61594 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 64447 61594 1152 1011 0 63214 0
Current children cumulated CPU time: 3392.51 s
Current children cumulated vsize: 381704 KiB
Current children cumulated memory: 275544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/254 165335
/proc/meminfo: memFree=127629452/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=258920 memory=247016 CPUtime=3442.24 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 36379 0 0 0 343654 570 0 0 20 0 1 0 236167932 265134080 61754 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 64730 61754 1152 1011 0 63497 0
Current children cumulated CPU time: 3452.32 s
Current children cumulated vsize: 382836 KiB
Current children cumulated memory: 276184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.11 4.10 6/254 165384
/proc/meminfo: memFree=127753608/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=263272 memory=249832 CPUtime=3502.06 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 37109 0 0 0 349614 592 0 0 20 0 1 0 236167932 269590528 62458 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 65818 62458 1152 1011 0 64585 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 387188 KiB
Current children cumulated memory: 279000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.71 4.28 4.15 6/254 165386
/proc/meminfo: memFree=127638848/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=263272 memory=249832 CPUtime=3561.88 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 37109 0 0 0 355588 600 0 0 20 0 1 0 236167932 269590528 62458 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 65818 62458 1152 1011 0 64585 0
Current children cumulated CPU time: 3571.96 s
Current children cumulated vsize: 387188 KiB
Current children cumulated memory: 279000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.88 4.36 4.19 6/253 165386
/proc/meminfo: memFree=127641384/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=263272 memory=252904 CPUtime=3590 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 37111 0 0 0 358392 608 0 0 20 0 1 0 236167932 269590528 63226 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 65818 63226 1152 1011 0 64585 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 387188 KiB
Current children cumulated memory: 282072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.03 s, system=6.09347 s

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

[startup+3610.5 s]
/proc/loadavg: 4.88 4.36 4.19 6/253 165386
/proc/meminfo: memFree=127641384/131382120 swapFree=33010160/33010684
[pid=165068] ppid=165065 vsize=123916 memory=29168 CPUtime=10.08 cores=0,2
/proc/165068/stat : 165068 (LSIPExact) S 165065 165068 164278 0 -1 4194304 3428 0 0 0 1008 0 0 0 20 0 1 0 236166923 126889984 7292 18446744073709551615 94523650772992 94523678029393 140724252540416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94523686532232 94523686963840 94523714605056 140724252543320 140724252543496 140724252543496 140724252549100 0
/proc/165068/statm: 30979 7292 3424 6655 0 5476 0
[pid=165071] ppid=165068 vsize=263272 memory=252904 CPUtime=3590 cores=0,2
/proc/165071/stat : 165071 (Exact) R 165068 165071 165071 0 -1 4194304 37111 0 0 0 358392 608 0 0 20 0 1 0 236167932 269590528 63226 18446744073709551615 4198400 8335837 140723963844032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22650880 140723963848889 140723963849243 140723963849243 140723963854799 0
/proc/165071/statm: 65818 63226 1152 1011 0 64585 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 387188 KiB
Current children cumulated memory: 282072 KiB

Child status: 0

Real time (s): 3610.52
CPU time (s): 3600.12
CPU user time (s): 3594.03
CPU system time (s): 6.09347
CPU usage (%): 99.712
Max. virtual memory (cumulated for all children) (KiB): 387188
Max. memory (cumulated for all children) (KiB): 282072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.03
system time used= 6.09347
maximum resident set size= 253032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40684
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= 398
involuntary context switches= 7952


# summary of solver processes directly reported to runsolver:
#   pid: 165068
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3594.03
#   total CPU system time (s): 6.09347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7132 second user time and 36.3435 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 19:21:18
IDJOB=4541987
IDBENCH=163705
IDSOLVER=3337
FILE ID=nodeC008/4541987-1753204878
RUNJOBID= nodeC008-1753198970-164295
SLURM_JOB_ID= 9687741
Free space on /tmp= 432560 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-22diag_spec_greater.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541987-1753204878/watcher-4541987-1753204878 -o /tmp/evaluation-result-4541987-1753204878/solver-4541987-1753204878 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164295 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541987-1753204878.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 808e9faff4b516f7872d7344d1ed451f
RANDOM SEED=788495262

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128561392 kB
MemAvailable:   129537108 kB
Buffers:            2128 kB
Cached:          1748156 kB
SwapCached:           24 kB
Active:          1405176 kB
Inactive:         731928 kB
Active(anon):     381364 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   700352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44708 kB
Writeback:             0 kB
AnonPages:        383820 kB
Mapped:           157472 kB
Shmem:             26120 kB
KReclaimable:     182356 kB
Slab:             272920 kB
SReclaimable:     182356 kB
SUnreclaim:        90564 kB
KernelStack:        4096 kB
PageTables:         3992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     804812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432516 MiB
End job on nodeC008 at 2025-07-22 20:21:29