Trace number 4491707

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 1432.19 734.085

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.29058
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1424.32/726.24	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1424.32/726.24	c numVar: 40605
1424.32/726.24	c numCon: 118930
1424.32/726.24	c numEqual: 0
1424.32/726.24	c intSize: 8
1424.32/726.24	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1424.32/726.24	c ------------------- Paras list -------------------
1424.32/726.24	c Name                	 Type      	 Now       	 Default   	 Comment
1424.32/726.24	c timeout             	 double    	 3600.000000	 3600      	 
1424.32/726.24	c mip_time            	 double    	 0.200000  	 0.5       	 
1424.32/726.24	c ls_time             	 double    	 10.000000 	 10        	 
1424.32/726.24	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1424.32/726.24	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1424.32/726.24	c random_seed         	 int       	 0         	 0         	 
1424.32/726.24	c sample_size         	 int       	 50        	 50        	 
1424.32/726.24	c sub_score           	 int       	 1         	 1         	 
1424.32/726.24	c tabu_base           	 int       	 3         	 3         	 
1424.32/726.24	c tabu_variation      	 int       	 1         	 1         	 
1424.32/726.24	c sub_div             	 int       	 4         	 4         	 
1424.32/726.24	c nbcore              	 int       	 2         	 1         	 
1424.32/726.24	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1424.32/726.24	c print_sol           	 int       	 1         	 1         	 
1424.32/726.24	c tmpdir              	 string		 .         	 "."       	 
1424.32/726.24	c home                	 string		 HOME	 "."       	 
1424.32/726.24	c benchname           	 string		 HOME/instance-4491707-1751133631.opb	 ""        	 
1424.32/726.24	c --------------------------------------------------
1424.32/726.24	c Local Search solver
1424.32/726.24	c MIP solver
1424.32/726.24	c use Exact solver
1432.08/734.01	c Exact infeasible
1432.08/734.07	s UNSATISFIABLE
1432.08/734.07	c Total time: 734

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 0.08 0.08 0.09 6/264 11733
/proc/meminfo: memFree=130007900/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=106972 memory=72252 CPUtime=0.08 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 15036 0 1 0 6 2 0 0 20 0 1 0 29040772 109539328 18063 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 26743 18063 1152 6655 0 16978 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 106972 KiB
Current children cumulated memory: 72252 KiB

[startup+0.206295 s]*
/proc/loadavg: 0.08 0.08 0.09 7/264 11733
/proc/meminfo: memFree=129991400/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=0.18 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18199 0 1 0 16 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+0.305624 s]*
/proc/loadavg: 0.08 0.08 0.09 6/264 11733
/proc/meminfo: memFree=129991400/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=0.28 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18199 0 1 0 26 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+0.700174 s]
/proc/loadavg: 0.40 0.15 0.11 6/264 11733
/proc/meminfo: memFree=129991148/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=0.67 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18199 0 1 0 65 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+1.50017 s]
/proc/loadavg: 0.40 0.15 0.11 6/264 11733
/proc/meminfo: memFree=129991148/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=1.47 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18199 0 1 0 145 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+3.10551 s]
/proc/loadavg: 0.40 0.15 0.11 6/264 11733
/proc/meminfo: memFree=129991808/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=3.07 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18203 0 1 0 305 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+6.30012 s]
/proc/loadavg: 0.68 0.21 0.13 6/264 11733
/proc/meminfo: memFree=129992160/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=119512 memory=84924 CPUtime=6.25 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 18207 0 1 0 623 2 0 0 20 0 1 0 29040772 122380288 21231 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 29878 21231 1152 6655 0 20113 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84924 KiB

[startup+12.7002 s]
/proc/loadavg: 0.95 0.27 0.15 7/260 11749
/proc/meminfo: memFree=129560860/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=388684 memory=307840 CPUtime=13.31 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 66327 0 1 0 1320 11 0 0 20 0 2 0 29040772 398012416 76960 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 97171 76960 2816 6655 0 80604 0
[pid=11724/tid=11738] ppid=11715 vsize=388684 memory=232392 CPUtime=0.68 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 4242 0 0 0 67 1 0 0 20 0 2 0 29041792 398012416 76960 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 13.31 s
Current children cumulated vsize: 388684 KiB
Current children cumulated memory: 307840 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 0.48 0.22 7/266 11828
/proc/meminfo: memFree=129081500/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=638904 memory=528072 CPUtime=37.9 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 106224 0 1 0 3768 22 0 0 20 0 2 0 29040772 654237696 132018 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 159726 132018 2816 6655 0 134604 0
[pid=11724/tid=11738] ppid=11715 vsize=638904 memory=528072 CPUtime=12.61 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 19759 0 0 0 1256 5 0 0 20 0 2 0 29041792 654237696 132018 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 37.9 s
Current children cumulated vsize: 638904 KiB
Current children cumulated memory: 528072 KiB

