Trace number 4526985

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 1434.7 736.292

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.75/726.31	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1424.75/726.31	c numVar: 40605
1424.75/726.31	c numCon: 118930
1424.75/726.31	c numEqual: 0
1424.75/726.31	c intSize: 8
1424.75/726.31	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1424.75/726.31	c ------------------- Paras list -------------------
1424.75/726.31	c Name                	 Type      	 Now       	 Default   	 Comment
1424.75/726.31	c timeout             	 double    	 3600.000000	 3600      	 
1424.75/726.31	c mip_time            	 double    	 0.200000  	 0.5       	 
1424.75/726.31	c ls_time             	 double    	 10.000000 	 10        	 
1424.75/726.31	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1424.75/726.31	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1424.75/726.31	c random_seed         	 int       	 0         	 0         	 
1424.75/726.31	c sample_size         	 int       	 50        	 50        	 
1424.75/726.31	c sub_score           	 int       	 1         	 1         	 
1424.75/726.31	c tabu_base           	 int       	 3         	 3         	 
1424.75/726.31	c tabu_variation      	 int       	 1         	 1         	 
1424.75/726.31	c sub_div             	 int       	 4         	 4         	 
1424.75/726.31	c nbcore              	 int       	 2         	 1         	 
1424.75/726.31	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1424.75/726.31	c print_sol           	 int       	 1         	 1         	 
1424.75/726.31	c tmpdir              	 string		 .         	 "."       	 
1424.75/726.31	c home                	 string		 HOME	 "."       	 
1424.75/726.31	c benchname           	 string		 HOME/instance-4526985-1752232236.opb	 ""        	 
1424.75/726.31	c --------------------------------------------------
1424.75/726.31	c Local Search solver
1424.75/726.31	c MIP solver
1424.75/726.31	c use Exact solver
1434.52/736.12	c Exact infeasible
1434.59/736.26	s UNSATISFIABLE
1434.59/736.26	c Total time: 736

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10007 s]*
/proc/loadavg: 2.55 0.67 0.28 7/250 107593
/proc/meminfo: memFree=128668260/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=79228 memory=42952 CPUtime=0.09 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 8700 0 0 0 6 3 0 0 20 0 1 0 138902755 81129472 10706 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 19807 10706 1152 6655 0 10042 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79228 KiB
Current children cumulated memory: 42952 KiB

[startup+0.213157 s]*
/proc/loadavg: 2.55 0.67 0.28 7/249 107593
/proc/meminfo: memFree=128596944/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=105376 memory=70728 CPUtime=0.2 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 15663 0 0 0 15 5 0 0 20 0 1 0 138902755 107905024 17682 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 26344 17682 1152 6655 0 16579 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 105376 KiB
Current children cumulated memory: 70728 KiB

[startup+0.313146 s]*
/proc/loadavg: 2.83 0.76 0.32 7/249 107593
/proc/meminfo: memFree=128581176/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=119512 memory=84936 CPUtime=0.3 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 19221 0 0 0 24 6 0 0 20 0 1 0 138902755 122380288 21234 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 29878 21234 1152 6655 0 20113 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84936 KiB

[startup+0.700314 s]
/proc/loadavg: 2.83 0.76 0.32 7/254 107602
/proc/meminfo: memFree=128579476/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=119512 memory=84936 CPUtime=0.67 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 19224 0 0 0 61 6 0 0 20 0 1 0 138902755 122380288 21234 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 29878 21234 1152 6655 0 20113 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84936 KiB

[startup+1.50029 s]
/proc/loadavg: 2.83 0.76 0.32 8/254 107602
/proc/meminfo: memFree=128577712/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=119512 memory=84936 CPUtime=1.47 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 19224 0 0 0 141 6 0 0 20 0 1 0 138902755 122380288 21234 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 29878 21234 1152 6655 0 20113 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84936 KiB

