Trace number 4527124

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? 3577.64 2877.27

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n184-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM2ca6c56c39551016f0346c5d85471318
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables276
Total number of constraints736
Number of constraints which are clauses736
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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 (59035 MiB free)
  memory of node 1: 64465 MiB (58902 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=120260, runsolver pid=120257

[startup+0.100069 s]*
/proc/loadavg: 7.11 7.31 6.94 8/254 120261
/proc/meminfo: memFree=120768744/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=0.1 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 10 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.213231 s]*
/proc/loadavg: 7.11 7.31 6.94 8/254 120261
/proc/meminfo: memFree=120768744/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=0.21 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 21 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.313098 s]*
/proc/loadavg: 7.11 7.31 6.94 8/254 120261
/proc/meminfo: memFree=120768984/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=0.31 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 31 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.700282 s]
/proc/loadavg: 7.11 7.31 6.94 8/254 120261
/proc/meminfo: memFree=120768984/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=0.68 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 68 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50026 s]
/proc/loadavg: 7.11 7.31 6.94 8/254 120261
/proc/meminfo: memFree=120768984/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=1.48 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 148 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+3.11278 s]
/proc/loadavg: 7.11 7.31 6.94 8/253 120261
/proc/meminfo: memFree=120769000/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=3.09 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 309 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+6.30025 s]
/proc/loadavg: 7.10 7.30 6.94 8/253 120261
/proc/meminfo: memFree=120771300/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=40172 memory=5760 CPUtime=6.27 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 401 0 0 0 627 0 0 0 20 0 1 0 139116856 41136128 1440 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7002 s]
/proc/loadavg: 7.10 7.30 6.94 9/254 120262
/proc/meminfo: memFree=120767860/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=122304 memory=26452 CPUtime=15.29 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 3001 0 0 0 1529 0 0 0 20 0 2 0 139116856 125239296 6613 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 30576 6613 3488 6655 0 5066 0
[pid=120260/tid=120262] ppid=120257 vsize=122304 memory=26196 CPUtime=2.64 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 669 0 0 0 264 0 0 0 20 0 2 0 139117858 125239296 6613 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 122304 KiB
Current children cumulated memory: 26452 KiB

[startup+25.5002 s]
/proc/loadavg: 7.30 7.33 6.96 9/254 120262
/proc/meminfo: memFree=120765844/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=122588 memory=27092 CPUtime=40.47 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 6856 0 0 0 4046 1 0 0 20 0 2 0 139116856 125530112 6773 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 30647 6773 3488 6655 0 5162 0
[pid=120260/tid=120262] ppid=120257 vsize=122588 memory=11008 CPUtime=15.05 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 2069 0 0 0 1505 0 0 0 20 0 2 0 139117858 125530112 6773 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 40.47 s
Current children cumulated vsize: 122588 KiB
Current children cumulated memory: 27092 KiB

[startup+51.1054 s]
/proc/loadavg: 7.52 7.39 6.99 9/254 120263
/proc/meminfo: memFree=120759324/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=32340 CPUtime=90.22 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 11465 0 0 0 9020 2 0 0 20 0 2 0 139116856 129708032 8085 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8085 3488 6655 0 6321 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=27604 CPUtime=40.41 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 3477 0 0 0 4041 0 0 0 20 0 2 0 139117858 129708032 8085 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 90.22 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 32340 KiB

[startup+102.3 s]
/proc/loadavg: 7.86 7.50 7.05 9/254 120264
/proc/meminfo: memFree=120760712/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=32468 CPUtime=191.98 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 13080 0 0 0 19196 2 0 0 20 0 2 0 139116856 129708032 8117 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8117 3488 6655 0 6370 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=32468 CPUtime=91.47 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 4392 0 0 0 9147 0 0 0 20 0 2 0 139117858 129708032 8117 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 191.98 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 32468 KiB

[startup+162.3 s]
/proc/loadavg: 8.08 7.64 7.13 9/254 120266
/proc/meminfo: memFree=120749752/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=33108 CPUtime=311.25 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 14963 0 0 0 31122 3 0 0 20 0 2 0 139116856 129708032 8277 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8277 3488 6655 0 6540 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=33108 CPUtime=151.33 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 5441 0 0 0 15132 1 0 0 20 0 2 0 139117858 129708032 8277 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 311.25 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 33108 KiB

