Trace number 4509636

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2148.48 1084.12

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM0451cf7177d33df5f9e0d1f9623197fc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints192
Number of constraints which are clauses192
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509636-1751180861/watcher-4509636-1751180861 -o /tmp/evaluation-result-4509636-1751180861/solver-4509636-1751180861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4509636-1751180861.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=21271, runsolver pid=21268

[startup+0.100067 s]*
/proc/loadavg: 4.54 1.98 1.75 7/257 21272
/proc/meminfo: memFree=129892564/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=0.09 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 9 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.213051 s]*
/proc/loadavg: 4.54 1.98 1.75 7/257 21272
/proc/meminfo: memFree=129892568/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=0.21 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 21 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.313049 s]*
/proc/loadavg: 4.54 1.98 1.75 7/257 21272
/proc/meminfo: memFree=129892568/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=0.31 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 31 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700244 s]
/proc/loadavg: 4.54 1.98 1.75 7/257 21272
/proc/meminfo: memFree=129892568/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=0.68 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 68 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50025 s]
/proc/loadavg: 4.54 1.98 1.75 7/257 21272
/proc/meminfo: memFree=129892568/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=1.48 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 148 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+3.11228 s]
/proc/loadavg: 4.66 2.04 1.78 7/257 21272
/proc/meminfo: memFree=129896684/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=3.09 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 309 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30021 s]
/proc/loadavg: 4.66 2.04 1.78 7/257 21272
/proc/meminfo: memFree=129896944/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=39772 memory=5248 CPUtime=6.27 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 305 0 0 0 627 0 0 0 20 0 1 0 33765569 40726528 1312 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7001 s]
/proc/loadavg: 5.03 2.21 1.83 9/259 21274
/proc/meminfo: memFree=129852676/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=120084 memory=22592 CPUtime=15.32 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 2149 0 0 0 1531 1 0 0 20 0 2 0 33765569 122966016 5648 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30021 5648 3328 6655 0 4222 0
[pid=21271/tid=21274] ppid=21268 vsize=120084 memory=22592 CPUtime=2.65 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 393 0 0 0 265 0 0 0 20 0 2 0 33766570 122966016 5648 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 120084 KiB
Current children cumulated memory: 22592 KiB

[startup+25.5002 s]
/proc/loadavg: 5.49 2.40 1.90 9/259 21274
/proc/meminfo: memFree=129821668/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=120304 memory=22976 CPUtime=40.7 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 4647 0 0 0 4069 1 0 0 20 0 2 0 33765569 123191296 5744 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30076 5744 3328 6655 0 4316 0
[pid=21271/tid=21274] ppid=21268 vsize=120304 memory=17280 CPUtime=15.34 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 1204 0 0 0 1534 0 0 0 20 0 2 0 33766570 123191296 5744 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 120304 KiB
Current children cumulated memory: 22976 KiB

[startup+51.1051 s]
/proc/loadavg: 6.14 2.80 2.05 9/260 21322
/proc/meminfo: memFree=129834512/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123156 memory=26560 CPUtime=91.57 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 8024 0 0 0 9155 2 0 0 20 0 2 0 33765569 126111744 6640 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30789 6640 3328 6655 0 5128 0
[pid=21271/tid=21274] ppid=21268 vsize=123156 memory=14352 CPUtime=40.73 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 2143 0 0 0 4073 0 0 0 20 0 2 0 33766570 126111744 6640 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 91.57 s
Current children cumulated vsize: 123156 KiB
Current children cumulated memory: 26560 KiB

[startup+102.3 s]
/proc/loadavg: 7.17 3.66 2.39 9/257 21369
/proc/meminfo: memFree=129866444/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123156 memory=27328 CPUtime=193.43 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 9701 0 0 0 19339 4 0 0 20 0 2 0 33765569 126111744 6832 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30789 6832 3328 6655 0 5314 0
[pid=21271/tid=21274] ppid=21268 vsize=123156 memory=17280 CPUtime=91.49 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 3038 0 0 0 9147 2 0 0 20 0 2 0 33766570 126111744 6832 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 193.43 s
Current children cumulated vsize: 123156 KiB
Current children cumulated memory: 27328 KiB

[startup+162.3 s]
/proc/loadavg: 7.56 4.41 2.72 9/256 21462
/proc/meminfo: memFree=129942264/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123156 memory=28608 CPUtime=312.82 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 11175 0 0 0 31274 8 0 0 20 0 2 0 33765569 126111744 7152 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30789 7152 3328 6655 0 5522 0
[pid=21271/tid=21274] ppid=21268 vsize=123156 memory=323 CPUtime=151.07 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 3976 0 0 0 15104 3 0 0 20 0 2 0 33766570 126111744 7152 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 312.82 s
Current children cumulated vsize: 123156 KiB
Current children cumulated memory: 28608 KiB

