Trace number 4491815

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 1415.79 726.581

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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63053 MiB free)
  memory of node 1: 64465 MiB (64031 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491815-1751133631/watcher-4491815-1751133631 -o /tmp/evaluation-result-4491815-1751133631/solver-4491815-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12380 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491815-1751133631.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
Current StackSize limit: 8192 KiB

solver pid=12426, runsolver pid=12415

[startup+0.100062 s]*
/proc/loadavg: 0.47 0.16 0.11 5/264 12437
/proc/meminfo: memFree=130014372/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=0.07 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 7 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+0.205964 s]*
/proc/loadavg: 0.47 0.16 0.11 5/262 12442
/proc/meminfo: memFree=129968436/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=0.17 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 17 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+0.304993 s]*
/proc/loadavg: 0.47 0.16 0.11 5/262 12445
/proc/meminfo: memFree=129935424/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=0.27 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 27 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+0.700099 s]
/proc/loadavg: 0.47 0.16 0.11 4/262 12445
/proc/meminfo: memFree=129932968/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=0.66 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 66 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+1.5001 s]
/proc/loadavg: 0.47 0.16 0.11 5/262 12445
/proc/meminfo: memFree=129929300/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=1.45 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 145 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+3.10464 s]
/proc/loadavg: 0.47 0.16 0.11 3/260 12449
/proc/meminfo: memFree=129926144/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=3.05 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 305 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+6.3001 s]
/proc/loadavg: 0.75 0.23 0.14 3/258 12453
/proc/meminfo: memFree=129951604/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=57404 memory=22784 CPUtime=6.24 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 4716 0 0 0 624 0 0 0 20 0 1 0 29040834 58781696 5696 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 14351 5696 1152 6655 0 4586 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 57404 KiB
Current children cumulated memory: 22784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.01 0.29 0.16 2/259 12468
/proc/meminfo: memFree=129880404/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=211204 memory=129536 CPUtime=14.47 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 27226 0 0 0 1442 5 0 0 20 0 2 0 29040834 216272896 32384 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 52801 32384 3392 6655 0 31701 0
[pid=12426/tid=12454] ppid=12415 vsize=211204 memory=79504 CPUtime=1.99 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 4269 0 0 0 198 1 0 0 20 0 2 0 29041839 216272896 32384 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 211204 KiB
Current children cumulated memory: 129536 KiB

[startup+25.5002 s]
/proc/loadavg: 1.96 0.54 0.24 5/266 12580
/proc/meminfo: memFree=129809720/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=272256 memory=199296 CPUtime=39.91 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 82108 0 0 0 3980 11 0 0 20 0 2 0 29040834 278790144 49824 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 68064 49824 3424 6655 0 49038 0
[pid=12426/tid=12454] ppid=12415 vsize=272256 memory=199168 CPUtime=14.67 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 20278 0 0 0 1465 2 0 0 20 0 2 0 29041839 278790144 49824 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 39.91 s
Current children cumulated vsize: 272256 KiB
Current children cumulated memory: 199296 KiB

[startup+51.1053 s]
/proc/loadavg: 2.91 0.88 0.36 5/263 12780
/proc/meminfo: memFree=129855852/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=272256 memory=210176 CPUtime=90.7 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 89404 0 0 0 9058 12 0 0 20 0 2 0 29040834 278790144 52544 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 68064 52544 3424 6655 0 51708 0
[pid=12426/tid=12454] ppid=12415 vsize=272256 memory=210176 CPUtime=39.94 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 25157 0 0 0 3991 3 0 0 20 0 2 0 29041839 278790144 52544 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 90.7 s
Current children cumulated vsize: 272256 KiB
Current children cumulated memory: 210176 KiB

[startup+102.3 s]
/proc/loadavg: 5.16 1.79 0.70 9/271 13002
/proc/meminfo: memFree=129528124/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=338000 memory=258328 CPUtime=192.49 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 129957 0 0 0 19232 17 0 0 20 0 2 0 29040834 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 84500 64582 3424 6655 0 62789 0
[pid=12426/tid=12454] ppid=12415 vsize=338000 memory=14432 CPUtime=90.69 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 44564 0 0 0 9062 7 0 0 20 0 2 0 29041839 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 192.49 s
Current children cumulated vsize: 338000 KiB
Current children cumulated memory: 258328 KiB

