Trace number 4527118

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? (TO) 3600.11 2900.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.cnf.gz-plain.pb.metafix.opb
MD5SUMe5c6ae9ee6fd03a9aee6a0d19e002873
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 variables577
Total number of constraints1922
Number of constraints which are clauses1922
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 constraint2
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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60763 MiB free)
  memory of node 1: 64507 MiB (54866 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=116461, runsolver pid=116458

[startup+0.100064 s]*
/proc/loadavg: 7.34 7.77 7.14 7/265 116462
/proc/meminfo: memFree=118397564/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=0.09 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 9 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+0.20594 s]*
/proc/loadavg: 7.34 7.77 7.14 7/265 116462
/proc/meminfo: memFree=118397564/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=0.2 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 20 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+0.305778 s]*
/proc/loadavg: 7.34 7.77 7.14 7/265 116462
/proc/meminfo: memFree=118397564/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=0.3 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 30 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+0.700172 s]
/proc/loadavg: 7.34 7.77 7.14 7/265 116462
/proc/meminfo: memFree=118397564/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=0.68 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 68 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+1.50018 s]
/proc/loadavg: 7.23 7.74 7.14 7/265 116462
/proc/meminfo: memFree=118392712/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=1.48 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 148 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+3.10567 s]
/proc/loadavg: 7.23 7.74 7.14 7/265 116462
/proc/meminfo: memFree=118385900/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=3.08 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 308 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+6.30017 s]
/proc/loadavg: 7.14 7.71 7.13 7/265 116462
/proc/meminfo: memFree=118369832/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=41052 memory=6528 CPUtime=6.27 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 608 0 0 0 627 0 0 0 20 0 1 0 139121275 42037248 1632 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 10263 1632 1184 6655 0 498 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6528 KiB

[startup+12.7002 s]
/proc/loadavg: 7.12 7.70 7.13 8/266 116463
/proc/meminfo: memFree=118301220/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=126992 memory=32140 CPUtime=15.29 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 4395 0 0 0 1529 0 0 0 20 0 2 0 139121275 130039808 8035 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 31748 8035 3552 6655 0 6306 0
[pid=116461/tid=116463] ppid=116458 vsize=126992 memory=-7880352373701442426 CPUtime=2.64 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 760 0 0 0 264 0 0 0 20 0 2 0 139122276 130039808 8035 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 126992 KiB
Current children cumulated memory: 32140 KiB

[startup+25.5002 s]
/proc/loadavg: 7.10 7.67 7.13 8/266 116463
/proc/meminfo: memFree=117608372/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=127724 memory=34700 CPUtime=40.73 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 9813 0 0 0 4072 1 0 0 20 0 2 0 139121275 130789376 8675 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 31931 8675 3552 6655 0 6875 0
[pid=116461/tid=116463] ppid=116458 vsize=127724 memory=34700 CPUtime=15.3 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 2366 0 0 0 1530 0 0 0 20 0 2 0 139122276 130789376 8675 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 40.73 s
Current children cumulated vsize: 127724 KiB
Current children cumulated memory: 34700 KiB

[startup+51.106 s]
/proc/loadavg: 7.12 7.62 7.13 8/266 116463
/proc/meminfo: memFree=117685956/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=127724 memory=35212 CPUtime=91.63 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 16830 0 0 0 9161 2 0 0 20 0 2 0 139121275 130789376 8803 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 31931 8803 3552 6655 0 7022 0
[pid=116461/tid=116463] ppid=116458 vsize=127724 memory=35212 CPUtime=40.65 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 5621 0 0 0 4065 0 0 0 20 0 2 0 139122276 130789376 8803 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 91.63 s
Current children cumulated vsize: 127724 KiB
Current children cumulated memory: 35212 KiB

[startup+102.3 s]
/proc/loadavg: 7.10 7.54 7.13 8/266 116465
/proc/meminfo: memFree=117291868/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=131096 memory=40844 CPUtime=192.58 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 19850 0 0 0 19256 2 0 0 20 0 2 0 139121275 134242304 10211 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 32774 10211 3552 6655 0 8382 0
[pid=116461/tid=116463] ppid=116458 vsize=131096 memory=40844 CPUtime=90.54 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 6335 0 0 0 9054 0 0 0 20 0 2 0 139122276 134242304 10211 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 192.58 s
Current children cumulated vsize: 131096 KiB
Current children cumulated memory: 40844 KiB

[startup+162.3 s]
/proc/loadavg: 7.10 7.46 7.12 8/267 116468
/proc/meminfo: memFree=117275968/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=135044 memory=52108 CPUtime=311.6 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 34916 0 0 0 31156 4 0 0 20 0 2 0 139121275 138285056 13027 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 33761 13027 3552 6655 0 11753 0
[pid=116461/tid=116463] ppid=116458 vsize=135044 memory=52108 CPUtime=149.72 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 14704 0 0 0 14971 1 0 0 20 0 2 0 139122276 138285056 13027 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 311.6 s
Current children cumulated vsize: 135044 KiB
Current children cumulated memory: 52108 KiB