[startup+51.1058 s]
/proc/loadavg: 3.40 0.99 0.40 6/264 11935
/proc/meminfo: memFree=127331164/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=620876 memory=530144 CPUtime=84.85 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 205181 0 1 0 8442 43 0 0 20 0 2 0 29040772 635777024 132536 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 155219 132536 3360 6655 0 136108 0
[pid=11724/tid=11738] ppid=11715 vsize=620876 memory=524508 CPUtime=34.53 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 60223 0 0 0 3439 14 0 0 20 0 2 0 29041792 635777024 132536 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 84.85 s
Current children cumulated vsize: 620876 KiB
Current children cumulated memory: 530144 KiB

[startup+102.3 s]
/proc/loadavg: 4.92 1.78 0.70 8/267 12300
/proc/meminfo: memFree=128787600/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=778800 memory=683808 CPUtime=186.21 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 308572 0 1 0 18542 79 0 0 20 0 2 0 29040772 797491200 170952 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 194700 170952 3392 6655 0 172767 0
[pid=11724/tid=11738] ppid=11715 vsize=778800 memory=14848 CPUtime=85.05 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 87995 0 0 0 8478 27 0 0 20 0 2 0 29041792 797491200 170952 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 186.21 s
Current children cumulated vsize: 778800 KiB
Current children cumulated memory: 683808 KiB

[startup+162.3 s]
/proc/loadavg: 6.78 2.89 1.15 9/269 12304
/proc/meminfo: memFree=128896804/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=679364 CPUtime=303.74 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 385714 0 1 0 30287 87 0 0 20 0 2 0 29040772 735543296 169841 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 169841 3392 6655 0 169652 0
[pid=11724/tid=11738] ppid=11715 vsize=718304 memory=683808 CPUtime=142.82 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 116969 0 0 0 14252 30 0 0 20 0 2 0 29041792 735543296 169841 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 303.74 s
Current children cumulated vsize: 718304 KiB
Current children cumulated memory: 679364 KiB

[startup+222.3 s]
/proc/loadavg: 7.60 3.83 1.59 9/269 12306
/proc/meminfo: memFree=128799916/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=747740 CPUtime=422.92 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 456663 0 1 0 42198 94 0 0 20 0 2 0 29040772 802652160 186935 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 186935 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=747740 CPUtime=202.34 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 162770 0 0 0 20198 36 0 0 20 0 2 0 29041792 802652160 186935 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 422.92 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 747740 KiB

[startup+282.3 s]
/proc/loadavg: 7.97 4.63 2.00 9/271 12311
/proc/meminfo: memFree=128772580/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=747868 CPUtime=542.15 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 486650 0 1 0 54118 97 0 0 20 0 2 0 29040772 802652160 186967 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 186967 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=17280 CPUtime=262.13 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 170222 0 0 0 26176 37 0 0 20 0 2 0 29041792 802652160 186967 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 542.15 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 747868 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 5.26 2.38 9/270 12313
/proc/meminfo: memFree=128764184/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=661.4 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 496945 0 1 0 66041 99 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=17280 CPUtime=321.95 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 172606 0 0 0 32158 37 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 661.4 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+402.3 s]

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

[startup+462.3 s]
/proc/loadavg: 8.00 6.16 3.07 9/269 12362
/proc/meminfo: memFree=128736100/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=899.91 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 524207 0 1 0 89886 105 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=14848 CPUtime=441.59 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 197093 0 0 0 44116 43 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 899.91 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+522.3 s]
/proc/loadavg: 8.05 6.51 3.38 10/269 12364
/proc/meminfo: memFree=128731920/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1019.16 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 530073 0 1 0 101808 108 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=748024 CPUtime=501.4 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 197255 0 0 0 50096 44 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1019.16 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+582.3 s]
/proc/loadavg: 8.06 6.80 3.68 9/267 12366
/proc/meminfo: memFree=128672676/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1138.42 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 536751 0 1 0 113732 110 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=14848 CPUtime=561.23 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 198165 0 0 0 56078 45 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1138.42 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+642.3 s]
/proc/loadavg: 7.97 7.02 3.95 10/267 12368
/proc/meminfo: memFree=128696736/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1257.66 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 544590 0 1 0 125654 112 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=748024 CPUtime=621.05 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 199001 0 0 0 62058 47 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1257.66 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+702.3 s]
/proc/loadavg: 8.03 7.21 4.21 9/268 12375
/proc/meminfo: memFree=128656088/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1376.84 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 544822 0 1 0 137569 115 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=748024 CPUtime=680.85 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 199216 0 0 0 68035 50 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1376.84 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

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