[startup+162.3 s]
/proc/loadavg: 6.61 2.83 1.13 9/271 13186
/proc/meminfo: memFree=129512464/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=338000 memory=258328 CPUtime=311.81 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 164606 0 0 0 31162 19 0 0 20 0 2 0 29040834 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 84500 64582 3424 6655 0 62789 0
[pid=12426/tid=12454] ppid=12415 vsize=338000 memory=258328 CPUtime=150.17 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 63004 0 0 0 15009 8 0 0 20 0 2 0 29041839 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 311.81 s
Current children cumulated vsize: 338000 KiB
Current children cumulated memory: 258328 KiB

[startup+222.3 s]
/proc/loadavg: 6.97 3.62 1.51 9/269 13188
/proc/meminfo: memFree=129471476/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=338000 memory=258328 CPUtime=431.15 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 169770 0 0 0 43096 19 0 0 20 0 2 0 29040834 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 84500 64582 3424 6655 0 62789 0
[pid=12426/tid=12454] ppid=12415 vsize=338000 memory=14432 CPUtime=210.03 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 65973 0 0 0 20995 8 0 0 20 0 2 0 29041839 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 431.15 s
Current children cumulated vsize: 338000 KiB
Current children cumulated memory: 258328 KiB

[startup+282.3 s]
/proc/loadavg: 7.62 4.42 1.92 9/271 13192
/proc/meminfo: memFree=129467392/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=338000 memory=258328 CPUtime=550.49 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 172831 0 0 0 55029 20 0 0 20 0 2 0 29040834 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 84500 64582 3424 6655 0 62789 0
[pid=12426/tid=12454] ppid=12415 vsize=338000 memory=258328 CPUtime=269.89 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 66679 0 0 0 26981 8 0 0 20 0 2 0 29041839 346112000 64582 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 550.49 s
Current children cumulated vsize: 338000 KiB
Current children cumulated memory: 258328 KiB

[startup+342.3 s]
/proc/loadavg: 7.90 5.07 2.30 9/269 13194
/proc/meminfo: memFree=129433316/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=359708 memory=279960 CPUtime=662.53 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 181137 0 0 0 66231 22 0 0 20 0 2 0 29040834 368340992 69990 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 89927 69990 3424 6655 0 68216 0
[pid=12426/tid=12454] ppid=12415 vsize=359708 memory=258328 CPUtime=328.38 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 67501 0 0 0 32830 8 0 0 20 0 2 0 29041839 368340992 69990 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 662.53 s
Current children cumulated vsize: 359708 KiB
Current children cumulated memory: 279960 KiB

[startup+402.3 s]

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

[pid=12426] ppid=12415 vsize=359708 memory=279960 CPUtime=900.43 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 184863 0 0 0 90021 22 0 0 20 0 2 0 29040834 368340992 69990 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 89927 69990 3424 6655 0 68216 0
[pid=12426/tid=12454] ppid=12415 vsize=359708 memory=-6154566284872880486 CPUtime=447.35 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 68519 0 0 0 44727 8 0 0 20 0 2 0 29041839 368340992 69990 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 900.43 s
Current children cumulated vsize: 359708 KiB
Current children cumulated memory: 279960 KiB

[startup+522.3 s]
/proc/loadavg: 8.13 6.46 3.33 9/269 13201
/proc/meminfo: memFree=129382468/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=359708 memory=281240 CPUtime=1019.76 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 194162 0 0 0 101953 23 0 0 20 0 2 0 29040834 368340992 70310 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 89927 70310 3424 6655 0 68540 0
[pid=12426/tid=12454] ppid=12415 vsize=359708 memory=279960 CPUtime=507.22 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 71325 0 0 0 50713 9 0 0 20 0 2 0 29041839 368340992 70310 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1019.76 s
Current children cumulated vsize: 359708 KiB
Current children cumulated memory: 281240 KiB

[startup+582.3 s]
/proc/loadavg: 8.10 6.76 3.63 9/267 13203
/proc/meminfo: memFree=129355440/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=359708 memory=281240 CPUtime=1139.1 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 194184 0 0 0 113887 23 0 0 20 0 2 0 29040834 368340992 70310 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 89927 70310 3424 6655 0 68540 0
[pid=12426/tid=12454] ppid=12415 vsize=359708 memory=280544579993312 CPUtime=567.09 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 71325 0 0 0 56700 9 0 0 20 0 2 0 29041839 368340992 70310 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1139.1 s
Current children cumulated vsize: 359708 KiB
Current children cumulated memory: 281240 KiB

