Trace number 4544703

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 1432.5 726.811

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat10_8_triangular.opb
MD5SUM3dd75226e6689e396cd2140bcad29a73
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.540194
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2984
Total number of constraints25189
Number of constraints which are clauses23781
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1408
Minimum length of a constraint2
Maximum length of a constraint10
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 26
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544703-1753218134/watcher-4544703-1753218134 -o /tmp/evaluation-result-4544703-1753218134/solver-4544703-1753218134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176019 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4544703-1753218134.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
solver pid=178314, runsolver pid=178311
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.34 5.17 5.37 5/267 178315
/proc/meminfo: memFree=86423608/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=0.09 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 9 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+0.205799 s]*
/proc/loadavg: 4.34 5.17 5.37 5/267 178315
/proc/meminfo: memFree=86423608/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=0.19 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 19 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+0.305727 s]*
/proc/loadavg: 4.34 5.17 5.37 5/267 178315
/proc/meminfo: memFree=86423608/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=0.29 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 29 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+0.700194 s]
/proc/loadavg: 4.34 5.17 5.37 5/267 178315
/proc/meminfo: memFree=86423608/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=0.68 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 68 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+1.50018 s]
/proc/loadavg: 4.34 5.17 5.37 5/267 178315
/proc/meminfo: memFree=86419616/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=1.48 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 148 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+3.10554 s]
/proc/loadavg: 4.31 5.15 5.37 5/267 178315
/proc/meminfo: memFree=86434000/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=3.08 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 308 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+6.30018 s]
/proc/loadavg: 4.31 5.15 5.37 5/267 178315
/proc/meminfo: memFree=86474028/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=58556 memory=24064 CPUtime=6.27 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 5002 0 0 0 627 0 0 0 20 0 1 0 237491221 59961344 6016 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 14639 6016 1184 6655 0 4874 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 58556 KiB
Current children cumulated memory: 24064 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 5.13 5.36 5/268 178317
/proc/meminfo: memFree=86445372/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=220848 memory=144676 CPUtime=13.81 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 30861 0 0 0 1375 6 0 0 20 0 2 0 237491221 226148352 36169 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 55212 36169 3424 6655 0 35899 0
[pid=178314/tid=178316] ppid=178311 vsize=220848 memory=108668 CPUtime=2.38 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 6286 0 0 0 238 0 0 0 20 0 2 0 237492225 226148352 36169 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 220848 KiB
Current children cumulated memory: 144676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.44 5.12 5.35 6/268 178317
/proc/meminfo: memFree=86426136/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=250904 memory=178080 CPUtime=39.25 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 75394 0 0 0 3915 10 0 0 20 0 2 0 237491221 256925696 44520 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 62726 44520 3488 6655 0 44701 0
[pid=178314/tid=178316] ppid=178311 vsize=250904 memory=177440 CPUtime=15.15 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 24784 0 0 0 1513 2 0 0 20 0 2 0 237492225 256925696 44520 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 39.25 s
Current children cumulated vsize: 250904 KiB
Current children cumulated memory: 178080 KiB

[startup+51.1056 s]
/proc/loadavg: 4.86 5.16 5.36 6/262 178399
/proc/meminfo: memFree=87603480/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=257272 memory=189732 CPUtime=90.14 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 98341 0 0 0 9001 13 0 0 20 0 2 0 237491221 263446528 47433 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 64318 47433 3520 6655 0 46293 0
[pid=178314/tid=178316] ppid=178311 vsize=257272 memory=14384 CPUtime=40.7 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 26532 0 0 0 4067 3 0 0 20 0 2 0 237492225 263446528 47433 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 90.14 s
Current children cumulated vsize: 257272 KiB
Current children cumulated memory: 189732 KiB

[startup+102.3 s]
/proc/loadavg: 5.38 5.25 5.38 7/268 178455
/proc/meminfo: memFree=87262592/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=203488 CPUtime=191.84 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 149732 0 0 0 19165 19 0 0 20 0 2 0 237491221 266395648 50872 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 50872 3520 6655 0 49361 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=203488 CPUtime=91.68 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 45536 0 0 0 9163 5 0 0 20 0 2 0 237492225 266395648 50872 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 191.84 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 203488 KiB

[startup+162.3 s]
/proc/loadavg: 5.82 5.40 5.43 7/268 178457
/proc/meminfo: memFree=87209624/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=205920 CPUtime=311.09 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 171494 0 0 0 31088 21 0 0 20 0 2 0 237491221 266395648 51480 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 51480 3520 6655 0 49835 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=204384 CPUtime=151.53 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 56406 0 0 0 15147 6 0 0 20 0 2 0 237492225 266395648 51480 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 311.09 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 205920 KiB

