Trace number 4491816

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2115.27 1085.23

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM1cec7467f4817916a0b2c766a10a10ef
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 benchmark0.307536
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
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

2114.42/1084.44	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2114.42/1084.44	c numVar: 9071
2114.42/1084.44	c numCon: 25914
2114.42/1084.44	c numEqual: 0
2114.42/1084.44	c intSize: 8
2114.42/1084.44	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2114.42/1084.44	c ------------------- Paras list -------------------
2114.42/1084.44	c Name                	 Type      	 Now       	 Default   	 Comment
2114.42/1084.44	c timeout             	 double    	 3600.000000	 3600      	 
2114.42/1084.44	c mip_time            	 double    	 0.300000  	 0.5       	 
2114.42/1084.44	c ls_time             	 double    	 10.000000 	 10        	 
2114.42/1084.44	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2114.42/1084.44	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2114.42/1084.44	c random_seed         	 int       	 0         	 0         	 
2114.42/1084.44	c sample_size         	 int       	 50        	 50        	 
2114.42/1084.44	c sub_score           	 int       	 1         	 1         	 
2114.42/1084.44	c tabu_base           	 int       	 3         	 3         	 
2114.42/1084.44	c tabu_variation      	 int       	 1         	 1         	 
2114.42/1084.44	c sub_div             	 int       	 4         	 4         	 
2114.42/1084.44	c nbcore              	 int       	 2         	 1         	 
2114.42/1084.44	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2114.42/1084.44	c print_sol           	 int       	 1         	 1         	 
2114.42/1084.44	c tmpdir              	 string		 .         	 "."       	 
2114.42/1084.44	c home                	 string		 HOME	 "."       	 
2114.42/1084.44	c benchname           	 string		 HOME/instance-4491816-1751133632.opb	 ""        	 
2114.42/1084.44	c --------------------------------------------------
2114.42/1084.44	c Local Search solver
2114.42/1084.44	c MIP solver
2114.42/1084.44	c use Exact solver
2115.12/1085.19	c Exact infeasible
2115.22/1085.22	s UNSATISFIABLE
2115.22/1085.22	c Total time: 1085

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63238 MiB free)
  memory of node 1: 64507 MiB (64007 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100094 s]*
/proc/loadavg: 0.13 0.10 0.09 2/244 11424
/proc/meminfo: memFree=130300300/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=36504 memory=256 CPUtime=0 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) D 11414 11423 11357 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 29043223 37380096 64 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.212867 s]*
/proc/loadavg: 0.13 0.10 0.09 2/244 11424
/proc/meminfo: memFree=130300584/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=36504 memory=256 CPUtime=0 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) D 11414 11423 11357 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 29043223 37380096 64 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.312276 s]*
/proc/loadavg: 0.13 0.10 0.09 2/248 11428
/proc/meminfo: memFree=130296488/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=36504 memory=256 CPUtime=0 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) D 11414 11423 11357 0 -1 4194304 68 0 0 0 0 0 0 0 20 0 1 0 29043223 37380096 64 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.700246 s]
/proc/loadavg: 0.13 0.10 0.09 3/252 11432
/proc/meminfo: memFree=130273316/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=57404 memory=22784 CPUtime=0.31 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 4713 0 0 0 30 1 0 0 20 0 1 0 29043223 58781696 5696 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+1.50036 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=130101764/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=57404 memory=22784 CPUtime=1.11 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 4713 0 0 0 110 1 0 0 20 0 1 0 29043223 58781696 5696 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+3.11294 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=129989028/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=57404 memory=22784 CPUtime=2.72 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 4713 0 0 0 271 1 0 0 20 0 1 0 29043223 58781696 5696 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+6.30027 s]
/proc/loadavg: 0.72 0.23 0.13 5/252 11432
/proc/meminfo: memFree=129989100/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=57404 memory=22784 CPUtime=5.9 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 4713 0 0 0 589 1 0 0 20 0 1 0 29043223 58781696 5696 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.07 0.31 0.16 5/253 11440
/proc/meminfo: memFree=129469848/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=224972 memory=141988 CPUtime=13.46 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 23844 0 0 0 1340 6 0 0 20 0 2 0 29043223 230371328 35497 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 56243 35497 2816 6655 0 35143 0
[pid=11423/tid=11434] ppid=11414 vsize=224972 memory=113736 CPUtime=1.88 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) S 11414 11423 11357 0 -1 4194368 3587 0 0 0 187 1 0 0 20 0 2 0 29044266 230371328 35497 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 224972 KiB
Current children cumulated memory: 141988 KiB

