Trace number 4527197

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 S1? 3507.73 2808.27

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMab6600e5fcf1c6d7769b5fd648c35e77
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 benchmark3539.86
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
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

1430.77/726.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.77/726.03	c numVar: 4288
1430.77/726.03	c numCon: 9488
1430.77/726.03	c numEqual: 1296
1430.77/726.03	c intSize: 4
1430.77/726.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.77/726.03	c ------------------- Paras list -------------------
1430.77/726.03	c Name                	 Type      	 Now       	 Default   	 Comment
1430.77/726.03	c timeout             	 double    	 3600.000000	 3600      	 
1430.77/726.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.77/726.03	c ls_time             	 double    	 10.000000 	 10        	 
1430.77/726.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.77/726.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.77/726.03	c random_seed         	 int       	 0         	 0         	 
1430.77/726.03	c sample_size         	 int       	 50        	 50        	 
1430.77/726.03	c sub_score           	 int       	 1         	 1         	 
1430.77/726.03	c tabu_base           	 int       	 3         	 3         	 
1430.77/726.03	c tabu_variation      	 int       	 1         	 1         	 
1430.77/726.03	c sub_div             	 int       	 4         	 4         	 
1430.77/726.03	c nbcore              	 int       	 2         	 1         	 
1430.77/726.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.77/726.03	c print_sol           	 int       	 1         	 1         	 
1430.77/726.03	c tmpdir              	 string		 .         	 "."       	 
1430.77/726.03	c home                	 string		 HOME	 "."       	 
1430.77/726.03	c benchname           	 string		 HOME/instance-4527197-1752235242.opb	 ""        	 
1430.77/726.03	c --------------------------------------------------
1430.77/726.03	c Local Search solver
1430.77/726.03	c MIP solver
1430.77/726.03	c use Exact solver
3507.65/2808.26	s UNKNOWN
3507.65/2808.26	c Total time: 2808

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=122165, runsolver pid=122162

[startup+0.100065 s]*
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969260/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=0.09 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 9 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+0.206021 s]*
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969020/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=0.19 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 19 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+0.305796 s]*
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969020/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=0.29 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 29 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+0.700181 s]
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969020/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=0.68 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 68 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+1.50018 s]
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969136/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=1.48 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 148 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+3.10572 s]
/proc/loadavg: 7.52 7.45 7.36 8/265 122166
/proc/meminfo: memFree=102969596/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=3.08 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 308 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+6.30017 s]
/proc/loadavg: 7.48 7.44 7.36 8/265 122166
/proc/meminfo: memFree=102963416/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=48284 memory=13824 CPUtime=6.26 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 2433 0 0 0 626 0 0 0 20 0 1 0 139203006 49442816 3456 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 12071 3456 1184 6655 0 2306 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 13824 KiB

[startup+12.7002 s]
/proc/loadavg: 7.44 7.43 7.36 9/266 122167
/proc/meminfo: memFree=102912204/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=164848 memory=76400 CPUtime=15.15 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 15754 0 0 0 1513 2 0 0 20 0 2 0 139203006 168804352 19100 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 41212 19100 3488 6655 0 17702 0
[pid=122165/tid=122167] ppid=122162 vsize=164848 memory=75888 CPUtime=2.51 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 2697 0 0 0 251 0 0 0 20 0 2 0 139204009 168804352 19100 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 164848 KiB
Current children cumulated memory: 76400 KiB

[startup+25.5003 s]
/proc/loadavg: 7.72 7.50 7.38 9/266 122178
/proc/meminfo: memFree=102908708/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=170248 memory=82928 CPUtime=40.54 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 35457 0 0 0 4049 5 0 0 20 0 2 0 139203006 174333952 20732 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 42562 20732 3488 6655 0 19533 0
[pid=122165/tid=122167] ppid=122162 vsize=170248 memory=82928 CPUtime=15.15 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 9576 0 0 0 1514 1 0 0 20 0 2 0 139204009 174333952 20732 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 40.54 s
Current children cumulated vsize: 170248 KiB
Current children cumulated memory: 82928 KiB

