Trace number 4544951

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 S2UNSAT 2159.76 1145.93

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2099.54/1085.49	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2099.54/1085.49	c numVar: 7600
2099.54/1085.49	c numCon: 700360
2099.54/1085.49	c numEqual: 0
2099.54/1085.49	c intSize: 6
2099.54/1085.49	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2099.54/1085.49	c ------------------- Paras list -------------------
2099.54/1085.49	c Name                	 Type      	 Now       	 Default   	 Comment
2099.54/1085.49	c timeout             	 double    	 3600.000000	 3600      	 
2099.54/1085.49	c mip_time            	 double    	 0.300000  	 0.5       	 
2099.54/1085.49	c ls_time             	 double    	 10.000000 	 10        	 
2099.54/1085.49	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2099.54/1085.49	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2099.54/1085.49	c random_seed         	 int       	 0         	 0         	 
2099.54/1085.49	c sample_size         	 int       	 50        	 50        	 
2099.54/1085.49	c sub_score           	 int       	 1         	 1         	 
2099.54/1085.49	c tabu_base           	 int       	 3         	 3         	 
2099.54/1085.49	c tabu_variation      	 int       	 1         	 1         	 
2099.54/1085.49	c sub_div             	 int       	 4         	 4         	 
2099.54/1085.49	c nbcore              	 int       	 2         	 1         	 
2099.54/1085.49	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2099.54/1085.49	c print_sol           	 int       	 1         	 1         	 
2099.54/1085.49	c tmpdir              	 string		 .         	 "."       	 
2099.54/1085.49	c home                	 string		 HOME	 "."       	 
2099.54/1085.49	c benchname           	 string		 HOME/instance-4544951-1753223469.opb	 ""        	 
2099.54/1085.49	c --------------------------------------------------
2099.54/1085.49	c Local Search solver
2099.54/1085.49	c MIP solver
2099.54/1085.49	c use Exact solver
2159.31/1145.55	c Exact infeasible
2159.61/1145.87	s UNSATISFIABLE
2159.61/1145.87	c Total time: 1146

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100104 s]*
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127842660/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=157612 memory=94492 CPUtime=0.1 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 16981 0 0 0 5 5 0 0 20 0 1 0 238026685 161394688 23623 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 39403 23623 1184 6655 0 29638 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 157612 KiB
Current children cumulated memory: 94492 KiB

[startup+0.213431 s]*
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127749604/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=222952 memory=180252 CPUtime=0.21 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 33830 0 0 0 11 10 0 0 20 0 1 0 238026685 228302848 45063 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 55738 45063 1184 6655 0 45973 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 222952 KiB
Current children cumulated memory: 180252 KiB

[startup+0.313432 s]*
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127749604/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=222952 memory=180252 CPUtime=0.31 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 33830 0 0 0 20 11 0 0 20 0 1 0 238026685 228302848 45063 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 55738 45063 1184 6655 0 45973 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 222952 KiB
Current children cumulated memory: 180252 KiB

[startup+0.700322 s]
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127693780/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=329644 memory=295292 CPUtime=0.68 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 56413 0 0 0 50 18 0 0 20 0 1 0 238026685 337555456 73823 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 82411 73823 1216 6655 0 72646 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 329644 KiB
Current children cumulated memory: 295292 KiB

[startup+1.50037 s]
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127548500/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=425108 memory=387876 CPUtime=1.48 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 78024 0 0 0 125 23 0 0 20 0 1 0 238026685 435310592 96969 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 106277 96969 1216 6655 0 96512 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 425108 KiB
Current children cumulated memory: 387876 KiB

[startup+3.11287 s]
/proc/loadavg: 6.96 6.97 6.47 8/253 199631
/proc/meminfo: memFree=127540688/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=425108 memory=387876 CPUtime=3.08 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 78057 0 0 0 285 23 0 0 20 0 1 0 238026685 435310592 96969 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 106277 96969 1216 6655 0 96512 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 425108 KiB
Current children cumulated memory: 387876 KiB

[startup+6.30033 s]
/proc/loadavg: 7.05 6.99 6.48 8/253 199631
/proc/meminfo: memFree=127540704/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=425108 memory=387876 CPUtime=6.27 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 78099 0 0 0 603 24 0 0 20 0 1 0 238026685 435310592 96969 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 106277 96969 1216 6655 0 96512 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 425108 KiB
Current children cumulated memory: 387876 KiB