[startup+222.3 s]
/proc/loadavg: 7.89 5.08 3.06 9/257 21469
/proc/meminfo: memFree=129943348/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123156 memory=29120 CPUtime=432.31 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 11721 0 0 0 43222 9 0 0 20 0 2 0 33765569 126111744 7280 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30789 7280 3328 6655 0 5630 0
[pid=21271/tid=21274] ppid=21268 vsize=123156 memory=28864 CPUtime=210.66 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 4374 0 0 0 21063 3 0 0 20 0 2 0 33766570 126111744 7280 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 432.31 s
Current children cumulated vsize: 123156 KiB
Current children cumulated memory: 29120 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 5.65 3.39 9/255 21471
/proc/meminfo: memFree=129939280/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123508 memory=30272 CPUtime=551.8 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 12471 0 0 0 55171 9 0 0 20 0 2 0 33765569 126472192 7568 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30877 7568 3328 6655 0 5877 0
[pid=21271/tid=21274] ppid=21268 vsize=123508 memory=30272 CPUtime=270.26 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 4775 0 0 0 27023 3 0 0 20 0 2 0 33766570 126472192 7568 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 551.8 s
Current children cumulated vsize: 123508 KiB
Current children cumulated memory: 30272 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 6.09 3.68 9/255 21473
/proc/meminfo: memFree=129940808/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=123992 memory=31424 CPUtime=671.29 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 12773 0 0 0 67120 9 0 0 20 0 2 0 33765569 126967808 7856 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 30998 7856 3328 6655 0 6140 0
[pid=21271/tid=21274] ppid=21268 vsize=123992 memory=31040 CPUtime=329.87 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 5049 0 0 0 32984 3 0 0 20 0 2 0 33766570 126967808 7856 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 671.29 s
Current children cumulated vsize: 123992 KiB
Current children cumulated memory: 31424 KiB

[startup+402.3 s]

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

/proc/21271/statm: 32477 10288 3328 6655 0 8594 0
[pid=21271/tid=21274] ppid=21268 vsize=129908 memory=11008 CPUtime=806.71 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 8851 0 0 0 80666 5 0 0 20 0 2 0 33766570 133025792 10288 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 1627.21 s
Current children cumulated vsize: 129908 KiB
Current children cumulated memory: 41152 KiB

[startup+882.3 s]
/proc/loadavg: 8.10 7.81 5.65 9/256 21501
/proc/meminfo: memFree=129922272/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=129908 memory=41664 CPUtime=1746.71 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 17920 0 0 0 174659 12 0 0 20 0 2 0 33765569 133025792 10416 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 32477 10416 3328 6655 0 8726 0
[pid=21271/tid=21274] ppid=21268 vsize=129908 memory=41280 CPUtime=866.31 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 8988 0 0 0 86626 5 0 0 20 0 2 0 33766570 133025792 10416 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 1746.71 s
Current children cumulated vsize: 129908 KiB
Current children cumulated memory: 41664 KiB

[startup+942.3 s]
/proc/loadavg: 8.13 7.88 5.81 9/255 21503
/proc/meminfo: memFree=129918412/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=132012 memory=44224 CPUtime=1866.2 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 18533 0 0 0 186608 12 0 0 20 0 2 0 33765569 135180288 11056 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33003 11056 3328 6655 0 9405 0
[pid=21271/tid=21274] ppid=21268 vsize=132012 memory=42560 CPUtime=925.92 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 9491 0 0 0 92586 6 0 0 20 0 2 0 33766570 135180288 11056 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 1866.2 s
Current children cumulated vsize: 132012 KiB
Current children cumulated memory: 44224 KiB

[startup+1002.3 s]
/proc/loadavg: 8.10 7.92 5.96 9/256 21506
/proc/meminfo: memFree=129908464/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47040 CPUtime=1985.68 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19182 0 0 0 198556 12 0 0 20 0 2 0 33765569 137277440 11760 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11760 3328 6655 0 10039 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=47040 CPUtime=985.52 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10130 0 0 0 98546 6 0 0 20 0 2 0 33766570 137277440 11760 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 1985.68 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47040 KiB

[startup+1062.3 s]
/proc/loadavg: 8.11 7.95 6.10 9/256 21509
/proc/meminfo: memFree=129895704/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47552 CPUtime=2105.15 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19321 0 0 0 210503 12 0 0 20 0 2 0 33765569 137277440 11888 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11888 3328 6655 0 10177 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=47168 CPUtime=1045.1 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10269 0 0 0 104504 6 0 0 20 0 2 0 33766570 137277440 11888 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2105.15 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47552 KiB

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

# cumulated CPU time of all completed processes:  user=2148.34 s, system=0.137538 s

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

