Trace number 4526974

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 S1UNSAT 1595.95 908.148

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
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 benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1414.64/726.38	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1414.64/726.38	c numVar: 62704
1414.64/726.38	c numCon: 187107
1414.64/726.38	c numEqual: 0
1414.64/726.38	c intSize: 7
1414.64/726.38	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1414.64/726.38	c ------------------- Paras list -------------------
1414.64/726.38	c Name                	 Type      	 Now       	 Default   	 Comment
1414.64/726.38	c timeout             	 double    	 3600.000000	 3600      	 
1414.64/726.38	c mip_time            	 double    	 0.200000  	 0.5       	 
1414.64/726.38	c ls_time             	 double    	 10.000000 	 10        	 
1414.64/726.38	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1414.64/726.38	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1414.64/726.38	c random_seed         	 int       	 0         	 0         	 
1414.64/726.38	c sample_size         	 int       	 50        	 50        	 
1414.64/726.38	c sub_score           	 int       	 1         	 1         	 
1414.64/726.38	c tabu_base           	 int       	 3         	 3         	 
1414.64/726.38	c tabu_variation      	 int       	 1         	 1         	 
1414.64/726.38	c sub_div             	 int       	 4         	 4         	 
1414.64/726.38	c nbcore              	 int       	 2         	 1         	 
1414.64/726.38	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1414.64/726.38	c print_sol           	 int       	 1         	 1         	 
1414.64/726.38	c tmpdir              	 string		 .         	 "."       	 
1414.64/726.38	c home                	 string		 HOME	 "."       	 
1414.64/726.38	c benchname           	 string		 HOME/instance-4526974-1752232236.opb	 ""        	 
1414.64/726.38	c --------------------------------------------------
1414.64/726.38	c Local Search solver
1414.64/726.38	c MIP solver
1414.64/726.38	c use Exact solver
1595.61/907.88	c Exact infeasible
1595.80/908.09	s UNSATISFIABLE
1595.80/908.09	c Total time: 908

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526974-1752232236/watcher-4526974-1752232236 -o /tmp/evaluation-result-4526974-1752232236/solver-4526974-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752232205-115993 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526974-1752232236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100076 s]*
/proc/loadavg: 2.35 0.62 0.27 7/254 116193
/proc/meminfo: memFree=128739320/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=94644 memory=51932 CPUtime=0.1 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 9925 0 0 0 7 3 0 0 20 0 1 0 138903020 96915456 12983 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 23661 12983 1184 6655 0 13896 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 94644 KiB
Current children cumulated memory: 51932 KiB

[startup+0.213075 s]*
/proc/loadavg: 2.35 0.62 0.27 7/254 116193
/proc/meminfo: memFree=128699880/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=129312 memory=94816 CPUtime=0.21 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 18590 0 0 0 16 5 0 0 20 0 1 0 138903020 132415488 23704 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 32328 23704 1184 6655 0 22563 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 129312 KiB
Current children cumulated memory: 94816 KiB

[startup+0.313069 s]*
/proc/loadavg: 2.35 0.62 0.27 7/254 116193
/proc/meminfo: memFree=128683752/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=149404 memory=114912 CPUtime=0.31 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 23610 0 0 0 25 6 0 0 20 0 1 0 138903020 152989696 28728 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 37351 28728 1184 6655 0 27586 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 149404 KiB
Current children cumulated memory: 114912 KiB

[startup+0.700327 s]
/proc/loadavg: 2.35 0.62 0.27 7/254 116193
/proc/meminfo: memFree=128667624/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=162868 memory=128352 CPUtime=0.68 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 26977 0 0 0 61 7 0 0 20 0 1 0 138903020 166776832 32088 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 40717 32088 1184 6655 0 30952 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128352 KiB

[startup+1.50033 s]
/proc/loadavg: 2.35 0.62 0.27 7/254 116193
/proc/meminfo: memFree=128667632/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=162868 memory=128352 CPUtime=1.48 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 26978 0 0 0 141 7 0 0 20 0 1 0 138903020 166776832 32088 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 40717 32088 1184 6655 0 30952 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128352 KiB

[startup+3.11292 s]
/proc/loadavg: 2.72 0.73 0.30 7/254 116193
/proc/meminfo: memFree=128663748/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=162868 memory=128352 CPUtime=3.09 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 26986 0 0 0 302 7 0 0 20 0 1 0 138903020 166776832 32088 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 40717 32088 1184 6655 0 30952 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128352 KiB