[startup+25.5002 s]
/proc/loadavg: 1.91 0.51 0.23 8/250 11473
/proc/meminfo: memFree=128675916/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=271772 memory=197252 CPUtime=38.13 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 70074 0 0 0 3800 13 0 0 20 0 2 0 29043223 278294528 49313 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 67943 49313 3360 6655 0 48876 0
[pid=11423/tid=11434] ppid=11414 vsize=271772 memory=174084 CPUtime=14.12 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 19763 0 0 0 1409 3 0 0 20 0 2 0 29044266 278294528 49313 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 38.13 s
Current children cumulated vsize: 271772 KiB
Current children cumulated memory: 197252 KiB

[startup+51.1053 s]
/proc/loadavg: 3.98 1.15 0.45 7/251 11549
/proc/meminfo: memFree=128430108/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=272224 memory=210052 CPUtime=88.88 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 101429 0 0 0 8872 16 0 0 20 0 2 0 29043223 278757376 52513 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 68056 52513 3360 6655 0 51700 0
[pid=11423/tid=11434] ppid=11414 vsize=272224 memory=209924 CPUtime=39.53 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 30238 0 0 0 3949 4 0 0 20 0 2 0 29044266 278757376 52513 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 88.88 s
Current children cumulated vsize: 272224 KiB
Current children cumulated memory: 210052 KiB

[startup+102.3 s]
/proc/loadavg: 5.79 2.08 0.81 8/257 11822
/proc/meminfo: memFree=127940304/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=338184 memory=258424 CPUtime=190.6 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 159552 0 0 0 19039 21 0 0 20 0 2 0 29043223 346300416 64606 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 84546 64606 3360 6655 0 62900 0
[pid=11423/tid=11434] ppid=11414 vsize=338184 memory=258040 CPUtime=90.57 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 56136 0 0 0 9050 7 0 0 20 0 2 0 29044266 346300416 64606 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 190.6 s
Current children cumulated vsize: 338184 KiB
Current children cumulated memory: 258424 KiB

[startup+162.3 s]
/proc/loadavg: 6.66 3.01 1.21 8/258 11919
/proc/meminfo: memFree=127542168/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=338184 memory=258552 CPUtime=309.78 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 177475 0 0 0 30955 23 0 0 20 0 2 0 29043223 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 84546 64638 3360 6655 0 62900 0
[pid=11423/tid=11434] ppid=11414 vsize=338184 memory=14848 CPUtime=150.37 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 69566 0 0 0 15029 8 0 0 20 0 2 0 29044266 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 309.78 s
Current children cumulated vsize: 338184 KiB
Current children cumulated memory: 258552 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 3.76 1.58 8/258 11921
/proc/meminfo: memFree=127481996/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=338184 memory=258552 CPUtime=429.01 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 182021 0 0 0 42878 23 0 0 20 0 2 0 29043223 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 84546 64638 3360 6655 0 62900 0
[pid=11423/tid=11434] ppid=11414 vsize=338184 memory=258552 CPUtime=210.18 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 73789 0 0 0 21010 8 0 0 20 0 2 0 29044266 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 429.01 s
Current children cumulated vsize: 338184 KiB
Current children cumulated memory: 258552 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 4.38 1.93 8/258 11923
/proc/meminfo: memFree=127463048/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=338184 memory=258552 CPUtime=548.22 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 182440 0 0 0 54799 23 0 0 20 0 2 0 29043223 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 84546 64638 3360 6655 0 62900 0
[pid=11423/tid=11434] ppid=11414 vsize=338184 memory=258552 CPUtime=269.98 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 73790 0 0 0 26990 8 0 0 20 0 2 0 29044266 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 548.22 s
Current children cumulated vsize: 338184 KiB
Current children cumulated memory: 258552 KiB

