Trace number 4526920

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 S1UNSAT 1653.96 949.431

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUM75eee10e25ffa4d5aec52eb68458e53f
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 benchmark1.98842
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526920-1752232260/watcher-4526920-1752232260 -o /tmp/evaluation-result-4526920-1752232260/solver-4526920-1752232260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115832 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526920-1752232260.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=116077, runsolver pid=116074
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 3.59 1.02 0.41 7/269 116078
/proc/meminfo: memFree=119318456/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=0.09 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 9 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.205487 s]*
/proc/loadavg: 3.87 1.12 0.44 8/269 116078
/proc/meminfo: memFree=119269640/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=0.2 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 20 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.305617 s]*
/proc/loadavg: 3.87 1.12 0.44 8/269 116078
/proc/meminfo: memFree=119269640/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=0.3 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 30 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.700115 s]
/proc/loadavg: 3.87 1.12 0.44 8/269 116078
/proc/meminfo: memFree=119265544/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=0.69 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 69 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+1.50013 s]
/proc/loadavg: 3.87 1.12 0.44 8/269 116078
/proc/meminfo: memFree=119265544/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=1.48 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 148 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+3.10588 s]
/proc/loadavg: 3.87 1.12 0.44 8/269 116078
/proc/meminfo: memFree=119273424/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=3.09 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 309 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+6.30013 s]
/proc/loadavg: 4.20 1.23 0.48 8/269 116078
/proc/meminfo: memFree=119131396/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=41404 memory=6784 CPUtime=6.27 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 705 0 0 0 627 0 0 0 20 0 1 0 138903767 42397696 1696 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 1.34 0.52 9/270 116079
/proc/meminfo: memFree=119126124/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=128600 memory=34884 CPUtime=15.29 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 5209 0 0 0 1528 1 0 0 20 0 2 0 138903767 131686400 8721 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32150 8721 3424 6655 0 7036 0
[pid=116077/tid=116079] ppid=116074 vsize=128600 memory=33604 CPUtime=2.63 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 1082 0 0 0 263 0 0 0 20 0 2 0 138904769 131686400 8721 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 128600 KiB
Current children cumulated memory: 34884 KiB

[startup+25.5002 s]
/proc/loadavg: 5.04 1.56 0.60 9/270 116080
/proc/meminfo: memFree=118838568/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=128600 memory=36036 CPUtime=40.74 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 11958 0 0 0 4072 2 0 0 20 0 2 0 138903767 131686400 9009 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32150 9009 3424 6655 0 7289 0
[pid=116077/tid=116079] ppid=116074 vsize=128600 memory=35908 CPUtime=15.3 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 3843 0 0 0 1530 0 0 0 20 0 2 0 138904769 131686400 9009 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 40.74 s
Current children cumulated vsize: 128600 KiB
Current children cumulated memory: 36036 KiB

[startup+51.1055 s]
/proc/loadavg: 6.29 2.20 0.85 9/270 116080
/proc/meminfo: memFree=118761644/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=128600 memory=36420 CPUtime=91.63 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 15157 0 0 0 9161 2 0 0 20 0 2 0 138903767 131686400 9105 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32150 9105 3424 6655 0 7404 0
[pid=116077/tid=116079] ppid=116074 vsize=128600 memory=36420 CPUtime=40.65 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 5439 0 0 0 4064 1 0 0 20 0 2 0 138904769 131686400 9105 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 91.63 s
Current children cumulated vsize: 128600 KiB
Current children cumulated memory: 36420 KiB

[startup+102.3 s]
/proc/loadavg: 7.19 3.08 1.22 9/270 116082
/proc/meminfo: memFree=119002728/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=130044 memory=38340 CPUtime=193.4 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 21592 0 0 0 19337 3 0 0 20 0 2 0 138903767 133165056 9585 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32511 9585 3424 6655 0 8017 0
[pid=116077/tid=116079] ppid=116074 vsize=130044 memory=38340 CPUtime=91.35 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 8753 0 0 0 9134 1 0 0 20 0 2 0 138904769 133165056 9585 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 193.4 s
Current children cumulated vsize: 130044 KiB
Current children cumulated memory: 38340 KiB

