Trace number 4492860

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? 1377.63 1381.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
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 constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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: 63794 MiB (62655 MiB free)
  memory of node 1: 64507 MiB (63828 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492860-1751133733/watcher-4492860-1751133733 -o /tmp/evaluation-result-4492860-1751133733/solver-4492860-1751133733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11150 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4492860-1751133733.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=11777, runsolver pid=11774

[startup+0.100074 s]*
/proc/loadavg: 5.49 1.91 0.74 8/256 11778
/proc/meminfo: memFree=129519476/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=0.1 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 10 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+0.213311 s]*
/proc/loadavg: 5.49 1.91 0.74 8/256 11778
/proc/meminfo: memFree=129519476/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=0.21 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 21 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+0.313069 s]*
/proc/loadavg: 5.49 1.91 0.74 8/256 11778
/proc/meminfo: memFree=129519980/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=0.31 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 31 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+0.700294 s]
/proc/loadavg: 5.49 1.91 0.74 8/256 11778
/proc/meminfo: memFree=129519980/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=0.68 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 68 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+1.50028 s]
/proc/loadavg: 5.61 1.99 0.77 8/256 11778
/proc/meminfo: memFree=129507884/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=1.48 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 148 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+3.11264 s]
/proc/loadavg: 5.61 1.99 0.77 8/256 11778
/proc/meminfo: memFree=129507884/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=3.09 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 309 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+6.30028 s]
/proc/loadavg: 5.72 2.08 0.81 8/256 11778
/proc/meminfo: memFree=129528748/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=41976 memory=7424 CPUtime=6.27 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) R 11774 11777 11133 0 -1 4194304 855 0 0 0 627 0 0 0 20 0 1 0 29052253 42983424 1856 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 10494 1856 1152 6655 0 729 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41976 KiB
Current children cumulated memory: 7424 KiB

[startup+12.7004 s]
/proc/loadavg: 5.90 2.17 0.85 8/257 11780
/proc/meminfo: memFree=129531060/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=35676 memory=23656 CPUtime=2.64 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 2995 0 0 0 261 3 0 0 20 0 1 0 29053256 36532224 5914 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 8919 5914 1120 1011 0 7686 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 157464 KiB
Current children cumulated memory: 45648 KiB

[startup+25.5004 s]
/proc/loadavg: 6.07 2.33 0.91 8/257 11780
/proc/meminfo: memFree=129493872/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=52988 memory=42924 CPUtime=15.39 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 6826 0 0 0 1529 10 0 0 20 0 1 0 29053256 54259712 10731 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 13247 10731 1120 1011 0 12014 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 174776 KiB
Current children cumulated memory: 64916 KiB

[startup+51.1129 s]
/proc/loadavg: 6.44 2.78 1.11 8/257 11780
/proc/meminfo: memFree=129460024/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=59256 memory=50320 CPUtime=40.93 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 8161 0 0 0 4069 24 0 0 20 0 1 0 29053256 60678144 12580 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 14814 12580 1120 1011 0 13581 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 181044 KiB
Current children cumulated memory: 72312 KiB

[startup+102.3 s]
/proc/loadavg: 6.80 3.45 1.42 8/257 11782
/proc/meminfo: memFree=129406888/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=73092 memory=52080 CPUtime=91.97 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 8837 0 0 0 9147 50 0 0 20 0 1 0 29053256 74846208 13020 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 18273 13020 1120 1011 0 17040 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 194880 KiB
Current children cumulated memory: 74072 KiB

[startup+162.3 s]
/proc/loadavg: 6.94 4.10 1.78 8/257 11784
/proc/meminfo: memFree=129381756/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=73572 memory=54648 CPUtime=151.79 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 8982 0 0 0 15103 76 0 0 20 0 1 0 29053256 75337728 13662 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 18393 13662 1120 1011 0 17160 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 195360 KiB
Current children cumulated memory: 76640 KiB