[startup+51.1058 s]
/proc/loadavg: 7.82 7.54 7.40 9/266 122179
/proc/meminfo: memFree=102899148/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=171544 memory=90096 CPUtime=91.32 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 52920 0 0 0 9125 7 0 0 20 0 2 0 139203006 175661056 22524 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 42886 22524 3488 6655 0 21104 0
[pid=122165/tid=122167] ppid=122162 vsize=171544 memory=90096 CPUtime=40.43 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 14731 0 0 0 4040 3 0 0 20 0 2 0 139204009 175661056 22524 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 91.32 s
Current children cumulated vsize: 171544 KiB
Current children cumulated memory: 90096 KiB

[startup+102.3 s]
/proc/loadavg: 7.97 7.63 7.44 9/269 122190
/proc/meminfo: memFree=102941908/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=171716 memory=96624 CPUtime=192.92 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 73413 0 0 0 19282 10 0 0 20 0 2 0 139203006 175837184 24156 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 42929 24156 3488 6655 0 22484 0
[pid=122165/tid=122167] ppid=122162 vsize=171716 memory=96624 CPUtime=91.03 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 25060 0 0 0 9099 4 0 0 20 0 2 0 139204009 175837184 24156 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 192.92 s
Current children cumulated vsize: 171716 KiB
Current children cumulated memory: 96624 KiB

[startup+162.3 s]
/proc/loadavg: 8.11 7.73 7.49 9/269 122192
/proc/meminfo: memFree=102937780/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=171716 memory=96624 CPUtime=312 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 80893 0 0 0 31189 11 0 0 20 0 2 0 139203006 175837184 24156 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 42929 24156 3488 6655 0 22484 0
[pid=122165/tid=122167] ppid=122162 vsize=171716 memory=96624 CPUtime=150.33 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 28625 0 0 0 15028 5 0 0 20 0 2 0 139204009 175837184 24156 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 312 s
Current children cumulated vsize: 171716 KiB
Current children cumulated memory: 96624 KiB

[startup+222.3 s]
/proc/loadavg: 8.10 7.80 7.53 9/269 122194
/proc/meminfo: memFree=102877448/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=172776 memory=97392 CPUtime=431.08 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 93299 0 0 0 43094 14 0 0 20 0 2 0 139203006 176922624 24348 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 43194 24348 3488 6655 0 22749 0
[pid=122165/tid=122167] ppid=122162 vsize=172776 memory=96752 CPUtime=209.62 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 34450 0 0 0 20956 6 0 0 20 0 2 0 139204009 176922624 24348 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 431.08 s
Current children cumulated vsize: 172776 KiB
Current children cumulated memory: 97392 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 7.85 7.56 9/269 122196
/proc/meminfo: memFree=102903724/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=173404 memory=98928 CPUtime=550.15 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 95179 0 0 0 55001 14 0 0 20 0 2 0 139203006 177565696 24732 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 43351 24732 3488 6655 0 23320 0
[pid=122165/tid=122167] ppid=122162 vsize=173404 memory=98288 CPUtime=268.92 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 35693 0 0 0 26886 6 0 0 20 0 2 0 139204009 177565696 24732 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 550.15 s
Current children cumulated vsize: 173404 KiB
Current children cumulated memory: 98928 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 7.91 7.60 9/269 122198
/proc/meminfo: memFree=102888344/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=173636 memory=102000 CPUtime=669.21 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) R 122162 122165 121522 0 -1 4194304 103786 0 0 0 66906 15 0 0 20 0 2 0 139203006 177803264 25500 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 43409 25500 3488 6655 0 23825 0
[pid=122165/tid=122167] ppid=122162 vsize=173636 memory=101744 CPUtime=328.21 cores=1,3
/proc/122165/task/122167/stat : 122167 (LSIPExact) R 122162 122165 121522 0 -1 4194368 40572 0 0 0 32814 7 0 0 20 0 2 0 139204009 177803264 25500 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
Current children cumulated CPU time: 669.21 s
Current children cumulated vsize: 173636 KiB
Current children cumulated memory: 102000 KiB