[startup+342.3 s]
/proc/loadavg: 7.05 4.86 2.25 8/255 11925
/proc/meminfo: memFree=127463164/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=338184 memory=258552 CPUtime=658.83 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 189948 0 0 0 65859 24 0 0 20 0 2 0 29043223 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 84546 64638 3360 6655 0 62900 0
[pid=11423/tid=11434] ppid=11414 vsize=338184 memory=258552 CPUtime=327.48 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 75384 0 0 0 32740 8 0 0 20 0 2 0 29044266 346300416 64638 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 658.83 s
Current children cumulated vsize: 338184 KiB
Current children cumulated memory: 258552 KiB

[startup+402.3 s]

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

[pid=11423] ppid=11414 vsize=359208 memory=281720 CPUtime=1492.04 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 216487 0 0 0 149177 27 0 0 20 0 2 0 29043223 367828992 70430 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 89802 70430 3360 6655 0 68681 0
[pid=11423/tid=11434] ppid=11414 vsize=359208 memory=281592 CPUtime=745 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 81740 0 0 0 74491 9 0 0 20 0 2 0 29044266 367828992 70430 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 1492.04 s
Current children cumulated vsize: 359208 KiB
Current children cumulated memory: 281720 KiB

[startup+822.3 s]
/proc/loadavg: 6.97 6.64 4.23 8/254 11948
/proc/meminfo: memFree=127367652/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=361572 memory=288972 CPUtime=1596.1 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 230110 0 0 0 159580 30 0 0 20 0 2 0 29043223 370249728 72243 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 90393 72243 3360 6655 0 70796 0
[pid=11423/tid=11434] ppid=11414 vsize=361572 memory=286840 CPUtime=800.38 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 83599 0 0 0 80029 9 0 0 20 0 2 0 29044266 370249728 72243 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 1596.1 s
Current children cumulated vsize: 361572 KiB
Current children cumulated memory: 288972 KiB

[startup+882.3 s]
/proc/loadavg: 7.07 6.74 4.41 8/255 11951
/proc/meminfo: memFree=127329792/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=373560 memory=301132 CPUtime=1715.27 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 239047 0 0 0 171496 31 0 0 20 0 2 0 29043223 382525440 75283 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 93390 75283 3360 6655 0 73793 0
[pid=11423/tid=11434] ppid=11414 vsize=373560 memory=286840 CPUtime=860.16 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 84459 0 0 0 86007 9 0 0 20 0 2 0 29044266 382525440 75283 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 1715.27 s
Current children cumulated vsize: 373560 KiB
Current children cumulated memory: 301132 KiB

[startup+942.3 s]
/proc/loadavg: 7.06 6.80 4.58 8/255 11953
/proc/meminfo: memFree=127328476/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=373560 memory=301132 CPUtime=1834.42 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 241221 0 0 0 183410 32 0 0 20 0 2 0 29043223 382525440 75283 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 93390 75283 3360 6655 0 73793 0
[pid=11423/tid=11434] ppid=11414 vsize=373560 memory=301132 CPUtime=919.92 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 85819 0 0 0 91983 9 0 0 20 0 2 0 29044266 382525440 75283 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 1834.42 s
Current children cumulated vsize: 373560 KiB
Current children cumulated memory: 301132 KiB

[startup+1002.3 s]
/proc/loadavg: 7.03 6.84 4.74 8/255 11955
/proc/meminfo: memFree=127371444/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=1951.53 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242199 0 0 0 195121 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=274996 CPUtime=977.7 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86479 0 0 0 97760 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 1951.53 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1062.3 s]
/proc/loadavg: 7.13 6.90 4.89 8/255 11957
/proc/meminfo: memFree=127373824/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2070.58 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242306 0 0 0 207026 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=274996 CPUtime=1037.43 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86479 0 0 0 103733 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2070.58 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

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

# cumulated CPU time of all completed processes:  user=2114.91 s, system=0.364157 s

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

