Trace number 4513070

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 S2? (TO) 3600.07 2546.82

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM1c3bde2857450970636e675d32ef1343
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark595.932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2141.71/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2141.71/1084.03	c numVar: 4128
2141.71/1084.03	c numCon: 8736
2141.71/1084.03	c numEqual: 1312
2141.71/1084.03	c intSize: 4
2141.71/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2141.71/1084.03	c ------------------- Paras list -------------------
2141.71/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2141.71/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2141.71/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2141.71/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2141.71/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2141.71/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2141.71/1084.03	c random_seed         	 int       	 0         	 0         	 
2141.71/1084.03	c sample_size         	 int       	 50        	 50        	 
2141.71/1084.03	c sub_score           	 int       	 1         	 1         	 
2141.71/1084.03	c tabu_base           	 int       	 3         	 3         	 
2141.71/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2141.71/1084.03	c sub_div             	 int       	 4         	 4         	 
2141.71/1084.03	c nbcore              	 int       	 2         	 1         	 
2141.71/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2141.71/1084.03	c print_sol           	 int       	 1         	 1         	 
2141.71/1084.03	c tmpdir              	 string		 .         	 "."       	 
2141.71/1084.03	c home                	 string		 HOME	 "."       	 
2141.71/1084.03	c benchname           	 string		 HOME/instance-4513070-1751190171.opb	 ""        	 
2141.71/1084.03	c --------------------------------------------------
2141.71/1084.03	c Local Search solver
2141.71/1084.03	c MIP solver
2141.71/1084.03	c use Exact solver
3600.03/2546.80	c receive signal 15, try to interrupt solver...
3600.03/2546.81	c Exact solver (PID 24042) interrupted gracefully.
3600.03/2546.82	s UNKNOWN
3600.03/2546.82	c Total time: 2547

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63009 MiB free)
  memory of node 1: 64465 MiB (63205 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.1001 s]*
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129235960/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=0.09 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 9 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+0.21335 s]*
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129235960/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=0.21 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 21 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+0.313206 s]*
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129235960/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=0.3 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 30 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+0.70032 s]
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129235960/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=0.68 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 68 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+1.50025 s]
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129235960/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=1.47 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 147 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+3.1128 s]
/proc/loadavg: 4.20 4.47 5.50 5/252 23896
/proc/meminfo: memFree=129236348/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=3.08 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 308 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+6.30027 s]
/proc/loadavg: 4.27 4.48 5.50 5/252 23896
/proc/meminfo: memFree=129236616/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=47632 memory=13312 CPUtime=6.26 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 2260 0 0 0 626 0 0 0 20 0 1 0 34696531 48775168 3328 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 11908 3328 1216 6655 0 2143 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 13312 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.47 5.49 6/253 23898
/proc/meminfo: memFree=129184656/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=160768 memory=70516 CPUtime=15.19 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 14150 0 0 0 1516 3 0 0 20 0 2 0 34696531 164626432 17629 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 40192 17629 3552 6655 0 16265 0
[pid=23895/tid=23898] ppid=23892 vsize=160768 memory=14352 CPUtime=2.53 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 2304 0 0 0 253 0 0 0 20 0 2 0 34697534 164626432 17629 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 160768 KiB
Current children cumulated memory: 70516 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.50 5.48 6/253 23898
/proc/meminfo: memFree=129181380/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=165832 memory=76660 CPUtime=40.63 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 34695 0 0 0 4058 5 0 0 20 0 2 0 34696531 169811968 19165 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 41458 19165 3552 6655 0 17696 0
[pid=23895/tid=23898] ppid=23892 vsize=165832 memory=73844 CPUtime=15.21 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 6769 0 0 0 1520 1 0 0 20 0 2 0 34697534 169811968 19165 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 40.63 s
Current children cumulated vsize: 165832 KiB
Current children cumulated memory: 76660 KiB