[startup+402.3 s]

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

/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 31067 0 0 0 170873 299 0 0 20 0 1 0 139275609 183668736 41624 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 44841 41624 1120 1011 0 43608 0
Current children cumulated CPU time: 3142.54 s
Current children cumulated vsize: 356268 KiB
Current children cumulated memory: 273496 KiB

[startup+2502.3 s]
/proc/loadavg: 3.09 3.14 4.07 4/253 122824
/proc/meminfo: memFree=119305620/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=181848 memory=173180 CPUtime=1771.59 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 31763 0 0 0 176853 306 0 0 20 0 1 0 139275609 186212352 43295 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 45462 43295 1120 1011 0 44229 0
Current children cumulated CPU time: 3202.41 s
Current children cumulated vsize: 358752 KiB
Current children cumulated memory: 280180 KiB

[startup+2562.3 s]
/proc/loadavg: 3.08 3.13 4.00 4/254 122833
/proc/meminfo: memFree=119258012/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=183164 memory=174460 CPUtime=1831.46 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 32092 0 0 0 182829 317 0 0 20 0 1 0 139275609 187559936 43615 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 45791 43615 1120 1011 0 44558 0
Current children cumulated CPU time: 3262.28 s
Current children cumulated vsize: 360068 KiB
Current children cumulated memory: 281460 KiB

[startup+2622.3 s]
/proc/loadavg: 3.14 3.13 3.95 4/254 122835
/proc/meminfo: memFree=119231168/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=183164 memory=174460 CPUtime=1891.32 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 32092 0 0 0 188801 331 0 0 20 0 1 0 139275609 187559936 43615 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 45791 43615 1120 1011 0 44558 0
Current children cumulated CPU time: 3322.14 s
Current children cumulated vsize: 360068 KiB
Current children cumulated memory: 281460 KiB

[startup+2682.3 s]
/proc/loadavg: 3.10 3.12 3.89 4/253 122837
/proc/meminfo: memFree=119185656/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=185568 memory=176892 CPUtime=1951.19 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 32694 0 0 0 194779 340 0 0 20 0 1 0 139275609 190021632 44223 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46392 44223 1120 1011 0 45159 0
Current children cumulated CPU time: 3382.01 s
Current children cumulated vsize: 362472 KiB
Current children cumulated memory: 283892 KiB

[startup+2742.3 s]
/proc/loadavg: 1.92 2.78 3.72 2/246 122871
/proc/meminfo: memFree=120545532/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=186472 memory=177788 CPUtime=2011.06 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 32920 0 0 0 200756 350 0 0 20 0 1 0 139275609 190947328 44447 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46618 44447 1120 1011 0 45385 0
Current children cumulated CPU time: 3441.88 s
Current children cumulated vsize: 363376 KiB
Current children cumulated memory: 284788 KiB

[startup+2802.3 s]
/proc/loadavg: 1.40 2.47 3.56 2/246 122873
/proc/meminfo: memFree=120544888/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2070.94 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33075 0 0 0 206731 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3501.76 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

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

# cumulated CPU time of all completed processes:  user=3503.9 s, system=3.82927 s

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

[startup+2803.2 s]
/proc/loadavg: 1.40 2.47 3.56 2/247 122874
/proc/meminfo: memFree=120544888/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2071.84 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33075 0 0 0 206821 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3502.66 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

[startup+2806.4 s]
/proc/loadavg: 1.37 2.44 3.54 2/247 122874
/proc/meminfo: memFree=120545140/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2075.03 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33075 0 0 0 207140 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3505.85 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