[startup+222.3 s]
/proc/loadavg: 8.13 7.74 7.19 9/254 120268
/proc/meminfo: memFree=120747868/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=33876 CPUtime=430.52 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 15474 0 0 0 43048 4 0 0 20 0 2 0 139116856 129708032 8469 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8469 3488 6655 0 6715 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=11008 CPUtime=211.17 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 5668 0 0 0 21116 1 0 0 20 0 2 0 139117858 129708032 8469 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 430.52 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 33876 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 7.80 7.25 9/255 120273
/proc/meminfo: memFree=120759428/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=34900 CPUtime=549.76 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 19090 0 0 0 54971 5 0 0 20 0 2 0 139116856 129708032 8725 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8725 3488 6655 0 6963 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=14468 CPUtime=271.02 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 7378 0 0 0 27100 2 0 0 20 0 2 0 139117858 129708032 8725 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 549.76 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 34900 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.86 7.31 9/254 120275
/proc/meminfo: memFree=120736920/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=126668 memory=35668 CPUtime=669.02 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) R 120257 120260 119344 0 -1 4194304 19820 0 0 0 66896 6 0 0 20 0 2 0 139116856 129708032 8917 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 31667 8917 3488 6655 0 7179 0
[pid=120260/tid=120262] ppid=120257 vsize=126668 memory=35540 CPUtime=330.86 cores=5,7
/proc/120260/task/120262/stat : 120262 (LSIPExact) R 120257 120260 119344 0 -1 4194368 7619 0 0 0 33084 2 0 0 20 0 2 0 139117858 129708032 8917 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
Current children cumulated CPU time: 669.02 s
Current children cumulated vsize: 126668 KiB
Current children cumulated memory: 35668 KiB

[startup+402.3 s]

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

/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53358 0 0 0 181197 1930 0 0 20 0 1 0 139189459 48283648 7792 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11788 7792 1120 1011 0 10555 0
Current children cumulated CPU time: 3263.4 s
Current children cumulated vsize: 180224 KiB
Current children cumulated memory: 79612 KiB

[startup+2622.3 s]
/proc/loadavg: 4.01 4.12 4.64 4/246 120659
/proc/meminfo: memFree=123755076/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47344 memory=31424 CPUtime=1891.11 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53432 0 0 0 187118 1993 0 0 20 0 1 0 139189459 48480256 7856 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11836 7856 1120 1011 0 10603 0
Current children cumulated CPU time: 3323.24 s
Current children cumulated vsize: 180416 KiB
Current children cumulated memory: 79868 KiB

[startup+2682.3 s]
/proc/loadavg: 3.47 3.94 4.55 4/246 120661
/proc/meminfo: memFree=123758040/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47344 memory=31424 CPUtime=1950.97 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53432 0 0 0 193047 2050 0 0 20 0 1 0 139189459 48480256 7856 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11836 7856 1120 1011 0 10603 0
Current children cumulated CPU time: 3383.1 s
Current children cumulated vsize: 180416 KiB
Current children cumulated memory: 79868 KiB

[startup+2742.3 s]
/proc/loadavg: 3.22 3.78 4.45 4/248 120667
/proc/meminfo: memFree=123756144/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2010.84 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 198970 2114 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3442.97 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2802.3 s]
/proc/loadavg: 3.20 3.67 4.37 4/249 120670
/proc/meminfo: memFree=123756456/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2070.7 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 204897 2173 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3502.83 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2862.3 s]
/proc/loadavg: 3.12 3.56 4.29 3/242 120708
/proc/meminfo: memFree=124636152/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2130.56 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 210822 2234 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3562.69 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

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

# cumulated CPU time of all completed processes:  user=3555 s, system=22.6415 s

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