[startup+6.30027 s]
/proc/loadavg: 2.72 0.73 0.30 7/254 116193
/proc/meminfo: memFree=128659256/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=162868 memory=128352 CPUtime=6.27 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 26994 0 0 0 620 7 0 0 20 0 1 0 138903020 166776832 32088 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 40717 32088 1184 6655 0 30952 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128352 KiB

[startup+12.7003 s]
/proc/loadavg: 2.98 0.82 0.34 8/256 116195
/proc/meminfo: memFree=128438508/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=427348 memory=304460 CPUtime=12.64 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 63915 0 0 0 1251 13 0 0 20 0 2 0 138903020 437604352 76115 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 106837 76115 2720 6655 0 80720 0
[pid=116192/tid=116195] ppid=116189 vsize=427348 memory=304204 CPUtime=0 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) S 116189 116192 115975 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138904053 437604352 76115 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 427348 KiB
Current children cumulated memory: 304460 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 1.15 0.45 9/256 116195
/proc/meminfo: memFree=128017956/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=749208 memory=670264 CPUtime=33.68 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 119912 0 0 0 3341 27 0 0 20 0 2 0 138903020 767188992 167566 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 187302 167566 2912 6655 0 171693 0
[pid=116192/tid=116195] ppid=116189 vsize=749208 memory=666424 CPUtime=8.4 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 12782 0 0 0 836 4 0 0 20 0 2 0 138904053 767188992 167566 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 33.68 s
Current children cumulated vsize: 749208 KiB
Current children cumulated memory: 670264 KiB

[startup+51.1132 s]
/proc/loadavg: 5.53 1.74 0.67 8/256 116196
/proc/meminfo: memFree=128019672/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=693736 memory=585748 CPUtime=81.42 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 154146 0 0 0 8108 34 0 0 20 0 2 0 138903020 710385664 146437 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 173434 146437 2912 6655 0 163172 0
[pid=116192/tid=116195] ppid=116189 vsize=693736 memory=671288 CPUtime=31.26 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) S 116189 116192 115975 0 -1 4194368 23374 0 0 0 3120 6 0 0 20 0 2 0 138904053 710385664 146437 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 81.42 s
Current children cumulated vsize: 693736 KiB
Current children cumulated memory: 585748 KiB

[startup+102.3 s]
/proc/loadavg: 6.92 2.69 1.05 9/257 116199
/proc/meminfo: memFree=127730724/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=877068 memory=802856 CPUtime=177.16 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 252528 0 0 0 17661 55 0 0 20 0 2 0 138903020 898117632 200714 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 219267 200714 3488 6655 0 207570 0
[pid=116192/tid=116195] ppid=116189 vsize=877068 memory=802296 CPUtime=76.53 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 56461 0 0 0 7638 15 0 0 20 0 2 0 138904053 898117632 200714 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 177.16 s
Current children cumulated vsize: 877068 KiB
Current children cumulated memory: 802856 KiB

[startup+162.3 s]
/proc/loadavg: 7.66 3.67 1.49 9/257 116200
/proc/meminfo: memFree=127468152/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1040824 memory=977868 CPUtime=296.28 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 356617 0 0 0 29557 71 0 0 20 0 2 0 138903020 1065803776 244467 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 260206 244467 3520 6655 0 250168 0
[pid=116192/tid=116195] ppid=116189 vsize=1040824 memory=974544 CPUtime=136.28 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 88914 0 0 0 13606 22 0 0 20 0 2 0 138904053 1065803776 244467 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 296.28 s
Current children cumulated vsize: 1040824 KiB
Current children cumulated memory: 977868 KiB

[startup+222.3 s]
/proc/loadavg: 8.00 4.50 1.91 9/257 116202
/proc/meminfo: memFree=127292492/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1106360 memory=1014348 CPUtime=415.31 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 445331 0 0 0 41404 127 0 0 20 0 2 0 138903020 1132912640 253587 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 276590 253587 3520 6655 0 258420 0
[pid=116192/tid=116195] ppid=116189 vsize=1106360 memory=1009908 CPUtime=195.98 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 150528 0 0 0 19523 75 0 0 20 0 2 0 138904053 1132912640 253587 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 415.31 s
Current children cumulated vsize: 1106360 KiB
Current children cumulated memory: 1014348 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 5.14 2.30 9/255 116204
/proc/meminfo: memFree=127132856/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1171896 memory=1081144 CPUtime=532.91 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 489031 0 0 0 53155 136 0 0 20 0 2 0 138903020 1200021504 270286 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 292974 270286 3520 6655 0 271712 0
[pid=116192/tid=116195] ppid=116189 vsize=1171896 memory=14848 CPUtime=254.24 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 166330 0 0 0 25344 80 0 0 20 0 2 0 138904053 1200021504 270286 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 532.91 s
Current children cumulated vsize: 1171896 KiB
Current children cumulated memory: 1081144 KiB