[startup+222.3 s]
/proc/loadavg: 6.56 4.53 2.07 6/253 11879
/proc/meminfo: memFree=129592760/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=21992 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5498 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5498 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=75736 memory=60708 CPUtime=211.61 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 9503 0 0 0 21061 100 0 0 20 0 1 0 29053256 77553664 15177 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 18934 15177 1120 1011 0 17701 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 197524 KiB
Current children cumulated memory: 82700 KiB

[startup+282.3 s]
/proc/loadavg: 5.67 4.65 2.27 6/254 12072
/proc/meminfo: memFree=128858480/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=22376 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 5594 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 5594 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=76596 memory=63604 CPUtime=271.46 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 9727 0 0 0 27020 126 0 0 20 0 1 0 29053256 78434304 15901 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 19149 15901 1120 1011 0 17916 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 198384 KiB
Current children cumulated memory: 85980 KiB

[startup+342.3 s]
/proc/loadavg: 5.88 4.90 2.51 6/254 12074
/proc/meminfo: memFree=128770152/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0

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

/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13157 0 0 0 104457 474 0 0 20 0 1 0 29053256 115847168 21793 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 28283 21793 1120 1011 0 27050 0
Current children cumulated CPU time: 1059.3 s
Current children cumulated vsize: 234920 KiB
Current children cumulated memory: 111596 KiB

[startup+1122.3 s]
/proc/loadavg: 4.17 4.62 3.80 5/254 12161
/proc/meminfo: memFree=128708932/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=113324 memory=89092 CPUtime=1109.14 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13210 0 0 0 110413 501 0 0 20 0 1 0 29053256 116043776 22273 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 28331 22273 1120 1011 0 27098 0
Current children cumulated CPU time: 1119.13 s
Current children cumulated vsize: 235112 KiB
Current children cumulated memory: 113516 KiB

[startup+1182.3 s]
/proc/loadavg: 4.10 4.52 3.82 5/254 12165
/proc/meminfo: memFree=128684816/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=113612 memory=89348 CPUtime=1168.98 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13292 0 0 0 116369 529 0 0 20 0 1 0 29053256 116338688 22337 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 28403 22337 1120 1011 0 27170 0
Current children cumulated CPU time: 1178.97 s
Current children cumulated vsize: 235400 KiB
Current children cumulated memory: 113772 KiB

[startup+1242.3 s]
/proc/loadavg: 4.08 4.44 3.84 5/254 12167
/proc/meminfo: memFree=128661204/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=113996 memory=89860 CPUtime=1228.81 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13412 0 0 0 122327 554 0 0 20 0 1 0 29053256 116731904 22465 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 28499 22465 1120 1011 0 27266 0
Current children cumulated CPU time: 1238.8 s
Current children cumulated vsize: 235784 KiB
Current children cumulated memory: 114284 KiB

[startup+1302.3 s]
/proc/loadavg: 4.15 4.39 3.86 5/254 12169
/proc/meminfo: memFree=128652392/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=115340 memory=91012 CPUtime=1288.65 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13715 0 0 0 128283 582 0 0 20 0 1 0 29053256 118108160 22753 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 28835 22753 1120 1011 0 27602 0
Current children cumulated CPU time: 1298.64 s
Current children cumulated vsize: 237128 KiB
Current children cumulated memory: 115436 KiB

[startup+1362.3 s]
/proc/loadavg: 4.18 4.35 3.88 5/254 12171
/proc/meminfo: memFree=128650644/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1348.48 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13967 0 0 0 134236 612 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1358.47 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

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

# cumulated CPU time of all completed processes:  user=1371.41 s, system=6.22787 s

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

[startup+1369.6 s]
/proc/loadavg: 4.16 4.34 3.88 5/254 12171
/proc/meminfo: memFree=128650644/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1355.76 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13967 0 0 0 134960 616 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1365.75 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