[startup+12.7004 s]
/proc/loadavg: 7.04 6.99 6.48 8/255 199633
/proc/meminfo: memFree=127057436/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=1004632 memory=887112 CPUtime=12.66 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 143287 0 0 0 1227 39 0 0 20 0 2 0 238026685 1028743168 221778 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 251158 221778 2752 6655 0 225041 0
[pid=199630/tid=199633] ppid=199627 vsize=1004632 memory=861004 CPUtime=0 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) S 199627 199630 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238027787 1028743168 221778 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1004632 KiB
Current children cumulated memory: 887112 KiB

[startup+25.5004 s]
/proc/loadavg: 7.03 6.99 6.49 8/255 199634
/proc/meminfo: memFree=126592424/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=1434444 memory=1318620 CPUtime=25.55 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 224272 0 0 0 2493 62 0 0 20 0 2 0 238026685 1468870656 329655 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 358611 329655 2912 6655 0 343133 0
[pid=199630/tid=199633] ppid=199627 vsize=1434444 memory=1186672 CPUtime=0.27 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) S 199627 199630 197377 0 -1 4194368 8977 0 0 0 24 3 0 0 20 0 2 0 238027787 1468870656 329655 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 25.55 s
Current children cumulated vsize: 1434444 KiB
Current children cumulated memory: 1318620 KiB

[startup+51.1058 s]
/proc/loadavg: 7.31 7.06 6.53 9/255 199634
/proc/meminfo: memFree=126110624/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=1966144 memory=1772636 CPUtime=64.6 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 320718 0 0 0 6376 84 0 0 20 0 2 0 238026685 2013331456 443159 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 491536 443159 3296 6655 0 475878 0
[pid=199630/tid=199633] ppid=199627 vsize=1966144 memory=1772636 CPUtime=13.86 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 47333 0 0 0 1371 15 0 0 20 0 2 0 238027787 2013331456 443159 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 64.6 s
Current children cumulated vsize: 1966144 KiB
Current children cumulated memory: 1772636 KiB

[startup+102.3 s]
/proc/loadavg: 7.62 7.19 6.60 8/254 199636
/proc/meminfo: memFree=126169568/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=1917704 memory=1724544 CPUtime=151.79 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 373758 0 0 0 15081 98 0 0 20 0 2 0 238026685 1963728896 431136 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 479426 431136 3424 6655 0 467722 0
[pid=199630/tid=199633] ppid=199627 vsize=1917704 memory=1724464 CPUtime=50.07 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) S 199627 199630 197377 0 -1 4194368 63326 0 0 0 4987 20 0 0 20 0 2 0 238027787 1963728896 431136 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 151.79 s
Current children cumulated vsize: 1917704 KiB
Current children cumulated memory: 1724544 KiB

[startup+162.3 s]
/proc/loadavg: 7.88 7.34 6.69 9/254 199638
/proc/meminfo: memFree=125265976/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2908812 memory=2631952 CPUtime=268.36 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 521038 0 0 0 26657 179 0 0 20 0 2 0 238026685 2978623488 657988 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 727203 657988 3488 6655 0 708520 0
[pid=199630/tid=199633] ppid=199627 vsize=2908812 memory=2604220 CPUtime=106.89 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 127066 0 0 0 10614 75 0 0 20 0 2 0 238027787 2978623488 657988 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 268.36 s
Current children cumulated vsize: 2908812 KiB
Current children cumulated memory: 2631952 KiB

[startup+222.3 s]
/proc/loadavg: 8.08 7.49 6.79 9/254 199640
/proc/meminfo: memFree=125195520/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2963116 memory=2689416 CPUtime=387.35 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 598359 0 0 0 38492 243 0 0 20 0 2 0 238026685 3034230784 672354 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 740779 672354 3488 6655 0 721362 0
[pid=199630/tid=199633] ppid=199627 vsize=2963116 memory=14636 CPUtime=166.13 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 161801 0 0 0 16491 122 0 0 20 0 2 0 238027787 3034230784 672354 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 387.35 s
Current children cumulated vsize: 2963116 KiB
Current children cumulated memory: 2689416 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 7.61 6.87 9/254 199642
/proc/meminfo: memFree=125153692/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2943028 memory=2687408 CPUtime=506.38 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 663873 0 0 0 50372 266 0 0 20 0 2 0 238026685 3013660672 671852 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 735757 671852 3488 6655 0 716340 0
[pid=199630/tid=199633] ppid=199627 vsize=2943028 memory=14636 CPUtime=225.4 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 183826 0 0 0 22405 135 0 0 20 0 2 0 238027787 3013660672 671852 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 506.38 s
Current children cumulated vsize: 2943028 KiB
Current children cumulated memory: 2687408 KiB