[startup+342.3 s]
/proc/loadavg: 7.75 5.59 2.63 9/254 116206
/proc/meminfo: memFree=126888120/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1171896 memory=1125796 CPUtime=652 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 562875 0 0 0 65054 146 0 0 20 0 2 0 138903020 1200021504 281449 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 292974 281449 3520 6655 0 282682 0
[pid=116192/tid=116195] ppid=116189 vsize=1171896 memory=1056472 CPUtime=313.97 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 208565 0 0 0 31309 88 0 0 20 0 2 0 138904053 1200021504 281449 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 652 s
Current children cumulated vsize: 1171896 KiB
Current children cumulated memory: 1125796 KiB

[startup+402.3 s]

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

Current children cumulated vsize: 1171896 KiB
Current children cumulated memory: 1135364 KiB

[startup+702.3 s]
/proc/loadavg: 8.14 7.37 4.41 9/255 116226
/proc/meminfo: memFree=126498108/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1171896 memory=1135364 CPUtime=1366.96 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 805274 0 0 0 136526 170 0 0 20 0 2 0 138903020 1200021504 283841 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 292974 283841 3520 6655 0 282682 0
[pid=116192/tid=116195] ppid=116189 vsize=1171896 memory=1135364 CPUtime=672.58 cores=4,6
/proc/116192/task/116195/stat : 116195 (LSIPExact) R 116189 116192 115975 0 -1 4194368 329089 0 0 0 67155 103 0 0 20 0 2 0 138904053 1200021504 283841 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
Current children cumulated CPU time: 1366.96 s
Current children cumulated vsize: 1171896 KiB
Current children cumulated memory: 1135364 KiB

[startup+762.3 s]
/proc/loadavg: 7.66 7.39 4.61 8/255 116229
/proc/meminfo: memFree=126277236/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=253836 memory=241988 CPUtime=35.77 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 41228 0 1 0 3569 8 0 0 20 0 1 0 138975659 259928064 60497 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 63459 60497 1120 1011 0 62226 0
Current children cumulated CPU time: 1450.53 s
Current children cumulated vsize: 1339660 KiB
Current children cumulated memory: 1290232 KiB

[startup+822.3 s]
/proc/loadavg: 7.37 7.35 4.77 8/254 116231
/proc/meminfo: memFree=126207212/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=260248 memory=248388 CPUtime=95.6 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 42869 0 1 0 9550 10 0 0 20 0 1 0 138975659 266493952 62097 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 65062 62097 1120 1011 0 63829 0
Current children cumulated CPU time: 1510.36 s
Current children cumulated vsize: 1346072 KiB
Current children cumulated memory: 1296632 KiB

[startup+882.3 s]
/proc/loadavg: 7.20 7.30 4.92 8/254 116233
/proc/meminfo: memFree=126119324/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=253892 CPUtime=155.42 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44267 0 1 0 15531 11 0 0 20 0 1 0 138975659 273981440 63473 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63473 1120 1011 0 65657 0
Current children cumulated CPU time: 1570.18 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1302136 KiB

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

# cumulated CPU time of all completed processes:  user=1594.02 s, system=1.9277 s

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

[startup+883.2 s]
/proc/loadavg: 7.18 7.30 4.93 8/254 116233
/proc/meminfo: memFree=126118524/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=253892 CPUtime=156.32 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44267 0 1 0 15621 11 0 0 20 0 1 0 138975659 273981440 63473 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63473 1120 1011 0 65657 0
Current children cumulated CPU time: 1571.08 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1302136 KiB

[startup+896 s]*
/proc/loadavg: 7.15 7.29 4.95 8/254 116233
/proc/meminfo: memFree=126098192/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=254404 CPUtime=169.1 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44418 0 1 0 16899 11 0 0 20 0 1 0 138975659 273981440 63601 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63601 1120 1011 0 65657 0
Current children cumulated CPU time: 1583.86 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1302648 KiB

[startup+902.4 s]
/proc/loadavg: 7.14 7.28 4.96 8/254 116235
/proc/meminfo: memFree=126067988/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=254916 CPUtime=175.46 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44553 0 1 0 17535 11 0 0 20 0 1 0 138975659 273981440 63729 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63729 1120 1011 0 65657 0
Current children cumulated CPU time: 1590.22 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1303160 KiB

[startup+905.6 s]
/proc/loadavg: 7.13 7.28 4.97 8/254 116235
/proc/meminfo: memFree=126069200/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=254916 CPUtime=178.66 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44553 0 1 0 17855 11 0 0 20 0 1 0 138975659 273981440 63729 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63729 1120 1011 0 65657 0
Current children cumulated CPU time: 1593.42 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1303160 KiB