[startup+642.3 s]
/proc/loadavg: 8.08 7.00 3.91 9/268 13210
/proc/meminfo: memFree=129348624/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=359708 memory=281368 CPUtime=1258.43 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 194248 0 0 0 125820 23 0 0 20 0 2 0 29040834 368340992 70342 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 89927 70342 3424 6655 0 68550 0
[pid=12426/tid=12454] ppid=12415 vsize=359708 memory=281240 CPUtime=626.96 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 71351 0 0 0 62687 9 0 0 20 0 2 0 29041839 368340992 70342 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1258.43 s
Current children cumulated vsize: 359708 KiB
Current children cumulated memory: 281368 KiB

[startup+702.3 s]
/proc/loadavg: 8.06 7.20 4.18 9/268 13215
/proc/meminfo: memFree=129351064/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=365428 memory=291736 CPUtime=1377.75 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 197475 0 0 0 137751 24 0 0 20 0 2 0 29040834 374198272 72934 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 91357 72934 3424 6655 0 71560 0
[pid=12426/tid=12454] ppid=12415 vsize=365428 memory=281368 CPUtime=686.82 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 72665 0 0 0 68673 9 0 0 20 0 2 0 29041839 374198272 72934 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1377.75 s
Current children cumulated vsize: 365428 KiB
Current children cumulated memory: 291736 KiB

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

# cumulated CPU time of all completed processes:  user=1415.5 s, system=0.290915 s

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

[startup+704 s]*
/proc/loadavg: 8.06 7.20 4.18 9/268 13215
/proc/meminfo: memFree=129335188/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=375060 memory=301208 CPUtime=1381.13 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 200060 0 0 0 138089 24 0 0 20 0 2 0 29040834 384061440 75302 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 93765 75302 3424 6655 0 73968 0
[pid=12426/tid=12454] ppid=12415 vsize=375060 memory=4916 CPUtime=688.52 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 72665 0 0 0 68843 9 0 0 20 0 2 0 29041839 384061440 75302 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1381.13 s
Current children cumulated vsize: 375060 KiB
Current children cumulated memory: 301208 KiB

[startup+716.8 s]
/proc/loadavg: 8.04 7.24 4.24 9/268 13215
/proc/meminfo: memFree=129321892/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=362744 memory=288904 CPUtime=1405.97 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 207500 0 0 0 140572 25 0 0 20 0 2 0 29040834 371449856 72226 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 90686 72226 3424 6655 0 70889 0
[pid=12426/tid=12454] ppid=12415 vsize=362744 memory=14432 CPUtime=701.29 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 73998 0 0 0 70120 9 0 0 20 0 2 0 29041839 371449856 72226 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1405.97 s
Current children cumulated vsize: 362744 KiB
Current children cumulated memory: 288904 KiB

[startup+723.2 s]
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129243372/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=362744 memory=289032 CPUtime=1412.36 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 207739 0 0 0 141211 25 0 0 20 0 2 0 29040834 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 90686 72258 3424 6655 0 70889 0
[pid=12426/tid=12454] ppid=12415 vsize=362744 memory=288904 CPUtime=707.67 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 74237 0 0 0 70758 9 0 0 20 0 2 0 29041839 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1412.36 s
Current children cumulated vsize: 362744 KiB
Current children cumulated memory: 289032 KiB

[startup+724.8 s]
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129243564/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=362744 memory=289032 CPUtime=1413.95 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 207739 0 0 0 141370 25 0 0 20 0 2 0 29040834 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 90686 72258 3424 6655 0 70889 0
[pid=12426/tid=12454] ppid=12415 vsize=362744 memory=289032 CPUtime=709.27 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 74237 0 0 0 70918 9 0 0 20 0 2 0 29041839 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1413.95 s
Current children cumulated vsize: 362744 KiB
Current children cumulated memory: 289032 KiB

[startup+725.6 s]
/proc/loadavg: 7.81 7.21 4.27 7/267 13260
/proc/meminfo: memFree=129243832/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=362744 memory=289032 CPUtime=1414.75 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 207739 0 0 0 141450 25 0 0 20 0 2 0 29040834 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 90686 72258 3424 6655 0 70889 0
[pid=12426/tid=12454] ppid=12415 vsize=362744 memory=10624 CPUtime=710.07 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 74237 0 0 0 70998 9 0 0 20 0 2 0 29041839 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1414.75 s
Current children cumulated vsize: 362744 KiB
Current children cumulated memory: 289032 KiB