[startup+162.3 s]
/proc/loadavg: 7.68 3.96 1.64 9/270 116084
/proc/meminfo: memFree=117934280/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=130864 memory=39876 CPUtime=312.67 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 25972 0 0 0 31263 4 0 0 20 0 2 0 138903767 134004736 9969 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32716 9969 3424 6655 0 8470 0
[pid=116077/tid=116079] ppid=116074 vsize=130864 memory=39108 CPUtime=150.75 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 10714 0 0 0 15073 2 0 0 20 0 2 0 138904769 134004736 9969 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 312.67 s
Current children cumulated vsize: 130864 KiB
Current children cumulated memory: 39876 KiB

[startup+222.3 s]
/proc/loadavg: 8.27 4.81 2.08 9/270 116087
/proc/meminfo: memFree=117591052/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=131864 memory=41028 CPUtime=431.94 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 30126 0 0 0 43189 5 0 0 20 0 2 0 138903767 135028736 10257 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 32966 10257 3424 6655 0 8720 0
[pid=116077/tid=116079] ppid=116074 vsize=131864 memory=40772 CPUtime=210.14 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 12836 0 0 0 21011 3 0 0 20 0 2 0 138904769 135028736 10257 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 431.94 s
Current children cumulated vsize: 131864 KiB
Current children cumulated memory: 41028 KiB

[startup+282.3 s]
/proc/loadavg: 8.20 5.42 2.46 9/268 116090
/proc/meminfo: memFree=117335956/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=135820 memory=57412 CPUtime=549.2 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 42989 0 0 0 54913 7 0 0 20 0 2 0 138903767 139079680 14353 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 33955 14353 3456 6655 0 12742 0
[pid=116077/tid=116079] ppid=116074 vsize=135820 memory=14384 CPUtime=267.53 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 19527 0 0 0 26749 4 0 0 20 0 2 0 138904769 139079680 14353 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 549.2 s
Current children cumulated vsize: 135820 KiB
Current children cumulated memory: 57412 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 5.91 2.82 9/268 116092
/proc/meminfo: memFree=116903532/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=135820 memory=57540 CPUtime=668.46 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 47812 0 0 0 66839 7 0 0 20 0 2 0 138903767 139079680 14385 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 33955 14385 3456 6655 0 12742 0
[pid=116077/tid=116079] ppid=116074 vsize=135820 memory=49476 CPUtime=326.94 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 22054 0 0 0 32690 4 0 0 20 0 2 0 138904769 139079680 14385 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 668.46 s
Current children cumulated vsize: 135820 KiB
Current children cumulated memory: 57540 KiB


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

/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 59237 0 0 0 114541 9 0 0 20 0 2 0 138903767 143360000 15448 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 35000 15448 3456 6655 0 13951 0
[pid=116077/tid=116079] ppid=116074 vsize=140000 memory=61792 CPUtime=564.62 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 28535 0 0 0 56457 5 0 0 20 0 2 0 138904769 143360000 15448 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 1145.5 s
Current children cumulated vsize: 140000 KiB
Current children cumulated memory: 61792 KiB

[startup+642.3 s]
/proc/loadavg: 8.15 7.33 4.30 10/267 116109
/proc/meminfo: memFree=115275832/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=140000 memory=61920 CPUtime=1264.76 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 60187 0 0 0 126467 9 0 0 20 0 2 0 138903767 143360000 15480 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 35000 15480 3456 6655 0 13951 0
[pid=116077/tid=116079] ppid=116074 vsize=140000 memory=61920 CPUtime=624.03 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 28895 0 0 0 62398 5 0 0 20 0 2 0 138904769 143360000 15480 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 1264.76 s
Current children cumulated vsize: 140000 KiB
Current children cumulated memory: 61920 KiB