[startup+222.3 s]
/proc/loadavg: 7.09 7.39 7.11 8/268 116471
/proc/meminfo: memFree=117123592/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=135264 memory=53388 CPUtime=430.86 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 45388 0 0 0 43081 5 0 0 20 0 2 0 139121275 138510336 13347 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 33816 13347 3552 6655 0 11808 0
[pid=116461/tid=116463] ppid=116458 vsize=135264 memory=14384 CPUtime=209.13 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 20076 0 0 0 20911 2 0 0 20 0 2 0 139122276 138510336 13347 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 430.86 s
Current children cumulated vsize: 135264 KiB
Current children cumulated memory: 53388 KiB

[startup+282.3 s]
/proc/loadavg: 7.07 7.33 7.11 8/268 116473
/proc/meminfo: memFree=117123476/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=135464 memory=53772 CPUtime=550.11 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 48071 0 0 0 55006 5 0 0 20 0 2 0 139121275 138715136 13443 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 33866 13443 3552 6655 0 11858 0
[pid=116461/tid=116463] ppid=116458 vsize=135464 memory=14384 CPUtime=268.53 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 21476 0 0 0 26851 2 0 0 20 0 2 0 139122276 138715136 13443 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 550.11 s
Current children cumulated vsize: 135464 KiB
Current children cumulated memory: 53772 KiB

[startup+342.3 s]
/proc/loadavg: 7.06 7.28 7.10 8/268 116475
/proc/meminfo: memFree=116872896/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=137188 memory=55180 CPUtime=669.38 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) R 116458 116461 115813 0 -1 4194304 48779 0 0 0 66932 6 0 0 20 0 2 0 139121275 140480512 13795 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 34297 13795 3552 6655 0 12289 0
[pid=116461/tid=116463] ppid=116458 vsize=137188 memory=53900 CPUtime=327.94 cores=0,2
/proc/116461/task/116463/stat : 116463 (LSIPExact) R 116458 116461 115813 0 -1 4194368 21785 0 0 0 32792 2 0 0 20 0 2 0 139122276 140480512 13795 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
Current children cumulated CPU time: 669.38 s
Current children cumulated vsize: 137188 KiB
Current children cumulated memory: 55180 KiB


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

/proc/loadavg: 3.09 3.49 4.57 4/260 116714
/proc/meminfo: memFree=120565872/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=67536 memory=56412 CPUtime=1651.34 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 297032 0 0 0 164084 1050 0 0 20 0 1 0 139193877 69156864 14103 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16884 14103 1120 1011 0 15651 0
Current children cumulated CPU time: 3083.13 s
Current children cumulated vsize: 211052 KiB
Current children cumulated memory: 122064 KiB

[startup+2442.3 s]
/proc/loadavg: 3.14 3.43 4.48 4/260 116716
/proc/meminfo: memFree=120566428/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=65832 memory=54864 CPUtime=1711.17 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 309509 0 0 0 170030 1087 0 0 20 0 1 0 139193877 67411968 13716 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16458 13716 1120 1011 0 15225 0
Current children cumulated CPU time: 3142.96 s
Current children cumulated vsize: 209348 KiB
Current children cumulated memory: 120516 KiB

[startup+2502.3 s]
/proc/loadavg: 3.33 3.41 4.41 4/260 116718
/proc/meminfo: memFree=120550580/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=66120 memory=55096 CPUtime=1771.01 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 330857 0 0 0 175979 1122 0 0 20 0 1 0 139193877 67706880 13774 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16530 13774 1120 1011 0 15297 0
Current children cumulated CPU time: 3202.8 s
Current children cumulated vsize: 209636 KiB
Current children cumulated memory: 120748 KiB

[startup+2562.3 s]
/proc/loadavg: 3.60 3.48 4.36 4/259 116720
/proc/meminfo: memFree=120539828/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=66216 memory=55196 CPUtime=1830.85 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 351672 0 0 0 181928 1157 0 0 20 0 1 0 139193877 67805184 13799 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16554 13799 1120 1011 0 15321 0
Current children cumulated CPU time: 3262.64 s
Current children cumulated vsize: 209732 KiB
Current children cumulated memory: 120848 KiB

[startup+2622.3 s]
/proc/loadavg: 2.89 3.31 4.25 3/252 116753
/proc/meminfo: memFree=121321348/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=66504 memory=55472 CPUtime=1890.68 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 371541 0 0 0 187873 1195 0 0 20 0 1 0 139193877 68100096 13868 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16626 13868 1120 1011 0 15393 0
Current children cumulated CPU time: 3322.47 s
Current children cumulated vsize: 210020 KiB
Current children cumulated memory: 121124 KiB

[startup+2682.3 s]
/proc/loadavg: 2.37 3.08 4.11 3/253 116756
/proc/meminfo: memFree=121321776/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=66744 memory=55672 CPUtime=1950.53 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 392381 0 0 0 193823 1230 0 0 20 0 1 0 139193877 68345856 13918 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16686 13918 1120 1011 0 15453 0
Current children cumulated CPU time: 3382.32 s
Current children cumulated vsize: 210260 KiB
Current children cumulated memory: 121324 KiB