[startup+51.1056 s]
/proc/loadavg: 4.69 4.56 5.47 6/253 23898
/proc/meminfo: memFree=129120300/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=174668 memory=109556 CPUtime=91.49 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 55007 0 0 0 9141 8 0 0 20 0 2 0 34696531 178860032 27389 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 43667 27389 3552 6655 0 25697 0
[pid=23895/tid=23898] ppid=23892 vsize=174668 memory=14352 CPUtime=40.55 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 17382 0 0 0 4052 3 0 0 20 0 2 0 34697534 178860032 27389 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 91.49 s
Current children cumulated vsize: 174668 KiB
Current children cumulated memory: 109556 KiB

[startup+102.3 s]
/proc/loadavg: 4.94 4.64 5.45 6/253 23900
/proc/meminfo: memFree=129040736/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=186656 memory=140148 CPUtime=193.2 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 73325 0 0 0 19310 10 0 0 20 0 2 0 34696531 191135744 35037 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 46664 35037 3552 6655 0 33135 0
[pid=23895/tid=23898] ppid=23892 vsize=186656 memory=14352 CPUtime=91.24 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 29947 0 0 0 9120 4 0 0 20 0 2 0 34697534 191135744 35037 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 193.2 s
Current children cumulated vsize: 186656 KiB
Current children cumulated memory: 140148 KiB

[startup+162.3 s]
/proc/loadavg: 4.96 4.71 5.42 6/253 23902
/proc/meminfo: memFree=129027116/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=143012 CPUtime=310.63 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 81653 0 0 0 31052 11 0 0 20 0 2 0 34696531 210014208 35753 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35753 3552 6655 0 39580 0
[pid=23895/tid=23898] ppid=23892 vsize=205092 memory=143012 CPUtime=149.71 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 32781 0 0 0 14966 5 0 0 20 0 2 0 34697534 210014208 35753 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 310.63 s
Current children cumulated vsize: 205092 KiB
Current children cumulated memory: 143012 KiB

[startup+222.3 s]
/proc/loadavg: 5.17 4.81 5.41 6/254 23909
/proc/meminfo: memFree=129041496/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=147112 CPUtime=429.78 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 81744 0 0 0 42967 11 0 0 20 0 2 0 34696531 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 36778 3552 6655 0 39580 0
[pid=23895/tid=23898] ppid=23892 vsize=205092 memory=145060 CPUtime=209.07 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 32809 0 0 0 20902 5 0 0 20 0 2 0 34697534 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 429.78 s
Current children cumulated vsize: 205092 KiB
Current children cumulated memory: 147112 KiB

[startup+282.3 s]
/proc/loadavg: 5.12 4.87 5.38 6/254 23911
/proc/meminfo: memFree=129048300/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=147112 CPUtime=548.43 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 84775 0 0 0 54831 12 0 0 20 0 2 0 34696531 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 36778 3552 6655 0 39580 0
[pid=23895/tid=23898] ppid=23892 vsize=205092 memory=147112 CPUtime=268.43 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 32844 0 0 0 26838 5 0 0 20 0 2 0 34697534 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 548.43 s
Current children cumulated vsize: 205092 KiB
Current children cumulated memory: 147112 KiB

[startup+342.3 s]
/proc/loadavg: 5.09 4.91 5.36 6/254 23913
/proc/meminfo: memFree=129048332/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=147112 CPUtime=667.69 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) R 23892 23895 21012 0 -1 4194304 85706 0 0 0 66757 12 0 0 20 0 2 0 34696531 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 36778 3552 6655 0 39580 0
[pid=23895/tid=23898] ppid=23892 vsize=205092 memory=147112 CPUtime=328.25 cores=0,2
/proc/23895/task/23898/stat : 23898 (LSIPExact) R 23892 23895 21012 0 -1 4194368 32883 0 0 0 32820 5 0 0 20 0 2 0 34697534 210014208 36778 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
Current children cumulated CPU time: 667.69 s
Current children cumulated vsize: 205092 KiB
Current children cumulated memory: 147112 KiB

