Trace number 4509888

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.06 2542.3

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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509888-1751181759/watcher-4509888-1751181759 -o /tmp/evaluation-result-4509888-1751181759/solver-4509888-1751181759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29165 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4509888-1751181759.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=29785, runsolver pid=29782

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129658152/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=0.09 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 9 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+0.205582 s]*
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129657900/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=0.2 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 20 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+0.305331 s]*
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129657900/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=0.3 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 30 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+0.700162 s]
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129657396/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=0.69 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 69 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129657492/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=1.49 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 149 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+3.10532 s]
/proc/loadavg: 4.11 4.16 4.69 5/267 29786
/proc/meminfo: memFree=129657864/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=3.09 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 309 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+6.30014 s]
/proc/loadavg: 4.18 4.17 4.69 7/269 29789
/proc/meminfo: memFree=129652480/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=41052 memory=6400 CPUtime=6.28 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 607 0 0 0 628 0 0 0 20 0 1 0 33853416 42037248 1600 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 10263 1600 1152 6655 0 498 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 6400 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.20 4.70 8/270 29790
/proc/meminfo: memFree=129623696/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=126992 memory=31628 CPUtime=15.3 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 4388 0 0 0 1530 0 0 0 20 0 2 0 33853416 130039808 7907 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 31748 7907 3424 6655 0 6306 0
[pid=29785/tid=29790] ppid=29782 vsize=126992 memory=6260 CPUtime=2.64 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 762 0 0 0 264 0 0 0 20 0 2 0 33854417 130039808 7907 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 126992 KiB
Current children cumulated memory: 31628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.92 4.34 4.74 8/270 29790
/proc/meminfo: memFree=129619664/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=127724 memory=34188 CPUtime=40.75 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 9813 0 0 0 4074 1 0 0 20 0 2 0 33853416 130789376 8547 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 31931 8547 3424 6655 0 6877 0
[pid=29785/tid=29790] ppid=29782 vsize=127724 memory=34060 CPUtime=15.32 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 2369 0 0 0 1532 0 0 0 20 0 2 0 33854417 130789376 8547 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 127724 KiB
Current children cumulated memory: 34188 KiB

[startup+51.1055 s]
/proc/loadavg: 5.95 4.63 4.82 8/270 29790
/proc/meminfo: memFree=129620444/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=127724 memory=34956 CPUtime=91.68 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 16904 0 0 0 9167 1 0 0 20 0 2 0 33853416 130789376 8739 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 31931 8739 3424 6655 0 7067 0
[pid=29785/tid=29790] ppid=29782 vsize=127724 memory=17536 CPUtime=40.7 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 5599 0 0 0 4070 0 0 0 20 0 2 0 33854417 130789376 8739 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 91.68 s
Current children cumulated vsize: 127724 KiB
Current children cumulated memory: 34956 KiB

[startup+102.3 s]
/proc/loadavg: 6.50 4.99 4.94 8/271 29796
/proc/meminfo: memFree=129612488/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=131048 memory=40844 CPUtime=192.68 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 19944 0 0 0 19266 2 0 0 20 0 2 0 33853416 134193152 10211 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 32762 10211 3456 6655 0 8518 0
[pid=29785/tid=29790] ppid=29782 vsize=131048 memory=14432 CPUtime=90.62 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 6398 0 0 0 9061 1 0 0 20 0 2 0 33854417 134193152 10211 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 192.68 s
Current children cumulated vsize: 131048 KiB
Current children cumulated memory: 40844 KiB

[startup+162.3 s]
/proc/loadavg: 6.93 5.39 5.08 8/270 29798
/proc/meminfo: memFree=129588544/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=134924 memory=52620 CPUtime=311.75 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 41395 0 0 0 31171 4 0 0 20 0 2 0 33853416 138162176 13155 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 33731 13155 3456 6655 0 11701 0
[pid=29785/tid=29790] ppid=29782 vsize=134924 memory=52620 CPUtime=149.83 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 18447 0 0 0 14981 2 0 0 20 0 2 0 33854417 138162176 13155 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 311.75 s
Current children cumulated vsize: 134924 KiB
Current children cumulated memory: 52620 KiB

[startup+222.3 s]
/proc/loadavg: 7.03 5.70 5.21 8/269 29800
/proc/meminfo: memFree=129576344/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=135928 memory=53644 CPUtime=431.08 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 42856 0 0 0 43103 5 0 0 20 0 2 0 33853416 139190272 13411 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 33982 13411 3456 6655 0 11952 0
[pid=29785/tid=29790] ppid=29782 vsize=135928 memory=17536 CPUtime=209.29 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 19224 0 0 0 20926 3 0 0 20 0 2 0 33854417 139190272 13411 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 431.08 s
Current children cumulated vsize: 135928 KiB
Current children cumulated memory: 53644 KiB