[startup+2867.2 s]
/proc/loadavg: 3.03 3.53 4.28 3/242 120708
/proc/meminfo: memFree=124636344/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2135.45 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 211306 2239 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3567.58 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2873.6 s]
/proc/loadavg: 2.95 3.51 4.26 3/242 120709
/proc/meminfo: memFree=124636584/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2141.83 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 211938 2245 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3573.96 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2875.2 s]
/proc/loadavg: 2.95 3.51 4.26 3/242 120709
/proc/meminfo: memFree=124636584/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2143.43 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 212096 2247 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3575.56 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2876 s]*
/proc/loadavg: 2.87 3.48 4.25 3/242 120709
/proc/meminfo: memFree=124636584/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2144.24 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 212176 2248 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3576.37 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2876.8 s]
/proc/loadavg: 2.87 3.48 4.25 3/242 120709
/proc/meminfo: memFree=124636584/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2145.03 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 212254 2249 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3577.16 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

[startup+2877.2 s]
/proc/loadavg: 2.87 3.48 4.25 3/242 120709
/proc/meminfo: memFree=124636584/131382112 swapFree=33000116/33010684
[pid=120260] ppid=120257 vsize=133072 memory=48444 CPUtime=1432.13 cores=5,7
/proc/120260/stat : 120260 (LSIPExact) S 120257 120260 119344 0 -1 4194304 35045 0 0 0 143199 14 0 0 20 0 1 0 139116856 136265728 12111 18446744073709551615 94884443467776 94884470724945 140728894090480 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94884479227016 94884479658624 94884507635712 140728894097752 140728894097928 140728894097928 140728894103532 0
/proc/120260/statm: 33268 12111 3520 6655 0 10117 0
[pid=120297] ppid=120260 vsize=47824 memory=31808 CPUtime=2145.42 cores=5,7
/proc/120297/stat : 120297 (Exact) R 120260 120297 120297 0 -1 4194304 53528 0 0 0 212293 2249 0 0 20 0 1 0 139189459 48971776 7952 18446744073709551615 4198400 8335837 140733532926960 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44306432 140733532932281 140733532932635 140733532932635 140733532938191 0
/proc/120297/statm: 11956 7952 1120 1011 0 10723 0
Current children cumulated CPU time: 3577.55 s
Current children cumulated vsize: 180896 KiB
Current children cumulated memory: 80252 KiB

Child status: 0

Real time (s): 2877.27
CPU time (s): 3577.64
CPU user time (s): 3555
CPU system time (s): 22.6415
CPU usage (%): 124.342
Max. virtual memory (cumulated for all children) (KiB): 180896
Max. memory (cumulated for all children) (KiB): 80252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3555
system time used= 22.6415
maximum resident set size= 48572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88587
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= 316
involuntary context switches= 24880


# summary of solver processes directly reported to runsolver:
#   pid: 120260
#   total CPU time (s): 3577.64
#   total CPU user time (s): 3555
#   total CPU system time (s): 22.6415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4877 second user time and 24.6637 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-11 13:46:17
IDJOB=4527124
IDBENCH=158984
IDSOLVER=3384
FILE ID=nodeC007/4527124-1752234377
RUNJOBID= nodeC007-1752232205-119364
SLURM_JOB_ID= 9682518
Free space on /tmp= 430928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n184-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527124-1752234377/watcher-4527124-1752234377 -o /tmp/evaluation-result-4527124-1752234377/solver-4527124-1752234377 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752232205-119364 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527124-1752234377.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 2ca6c56c39551016f0346c5d85471318
RANDOM SEED=1356610466

nodeC007 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		: 3491.842
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.68
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		: 3591.560
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.68
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		: 3491.843
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.68
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		: 3591.637
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.68
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		: 3591.589
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.810
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.68
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		: 3592.162
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.68
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		: 1197.298
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120768744 kB
MemAvailable:   125761152 kB
Buffers:              16 kB
Cached:          5658488 kB
SwapCached:         2804 kB
Active:          4363900 kB
Inactive:        5388116 kB
Active(anon):    4070436 kB
Inactive(anon):    35088 kB
Active(file):     293464 kB
Inactive(file):  5353028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44432 kB
Writeback:             0 kB
AnonPages:       4089728 kB
Mapped:           136044 kB
Shmem:             12012 kB
KReclaimable:     371084 kB
Slab:             463804 kB
SReclaimable:     371084 kB
SUnreclaim:        92720 kB
KernelStack:        4096 kB
PageTables:        11276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4525560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2031616 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431000 MiB
End job on nodeC007 at 2025-07-11 14:34:15