[startup+2742.3 s]
/proc/loadavg: 2.17 2.90 3.98 3/253 116758
/proc/meminfo: memFree=121321884/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=66840 memory=55772 CPUtime=2010.37 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 412701 0 0 0 199768 1269 0 0 20 0 1 0 139193877 68444160 13943 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16710 13943 1120 1011 0 15477 0
Current children cumulated CPU time: 3442.16 s
Current children cumulated vsize: 210356 KiB
Current children cumulated memory: 121424 KiB

[startup+2802.3 s]
/proc/loadavg: 2.11 2.75 3.86 3/253 116760
/proc/meminfo: memFree=121320540/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=67560 memory=56492 CPUtime=2070.2 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 431214 0 0 0 205714 1306 0 0 20 0 1 0 139193877 69181440 14123 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16890 14123 1120 1011 0 15657 0
Current children cumulated CPU time: 3501.99 s
Current children cumulated vsize: 211076 KiB
Current children cumulated memory: 122144 KiB

[startup+2862.3 s]
/proc/loadavg: 2.08 2.62 3.75 3/253 116762
/proc/meminfo: memFree=121320396/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=67944 memory=56880 CPUtime=2130.02 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 450616 0 0 0 211656 1346 0 0 20 0 1 0 139193877 69574656 14220 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16986 14220 1120 1011 0 15753 0
Current children cumulated CPU time: 3561.81 s
Current children cumulated vsize: 211460 KiB
Current children cumulated memory: 122532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2900.7 s]
/proc/loadavg: 2.09 2.57 3.68 3/253 116770
/proc/meminfo: memFree=121321500/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=67992 memory=56928 CPUtime=2168.3 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 463503 0 0 0 215461 1369 0 0 20 0 1 0 139193877 69623808 14232 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16998 14232 1120 1011 0 15765 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 211508 KiB
Current children cumulated memory: 122580 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3586.3 s, system=13.8064 s

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

[startup+2900.7 s]
/proc/loadavg: 2.09 2.57 3.68 3/253 116770
/proc/meminfo: memFree=121321500/131249996 swapFree=33010416/33010684
[pid=116461] ppid=116458 vsize=143516 memory=65652 CPUtime=1431.79 cores=0,2
/proc/116461/stat : 116461 (LSIPExact) S 116458 116461 115813 0 -1 4194304 73325 0 0 0 143168 11 0 0 20 0 1 0 139121275 146960384 16413 18446744073709551615 94243172470784 94243199727953 140726909163872 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94243208230024 94243208661632 94243233415168 140726909167960 140726909168136 140726909168136 140726909173740 0
/proc/116461/statm: 35879 16413 3584 6655 0 14736 0
[pid=116545] ppid=116461 vsize=67992 memory=56928 CPUtime=2168.3 cores=0,2
/proc/116545/stat : 116545 (Exact) R 116461 116545 116545 0 -1 4194304 463503 0 0 0 215461 1369 0 0 20 0 1 0 139193877 69623808 14232 18446744073709551615 4198400 8335837 140721452604624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26054656 140721452611769 140721452612123 140721452612123 140721452617679 0
/proc/116545/statm: 16998 14232 1120 1011 0 15765 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 211508 KiB
Current children cumulated memory: 122580 KiB

Child status: 0

Real time (s): 2900.7
CPU time (s): 3600.11
CPU user time (s): 3586.3
CPU system time (s): 13.8064
CPU usage (%): 124.112
Max. virtual memory (cumulated for all children) (KiB): 213568
Max. memory (cumulated for all children) (KiB): 124452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.3
system time used= 13.8064
maximum resident set size= 65780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537019
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= 330
involuntary context switches= 19239


# summary of solver processes directly reported to runsolver:
#   pid: 116461
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3586.3
#   total CPU system time (s): 13.8064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14231 second user time and 14.2441 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-11 13:47:15
IDJOB=4527118
IDBENCH=159173
IDSOLVER=3384
FILE ID=nodeC022/4527118-1752234435
RUNJOBID= nodeC022-1752232205-115830
SLURM_JOB_ID= 9682533
Free space on /tmp= 432120 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.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-4527118-1752234435/watcher-4527118-1752234435 -o /tmp/evaluation-result-4527118-1752234435/solver-4527118-1752234435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115830 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527118-1752234435.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= e5c6ae9ee6fd03a9aee6a0d19e002873
RANDOM SEED=711647137

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118406004 kB
MemAvailable:   126462536 kB
Buffers:            2128 kB
Cached:          8805212 kB
SwapCached:           32 kB
Active:          3937012 kB
Inactive:        8148404 kB
Active(anon):    3293980 kB
Inactive(anon):     2124 kB
Active(file):     643032 kB
Inactive(file):  8146280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44700 kB
Writeback:             0 kB
AnonPages:       3279116 kB
Mapped:           146992 kB
Shmem:             18028 kB
KReclaimable:     212520 kB
Slab:             306180 kB
SReclaimable:     212520 kB
SUnreclaim:        93660 kB
KernelStack:        4272 kB
PageTables:         9692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3867076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1560576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432200 MiB
End job on nodeC022 at 2025-07-11 14:35:36