[startup+1376 s]*
/proc/loadavg: 4.14 4.33 3.89 5/254 12171
/proc/meminfo: memFree=128650644/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1362.15 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13968 0 0 0 135596 619 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1372.14 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

[startup+1379.2 s]
/proc/loadavg: 4.14 4.33 3.89 5/254 12171
/proc/meminfo: memFree=128650644/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1365.33 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13968 0 0 0 135913 620 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1375.32 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

[startup+1380.8 s]
/proc/loadavg: 4.14 4.33 3.89 5/254 12171
/proc/meminfo: memFree=128650396/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1366.92 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13968 0 0 0 136071 621 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1376.91 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

[startup+1381.2 s]
/proc/loadavg: 4.13 4.32 3.89 5/254 12171
/proc/meminfo: memFree=128650396/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1367.32 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13968 0 0 0 136111 621 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1377.31 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

[startup+1381.4 s]
/proc/loadavg: 4.13 4.32 3.89 5/254 12171
/proc/meminfo: memFree=128650396/131382112 swapFree=33010684/33010684
[pid=11777] ppid=11774 vsize=121788 memory=24424 CPUtime=9.99 cores=1,3
/proc/11777/stat : 11777 (LSIPExact) S 11774 11777 11133 0 -1 4194304 2541 0 0 0 999 0 0 0 20 0 1 0 29052253 124710912 6106 18446744073709551615 94750305218560 94750332474961 140724481787824 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94750340977800 94750341409408 94750368215040 140724481792346 140724481792522 140724481792522 140724481798124 0
/proc/11777/statm: 30447 6106 3264 6655 0 4531 0
[pid=11780] ppid=11777 vsize=116300 memory=92036 CPUtime=1367.52 cores=1,3
/proc/11780/stat : 11780 (Exact) R 11777 11780 11780 0 -1 4194304 13968 0 0 0 136131 621 0 0 20 0 1 0 29053256 119091200 23009 18446744073709551615 4198400 8335837 140732692788368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29859840 140732692793531 140732692793885 140732692793885 140732692799439 0
/proc/11780/statm: 29075 23009 1120 1011 0 27842 0
Current children cumulated CPU time: 1377.51 s
Current children cumulated vsize: 238088 KiB
Current children cumulated memory: 116460 KiB

Child status: 0

Real time (s): 1381.5
CPU time (s): 1377.63
CPU user time (s): 1371.41
CPU system time (s): 6.22787
CPU usage (%): 99.7205
Max. virtual memory (cumulated for all children) (KiB): 238088
Max. memory (cumulated for all children) (KiB): 116460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1371.41
system time used= 6.22787
maximum resident set size= 114416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16518
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= 314
involuntary context switches= 1391


# summary of solver processes directly reported to runsolver:
#   pid: 11777
#   total CPU time (s): 1377.63
#   total CPU user time (s): 1371.41
#   total CPU system time (s): 6.22787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95552 second user time and 13.6268 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 20:02:13
IDJOB=4492860
IDBENCH=147830
IDSOLVER=3337
FILE ID=nodeC001/4492860-1751133733
RUNJOBID= nodeC001-1751133631-11150
SLURM_JOB_ID= 9587401
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492860-1751133733/watcher-4492860-1751133733 -o /tmp/evaluation-result-4492860-1751133733/solver-4492860-1751133733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11150 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4492860-1751133733.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=2059004868

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129519476 kB
MemAvailable:   129232236 kB
Buffers:            3280 kB
Cached:           525348 kB
SwapCached:            0 kB
Active:           893424 kB
Inactive:         327448 kB
Active(anon):     710204 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   327448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44732 kB
Writeback:             4 kB
AnonPages:        695356 kB
Mapped:           137288 kB
Shmem:             17960 kB
KReclaimable:      83052 kB
Slab:             160712 kB
SReclaimable:      83052 kB
SUnreclaim:        77660 kB
KernelStack:        4128 kB
PageTables:         4444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1069040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432876 MiB
End job on nodeC001 at 2025-06-28 20:25:15