Trace number 4491528

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 2299.78 1255.51

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2129.15/1084.41	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2129.15/1084.41	c numVar: 62704
2129.15/1084.41	c numCon: 187107
2129.15/1084.41	c numEqual: 0
2129.15/1084.41	c intSize: 7
2129.15/1084.41	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2129.15/1084.41	c ------------------- Paras list -------------------
2129.15/1084.41	c Name                	 Type      	 Now       	 Default   	 Comment
2129.15/1084.41	c timeout             	 double    	 3600.000000	 3600      	 
2129.15/1084.41	c mip_time            	 double    	 0.300000  	 0.5       	 
2129.15/1084.41	c ls_time             	 double    	 10.000000 	 10        	 
2129.15/1084.41	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2129.15/1084.41	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2129.15/1084.41	c random_seed         	 int       	 0         	 0         	 
2129.15/1084.41	c sample_size         	 int       	 50        	 50        	 
2129.15/1084.41	c sub_score           	 int       	 1         	 1         	 
2129.15/1084.41	c tabu_base           	 int       	 3         	 3         	 
2129.15/1084.41	c tabu_variation      	 int       	 1         	 1         	 
2129.15/1084.41	c sub_div             	 int       	 4         	 4         	 
2129.15/1084.41	c nbcore              	 int       	 2         	 1         	 
2129.15/1084.41	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2129.15/1084.41	c print_sol           	 int       	 1         	 1         	 
2129.15/1084.41	c tmpdir              	 string		 .         	 "."       	 
2129.15/1084.41	c home                	 string		 HOME	 "."       	 
2129.15/1084.41	c benchname           	 string		 HOME/instance-4491528-1751133631.opb	 ""        	 
2129.15/1084.41	c --------------------------------------------------
2129.15/1084.41	c Local Search solver
2129.15/1084.41	c MIP solver
2129.15/1084.41	c use Exact solver
2299.55/1255.39	c Exact infeasible
2299.65/1255.49	s UNSATISFIABLE
2299.65/1255.49	c Total time: 1256

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: 63665 MiB (62989 MiB free)
  memory of node 1: 64507 MiB (64002 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=11331, runsolver pid=11322

[startup+0.100058 s]*
/proc/loadavg: 0.08 0.09 0.09 6/264 11342
/proc/meminfo: memFree=129760540/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=124552 memory=90048 CPUtime=0.09 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 17413 0 0 0 6 3 0 0 20 0 1 0 29042145 127541248 22512 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 31138 22512 1184 6655 0 21373 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 124552 KiB
Current children cumulated memory: 90048 KiB

[startup+0.206758 s]*
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129611428/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=0.19 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26973 0 0 0 15 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+0.305851 s]*
/proc/loadavg: 0.08 0.09 0.09 6/264 11342
/proc/meminfo: memFree=129563044/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=0.29 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26977 0 0 0 25 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+0.700154 s]
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129502064/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=0.67 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26978 0 0 0 63 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+1.50013 s]
/proc/loadavg: 0.08 0.09 0.09 6/264 11342
/proc/meminfo: memFree=129469808/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=1.47 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26978 0 0 0 143 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+3.1058 s]
/proc/loadavg: 0.40 0.16 0.11 6/265 11343
/proc/meminfo: memFree=129470544/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=3.07 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26986 0 0 0 303 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+6.30012 s]
/proc/loadavg: 0.40 0.16 0.11 6/265 11343
/proc/meminfo: memFree=129471284/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=162868 memory=128320 CPUtime=6.26 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 26994 0 0 0 622 4 0 0 20 0 1 0 29042145 166776832 32080 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 40717 32080 1184 6655 0 30952 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128320 KiB

[startup+12.7002 s]
/proc/loadavg: 1.11 0.32 0.16 7/269 11347
/proc/meminfo: memFree=128583756/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=427348 memory=304492 CPUtime=12.64 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 64389 0 0 0 1253 11 0 0 20 0 2 0 29042145 437604352 76123 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 106837 76123 2752 6655 0 80720 0
[pid=11331/tid=11346] ppid=11322 vsize=427348 memory=6388 CPUtime=0 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) S 11322 11331 11267 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29043171 437604352 76123 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 427348 KiB
Current children cumulated memory: 304492 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 0.50 0.23 7/264 11356
/proc/meminfo: memFree=127510376/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=749208 memory=671420 CPUtime=34.05 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 121285 0 0 0 3380 25 0 0 20 0 2 0 29042145 767188992 167855 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 187302 167855 2944 6655 0 171693 0
[pid=11331/tid=11346] ppid=11322 vsize=749208 memory=671420 CPUtime=8.65 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 13431 0 0 0 861 4 0 0 20 0 2 0 29043171 767188992 167855 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 34.05 s
Current children cumulated vsize: 749208 KiB
Current children cumulated memory: 671420 KiB