[startup+702.3 s]
/proc/loadavg: 8.16 7.48 4.54 9/268 116112
/proc/meminfo: memFree=115302792/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=66128 CPUtime=1384.03 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116074 116077 115813 0 -1 4194304 61551 0 0 0 138393 10 0 0 20 0 2 0 138903767 147456000 16532 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16532 3456 6655 0 14951 0
[pid=116077/tid=116079] ppid=116074 vsize=144000 memory=66128 CPUtime=683.43 cores=1,3
/proc/116077/task/116079/stat : 116079 (LSIPExact) R 116074 116077 115813 0 -1 4194368 30173 0 0 0 68337 6 0 0 20 0 2 0 138904769 147456000 16532 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
Current children cumulated CPU time: 1384.03 s
Current children cumulated vsize: 144000 KiB
Current children cumulated memory: 66128 KiB

[startup+762.3 s]
/proc/loadavg: 7.04 7.30 4.67 7/268 116116
/proc/meminfo: memFree=114833180/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=42460 memory=28384 CPUtime=36.16 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 4535 0 0 0 3597 19 0 0 20 0 1 0 138976369 43479040 7096 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 10615 7096 1120 1011 0 9382 0
Current children cumulated CPU time: 1467.32 s
Current children cumulated vsize: 186460 KiB
Current children cumulated memory: 92760 KiB

[startup+822.3 s]
/proc/loadavg: 6.50 7.09 4.76 7/269 116119
/proc/meminfo: memFree=114688300/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=46924 memory=34880 CPUtime=95.99 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 6456 0 0 0 9553 46 0 0 20 0 1 0 138976369 48050176 8720 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 11731 8720 1120 1011 0 10498 0
Current children cumulated CPU time: 1527.15 s
Current children cumulated vsize: 190924 KiB
Current children cumulated memory: 99256 KiB

[startup+882.3 s]
/proc/loadavg: 6.24 6.91 4.85 7/268 116166
/proc/meminfo: memFree=117364896/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=50524 memory=38292 CPUtime=155.83 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 7762 0 0 0 15511 72 0 0 20 0 1 0 138976369 51736576 9573 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 12631 9573 1120 1011 0 11398 0
Current children cumulated CPU time: 1586.99 s
Current children cumulated vsize: 194524 KiB
Current children cumulated memory: 102668 KiB

[startup+942.3 s]
/proc/loadavg: 6.77 6.94 4.99 8/268 116169
/proc/meminfo: memFree=117106764/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=51536 memory=41396 CPUtime=215.67 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8056 0 0 0 21470 97 0 0 20 0 1 0 138976369 52772864 10349 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 12884 10349 1120 1011 0 11651 0
Current children cumulated CPU time: 1646.83 s
Current children cumulated vsize: 195536 KiB
Current children cumulated memory: 105772 KiB

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

# cumulated CPU time of all completed processes:  user=1652.84 s, system=1.11665 s

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

[startup+944 s]*
/proc/loadavg: 6.77 6.94 4.99 8/268 116169
/proc/meminfo: memFree=117107284/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=51536 memory=41396 CPUtime=217.37 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8056 0 0 0 21639 98 0 0 20 0 1 0 138976369 52772864 10349 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 12884 10349 1120 1011 0 11651 0
Current children cumulated CPU time: 1648.53 s
Current children cumulated vsize: 195536 KiB
Current children cumulated memory: 105772 KiB

[startup+947.2 s]
/proc/loadavg: 6.87 6.96 5.01 8/268 116169
/proc/meminfo: memFree=117083092/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=51536 memory=41396 CPUtime=220.56 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8056 0 0 0 21956 100 0 0 20 0 1 0 138976369 52772864 10349 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 12884 10349 1120 1011 0 11651 0
Current children cumulated CPU time: 1651.72 s
Current children cumulated vsize: 195536 KiB
Current children cumulated memory: 105772 KiB

[startup+948.8 s]
/proc/loadavg: 6.87 6.96 5.01 8/268 116169
/proc/meminfo: memFree=117080068/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=52016 memory=41908 CPUtime=222.15 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8176 0 0 0 22115 100 0 0 20 0 1 0 138976369 53264384 10477 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 13004 10477 1120 1011 0 11771 0
Current children cumulated CPU time: 1653.31 s
Current children cumulated vsize: 196016 KiB
Current children cumulated memory: 106284 KiB