[startup+1062.4 s]
/proc/loadavg: 7.13 6.90 4.89 8/255 11957
/proc/meminfo: memFree=127373824/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2070.78 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242306 0 0 0 207046 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=274996 CPUtime=1037.53 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86479 0 0 0 103743 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2070.78 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1075.2 s]
/proc/loadavg: 7.11 6.91 4.92 8/255 11958
/proc/meminfo: memFree=127322112/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2096.17 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242307 0 0 0 209585 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=4252 CPUtime=1050.27 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86480 0 0 0 105017 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2096.17 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1081.6 s]
/proc/loadavg: 7.10 6.91 4.93 8/255 11959
/proc/meminfo: memFree=127315336/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2108.86 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242308 0 0 0 210854 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=14848 CPUtime=1056.64 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86480 0 0 0 105654 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2108.86 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1083.2 s]
/proc/loadavg: 7.09 6.91 4.94 8/255 11959
/proc/meminfo: memFree=127314596/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2112.04 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242308 0 0 0 211172 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=5632 CPUtime=1058.23 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86480 0 0 0 105813 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2112.04 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1084 s]*
/proc/loadavg: 7.09 6.91 4.94 8/255 11959
/proc/meminfo: memFree=127314596/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=274996 CPUtime=2113.63 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 242308 0 0 0 211331 32 0 0 20 0 2 0 29043223 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68749 3360 6655 0 67203 0
[pid=11423/tid=11434] ppid=11414 vsize=347200 memory=-6000919485658262382 CPUtime=1059.03 cores=4,6
/proc/11423/task/11434/stat : 11434 (LSIPExact) R 11414 11423 11357 0 -1 4194368 86480 0 0 0 105893 10 0 0 20 0 2 0 29044266 355532800 68749 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
Current children cumulated CPU time: 2113.63 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 274996 KiB

[startup+1084.8 s]
/proc/loadavg: 7.09 6.91 4.94 8/255 11959
/proc/meminfo: memFree=127314596/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=273204 CPUtime=2114.49 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) S 11414 11423 11357 0 -1 4194304 243237 0 0 0 211417 32 0 0 20 0 1 0 29043223 355532800 68301 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68301 3392 6655 0 67203 0
Current children cumulated CPU time: 2114.49 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 273204 KiB

[startup+1085.2 s]
/proc/loadavg: 7.09 6.91 4.94 6/255 11961
/proc/meminfo: memFree=127263248/131382112 swapFree=33010684/33010684
[pid=11423] ppid=11414 vsize=347200 memory=273204 CPUtime=2115.22 cores=4,6
/proc/11423/stat : 11423 (LSIPExact) R 11414 11423 11357 0 -1 4194304 244479 10238 0 0 211418 32 70 2 20 0 1 0 29043223 355532800 68301 18446744073709551615 94239750868992 94239778125393 140731512739712 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94239786628232 94239787059840 94239820333056 140731512748378 140731512748554 140731512748554 140731512754156 0
/proc/11423/statm: 86800 68301 3392 6655 0 67203 0
Current children cumulated CPU time: 2115.22 s
Current children cumulated vsize: 347200 KiB
Current children cumulated memory: 273204 KiB

Child status: 0

Real time (s): 1085.23
CPU time (s): 2115.27
CPU user time (s): 2114.91
CPU system time (s): 0.364157
CPU usage (%): 194.914
Max. virtual memory (cumulated for all children) (KiB): 407448
Max. memory (cumulated for all children) (KiB): 311828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2114.91
system time used= 0.364157
maximum resident set size= 307320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257176
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= 469
involuntary context switches= 15596


# summary of solver processes directly reported to runsolver:
#   pid: 11423
#   total CPU time (s): 2115.27
#   total CPU user time (s): 2114.91
#   total CPU system time (s): 0.364157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20356 second user time and 5.26105 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 20:00:33
IDJOB=4491816
IDBENCH=147739
IDSOLVER=3337
FILE ID=nodeC012/4491816-1751133632
RUNJOBID= nodeC012-1751133631-11373
SLURM_JOB_ID= 9587412
Free space on /tmp= 433048 MiB

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

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

MD5SUM BENCH= 1cec7467f4817916a0b2c766a10a10ef
RANDOM SEED=1991030886

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130305780 kB
MemAvailable:   130013164 kB
Buffers:            3280 kB
Cached:           532684 kB
SwapCached:            0 kB
Active:           263512 kB
Inactive:         335824 kB
Active(anon):      81384 kB
Inactive(anon):        0 kB
Active(file):     182128 kB
Inactive(file):   335824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            192748 kB
Writeback:             8 kB
AnonPages:         66496 kB
Mapped:           101820 kB
Shmem:             17960 kB
KReclaimable:      57736 kB
Slab:             129596 kB
SReclaimable:      57736 kB
SUnreclaim:        71860 kB
KernelStack:        3824 kB
PageTables:         2748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     328964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432872 MiB
End job on nodeC012 at 2025-06-28 20:18:41