[startup+3.11294 s]
/proc/loadavg: 2.83 0.76 0.32 7/254 107602
/proc/meminfo: memFree=128577776/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=119512 memory=84936 CPUtime=3.08 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 19226 0 0 0 302 6 0 0 20 0 1 0 138902755 122380288 21234 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 29878 21234 1152 6655 0 20113 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84936 KiB

[startup+6.3003 s]
/proc/loadavg: 3.16 0.86 0.35 7/254 107602
/proc/meminfo: memFree=128572476/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=119512 memory=84936 CPUtime=6.26 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 19228 0 0 0 620 6 0 0 20 0 1 0 138902755 122380288 21234 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 29878 21234 1152 6655 0 20113 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84936 KiB

[startup+12.7002 s]
/proc/loadavg: 3.39 0.95 0.38 7/251 107612
/proc/meminfo: memFree=128333020/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=388684 memory=306356 CPUtime=13.21 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 66536 0 0 0 1304 17 0 0 20 0 2 0 138902755 398012416 76589 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 97171 76589 2848 6655 0 80604 0
[pid=107588/tid=107603] ppid=107584 vsize=388684 memory=1588 CPUtime=0.65 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 4161 0 0 0 64 1 0 0 20 0 2 0 138903780 398012416 76589 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 13.21 s
Current children cumulated vsize: 388684 KiB
Current children cumulated memory: 306356 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 1.17 0.46 7/254 107704
/proc/meminfo: memFree=128040416/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=638904 memory=529912 CPUtime=38.09 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 89542 0 0 0 3781 28 0 0 20 0 2 0 138902755 654237696 132478 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 159726 132478 2848 6655 0 134604 0
[pid=107588/tid=107603] ppid=107584 vsize=638904 memory=16404 CPUtime=12.9 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 16791 0 0 0 1285 5 0 0 20 0 2 0 138903780 654237696 132478 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 38.09 s
Current children cumulated vsize: 638904 KiB
Current children cumulated memory: 529912 KiB

[startup+51.1054 s]
/proc/loadavg: 4.99 1.66 0.65 8/256 107743
/proc/meminfo: memFree=127893260/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=620876 memory=554900 CPUtime=85.26 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 155252 0 0 0 8479 47 0 0 20 0 2 0 138902755 635777024 138725 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 155219 138725 3328 6655 0 141712 0
[pid=107588/tid=107603] ppid=107584 vsize=620876 memory=16404 CPUtime=35.25 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 56115 0 0 0 3509 16 0 0 20 0 2 0 138903780 635777024 138725 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 85.26 s
Current children cumulated vsize: 620876 KiB
Current children cumulated memory: 554900 KiB

[startup+102.3 s]
/proc/loadavg: 6.20 2.51 0.99 8/256 107745
/proc/meminfo: memFree=127704808/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=780592 memory=684260 CPUtime=186.92 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 248833 0 0 0 18631 61 0 0 20 0 2 0 138902755 799326208 171065 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 195148 171065 3360 6655 0 173215 0
[pid=107588/tid=107603] ppid=107584 vsize=780592 memory=684260 CPUtime=85.9 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 86079 0 0 0 8570 20 0 0 20 0 2 0 138903780 799326208 171065 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 186.92 s
Current children cumulated vsize: 780592 KiB
Current children cumulated memory: 684260 KiB

[startup+162.3 s]
/proc/loadavg: 6.77 3.34 1.37 8/256 107747
/proc/meminfo: memFree=127569936/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=721304 memory=680560 CPUtime=304.05 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 353460 0 0 0 30334 71 0 0 20 0 2 0 138902755 738615296 170140 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 180326 170140 3360 6655 0 170402 0
[pid=107588/tid=107603] ppid=107584 vsize=721304 memory=672528 CPUtime=143.28 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 125636 0 0 0 14303 25 0 0 20 0 2 0 138903780 738615296 170140 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 304.05 s
Current children cumulated vsize: 721304 KiB
Current children cumulated memory: 680560 KiB