# cumulated CPU time of all completed processes:  user=1430.91 s, system=1.27329 s

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

[startup+716.8 s]
/proc/loadavg: 8.10 7.27 4.28 9/269 12379
/proc/meminfo: memFree=128657680/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1405.65 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 544854 0 1 0 140448 117 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=10752 CPUtime=695.29 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 199247 0 0 0 69478 51 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1405.65 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+723.2 s]
/proc/loadavg: 8.09 7.28 4.30 9/269 12379
/proc/meminfo: memFree=128658660/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=783840 memory=748024 CPUtime=1418.36 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) R 11715 11724 11659 0 -1 4194304 544858 0 1 0 141719 117 0 0 20 0 2 0 29040772 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 195960 187006 3392 6655 0 185212 0
[pid=11724/tid=11738] ppid=11715 vsize=783840 memory=14848 CPUtime=701.67 cores=0,2
/proc/11724/task/11738/stat : 11738 (LSIPExact) R 11715 11724 11659 0 -1 4194368 199251 0 0 0 70116 51 0 0 20 0 2 0 29041792 802652160 187006 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
Current children cumulated CPU time: 1418.36 s
Current children cumulated vsize: 783840 KiB
Current children cumulated memory: 748024 KiB

[startup+729.6 s]
/proc/loadavg: 8.08 7.29 4.32 7/269 12381
/proc/meminfo: memFree=128462840/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=684160 CPUtime=1424.37 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) S 11715 11724 11659 0 -1 4194304 553202 0 1 0 142320 117 0 0 20 0 1 0 29040772 735543296 171040 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 171040 3424 6655 0 169701 0
[pid=12381] ppid=11724 vsize=186244 memory=171880 CPUtime=3.33 cores=0,2
/proc/12381/stat : 12381 (Exact) R 11724 12381 12381 0 -1 4194304 25160 0 0 0 326 7 0 0 20 0 1 0 29113397 190713856 42970 18446744073709551615 4198400 8335837 140720801740656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34975744 140720801745083 140720801745437 140720801745437 140720801750991 0
/proc/12381/statm: 46561 42970 1120 1011 0 45328 0
Current children cumulated CPU time: 1427.7 s
Current children cumulated vsize: 904548 KiB
Current children cumulated memory: 856040 KiB

[startup+731.2 s]
/proc/loadavg: 7.92 7.27 4.33 7/269 12381
/proc/meminfo: memFree=128462920/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=684160 CPUtime=1424.37 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) S 11715 11724 11659 0 -1 4194304 553202 0 1 0 142320 117 0 0 20 0 1 0 29040772 735543296 171040 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 171040 3424 6655 0 169701 0
[pid=12381] ppid=11724 vsize=187300 memory=175044 CPUtime=4.92 cores=0,2
/proc/12381/stat : 12381 (Exact) R 11724 12381 12381 0 -1 4194304 25442 0 0 0 485 7 0 0 20 0 1 0 29113397 191795200 43761 18446744073709551615 4198400 8335837 140720801740656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34975744 140720801745083 140720801745437 140720801745437 140720801750991 0
/proc/12381/statm: 46825 43761 1120 1011 0 45592 0
Current children cumulated CPU time: 1429.29 s
Current children cumulated vsize: 905604 KiB
Current children cumulated memory: 859204 KiB

[startup+732.8 s]
/proc/loadavg: 7.92 7.27 4.33 7/269 12381
/proc/meminfo: memFree=128459076/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=684160 CPUtime=1424.37 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) S 11715 11724 11659 0 -1 4194304 553202 0 1 0 142320 117 0 0 20 0 1 0 29040772 735543296 171040 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 171040 3424 6655 0 169701 0
[pid=12381] ppid=11724 vsize=191968 memory=181740 CPUtime=6.51 cores=0,2
/proc/12381/stat : 12381 (Exact) R 11724 12381 12381 0 -1 4194304 26597 0 0 0 644 7 0 0 20 0 1 0 29113397 196575232 45435 18446744073709551615 4198400 8335837 140720801740656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34975744 140720801745083 140720801745437 140720801745437 140720801750991 0
/proc/12381/statm: 47992 45435 1120 1011 0 46759 0
Current children cumulated CPU time: 1430.88 s
Current children cumulated vsize: 910272 KiB
Current children cumulated memory: 865900 KiB