[startup+282.3 s]
/proc/loadavg: 7.03 5.94 5.32 8/270 29850
/proc/meminfo: memFree=129526528/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=136540 memory=55820 CPUtime=550.39 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 49453 0 0 0 55033 6 0 0 20 0 2 0 33853416 139816960 13955 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 34135 13955 3456 6655 0 12105 0
[pid=29785/tid=29790] ppid=29782 vsize=136540 memory=54284 CPUtime=268.74 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 22532 0 0 0 26870 4 0 0 20 0 2 0 33854417 139816960 13955 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 550.39 s
Current children cumulated vsize: 136540 KiB
Current children cumulated memory: 55820 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 6.15 5.43 8/270 29854
/proc/meminfo: memFree=129518024/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=137768 memory=57100 CPUtime=669.72 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) R 29782 29785 29149 0 -1 4194304 50015 0 0 0 66965 7 0 0 20 0 2 0 33853416 141074432 14275 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 34442 14275 3456 6655 0 12472 0
[pid=29785/tid=29790] ppid=29782 vsize=137768 memory=54284 CPUtime=328.19 cores=5,7
/proc/29785/task/29790/stat : 29790 (LSIPExact) R 29782 29785 29149 0 -1 4194368 22580 0 0 0 32815 4 0 0 20 0 2 0 33854417 141074432 14275 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
Current children cumulated CPU time: 669.72 s
Current children cumulated vsize: 137768 KiB
Current children cumulated memory: 57100 KiB

[startup+402.3 s]

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

/proc/loadavg: 4.41 4.59 5.49 5/270 29990
/proc/meminfo: memFree=129424812/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=59652 memory=48584 CPUtime=936.09 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 179023 0 0 0 92974 635 0 0 20 0 1 0 33961818 61083648 12146 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 14913 12146 1120 1011 0 13680 0
Current children cumulated CPU time: 3081.5 s
Current children cumulated vsize: 212296 KiB
Current children cumulated memory: 127032 KiB

[startup+2082.3 s]
/proc/loadavg: 4.22 4.51 5.40 5/269 29992
/proc/meminfo: memFree=129425192/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=60372 memory=49280 CPUtime=995.91 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 189901 0 0 0 98916 675 0 0 20 0 1 0 33961818 61820928 12320 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15093 12320 1120 1011 0 13860 0
Current children cumulated CPU time: 3141.32 s
Current children cumulated vsize: 213016 KiB
Current children cumulated memory: 127728 KiB

[startup+2142.3 s]
/proc/loadavg: 4.19 4.45 5.32 5/269 29994
/proc/meminfo: memFree=129433344/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=60756 memory=49684 CPUtime=1055.72 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 200696 0 0 0 104861 711 0 0 20 0 1 0 33961818 62214144 12421 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15189 12421 1120 1011 0 13956 0
Current children cumulated CPU time: 3201.13 s
Current children cumulated vsize: 213400 KiB
Current children cumulated memory: 128132 KiB

[startup+2202.3 s]
/proc/loadavg: 4.12 4.38 5.24 5/269 29999
/proc/meminfo: memFree=129430892/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=60900 memory=49768 CPUtime=1115.54 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 211436 0 0 0 110808 746 0 0 20 0 1 0 33961818 62361600 12442 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15225 12442 1120 1011 0 13992 0
Current children cumulated CPU time: 3260.95 s
Current children cumulated vsize: 213544 KiB
Current children cumulated memory: 128216 KiB

[startup+2262.3 s]
/proc/loadavg: 4.09 4.32 5.17 5/268 30001
/proc/meminfo: memFree=129424688/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=61812 memory=50680 CPUtime=1175.35 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 221476 0 0 0 116753 782 0 0 20 0 1 0 33961818 63295488 12670 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15453 12670 1120 1011 0 14220 0
Current children cumulated CPU time: 3320.76 s
Current children cumulated vsize: 214456 KiB
Current children cumulated memory: 129128 KiB

[startup+2322.3 s]
/proc/loadavg: 4.09 4.28 5.10 5/268 30015
/proc/meminfo: memFree=129422960/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=62388 memory=51256 CPUtime=1235.17 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 230991 0 0 0 122698 819 0 0 20 0 1 0 33961818 63885312 12814 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15597 12814 1120 1011 0 14364 0
Current children cumulated CPU time: 3380.58 s
Current children cumulated vsize: 215032 KiB
Current children cumulated memory: 129704 KiB

[startup+2382.3 s]
/proc/loadavg: 4.08 4.24 5.03 5/269 30020
/proc/meminfo: memFree=129422500/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=63540 memory=52396 CPUtime=1295.01 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 240421 0 0 0 128641 860 0 0 20 0 1 0 33961818 65064960 13099 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 15885 13099 1120 1011 0 14652 0
Current children cumulated CPU time: 3440.42 s
Current children cumulated vsize: 216184 KiB
Current children cumulated memory: 130844 KiB