[startup+222.3 s]
/proc/loadavg: 7.03 4.04 1.74 8/257 107750
/proc/meminfo: memFree=127397024/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=747288 CPUtime=423.23 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 392724 0 0 0 42246 77 0 0 20 0 2 0 138902755 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 186822 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=705072 CPUtime=202.67 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 143559 0 0 0 20239 28 0 0 20 0 2 0 138903780 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 423.23 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 747288 KiB

[startup+282.3 s]
/proc/loadavg: 7.07 4.60 2.08 8/254 107752
/proc/meminfo: memFree=127269152/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=747288 CPUtime=542.48 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 469781 0 0 0 54165 83 0 0 20 0 2 0 138902755 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 186822 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747288 CPUtime=262.09 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 178387 0 0 0 26178 31 0 0 20 0 2 0 138903780 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 542.48 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 747288 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 5.05 2.39 8/254 107754
/proc/meminfo: memFree=127136932/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=747288 CPUtime=661.73 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 489151 0 0 0 66089 84 0 0 20 0 2 0 138902755 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 186822 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747288 CPUtime=321.52 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 186278 0 0 0 32120 32 0 0 20 0 2 0 138903780 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 661.73 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 747288 KiB

[startup+402.3 s]

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

Current children cumulated memory: 747288 KiB

[startup+462.3 s]
/proc/loadavg: 7.10 5.74 2.97 8/255 107758
/proc/meminfo: memFree=126873648/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=747288 CPUtime=900.23 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 551523 0 0 0 89934 89 0 0 20 0 2 0 138902755 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 186822 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747288 CPUtime=440.38 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 218544 0 0 0 44004 34 0 0 20 0 2 0 138903780 805724160 186822 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 900.23 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 747288 KiB

[startup+522.3 s]
/proc/loadavg: 7.08 5.99 3.23 8/255 107760
/proc/meminfo: memFree=126713136/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=749060 CPUtime=1019.45 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 554378 0 0 0 101855 90 0 0 20 0 2 0 138902755 805724160 187265 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 187265 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747908 CPUtime=499.8 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 219618 0 0 0 49945 35 0 0 20 0 2 0 138903780 805724160 187265 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 1019.45 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 749060 KiB

[startup+582.3 s]
/proc/loadavg: 7.13 6.21 3.48 8/255 107769
/proc/meminfo: memFree=126596380/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=749060 CPUtime=1138.57 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 613268 0 0 0 113763 94 0 0 20 0 2 0 138902755 805724160 187265 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 187265 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747908 CPUtime=559.3 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 247107 0 0 0 55893 37 0 0 20 0 2 0 138903780 805724160 187265 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 1138.57 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 749060 KiB

[startup+642.3 s]
/proc/loadavg: 7.09 6.37 3.71 8/255 107771
/proc/meminfo: memFree=126447184/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=749496 CPUtime=1257.82 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 657389 0 0 0 125680 102 0 0 20 0 2 0 138902755 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 187374 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747908 CPUtime=619.13 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 265664 0 0 0 61871 42 0 0 20 0 2 0 138903780 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 1257.82 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 749496 KiB

[startup+702.3 s]
/proc/loadavg: 7.14 6.52 3.93 8/255 107773
/proc/meminfo: memFree=126330528/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=749496 CPUtime=1377.05 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 660228 0 0 0 137592 113 0 0 20 0 2 0 138902755 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 187374 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=747908 CPUtime=678.94 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 267413 0 0 0 67841 53 0 0 20 0 2 0 138903780 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 1377.05 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 749496 KiB

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

# cumulated CPU time of all completed processes:  user=1433.43 s, system=1.27727 s

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