[startup+733.6 s]
/proc/loadavg: 7.92 7.27 4.33 7/269 12381
/proc/meminfo: memFree=128458828/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=684160 CPUtime=1424.37 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) S 11715 11724 11659 0 -1 4194304 553202 0 1 0 142320 117 0 0 20 0 1 0 29040772 735543296 171040 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 171040 3424 6655 0 169701 0
[pid=12381] ppid=11724 vsize=191968 memory=181740 CPUtime=7.31 cores=0,2
/proc/12381/stat : 12381 (Exact) R 11724 12381 12381 0 -1 4194304 26609 0 0 0 724 7 0 0 20 0 1 0 29113397 196575232 45435 18446744073709551615 4198400 8335837 140720801740656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34975744 140720801745083 140720801745437 140720801745437 140720801750991 0
/proc/12381/statm: 47992 45435 1120 1011 0 46759 0
Current children cumulated CPU time: 1431.68 s
Current children cumulated vsize: 910272 KiB
Current children cumulated memory: 865900 KiB

[startup+734 s]*
/proc/loadavg: 7.92 7.27 4.33 7/269 12381
/proc/meminfo: memFree=128469068/131249996 swapFree=33010684/33010684
[pid=11724] ppid=11715 vsize=718304 memory=684160 CPUtime=1424.37 cores=0,2
/proc/11724/stat : 11724 (LSIPExact) S 11715 11724 11659 0 -1 4194304 553202 0 1 0 142320 117 0 0 20 0 1 0 29040772 735543296 171040 18446744073709551615 94269240827904 94269268084305 140733719477600 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94269276587144 94269277018752 94269285335040 140733719484762 140733719484938 140733719484938 140733719490540 0
/proc/11724/statm: 179576 171040 3424 6655 0 169701 0
[pid=12381] ppid=11724 vsize=127288 memory=122236 CPUtime=7.71 cores=0,2
/proc/12381/stat : 12381 (Exact) R 11724 12381 12381 0 -1 4194304 26617 0 0 0 764 7 0 0 20 0 1 0 29113397 130342912 30559 18446744073709551615 4198400 8335837 140720801740656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34975744 140720801745083 140720801745437 140720801745437 140720801750991 0
/proc/12381/statm: 31822 30559 1120 1011 0 30589 0
Current children cumulated CPU time: 1432.08 s
Current children cumulated vsize: 845592 KiB
Current children cumulated memory: 806396 KiB

Child status: 0

Real time (s): 734.085
CPU time (s): 1432.19
CPU user time (s): 1430.91
CPU system time (s): 1.27329
CPU usage (%): 195.098
Max. virtual memory (cumulated for all children) (KiB): 910272
Max. memory (cumulated for all children) (KiB): 865900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1430.91
system time used= 1.27329
maximum resident set size= 753292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595639
page faults= 1
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 414
involuntary context switches= 48155


# summary of solver processes directly reported to runsolver:
#   pid: 11724
#   total CPU time (s): 1432.19
#   total CPU user time (s): 1430.91
#   total CPU system time (s): 1.27329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38771 second user time and 3.51101 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-28 20:00:32
IDJOB=4491707
IDBENCH=147734
IDSOLVER=3336
FILE ID=nodeC015/4491707-1751133631
RUNJOBID= nodeC015-1751133631-11673
SLURM_JOB_ID= 9587415
Free space on /tmp= 433056 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.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-4491707-1751133631/watcher-4491707-1751133631 -o /tmp/evaluation-result-4491707-1751133631/solver-4491707-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751133631-11673 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491707-1751133631.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=130135792

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130130268 kB
MemAvailable:   129837652 kB
Buffers:            3280 kB
Cached:           532012 kB
SwapCached:            0 kB
Active:           283216 kB
Inactive:         326672 kB
Active(anon):      92680 kB
Inactive(anon):        0 kB
Active(file):     190536 kB
Inactive(file):   326672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            184064 kB
Writeback:             4 kB
AnonPages:         77748 kB
Mapped:           102540 kB
Shmem:             18076 kB
KReclaimable:      58828 kB
Slab:             134428 kB
SReclaimable:      58828 kB
SUnreclaim:        75600 kB
KernelStack:        4000 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC015 at 2025-06-28 20:12:47