[startup+342.3 s]
/proc/loadavg: 7.88 7.63 6.93 9/253 199691
/proc/meminfo: memFree=121539584/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=3749756 memory=3443364 CPUtime=625.42 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 725896 0 0 0 62225 317 0 0 20 0 2 0 238026685 3839750144 860841 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 937439 860841 3488 6655 0 918022 0
[pid=199630/tid=199633] ppid=199627 vsize=3749756 memory=2689476 CPUtime=284.66 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 193116 0 0 0 28311 155 0 0 20 0 2 0 238027787 3839750144 860841 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 625.42 s
Current children cumulated vsize: 3749756 KiB
Current children cumulated memory: 3443364 KiB


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

/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1496726 0 0 0 168947 767 0 0 20 0 2 0 238026685 3293290496 766268 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 804026 766268 3520 6655 0 785160 0
[pid=199630/tid=199633] ppid=199627 vsize=3216104 memory=3099064 CPUtime=818.37 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 460844 0 0 0 81363 474 0 0 20 0 2 0 238027787 3293290496 766268 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 1697.14 s
Current children cumulated vsize: 3216104 KiB
Current children cumulated memory: 3065072 KiB

[startup+942.3 s]
/proc/loadavg: 7.95 7.94 7.46 9/254 199810
/proc/meminfo: memFree=119923704/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=3217988 memory=3066864 CPUtime=1816.02 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1574686 0 0 0 180818 784 0 0 20 0 2 0 238026685 3295219712 766716 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 804497 766716 3520 6655 0 785631 0
[pid=199630/tid=199633] ppid=199627 vsize=3217988 memory=3065072 CPUtime=877.56 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 479689 0 0 0 87270 486 0 0 20 0 2 0 238027787 3295219712 766716 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 1816.02 s
Current children cumulated vsize: 3217988 KiB
Current children cumulated memory: 3066864 KiB

[startup+1002.3 s]
/proc/loadavg: 7.71 7.88 7.46 9/254 199858
/proc/meminfo: memFree=118468564/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=3289276 memory=3140832 CPUtime=1934.97 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1665160 0 0 0 192687 810 0 0 20 0 2 0 238026685 3368218624 785208 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 822319 785208 3520 6655 0 803453 0
[pid=199630/tid=199633] ppid=199627 vsize=3289276 memory=3140832 CPUtime=936.81 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 499972 0 0 0 93184 497 0 0 20 0 2 0 238027787 3368218624 785208 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 1934.97 s
Current children cumulated vsize: 3289276 KiB
Current children cumulated memory: 3140832 KiB

[startup+1062.3 s]
/proc/loadavg: 7.95 7.92 7.50 9/255 199863
/proc/meminfo: memFree=118375600/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=3199152 memory=3042580 CPUtime=2053.83 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1713860 0 0 0 204562 821 0 0 20 0 2 0 238026685 3275931648 760645 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 799788 760645 3520 6655 0 780922 0
[pid=199630/tid=199633] ppid=199627 vsize=3199152 memory=3140832 CPUtime=996.01 cores=5,7
/proc/199630/task/199633/stat : 199633 (LSIPExact) R 199627 199630 197377 0 -1 4194368 514339 0 0 0 99099 502 0 0 20 0 2 0 238027787 3275931648 760645 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
Current children cumulated CPU time: 2053.83 s
Current children cumulated vsize: 3199152 KiB
Current children cumulated memory: 3042580 KiB

[startup+1122.3 s]
/proc/loadavg: 7.64 7.85 7.51 8/255 199866
/proc/meminfo: memFree=118540008/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=36.61 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36661 0 0 0 3637 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2136.24 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

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

# cumulated CPU time of all completed processes:  user=2151.11 s, system=8.65143 s

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

[startup+1126.4 s]
/proc/loadavg: 7.59 7.84 7.51 8/255 199867
/proc/meminfo: memFree=118558452/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=40.69 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36683 0 0 0 4045 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2140.32 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

[startup+1139.2 s]
/proc/loadavg: 7.49 7.81 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=53.42 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36688 0 0 0 5318 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2153.05 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

[startup+1142.4 s]
/proc/loadavg: 7.45 7.80 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=56.6 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36696 0 0 0 5636 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2156.23 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

[startup+1144 s]*
/proc/loadavg: 7.45 7.80 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=58.21 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36696 0 0 0 5797 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2157.84 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