[startup+2442.3 s]
/proc/loadavg: 4.15 4.23 4.97 5/269 30022
/proc/meminfo: memFree=129394596/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=64168 memory=53024 CPUtime=1354.86 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 250175 0 0 0 134591 895 0 0 20 0 1 0 33961818 65708032 13256 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 16042 13256 1120 1011 0 14809 0
Current children cumulated CPU time: 3500.27 s
Current children cumulated vsize: 216812 KiB
Current children cumulated memory: 131472 KiB

[startup+2502.3 s]
/proc/loadavg: 4.05 4.18 4.91 5/268 30024
/proc/meminfo: memFree=129394496/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=64456 memory=53312 CPUtime=1414.72 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 260505 0 0 0 140541 931 0 0 20 0 1 0 33961818 66002944 13328 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 16114 13328 1120 1011 0 14881 0
Current children cumulated CPU time: 3560.13 s
Current children cumulated vsize: 217100 KiB
Current children cumulated memory: 131760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2542.3 s]
/proc/loadavg: 4.08 4.17 4.88 5/267 30073
/proc/meminfo: memFree=129453332/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=64552 memory=53408 CPUtime=1454.62 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 267219 0 0 0 144506 956 0 0 20 0 1 0 33961818 66101248 13352 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 16138 13352 1120 1011 0 14905 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 217196 KiB
Current children cumulated memory: 131856 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.16 s, system=9.90855 s

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

[startup+2542.3 s]
/proc/loadavg: 4.08 4.17 4.88 5/267 30073
/proc/meminfo: memFree=129453332/131250000 swapFree=33010684/33010684
[pid=29785] ppid=29782 vsize=152644 memory=78448 CPUtime=2145.41 cores=5,7
/proc/29785/stat : 29785 (LSIPExact) S 29782 29785 29149 0 -1 4194304 58278 0 0 0 214508 33 0 0 20 0 1 0 33853416 156307456 19612 18446744073709551615 94678140436480 94678167692881 140727502707264 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94678176195720 94678176627328 94678193635328 140727502711130 140727502711306 140727502711306 140727502716908 0
/proc/29785/statm: 38161 19612 3488 6655 0 18014 0
[pid=29940] ppid=29785 vsize=64552 memory=53408 CPUtime=1454.62 cores=5,7
/proc/29940/stat : 29940 (Exact) R 29785 29940 29940 0 -1 4194304 267219 0 0 0 144506 956 0 0 20 0 1 0 33961818 66101248 13352 18446744073709551615 4198400 8335837 140724628947040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16777216 140724628953275 140724628953629 140724628953629 140724628959183 0
/proc/29940/statm: 16138 13352 1120 1011 0 14905 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 217196 KiB
Current children cumulated memory: 131856 KiB

Child status: 0

Real time (s): 2542.3
CPU time (s): 3600.06
CPU user time (s): 3590.16
CPU system time (s): 9.90855
CPU usage (%): 141.606
Max. virtual memory (cumulated for all children) (KiB): 217832
Max. memory (cumulated for all children) (KiB): 132240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.16
system time used= 9.90855
maximum resident set size= 78576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325597
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= 351
involuntary context switches= 40987


# summary of solver processes directly reported to runsolver:
#   pid: 29785
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3590.16
#   total CPU system time (s): 9.90855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97046 second user time and 9.42563 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 09:22:39
IDJOB=4509888
IDBENCH=159173
IDSOLVER=3337
FILE ID=nodeC016/4509888-1751181759
RUNJOBID= nodeC016-1751179186-29165
SLURM_JOB_ID= 9587543
Free space on /tmp= 432932 MiB

SOLVER NAME= LSIPExact  S2
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-4509888-1751181759/watcher-4509888-1751181759 -o /tmp/evaluation-result-4509888-1751181759/solver-4509888-1751181759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29165 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509888-1751181759.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= e5c6ae9ee6fd03a9aee6a0d19e002873
RANDOM SEED=264541964

nodeC016 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.733
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.48
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.742
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.48
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		: 3597.329
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.48
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.748
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.48
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.738
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.48
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		: 3700.000
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.48
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		: 3700.000
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129658328 kB
MemAvailable:   129532536 kB
Buffers:            3280 kB
Cached:           684360 kB
SwapCached:            0 kB
Active:           548804 kB
Inactive:         462588 kB
Active(anon):     341832 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   462588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            134092 kB
Writeback:            24 kB
AnonPages:        324972 kB
Mapped:           125816 kB
Shmem:             18072 kB
KReclaimable:      87776 kB
Slab:             171416 kB
SReclaimable:      87776 kB
SUnreclaim:        83640 kB
KernelStack:        4304 kB
PageTables:         3684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     698980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC016 at 2025-06-29 10:05:01