[startup+716.8 s]
/proc/loadavg: 7.11 6.54 3.98 8/255 107774
/proc/meminfo: memFree=126303812/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=749496 CPUtime=1405.89 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 661295 0 0 0 140475 114 0 0 20 0 2 0 138902755 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 187374 3360 6655 0 185965 0
[pid=107588/tid=107603] ppid=107584 vsize=786840 memory=5276 CPUtime=693.4 cores=5,7
/proc/107588/task/107603/stat : 107603 (LSIPExact) R 107584 107588 107429 0 -1 4194368 268254 0 0 0 69286 54 0 0 20 0 2 0 138903780 805724160 187374 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
Current children cumulated CPU time: 1405.89 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 749496 KiB

[startup+729.6 s]
/proc/loadavg: 7.09 6.56 4.01 7/255 107775
/proc/meminfo: memFree=126155308/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1424.77 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) S 107584 107588 107429 0 -1 4194304 671021 0 0 0 142362 115 0 0 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
[pid=107775] ppid=107588 vsize=185848 memory=170192 CPUtime=3.26 cores=5,7
/proc/107775/stat : 107775 (Exact) R 107588 107775 107775 0 -1 4194304 27278 0 0 0 319 7 0 0 20 0 1 0 138975386 190308352 42548 18446744073709551615 4198400 8335837 140720329124272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32026624 140720329128121 140720329128475 140720329128475 140720329134031 0
/proc/107775/statm: 46462 42548 1120 1011 0 45229 0
Current children cumulated CPU time: 1428.03 s
Current children cumulated vsize: 972688 KiB
Current children cumulated memory: 875412 KiB

[startup+732.8 s]
/proc/loadavg: 7.00 6.55 4.02 7/255 107775
/proc/meminfo: memFree=126153300/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1424.77 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) S 107584 107588 107429 0 -1 4194304 671021 0 0 0 142362 115 0 0 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
[pid=107775] ppid=107588 vsize=187432 memory=173952 CPUtime=6.45 cores=5,7
/proc/107775/stat : 107775 (Exact) R 107588 107775 107775 0 -1 4194304 27702 0 0 0 638 7 0 0 20 0 1 0 138975386 191930368 43488 18446744073709551615 4198400 8335837 140720329124272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32026624 140720329128121 140720329128475 140720329128475 140720329134031 0
/proc/107775/statm: 46858 43488 1120 1011 0 45625 0
Current children cumulated CPU time: 1431.22 s
Current children cumulated vsize: 974272 KiB
Current children cumulated memory: 879172 KiB

[startup+734.4 s]
/proc/loadavg: 7.00 6.55 4.02 7/255 107775
/proc/meminfo: memFree=126137880/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1424.77 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) S 107584 107588 107429 0 -1 4194304 671021 0 0 0 142362 115 0 0 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
[pid=107775] ppid=107588 vsize=191968 memory=180488 CPUtime=8.04 cores=5,7
/proc/107775/stat : 107775 (Exact) R 107588 107775 107775 0 -1 4194304 28841 0 0 0 797 7 0 0 20 0 1 0 138975386 196575232 45122 18446744073709551615 4198400 8335837 140720329124272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32026624 140720329128121 140720329128475 140720329128475 140720329134031 0
/proc/107775/statm: 47992 45122 1120 1011 0 46759 0
Current children cumulated CPU time: 1432.81 s
Current children cumulated vsize: 978808 KiB
Current children cumulated memory: 885708 KiB

[startup+735.2 s]
/proc/loadavg: 7.00 6.55 4.02 7/254 107775
/proc/meminfo: memFree=126136116/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1424.77 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) S 107584 107588 107429 0 -1 4194304 671021 0 0 0 142362 115 0 0 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
[pid=107775] ppid=107588 vsize=191968 memory=180488 CPUtime=8.84 cores=5,7
/proc/107775/stat : 107775 (Exact) R 107588 107775 107775 0 -1 4194304 28841 0 0 0 877 7 0 0 20 0 1 0 138975386 196575232 45122 18446744073709551615 4198400 8335837 140720329124272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32026624 140720329128121 140720329128475 140720329128475 140720329134031 0
/proc/107775/statm: 47992 45122 1120 1011 0 46759 0
Current children cumulated CPU time: 1433.61 s
Current children cumulated vsize: 978808 KiB
Current children cumulated memory: 885708 KiB