[startup+222.3 s]
/proc/loadavg: 6.03 5.54 5.48 7/267 178459
/proc/meminfo: memFree=87049548/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=210528 CPUtime=430.37 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 216561 0 0 0 43013 24 0 0 20 0 2 0 237491221 266395648 52632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 52632 3520 6655 0 50861 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=209888 CPUtime=211.39 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 77600 0 0 0 21131 8 0 0 20 0 2 0 237492225 266395648 52632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 430.37 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 210528 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 5.64 5.52 7/267 178461
/proc/meminfo: memFree=86982868/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=211680 CPUtime=549.65 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 238558 0 0 0 54939 26 0 0 20 0 2 0 237491221 266395648 52920 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 52920 3520 6655 0 51155 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=10752 CPUtime=271.23 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 88838 0 0 0 27115 8 0 0 20 0 2 0 237492225 266395648 52920 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 549.65 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 211680 KiB

[startup+342.3 s]
/proc/loadavg: 6.10 5.73 5.56 7/266 178463
/proc/meminfo: memFree=86849084/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=211680 CPUtime=668.93 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 239745 0 0 0 66867 26 0 0 20 0 2 0 237491221 266395648 52920 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 52920 3520 6655 0 51155 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=211680 CPUtime=331.09 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 89251 0 0 0 33101 8 0 0 20 0 2 0 237492225 266395648 52920 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 668.93 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 211680 KiB

[startup+402.3 s]

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

[pid=178314] ppid=178311 vsize=260152 memory=215136 CPUtime=788.21 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 240783 0 0 0 78795 26 0 0 20 0 2 0 237491221 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 53784 3520 6655 0 51986 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=211680 CPUtime=390.95 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 90223 0 0 0 39086 9 0 0 20 0 2 0 237492225 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 788.21 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 215136 KiB

[startup+462.3 s]
/proc/loadavg: 6.08 5.85 5.63 7/267 178468
/proc/meminfo: memFree=86590912/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=215136 CPUtime=907.48 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 260871 0 0 0 90720 28 0 0 20 0 2 0 237491221 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 53784 3520 6655 0 51986 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=215136 CPUtime=450.8 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 99099 0 0 0 45071 9 0 0 20 0 2 0 237492225 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 907.48 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 215136 KiB

[startup+522.3 s]
/proc/loadavg: 6.06 5.89 5.66 7/267 178472
/proc/meminfo: memFree=86469520/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=215136 CPUtime=1026.74 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 286271 0 0 0 102643 31 0 0 20 0 2 0 237491221 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 53784 3520 6655 0 51986 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=215136 CPUtime=510.66 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 111518 0 0 0 51055 11 0 0 20 0 2 0 237492225 266395648 53784 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1026.74 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 215136 KiB

[startup+582.3 s]
/proc/loadavg: 6.07 5.93 5.68 7/267 178478
/proc/meminfo: memFree=86375136/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=260152 memory=215264 CPUtime=1146 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 287786 0 0 0 114569 31 0 0 20 0 2 0 237491221 266395648 53816 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 65038 53816 3520 6655 0 52047 0
[pid=178314/tid=178316] ppid=178311 vsize=260152 memory=215136 CPUtime=570.5 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 112933 0 0 0 57039 11 0 0 20 0 2 0 237492225 266395648 53816 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1146 s
Current children cumulated vsize: 260152 KiB
Current children cumulated memory: 215264 KiB

[startup+642.3 s]
/proc/loadavg: 6.37 6.05 5.74 7/267 178480
/proc/meminfo: memFree=86250984/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=224352 CPUtime=1265.26 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 291043 0 0 0 126494 32 0 0 20 0 2 0 237491221 275746816 56088 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56088 3520 6655 0 54330 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=224352 CPUtime=630.35 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 113059 0 0 0 63024 11 0 0 20 0 2 0 237492225 275746816 56088 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1265.26 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 224352 KiB

[startup+702.3 s]
/proc/loadavg: 6.20 6.05 5.77 7/267 178482
/proc/meminfo: memFree=86096804/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1384.53 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 314816 0 0 0 138419 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=224352 CPUtime=690.2 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 125695 0 0 0 69008 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1384.53 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

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

# cumulated CPU time of all completed processes:  user=1432.12 s, system=0.38063 s

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

[startup+704 s]*
/proc/loadavg: 6.18 6.05 5.77 7/267 178482
/proc/meminfo: memFree=86097056/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1387.92 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 314816 0 0 0 138758 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=-7448006809457163128 CPUtime=691.9 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 125695 0 0 0 69178 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1387.92 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