[startup+402.3 s]

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

/proc/loadavg: 1.06 1.20 2.37 2/232 24094
/proc/meminfo: memFree=129852672/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=156272 memory=133380 CPUtime=875.5 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 24797 0 0 0 87376 174 0 0 20 0 1 0 34804935 160022528 33345 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 39068 33345 1120 1011 0 37835 0
Current children cumulated CPU time: 3017.27 s
Current children cumulated vsize: 361364 KiB
Current children cumulated memory: 274668 KiB

[startup+2022.3 s]
/proc/loadavg: 1.06 1.17 2.28 2/233 24097
/proc/meminfo: memFree=129848900/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=158928 memory=138000 CPUtime=935.33 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 25462 0 0 0 93346 187 0 0 20 0 1 0 34804935 162742272 34500 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 39732 34500 1120 1011 0 38499 0
Current children cumulated CPU time: 3077.1 s
Current children cumulated vsize: 364020 KiB
Current children cumulated memory: 279288 KiB

[startup+2082.3 s]
/proc/loadavg: 1.13 1.17 2.21 2/234 24104
/proc/meminfo: memFree=129841356/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=161804 memory=140944 CPUtime=995.15 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 26181 0 0 0 99317 198 0 0 20 0 1 0 34804935 165687296 35236 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 40451 35236 1120 1011 0 39218 0
Current children cumulated CPU time: 3136.92 s
Current children cumulated vsize: 366896 KiB
Current children cumulated memory: 282232 KiB

[startup+2142.3 s]
/proc/loadavg: 1.10 1.15 2.14 2/234 24106
/proc/meminfo: memFree=129842784/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=163720 memory=144940 CPUtime=1054.97 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 26693 0 0 0 105286 211 0 0 20 0 1 0 34804935 167649280 36235 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 40930 36235 1120 1011 0 39697 0
Current children cumulated CPU time: 3196.74 s
Current children cumulated vsize: 368812 KiB
Current children cumulated memory: 286228 KiB

[startup+2202.3 s]
/proc/loadavg: 1.12 1.14 2.07 2/234 24108
/proc/meminfo: memFree=129844176/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=164284 memory=145452 CPUtime=1114.79 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 26805 0 0 0 111256 223 0 0 20 0 1 0 34804935 168226816 36363 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 41071 36363 1120 1011 0 39838 0
Current children cumulated CPU time: 3256.56 s
Current children cumulated vsize: 369376 KiB
Current children cumulated memory: 286740 KiB

[startup+2262.3 s]
/proc/loadavg: 1.10 1.13 2.00 2/234 24110
/proc/meminfo: memFree=129843924/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=165616 memory=146732 CPUtime=1174.61 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 27138 0 0 0 117227 234 0 0 20 0 1 0 34804935 169590784 36683 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 41404 36683 1120 1011 0 40171 0
Current children cumulated CPU time: 3316.38 s
Current children cumulated vsize: 370708 KiB
Current children cumulated memory: 288020 KiB

[startup+2322.3 s]
/proc/loadavg: 1.08 1.12 1.94 2/233 24114
/proc/meminfo: memFree=129844680/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=165992 memory=147116 CPUtime=1234.43 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 27232 0 0 0 123196 247 0 0 20 0 1 0 34804935 169975808 36779 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 41498 36779 1120 1011 0 40265 0
Current children cumulated CPU time: 3376.2 s
Current children cumulated vsize: 371084 KiB
Current children cumulated memory: 288404 KiB