[startup+1144.8 s]
/proc/loadavg: 7.45 7.80 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2452708 memory=2376980 CPUtime=2099.63 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) S 199627 199630 197377 0 -1 4194304 1785847 0 0 0 209133 830 0 0 20 0 1 0 238026685 2511572992 594245 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 613177 594245 3552 6655 0 598997 0
[pid=199865] ppid=199630 vsize=508492 memory=499468 CPUtime=58.99 cores=5,7
/proc/199865/stat : 199865 (Exact) R 199630 199865 199865 0 -1 4194304 36696 0 0 0 5875 24 0 0 20 0 1 0 238135234 520695808 124867 18446744073709551615 4198400 8335837 140724726918816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31277056 140724726925497 140724726925851 140724726925851 140724726931407 0
/proc/199865/statm: 127123 124867 1088 1011 0 125890 0
Current children cumulated CPU time: 2158.62 s
Current children cumulated vsize: 2961200 KiB
Current children cumulated memory: 2876448 KiB

[startup+1145.6 s]
/proc/loadavg: 7.42 7.78 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2436292 memory=2360560 CPUtime=2159.41 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1806759 36710 0 0 209136 831 5949 25 20 0 1 0 238026685 2494763008 590140 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 609073 590140 3552 6655 0 594893 0
Current children cumulated CPU time: 2159.41 s
Current children cumulated vsize: 2436292 KiB
Current children cumulated memory: 2360560 KiB

[startup+1145.8 s]
/proc/loadavg: 7.42 7.78 7.50 8/255 199867
/proc/meminfo: memFree=118559044/131382112 swapFree=33010416/33010684
[pid=199630] ppid=199627 vsize=2436292 memory=2360560 CPUtime=2159.61 cores=5,7
/proc/199630/stat : 199630 (LSIPExact) R 199627 199630 197377 0 -1 4194304 1825974 36710 0 0 209155 832 5949 25 20 0 1 0 238026685 2494763008 590140 18446744073709551615 94546786607104 94546813863505 140726578912512 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94546822366344 94546822797952 94546847772672 140726578919768 140726578919944 140726578919944 140726578925548 0
/proc/199630/statm: 609073 590140 3552 6655 0 594893 0
Current children cumulated CPU time: 2159.61 s
Current children cumulated vsize: 2436292 KiB
Current children cumulated memory: 2360560 KiB

[startup+1145.9 s]*
/proc/loadavg: 7.42 7.78 7.50 8/254 199867
/proc/meminfo: memFree=120031812/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1145.93
CPU time (s): 2159.76
CPU user time (s): 2151.11
CPU system time (s): 8.65143
CPU usage (%): 188.473
Max. virtual memory (cumulated for all children) (KiB): 3815292
Max. memory (cumulated for all children) (KiB): 3457832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2151.11
system time used= 8.65143
maximum resident set size= 3478336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1896246
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= 440
involuntary context switches= 62957


# summary of solver processes directly reported to runsolver:
#   pid: 199630
#   total CPU time (s): 2159.76
#   total CPU user time (s): 2151.11
#   total CPU system time (s): 8.65143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5377 second user time and 6.36697 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 00:31:10
IDJOB=4544951
IDBENCH=180687
IDSOLVER=3337
FILE ID=nodeC012/4544951-1753223469
RUNJOBID= nodeC012-1753220119-197390
SLURM_JOB_ID= 9687805
Free space on /tmp= 432772 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat20_19_identity_complement.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544951-1753223469/watcher-4544951-1753223469 -o /tmp/evaluation-result-4544951-1753223469/solver-4544951-1753223469 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197390 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544951-1753223469.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=1768101682

nodeC012 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		: 3586.008
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.39
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		: 3591.469
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.39
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		: 3491.628
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.39
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		: 3591.435
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.39
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		: 3497.389
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.39
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		: 1197.197
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.39
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		: 3591.453
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.39
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		: 1197.162
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127908920 kB
MemAvailable:   128890552 kB
Buffers:            2136 kB
Cached:          1747164 kB
SwapCached:           12 kB
Active:          2262932 kB
Inactive:         543592 kB
Active(anon):    1078676 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   538904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62772 kB
Writeback:             4 kB
AnonPages:       1058324 kB
Mapped:           143884 kB
Shmem:             26140 kB
KReclaimable:     195816 kB
Slab:             287580 kB
SReclaimable:     195816 kB
SUnreclaim:        91764 kB
KernelStack:        4080 kB
PageTables:         5248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1444852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432684 MiB
End job on nodeC012 at 2025-07-23 00:50:16