[startup+2807.2 s]
/proc/loadavg: 1.37 2.44 3.54 2/247 122875
/proc/meminfo: memFree=120546400/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2075.83 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33075 0 0 0 207220 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3506.65 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

[startup+2808 s]*
/proc/loadavg: 1.37 2.44 3.54 2/247 122875
/proc/meminfo: memFree=120546904/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2076.63 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33076 0 0 0 207300 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3507.45 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

[startup+2808.2 s]
/proc/loadavg: 1.37 2.44 3.54 2/247 122875
/proc/meminfo: memFree=120546904/131249992 swapFree=33010160/33010684
[pid=122165] ppid=122162 vsize=176904 memory=107000 CPUtime=1430.82 cores=1,3
/proc/122165/stat : 122165 (LSIPExact) S 122162 122165 121522 0 -1 4194304 129426 0 0 0 143063 19 0 0 20 0 1 0 139203006 181149696 26750 18446744073709551615 94727077638144 94727104895313 140730272157568 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94727113397384 94727113828992 94727121825792 140730272160088 140730272160264 140730272160264 140730272165868 0
/proc/122165/statm: 44226 26750 3488 6655 0 24828 0
[pid=122639] ppid=122165 vsize=187092 memory=178428 CPUtime=2076.83 cores=1,3
/proc/122639/stat : 122639 (Exact) R 122165 122639 122639 0 -1 4194304 33076 0 0 0 207320 363 0 0 20 0 1 0 139275609 191582208 44607 18446744073709551615 4198400 8335837 140730336199216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16658432 140730336204985 140730336205339 140730336205339 140730336210895 0
/proc/122639/statm: 46773 44607 1120 1011 0 45540 0
Current children cumulated CPU time: 3507.65 s
Current children cumulated vsize: 363996 KiB
Current children cumulated memory: 285428 KiB

Child status: 0

Real time (s): 2808.27
CPU time (s): 3507.73
CPU user time (s): 3503.9
CPU system time (s): 3.82927
CPU usage (%): 124.907
Max. virtual memory (cumulated for all children) (KiB): 363996
Max. memory (cumulated for all children) (KiB): 285428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3503.9
system time used= 3.82927
maximum resident set size= 178556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163290
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= 387
involuntary context switches= 36022


# summary of solver processes directly reported to runsolver:
#   pid: 122165
#   total CPU time (s): 3507.73
#   total CPU user time (s): 3503.9
#   total CPU system time (s): 3.82927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44332 second user time and 12.5447 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-11 14:00:42
IDJOB=4527197
IDBENCH=162160
IDSOLVER=3384
FILE ID=nodeC025/4527197-1752235242
RUNJOBID= nodeC025-1752232205-121540
SLURM_JOB_ID= 9682536
Free space on /tmp= 432700 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-0.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527197-1752235242/watcher-4527197-1752235242 -o /tmp/evaluation-result-4527197-1752235242/solver-4527197-1752235242 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752232205-121540 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527197-1752235242.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=261742251

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.960
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.67
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		: 3600.213
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.67
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.807
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.67
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.836
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.67
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		: 3599.723
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.67
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.835
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.67
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.912
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.67
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.798
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        102968636 kB
MemAvailable:   112059220 kB
Buffers:            2128 kB
Cached:          9836876 kB
SwapCached:          200 kB
Active:         17976220 kB
Inactive:        9479340 kB
Active(anon):   17617352 kB
Inactive(anon):    17060 kB
Active(file):     358868 kB
Inactive(file):  9462280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45052 kB
Writeback:            12 kB
AnonPages:      17612108 kB
Mapped:           141436 kB
Shmem:             17856 kB
KReclaimable:     217348 kB
Slab:             310868 kB
SReclaimable:     217348 kB
SUnreclaim:        93520 kB
KernelStack:        4272 kB
PageTables:        38272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   19598720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11288576 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432936 MiB
End job on nodeC025 at 2025-07-11 14:47:31