[startup+2382.3 s]
/proc/loadavg: 1.07 1.11 1.89 2/232 24116
/proc/meminfo: memFree=129845184/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=166704 memory=147884 CPUtime=1294.26 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 27410 0 0 0 129164 262 0 0 20 0 1 0 34804935 170704896 36971 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 41676 36971 1120 1011 0 40443 0
Current children cumulated CPU time: 3436.03 s
Current children cumulated vsize: 371796 KiB
Current children cumulated memory: 289172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.08 1.10 1.84 2/232 24118
/proc/meminfo: memFree=129845704/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=168236 memory=149420 CPUtime=1354.08 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 27840 0 0 0 135132 276 0 0 20 0 1 0 34804935 172273664 37355 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 42059 37355 1120 1011 0 40826 0
Current children cumulated CPU time: 3495.85 s
Current children cumulated vsize: 373328 KiB
Current children cumulated memory: 290708 KiB

[startup+2502.3 s]
/proc/loadavg: 1.07 1.09 1.79 2/232 24120
/proc/meminfo: memFree=129842112/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=168852 memory=150060 CPUtime=1413.89 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 28009 0 0 0 141105 284 0 0 20 0 1 0 34804935 172904448 37515 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 42213 37515 1120 1011 0 40980 0
Current children cumulated CPU time: 3555.66 s
Current children cumulated vsize: 373944 KiB
Current children cumulated memory: 291348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2546.8 s]
/proc/loadavg: 1.07 1.09 1.75 2/232 24122
/proc/meminfo: memFree=129834568/131382116 swapFree=33010684/33010684
[pid=23895] ppid=23892 vsize=205092 memory=141288 CPUtime=2141.77 cores=0,2
/proc/23895/stat : 23895 (LSIPExact) S 23892 23895 21012 0 -1 4194304 89641 0 0 0 214165 12 0 0 20 0 1 0 34696531 210014208 35322 18446744073709551615 94451060862976 94451088119377 140735991105824 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94451096622216 94451097053824 94451123707904 140735991114074 140735991114250 140735991114250 140735991119852 0
/proc/23895/statm: 51273 35322 3584 6655 0 39580 0
[pid=24042] ppid=23895 vsize=170572 memory=151724 CPUtime=1458.26 cores=0,2
/proc/24042/stat : 24042 (Exact) R 23895 24042 24042 0 -1 4194304 28449 0 0 0 145532 294 0 0 20 0 1 0 34804935 174665728 37931 18446744073709551615 4198400 8335837 140726576606064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 34598912 140726576609467 140726576609821 140726576609821 140726576615375 0
/proc/24042/statm: 42643 37931 1120 1011 0 41410 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 375664 KiB
Current children cumulated memory: 293012 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3597 s, system=3.07483 s

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

Child status: 0

Real time (s): 2546.82
CPU time (s): 3600.07
CPU user time (s): 3597
CPU system time (s): 3.07483
CPU usage (%): 141.355
Max. virtual memory (cumulated for all children) (KiB): 375664
Max. memory (cumulated for all children) (KiB): 293012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597
system time used= 3.07483
maximum resident set size= 166004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118653
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= 531
involuntary context switches= 19969


# summary of solver processes directly reported to runsolver:
#   pid: 23895
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597
#   total CPU system time (s): 3.07483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.25955 second user time and 19.21 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 11:42:51
IDJOB=4513070
IDBENCH=162262
IDSOLVER=3337
FILE ID=nodeC010/4513070-1751190171
RUNJOBID= nodeC010-1751180806-21022
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round22-1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513070-1751190171/watcher-4513070-1751190171 -o /tmp/evaluation-result-4513070-1751190171/solver-4513070-1751190171 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21022 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513070-1751190171.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=696246017

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129244224 kB
MemAvailable:   129177016 kB
Buffers:            3280 kB
Cached:           743708 kB
SwapCached:            0 kB
Active:          1093200 kB
Inactive:         452344 kB
Active(anon):     816516 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   452344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45016 kB
Writeback:             0 kB
AnonPages:        800672 kB
Mapped:           152976 kB
Shmem:             17960 kB
KReclaimable:      86780 kB
Slab:             165752 kB
SReclaimable:      86780 kB
SUnreclaim:        78972 kB
KernelStack:        4064 kB
PageTables:         4784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1257004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC010 at 2025-06-29 12:25:18