[startup+907.2 s]
/proc/loadavg: 7.13 7.28 4.97 8/254 116235
/proc/meminfo: memFree=126076268/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=254916 CPUtime=180.25 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44553 0 1 0 18014 11 0 0 20 0 1 0 138975659 273981440 63729 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63729 1120 1011 0 65657 0
Current children cumulated CPU time: 1595.01 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1303160 KiB

[startup+907.6 s]
/proc/loadavg: 7.13 7.28 4.97 8/254 116235
/proc/meminfo: memFree=126076268/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1414.76 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) S 116189 116192 115975 0 -1 4194304 822204 0 0 0 141304 172 0 0 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
[pid=116229] ppid=116192 vsize=267560 memory=254916 CPUtime=180.65 cores=4,6
/proc/116229/stat : 116229 (Exact) R 116192 116229 116229 0 -1 4194304 44553 0 1 0 18054 11 0 0 20 0 1 0 138975659 273981440 63729 18446744073709551615 4198400 8335837 140728738095632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 23298048 140728738101433 140728738101787 140728738101787 140728738107343 0
/proc/116229/statm: 66890 63729 1120 1011 0 65657 0
Current children cumulated CPU time: 1595.41 s
Current children cumulated vsize: 1353384 KiB
Current children cumulated memory: 1303160 KiB

[startup+908 s]*
/proc/loadavg: 7.20 7.29 4.99 8/253 116235
/proc/meminfo: memFree=126332020/131382112 swapFree=33002444/33010684
[pid=116192] ppid=116189 vsize=1085824 memory=1048244 CPUtime=1595.8 cores=4,6
/proc/116192/stat : 116192 (LSIPExact) R 116189 116192 115975 0 -1 4194304 833434 44559 0 1 141314 173 18081 12 20 0 1 0 138903020 1111883776 262061 18446744073709551615 93964382863360 93964410120529 140725012616224 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93964418622600 93964419054208 93964446334976 140725012621656 140725012621832 140725012621832 140725012627436 0
/proc/116192/statm: 271456 262061 3552 6655 0 261226 0
Current children cumulated CPU time: 1595.8 s
Current children cumulated vsize: 1085824 KiB
Current children cumulated memory: 1048244 KiB

[startup+908.113 s]*
/proc/loadavg: 7.20 7.29 4.99 8/253 116235
/proc/meminfo: memFree=126491988/131382112 swapFree=33002444/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): 908.148
CPU time (s): 1595.95
CPU user time (s): 1594.02
CPU system time (s): 1.9277
CPU usage (%): 175.737
Max. virtual memory (cumulated for all children) (KiB): 1353384
Max. memory (cumulated for all children) (KiB): 1303160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1594.02
system time used= 1.9277
maximum resident set size= 1154720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 891136
page faults= 1
swaps= 0
block input operations= 8
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 379
involuntary context switches= 34361


# summary of solver processes directly reported to runsolver:
#   pid: 116192
#   total CPU time (s): 1595.95
#   total CPU user time (s): 1594.02
#   total CPU system time (s): 1.9277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.33438 second user time and 5.42625 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-11 13:10:36
IDJOB=4526974
IDBENCH=147718
IDSOLVER=3384
FILE ID=nodeC005/4526974-1752232236
RUNJOBID= nodeC005-1752232205-115993
SLURM_JOB_ID= 9682516
Free space on /tmp= 428476 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526974-1752232236/watcher-4526974-1752232236 -o /tmp/evaluation-result-4526974-1752232236/solver-4526974-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752232205-115993 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526974-1752232236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=1287912451

nodeC005 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		: 3591.727
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.90
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.713
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.90
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		: 3591.700
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.90
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.724
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.90
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		: 1197.233
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.90
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		: 1396.884
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.90
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.376
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.90
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.477
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128775356 kB
MemAvailable:   129728720 kB
Buffers:              12 kB
Cached:          1738060 kB
SwapCached:          244 kB
Active:           530896 kB
Inactive:        1464372 kB
Active(anon):     230384 kB
Inactive(anon):    39708 kB
Active(file):     300512 kB
Inactive(file):  1424664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            139572 kB
Writeback:             0 kB
AnonPages:        260184 kB
Mapped:           127356 kB
Shmem:             12892 kB
KReclaimable:     135632 kB
Slab:             224224 kB
SReclaimable:     135632 kB
SUnreclaim:        88592 kB
KernelStack:        4096 kB
PageTables:         3600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     626328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428432 MiB
End job on nodeC005 at 2025-07-11 13:25:45