[startup+736 s]*
/proc/loadavg: 6.92 6.54 4.03 7/254 107775
/proc/meminfo: memFree=126136116/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1424.77 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) S 107584 107588 107429 0 -1 4194304 671021 0 0 0 142362 115 0 0 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
[pid=107775] ppid=107588 vsize=191968 memory=180488 CPUtime=9.65 cores=5,7
/proc/107775/stat : 107775 (Exact) R 107588 107775 107775 0 -1 4194304 28841 0 0 0 958 7 0 0 20 0 1 0 138975386 196575232 45122 18446744073709551615 4198400 8335837 140720329124272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32026624 140720329128121 140720329128475 140720329128475 140720329134031 0
/proc/107775/statm: 47992 45122 1120 1011 0 46759 0
Current children cumulated CPU time: 1434.42 s
Current children cumulated vsize: 978808 KiB
Current children cumulated memory: 885708 KiB

[startup+736.2 s]
/proc/loadavg: 6.92 6.54 4.03 7/254 107775
/proc/meminfo: memFree=126136116/131382120 swapFree=33010160/33010684
[pid=107588] ppid=107584 vsize=786840 memory=705220 CPUtime=1434.59 cores=5,7
/proc/107588/stat : 107588 (LSIPExact) R 107584 107588 107429 0 -1 4194304 678096 28849 0 0 142368 115 969 7 20 0 1 0 138902755 805724160 176305 18446744073709551615 94330175606784 94330202863953 140729826115616 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94330211366024 94330211797632 94330212839424 140729826117976 140729826118152 140729826118152 140729826123756 0
/proc/107588/statm: 196710 176305 3392 6655 0 185965 0
Current children cumulated CPU time: 1434.59 s
Current children cumulated vsize: 786840 KiB
Current children cumulated memory: 705220 KiB

Child status: 0

Real time (s): 736.292
CPU time (s): 1434.7
CPU user time (s): 1433.43
CPU system time (s): 1.27727
CPU usage (%): 194.855
Max. virtual memory (cumulated for all children) (KiB): 978808
Max. memory (cumulated for all children) (KiB): 885708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.43
system time used= 1.27727
maximum resident set size= 754444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 716767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 420
involuntary context switches= 27745


# summary of solver processes directly reported to runsolver:
#   pid: 107588
#   total CPU time (s): 1434.7
#   total CPU user time (s): 1433.43
#   total CPU system time (s): 1.27727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53674 second user time and 3.45732 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 13:10:36
IDJOB=4526985
IDBENCH=147734
IDSOLVER=3384
FILE ID=nodeC008/4526985-1752232236
RUNJOBID= nodeC008-1752232205-107449
SLURM_JOB_ID= 9682519
Free space on /tmp= 432708 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-4526985-1752232236/watcher-4526985-1752232236 -o /tmp/evaluation-result-4526985-1752232236/solver-4526985-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752232205-107449 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526985-1752232236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=1101230875

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128687256 kB
MemAvailable:   129072460 kB
Buffers:            2128 kB
Cached:          1177680 kB
SwapCached:           16 kB
Active:          1448292 kB
Inactive:         644760 kB
Active(anon):     897344 kB
Inactive(anon):    33820 kB
Active(file):     550948 kB
Inactive(file):   610940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47980 kB
Writeback:             8 kB
AnonPages:        914416 kB
Mapped:           130372 kB
Shmem:             17920 kB
KReclaimable:     125884 kB
Slab:             212948 kB
SReclaimable:     125884 kB
SUnreclaim:        87064 kB
KernelStack:        4016 kB
PageTables:         4688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1239452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC008 at 2025-07-11 13:22:53