[startup+716.8 s]
/proc/loadavg: 6.15 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86059088/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1413.36 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 315314 0 0 0 141302 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=5632 CPUtime=704.67 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 126047 0 0 0 70455 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1413.36 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

[startup+723.2 s]
/proc/loadavg: 6.13 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86059120/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1426.08 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 315800 0 0 0 142574 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=226528 CPUtime=711.05 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 126059 0 0 0 71093 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1426.08 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

[startup+724.8 s]
/proc/loadavg: 6.13 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86066432/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1429.26 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 315802 0 0 0 142892 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=2760 CPUtime=712.65 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 126059 0 0 0 71253 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1429.26 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

[startup+725.6 s]
/proc/loadavg: 6.13 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86065424/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=226528 CPUtime=1430.85 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 315802 0 0 0 143051 34 0 0 20 0 2 0 237491221 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 56632 3520 6655 0 54850 0
[pid=178314/tid=178316] ppid=178311 vsize=269284 memory=5632 CPUtime=713.44 cores=1,3
/proc/178314/task/178316/stat : 178316 (LSIPExact) R 178311 178314 176007 0 -1 4194368 126059 0 0 0 71332 12 0 0 20 0 2 0 237492225 275746816 56632 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
Current children cumulated CPU time: 1430.85 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 226528 KiB

[startup+726.4 s]
/proc/loadavg: 6.13 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86065424/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=204452 CPUtime=1431.74 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) S 178311 178314 176007 0 -1 4194304 319729 0 0 0 143140 34 0 0 20 0 1 0 237491221 275746816 51113 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 51113 3584 6655 0 54850 0
Current children cumulated CPU time: 1431.74 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 204452 KiB

[startup+726.8 s]
/proc/loadavg: 6.13 6.05 5.77 7/267 178483
/proc/meminfo: memFree=86065424/131249996 swapFree=33010416/33010684
[pid=178314] ppid=178311 vsize=269284 memory=204452 CPUtime=1432.46 cores=1,3
/proc/178314/stat : 178314 (LSIPExact) R 178311 178314 176007 0 -1 4194304 322640 7435 0 0 143141 34 69 2 20 0 1 0 237491221 275746816 51113 18446744073709551615 94442976743424 94443004000593 140731244604752 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94443012502664 94443012934272 94443035004928 140731244611928 140731244612104 140731244612104 140731244617708 0
/proc/178314/statm: 67321 51113 3584 6655 0 54850 0
Current children cumulated CPU time: 1432.46 s
Current children cumulated vsize: 269284 KiB
Current children cumulated memory: 204452 KiB

Child status: 0

Real time (s): 726.811
CPU time (s): 1432.5
CPU user time (s): 1432.12
CPU system time (s): 0.38063
CPU usage (%): 197.094
Max. virtual memory (cumulated for all children) (KiB): 276168
Max. memory (cumulated for all children) (KiB): 226528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.12
system time used= 0.38063
maximum resident set size= 226784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331669
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= 302
involuntary context switches= 9505


# summary of solver processes directly reported to runsolver:
#   pid: 178314
#   total CPU time (s): 1432.5
#   total CPU user time (s): 1432.12
#   total CPU system time (s): 0.38063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28014 second user time and 3.74748 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 23:02:14
IDJOB=4544703
IDBENCH=180678
IDSOLVER=3384
FILE ID=nodeC022/4544703-1753218134
RUNJOBID= nodeC022-1753211081-176019
SLURM_JOB_ID= 9687788
Free space on /tmp= 432572 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat10_8_triangular.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544703-1753218134/watcher-4544703-1753218134 -o /tmp/evaluation-result-4544703-1753218134/solver-4544703-1753218134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176019 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544703-1753218134.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3dd75226e6689e396cd2140bcad29a73
RANDOM SEED=646144028

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.905
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.702
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.734
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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		: 3700.000
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:        86442796 kB
MemAvailable:   87867920 kB
Buffers:            2128 kB
Cached:          2175084 kB
SwapCached:           32 kB
Active:         42770972 kB
Inactive:        1033328 kB
Active(anon):   41651184 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):  1031204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45604 kB
Writeback:            76 kB
AnonPages:      41612020 kB
Mapped:           153464 kB
Shmem:             26220 kB
KReclaimable:     226340 kB
Slab:             322340 kB
SReclaimable:     226340 kB
SUnreclaim:        96000 kB
KernelStack:        4304 kB
PageTables:        85740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   44995200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23085056 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= 432532 MiB
End job on nodeC022 at 2025-07-22 23:14:22