[startup+949.2 s]
/proc/loadavg: 6.87 6.96 5.01 8/268 116169
/proc/meminfo: memFree=117080068/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=52016 memory=41908 CPUtime=222.55 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8176 0 0 0 22155 100 0 0 20 0 1 0 138976369 53264384 10477 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 13004 10477 1120 1011 0 11771 0
Current children cumulated CPU time: 1653.71 s
Current children cumulated vsize: 196016 KiB
Current children cumulated memory: 106284 KiB

[startup+949.4 s]
/proc/loadavg: 6.87 6.96 5.01 8/268 116169
/proc/meminfo: memFree=117080068/131249996 swapFree=33010416/33010684
[pid=116077] ppid=116074 vsize=144000 memory=64376 CPUtime=1431.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116074 116077 115813 0 -1 4194304 62156 0 0 0 143106 10 0 0 20 0 1 0 138903767 147456000 16094 18446744073709551615 94630095818752 94630123075921 140734538174784 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94630131577992 94630132009600 94630165303296 140734538180952 140734538181128 140734538181128 140734538186732 0
/proc/116077/statm: 36000 16094 3488 6655 0 14951 0
[pid=116115] ppid=116077 vsize=52016 memory=41908 CPUtime=222.75 cores=1,3
/proc/116115/stat : 116115 (Exact) R 116077 116115 116115 0 -1 4194304 8176 0 0 0 22175 100 0 0 20 0 1 0 138976369 53264384 10477 18446744073709551615 4198400 8335837 140730824639824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19316736 140730824644793 140730824645147 140730824645147 140730824650703 0
/proc/116115/statm: 13004 10477 1120 1011 0 11771 0
Current children cumulated CPU time: 1653.91 s
Current children cumulated vsize: 196016 KiB
Current children cumulated memory: 106284 KiB

Child status: 0

Real time (s): 949.431
CPU time (s): 1653.96
CPU user time (s): 1652.84
CPU system time (s): 1.11665
CPU usage (%): 174.206
Max. virtual memory (cumulated for all children) (KiB): 196016
Max. memory (cumulated for all children) (KiB): 106284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1652.84
system time used= 1.11665
maximum resident set size= 66384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70755
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= 307
involuntary context switches= 28711


# summary of solver processes directly reported to runsolver:
#   pid: 116077
#   total CPU time (s): 1653.96
#   total CPU user time (s): 1652.84
#   total CPU system time (s): 1.11665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.98129 second user time and 4.42981 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-11 13:11:00
IDJOB=4526920
IDBENCH=147933
IDSOLVER=3384
FILE ID=nodeC022/4526920-1752232260
RUNJOBID= nodeC022-1752232205-115832
SLURM_JOB_ID= 9682533
Free space on /tmp= 432124 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526920-1752232260/watcher-4526920-1752232260 -o /tmp/evaluation-result-4526920-1752232260/solver-4526920-1752232260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115832 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526920-1752232260.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 75eee10e25ffa4d5aec52eb68458e53f
RANDOM SEED=711647137

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119318264 kB
MemAvailable:   127368716 kB
Buffers:            2128 kB
Cached:          8799172 kB
SwapCached:           32 kB
Active:          2969492 kB
Inactive:        8142364 kB
Active(anon):    2326460 kB
Inactive(anon):     2124 kB
Active(file):     643032 kB
Inactive(file):  8140240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44556 kB
Writeback:           248 kB
AnonPages:       2309068 kB
Mapped:           140048 kB
Shmem:             18028 kB
KReclaimable:     212436 kB
Slab:             305964 kB
SReclaimable:     212436 kB
SUnreclaim:        93528 kB
KernelStack:        4320 kB
PageTables:         7696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2788036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432096 MiB
End job on nodeC022 at 2025-07-11 13:26:50