[startup+51.1061 s]
/proc/loadavg: 3.77 1.06 0.42 7/265 11504
/proc/meminfo: memFree=127123632/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=627776 memory=576388 CPUtime=81.29 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 153442 0 0 0 8097 32 0 0 20 0 2 0 29042145 642842624 144097 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 156944 144097 2976 6655 0 146682 0
[pid=11331/tid=11346] ppid=11322 vsize=627776 memory=671420 CPUtime=30.95 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 20813 0 0 0 3090 5 0 0 20 0 2 0 29043171 642842624 144097 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 81.29 s
Current children cumulated vsize: 627776 KiB
Current children cumulated memory: 576388 KiB

[startup+102.3 s]
/proc/loadavg: 5.68 2.05 0.79 8/270 11776
/proc/meminfo: memFree=126515536/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1026040 memory=952416 CPUtime=179.86 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 265737 0 0 0 17932 54 0 0 20 0 2 0 29042145 1050664960 238104 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 256510 238104 3520 6655 0 246472 0
[pid=11331/tid=11346] ppid=11322 vsize=1026040 memory=810296 CPUtime=78.56 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 49119 0 0 0 7843 13 0 0 20 0 2 0 29043171 1050664960 238104 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 179.86 s
Current children cumulated vsize: 1026040 KiB
Current children cumulated memory: 952416 KiB

[startup+162.3 s]
/proc/loadavg: 6.45 2.94 1.18 8/271 11780
/proc/meminfo: memFree=126260988/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1091576 memory=993108 CPUtime=299.05 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 429960 0 0 0 29790 115 0 0 20 0 2 0 29042145 1117773824 248277 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 272894 248277 3520 6655 0 253616 0
[pid=11331/tid=11346] ppid=11322 vsize=1091576 memory=960900 CPUtime=137.95 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 144799 0 0 0 13725 70 0 0 20 0 2 0 29043171 1117773824 248277 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 299.05 s
Current children cumulated vsize: 1091576 KiB
Current children cumulated memory: 993108 KiB

[startup+222.3 s]
/proc/loadavg: 6.85 3.68 1.55 8/271 11782
/proc/meminfo: memFree=125600676/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1156444 memory=1048872 CPUtime=416.93 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 479423 0 0 0 41570 123 0 0 20 0 2 0 29042145 1184198656 262218 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 289111 262218 3520 6655 0 265895 0
[pid=11331/tid=11346] ppid=11322 vsize=1156444 memory=998568 CPUtime=196.09 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 155555 0 0 0 19537 72 0 0 20 0 2 0 29043171 1184198656 262218 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 416.93 s
Current children cumulated vsize: 1156444 KiB
Current children cumulated memory: 1048872 KiB

[startup+282.3 s]
/proc/loadavg: 7.00 4.30 1.90 8/271 11784
/proc/meminfo: memFree=125500072/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1156444 memory=1116680 CPUtime=536.06 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 543683 0 0 0 53472 134 0 0 20 0 2 0 29042145 1184198656 279170 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 289111 279170 3520 6655 0 278971 0
[pid=11331/tid=11346] ppid=11322 vsize=1156444 memory=14444 CPUtime=255.48 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 190380 0 0 0 25467 81 0 0 20 0 2 0 29043171 1184198656 279170 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 536.06 s
Current children cumulated vsize: 1156444 KiB
Current children cumulated memory: 1116680 KiB

[startup+342.3 s]
/proc/loadavg: 7.04 4.81 2.22 8/268 11786
/proc/meminfo: memFree=125451400/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1156444 memory=1112192 CPUtime=655.21 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 573240 0 0 0 65384 137 0 0 20 0 2 0 29042145 1184198656 278048 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 289111 278048 3520 6655 0 278971 0
[pid=11331/tid=11346] ppid=11322 vsize=1156444 memory=1096064 CPUtime=314.88 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 209241 0 0 0 31404 84 0 0 20 0 2 0 29043171 1184198656 278048 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 655.21 s
Current children cumulated vsize: 1156444 KiB
Current children cumulated memory: 1112192 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 1847.02 s
Current children cumulated vsize: 1221980 KiB
Current children cumulated memory: 1136724 KiB