[startup+726 s]*
/proc/loadavg: 7.81 7.21 4.27 8/267 13260
/proc/meminfo: memFree=129243880/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=362744 memory=289032 CPUtime=1415.19 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) R 12415 12426 12362 0 -1 4194304 207741 0 0 0 141494 25 0 0 20 0 2 0 29040834 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 90686 72258 3424 6655 0 70889 0
[pid=12426/tid=12454] ppid=12415 vsize=362744 memory=-6370457592009953633 CPUtime=710.32 cores=5,7
/proc/12426/task/12454/stat : 12454 (LSIPExact) R 12415 12426 12362 0 -1 4194368 74237 0 0 0 71023 9 0 0 20 0 2 0 29041839 371449856 72258 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
Current children cumulated CPU time: 1415.19 s
Current children cumulated vsize: 362744 KiB
Current children cumulated memory: 289032 KiB

[startup+726.4 s]
/proc/loadavg: 7.81 7.21 4.27 8/267 13260
/proc/meminfo: memFree=129243880/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=297208 memory=262512 CPUtime=1415.28 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 209181 0 0 0 141503 25 0 0 20 0 1 0 29040834 304340992 65628 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 74302 65628 3456 6655 0 64360 0
Current children cumulated CPU time: 1415.28 s
Current children cumulated vsize: 297208 KiB
Current children cumulated memory: 262512 KiB

[startup+726.5 s]
/proc/loadavg: 7.81 7.21 4.27 8/267 13260
/proc/meminfo: memFree=129243880/131250000 swapFree=33010684/33010684
[pid=12426] ppid=12415 vsize=297208 memory=262512 CPUtime=1415.28 cores=5,7
/proc/12426/stat : 12426 (LSIPExact) S 12415 12426 12362 0 -1 4194304 209181 0 0 0 141503 25 0 0 20 0 1 0 29040834 304340992 65628 18446744073709551615 94188298158080 94188325414481 140722402582896 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188333917320 94188334348928 94188350812160 140722402589018 140722402589194 140722402589194 140722402594796 0
/proc/12426/statm: 74302 65628 3456 6655 0 64360 0
Current children cumulated CPU time: 1415.28 s
Current children cumulated vsize: 297208 KiB
Current children cumulated memory: 262512 KiB

Child status: 0

Real time (s): 726.581
CPU time (s): 1415.79
CPU user time (s): 1415.5
CPU system time (s): 0.290915
CPU usage (%): 194.857
Max. virtual memory (cumulated for all children) (KiB): 379004
Max. memory (cumulated for all children) (KiB): 305560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1415.5
system time used= 0.290915
maximum resident set size= 305560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222132
page faults= 1
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 490
involuntary context switches= 26292


# summary of solver processes directly reported to runsolver:
#   pid: 12426
#   total CPU time (s): 1415.79
#   total CPU user time (s): 1415.5
#   total CPU system time (s): 0.290915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41975 second user time and 3.14712 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 20:00:32
IDJOB=4491815
IDBENCH=147739
IDSOLVER=3336
FILE ID=nodeC016/4491815-1751133631
RUNJOBID= nodeC016-1751133631-12380
SLURM_JOB_ID= 9587416
Free space on /tmp= 433060 MiB

SOLVER NAME= LSIPExact S1
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-4491815-1751133631/watcher-4491815-1751133631 -o /tmp/evaluation-result-4491815-1751133631/solver-4491815-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12380 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491815-1751133631.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 1cec7467f4817916a0b2c766a10a10ef
RANDOM SEED=130135792

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

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130183544 kB
MemAvailable:   129849012 kB
Buffers:            3280 kB
Cached:           490152 kB
SwapCached:            0 kB
Active:           278704 kB
Inactive:         284916 kB
Active(anon):      88312 kB
Inactive(anon):        0 kB
Active(file):     190392 kB
Inactive(file):   284916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            142160 kB
Writeback:             8 kB
AnonPages:         73360 kB
Mapped:           102340 kB
Shmem:             18072 kB
KReclaimable:      58796 kB
Slab:             134316 kB
SReclaimable:      58796 kB
SUnreclaim:        75520 kB
KernelStack:        4080 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC016 at 2025-06-28 20:12:40