[startup+1062.4 s]
/proc/loadavg: 8.11 7.95 6.10 9/256 21509
/proc/meminfo: memFree=129895704/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47552 CPUtime=2105.35 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19321 0 0 0 210523 12 0 0 20 0 2 0 33765569 137277440 11888 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11888 3328 6655 0 10177 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=47424 CPUtime=1045.2 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10269 0 0 0 104514 6 0 0 20 0 2 0 33766570 137277440 11888 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2105.35 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47552 KiB

[startup+1075.2 s]
/proc/loadavg: 8.08 7.95 6.13 9/256 21509
/proc/meminfo: memFree=129895200/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2130.84 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19341 0 0 0 213071 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10196 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=3328 CPUtime=1057.9 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10289 0 0 0 105784 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2130.84 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1078.4 s]
/proc/loadavg: 8.08 7.95 6.14 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2137.22 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19348 0 0 0 213709 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10211 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=47680 CPUtime=1061.08 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10296 0 0 0 106102 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2137.22 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1081.6 s]
/proc/loadavg: 8.08 7.95 6.14 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2143.59 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19355 0 0 0 214346 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10215 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=5632 CPUtime=1064.26 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10303 0 0 0 106420 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2143.59 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1083.2 s]
/proc/loadavg: 8.07 7.95 6.15 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2146.77 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19361 0 0 0 214664 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10217 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=14352 CPUtime=1065.85 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10309 0 0 0 106579 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2146.77 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1083.6 s]
/proc/loadavg: 8.07 7.95 6.15 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2147.57 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19361 0 0 0 214744 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10217 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=17280 CPUtime=1066.25 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10309 0 0 0 106619 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2147.57 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1084 s]*
/proc/loadavg: 8.07 7.95 6.15 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=47680 CPUtime=2148.37 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) R 21268 21271 21012 0 -1 4194304 19361 0 0 0 214824 13 0 0 20 0 2 0 33765569 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11920 3328 6655 0 10217 0
[pid=21271/tid=21274] ppid=21268 vsize=134060 memory=-6369896836784820576 CPUtime=1066.64 cores=1,3
/proc/21271/task/21274/stat : 21274 (LSIPExact) R 21268 21271 21012 0 -1 4194368 10309 0 0 0 106658 6 0 0 20 0 2 0 33766570 137277440 11920 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
Current children cumulated CPU time: 2148.37 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 47680 KiB

[startup+1084.1 s]
/proc/loadavg: 8.07 7.95 6.15 9/256 21509
/proc/meminfo: memFree=129894696/131382116 swapFree=33010684/33010684
[pid=21271] ppid=21268 vsize=134060 memory=45928 CPUtime=2148.41 cores=1,3
/proc/21271/stat : 21271 (LSIPExact) S 21268 21271 21012 0 -1 4194304 19429 0 0 0 214828 13 0 0 20 0 1 0 33765569 137277440 11482 18446744073709551615 94621901377536 94621928633937 140733729390976 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94621937136776 94621937568384 94621954359296 140733729397082 140733729397258 140733729397258 140733729402860 0
/proc/21271/statm: 33515 11482 3360 6655 0 10217 0
Current children cumulated CPU time: 2148.41 s
Current children cumulated vsize: 134060 KiB
Current children cumulated memory: 45928 KiB

Child status: 0

Real time (s): 1084.12
CPU time (s): 2148.48
CPU user time (s): 2148.34
CPU system time (s): 0.137538
CPU usage (%): 198.178
Max. virtual memory (cumulated for all children) (KiB): 134060
Max. memory (cumulated for all children) (KiB): 47680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2148.34
system time used= 0.137538
maximum resident set size= 47936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20212
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= 344
involuntary context switches= 60011


# summary of solver processes directly reported to runsolver:
#   pid: 21271
#   total CPU time (s): 2148.48
#   total CPU user time (s): 2148.34
#   total CPU system time (s): 0.137538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84878 second user time and 3.47153 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 09:07:41
IDJOB=4509636
IDBENCH=158730
IDSOLVER=3337
FILE ID=nodeC010/4509636-1751180861
RUNJOBID= nodeC010-1751180806-21024
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-d3-i1-f.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-4509636-1751180861/watcher-4509636-1751180861 -o /tmp/evaluation-result-4509636-1751180861/solver-4509636-1751180861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509636-1751180861.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 0451cf7177d33df5f9e0d1f9623197fc
RANDOM SEED=887856913

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129892816 kB
MemAvailable:   129794528 kB
Buffers:            3280 kB
Cached:           713080 kB
SwapCached:            0 kB
Active:           514488 kB
Inactive:         421712 kB
Active(anon):     237804 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   421712 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89576 kB
Writeback:             4 kB
AnonPages:        222972 kB
Mapped:           129912 kB
Shmem:             17960 kB
KReclaimable:      85888 kB
Slab:             164780 kB
SReclaimable:      85888 kB
SUnreclaim:        78892 kB
KernelStack:        4144 kB
PageTables:         3508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     579696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC010 at 2025-06-29 09:25:46