[startup+1002.3 s]
/proc/loadavg: 7.11 6.87 4.73 8/268 11815
/proc/meminfo: memFree=124751684/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1221980 memory=1146732 CPUtime=1966.21 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 982290 0 0 0 196438 183 0 0 20 0 2 0 29042145 1251307520 286683 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 305495 286683 3520 6655 0 286500 0
[pid=11331/tid=11346] ppid=11322 vsize=1221980 memory=1146732 CPUtime=968.35 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 407550 0 0 0 96719 116 0 0 20 0 2 0 29043171 1251307520 286683 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 1966.21 s
Current children cumulated vsize: 1221980 KiB
Current children cumulated memory: 1146732 KiB

[startup+1062.3 s]
/proc/loadavg: 7.16 6.92 4.89 8/268 11817
/proc/meminfo: memFree=124732876/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=1221980 memory=1146732 CPUtime=2085.38 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 1009817 0 0 0 208353 185 0 0 20 0 2 0 29042145 1251307520 286683 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 305495 286683 3520 6655 0 286500 0
[pid=11331/tid=11346] ppid=11322 vsize=1221980 memory=1146732 CPUtime=1027.76 cores=0,2
/proc/11331/task/11346/stat : 11346 (LSIPExact) R 11322 11331 11267 0 -1 4194368 426747 0 0 0 102658 118 0 0 20 0 2 0 29043171 1251307520 286683 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
Current children cumulated CPU time: 2085.38 s
Current children cumulated vsize: 1221980 KiB
Current children cumulated memory: 1146732 KiB

[startup+1122.3 s]
/proc/loadavg: 5.92 6.64 4.92 6/269 11913
/proc/meminfo: memFree=124863316/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=253836 memory=241772 CPUtime=37.76 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 44284 0 0 0 3767 9 0 0 20 0 1 0 29150586 259928064 60443 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 63459 60443 1088 1011 0 62226 0
Current children cumulated CPU time: 2166.93 s
Current children cumulated vsize: 1193136 KiB
Current children cumulated memory: 1144176 KiB

[startup+1182.3 s]
/proc/loadavg: 5.35 6.34 4.93 6/269 11915
/proc/meminfo: memFree=124744744/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=260248 memory=248684 CPUtime=97.59 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 46023 0 0 0 9748 11 0 0 20 0 1 0 29150586 266493952 62171 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 65062 62171 1088 1011 0 63829 0
Current children cumulated CPU time: 2226.76 s
Current children cumulated vsize: 1199548 KiB
Current children cumulated memory: 1151088 KiB

[startup+1242.3 s]
/proc/loadavg: 5.17 6.11 4.94 6/270 11918
/proc/meminfo: memFree=124716220/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254188 CPUtime=157.42 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47431 0 0 0 15730 12 0 0 20 0 1 0 29150586 273981440 63547 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63547 1088 1011 0 65657 0
Current children cumulated CPU time: 2286.59 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1156592 KiB

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

# cumulated CPU time of all completed processes:  user=2297.72 s, system=2.05905 s

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

[startup+1248 s]*
/proc/loadavg: 5.16 6.09 4.94 6/270 11918
/proc/meminfo: memFree=124716636/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254188 CPUtime=163.11 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47431 0 0 0 16299 12 0 0 20 0 1 0 29150586 273981440 63547 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63547 1088 1011 0 65657 0
Current children cumulated CPU time: 2292.28 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1156592 KiB

[startup+1251.2 s]
/proc/loadavg: 5.16 6.09 4.94 6/270 11918
/proc/meminfo: memFree=124716952/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254700 CPUtime=166.29 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47563 0 0 0 16617 12 0 0 20 0 1 0 29150586 273981440 63675 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63675 1088 1011 0 65657 0
Current children cumulated CPU time: 2295.46 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1157104 KiB

[startup+1252.8 s]
/proc/loadavg: 5.23 6.09 4.94 6/269 11918
/proc/meminfo: memFree=124717048/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254700 CPUtime=167.89 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47563 0 0 0 16777 12 0 0 20 0 1 0 29150586 273981440 63675 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63675 1088 1011 0 65657 0
Current children cumulated CPU time: 2297.06 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1157104 KiB

[startup+1254.4 s]
/proc/loadavg: 5.23 6.09 4.94 6/269 11918
/proc/meminfo: memFree=124717300/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254700 CPUtime=169.49 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47563 0 0 0 16937 12 0 0 20 0 1 0 29150586 273981440 63675 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63675 1088 1011 0 65657 0
Current children cumulated CPU time: 2298.66 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1157104 KiB

[startup+1255.2 s]
/proc/loadavg: 5.23 6.09 4.94 6/269 11918
/proc/meminfo: memFree=124717388/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2129.17 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) S 11322 11331 11267 0 -1 4194304 1061469 0 0 0 212728 189 0 0 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
[pid=11820] ppid=11331 vsize=267560 memory=254700 CPUtime=170.28 cores=0,2
/proc/11820/stat : 11820 (Exact) R 11331 11820 11820 0 -1 4194304 47563 0 0 0 17016 12 0 0 20 0 1 0 29150586 273981440 63675 18446744073709551615 4198400 8335837 140731529800704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32309248 140731529808059 140731529808413 140731529808413 140731529813967 0
/proc/11820/statm: 66890 63675 1088 1011 0 65657 0
Current children cumulated CPU time: 2299.45 s
Current children cumulated vsize: 1206860 KiB
Current children cumulated memory: 1157104 KiB

[startup+1255.41 s]
/proc/loadavg: 5.23 6.09 4.94 6/269 11918
/proc/meminfo: memFree=124717388/131249988 swapFree=33010684/33010684
[pid=11331] ppid=11322 vsize=939300 memory=902404 CPUtime=2299.65 cores=0,2
/proc/11331/stat : 11331 (LSIPExact) R 11322 11331 11267 0 -1 4194304 1069747 47569 0 0 212729 189 17035 12 20 0 1 0 29042145 961843200 225601 18446744073709551615 94583714975744 94583742232145 140726130552640 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94583750734984 94583751166592 94583781490688 140726130559322 140726130559498 140726130559498 140726130565100 0
/proc/11331/statm: 234825 225601 3552 6655 0 225042 0
Current children cumulated CPU time: 2299.65 s
Current children cumulated vsize: 939300 KiB
Current children cumulated memory: 902404 KiB

[startup+1255.5 s]*
/proc/loadavg: 5.23 6.09 4.94 8/268 11918
/proc/meminfo: memFree=125283060/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1255.51
CPU time (s): 2299.78
CPU user time (s): 2297.72
CPU system time (s): 2.05905
CPU usage (%): 183.175
Max. virtual memory (cumulated for all children) (KiB): 1221980
Max. memory (cumulated for all children) (KiB): 1157104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2297.72
system time used= 2.05905
maximum resident set size= 1146860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1133778
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= 432
involuntary context switches= 16836


# summary of solver processes directly reported to runsolver:
#   pid: 11331
#   total CPU time (s): 2299.78
#   total CPU user time (s): 2297.72
#   total CPU system time (s): 2.05905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.83293 second user time and 5.65372 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 20:00:32
IDJOB=4491528
IDBENCH=147718
IDSOLVER=3337
FILE ID=nodeC034/4491528-1751133631
RUNJOBID= nodeC034-1751133631-11283
SLURM_JOB_ID= 9587434
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=130135792

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.300
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.53
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		: 3700.000
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.53
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		: 3599.708
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.53
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		: 3599.770
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.53
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		: 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 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.53
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		: 3599.919
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.53
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.758
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.53
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.987
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130033324 kB
MemAvailable:   129765412 kB
Buffers:            3280 kB
Cached:           556488 kB
SwapCached:            0 kB
Active:           288296 kB
Inactive:         349144 kB
Active(anon):      95836 kB
Inactive(anon):        0 kB
Active(file):     192460 kB
Inactive(file):   349144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204900 kB
Writeback:             8 kB
AnonPages:         80804 kB
Mapped:           102452 kB
Shmem:             18104 kB
KReclaimable:      59044 kB
Slab:             135132 kB
SReclaimable:      59044 kB
SUnreclaim:        76088 kB
KernelStack:        4016 kB
PageTables:         2748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     339548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432860 MiB
End job on nodeC034 at 2025-06-28 20:21:29