Trace number 4544444

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 S2UNSAT 2136.45 1090.04

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2131.04/1084.64	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2131.04/1084.64	c numVar: 5508
2131.04/1084.64	c numCon: 408375
2131.04/1084.64	c numEqual: 0
2131.04/1084.64	c intSize: 6
2131.04/1084.64	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2131.04/1084.64	c ------------------- Paras list -------------------
2131.04/1084.64	c Name                	 Type      	 Now       	 Default   	 Comment
2131.04/1084.64	c timeout             	 double    	 3600.000000	 3600      	 
2131.04/1084.64	c mip_time            	 double    	 0.300000  	 0.5       	 
2131.04/1084.64	c ls_time             	 double    	 10.000000 	 10        	 
2131.04/1084.64	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2131.04/1084.64	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2131.04/1084.64	c random_seed         	 int       	 0         	 0         	 
2131.04/1084.64	c sample_size         	 int       	 50        	 50        	 
2131.04/1084.64	c sub_score           	 int       	 1         	 1         	 
2131.04/1084.64	c tabu_base           	 int       	 3         	 3         	 
2131.04/1084.64	c tabu_variation      	 int       	 1         	 1         	 
2131.04/1084.64	c sub_div             	 int       	 4         	 4         	 
2131.04/1084.64	c nbcore              	 int       	 2         	 1         	 
2131.04/1084.64	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2131.04/1084.64	c print_sol           	 int       	 1         	 1         	 
2131.04/1084.64	c tmpdir              	 string		 .         	 "."       	 
2131.04/1084.64	c home                	 string		 HOME	 "."       	 
2131.04/1084.64	c benchname           	 string		 HOME/instance-4544444-1753222638.opb	 ""        	 
2131.04/1084.64	c --------------------------------------------------
2131.04/1084.64	c Local Search solver
2131.04/1084.64	c MIP solver
2131.04/1084.64	c use Exact solver
2136.19/1089.83	c Exact infeasible
2136.40/1090.00	s UNSATISFIABLE
2136.40/1090.00	c Total time: 1090

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544444-1753222638/watcher-4544444-1753222638 -o /tmp/evaluation-result-4544444-1753222638/solver-4544444-1753222638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164110 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4544444-1753222638.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=165055, runsolver pid=165052
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.39 5.68 5.49 5/267 165056
/proc/meminfo: memFree=107587064/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=149920 memory=107240 CPUtime=0.09 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 20177 0 0 0 6 3 0 0 20 0 1 0 237941647 153518080 26810 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 37480 26810 1184 6655 0 27715 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 149920 KiB
Current children cumulated memory: 107240 KiB

[startup+0.205605 s]*
/proc/loadavg: 4.39 5.68 5.49 5/267 165056
/proc/meminfo: memFree=107511272/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=217368 memory=182928 CPUtime=0.19 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 36519 0 0 0 13 6 0 0 20 0 1 0 237941647 222584832 45732 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 54342 45732 1184 6655 0 44577 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 217368 KiB
Current children cumulated memory: 182928 KiB

[startup+0.305483 s]*
/proc/loadavg: 4.39 5.68 5.49 5/267 165056
/proc/meminfo: memFree=107479016/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=256028 memory=220800 CPUtime=0.3 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 45504 0 0 0 22 8 0 0 20 0 1 0 237941647 262172672 55200 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 64007 55200 1184 6655 0 54242 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 256028 KiB
Current children cumulated memory: 220800 KiB

[startup+0.700167 s]
/proc/loadavg: 4.39 5.68 5.49 5/267 165056
/proc/meminfo: memFree=107471080/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=271776 memory=236672 CPUtime=0.68 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 49443 0 0 0 60 8 0 0 20 0 1 0 237941647 278298624 59168 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 67944 59168 1184 6655 0 58179 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236672 KiB

[startup+1.50016 s]
/proc/loadavg: 4.39 5.68 5.49 5/267 165056
/proc/meminfo: memFree=107471080/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=271776 memory=236672 CPUtime=1.48 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 49443 0 0 0 140 8 0 0 20 0 1 0 237941647 278298624 59168 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 67944 59168 1184 6655 0 58179 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236672 KiB

[startup+3.10553 s]
/proc/loadavg: 4.39 5.68 5.49 5/263 165066
/proc/meminfo: memFree=107482772/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=271776 memory=236672 CPUtime=3.08 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 49459 0 0 0 299 9 0 0 20 0 1 0 237941647 278298624 59168 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 67944 59168 1184 6655 0 58179 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236672 KiB

[startup+6.30015 s]
/proc/loadavg: 4.36 5.65 5.48 5/267 165103
/proc/meminfo: memFree=107506516/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=271776 memory=236672 CPUtime=6.25 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 49461 0 0 0 616 9 0 0 20 0 1 0 237941647 278298624 59168 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 67944 59168 1184 6655 0 58179 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236672 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 5.62 5.47 5/268 165104
/proc/meminfo: memFree=107252096/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=624720 memory=521460 CPUtime=12.64 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 101754 0 0 0 1244 20 0 0 20 0 2 0 237941647 639713280 130365 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 156180 130365 2784 6655 0 130063 0
[pid=165055/tid=165104] ppid=165052 vsize=624720 memory=527900 CPUtime=0 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) S 165052 165055 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237942693 639713280 130365 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 624720 KiB
Current children cumulated memory: 521460 KiB

[startup+25.5002 s]
/proc/loadavg: 4.56 5.61 5.47 7/269 165105
/proc/meminfo: memFree=106689832/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1243308 memory=1083700 CPUtime=27.07 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 207931 0 0 0 2664 43 0 0 20 0 2 0 237941647 1273147392 270925 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 310827 270925 3296 6655 0 286832 0
[pid=165055/tid=165104] ppid=165052 vsize=1243308 memory=892324 CPUtime=1.7 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 21747 0 0 0 165 5 0 0 20 0 2 0 237942693 1273147392 270925 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 1243308 KiB
Current children cumulated memory: 1083700 KiB

[startup+51.1055 s]
/proc/loadavg: 5.11 5.66 5.49 7/269 165106
/proc/meminfo: memFree=106217592/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1711948 memory=1561360 CPUtime=77.83 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 261827 0 0 0 7726 57 0 0 20 0 2 0 237941647 1753034752 390340 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 427987 390340 3456 6655 0 413264 0
[pid=165055/tid=165104] ppid=165052 vsize=1711948 memory=1111032 CPUtime=26.93 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 48523 0 0 0 2681 12 0 0 20 0 2 0 237942693 1753034752 390340 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 77.83 s
Current children cumulated vsize: 1711948 KiB
Current children cumulated memory: 1561360 KiB

[startup+102.3 s]
/proc/loadavg: 5.67 5.73 5.52 7/269 165107
/proc/meminfo: memFree=106129568/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1742556 memory=1619136 CPUtime=179.53 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 331844 0 0 0 17878 75 0 0 20 0 2 0 237941647 1784377344 404784 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 435639 404784 3488 6655 0 424879 0
[pid=165055/tid=165104] ppid=165052 vsize=1742556 memory=1617720 CPUtime=77.61 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 72155 0 0 0 7737 24 0 0 20 0 2 0 237942693 1784377344 404784 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 179.53 s
Current children cumulated vsize: 1742556 KiB
Current children cumulated memory: 1619136 KiB

[startup+162.3 s]
/proc/loadavg: 5.69 5.73 5.54 5/264 165177
/proc/meminfo: memFree=105904844/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2024676 memory=1898884 CPUtime=298.67 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 435931 0 0 0 29729 138 0 0 20 0 2 0 237941647 2073268224 474721 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 506169 474721 3488 6655 0 490121 0
[pid=165055/tid=165104] ppid=165052 vsize=2024676 memory=27264 CPUtime=137 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 121454 0 0 0 13630 70 0 0 20 0 2 0 237942693 2073268224 474721 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 298.67 s
Current children cumulated vsize: 2024676 KiB
Current children cumulated memory: 1898884 KiB

[startup+222.3 s]
/proc/loadavg: 5.88 5.77 5.57 7/268 165210
/proc/meminfo: memFree=105701900/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1924452 memory=1828688 CPUtime=417.83 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 515123 0 0 0 41609 174 0 0 20 0 2 0 237941647 1970638848 457172 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 481113 457172 3488 6655 0 470385 0
[pid=165055/tid=165104] ppid=165052 vsize=1924452 memory=1819272 CPUtime=196.38 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 161499 0 0 0 19541 97 0 0 20 0 2 0 237942693 1970638848 457172 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 417.83 s
Current children cumulated vsize: 1924452 KiB
Current children cumulated memory: 1828688 KiB

[startup+282.3 s]
/proc/loadavg: 6.00 5.83 5.60 7/268 165212
/proc/meminfo: memFree=105659004/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1924452 memory=1828820 CPUtime=536.94 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 567997 0 0 0 53472 222 0 0 20 0 2 0 237941647 1970638848 457205 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 481113 457205 3488 6655 0 470417 0
[pid=165055/tid=165104] ppid=165052 vsize=1924452 memory=1828816 CPUtime=255.72 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 212290 0 0 0 25429 143 0 0 20 0 2 0 237942693 1970638848 457205 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 536.94 s
Current children cumulated vsize: 1924452 KiB
Current children cumulated memory: 1828820 KiB

[startup+342.3 s]
/proc/loadavg: 6.03 5.88 5.63 7/268 165214
/proc/meminfo: memFree=105369456/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2053344 memory=1946324 CPUtime=656.13 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 653237 0 0 0 65359 254 0 0 20 0 2 0 237941647 2102624256 486581 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 513336 486581 3488 6655 0 502640 0
[pid=165055/tid=165104] ppid=165052 vsize=2053344 memory=1828816 CPUtime=315.12 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 222477 0 0 0 31352 160 0 0 20 0 2 0 237942693 2102624256 486581 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 656.13 s
Current children cumulated vsize: 2053344 KiB
Current children cumulated memory: 1946324 KiB


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

[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2064876 CPUtime=731.05 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 342156 0 0 0 72924 181 0 0 20 0 2 0 237942693 2194960384 516219 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 1490.71 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2064876 KiB

[startup+822.3 s]
/proc/loadavg: 6.10 6.09 5.86 7/269 165239
/proc/meminfo: memFree=104898776/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2064876 CPUtime=1609.91 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1042932 0 0 0 160684 307 0 0 20 0 2 0 237941647 2194960384 516219 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 516219 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2064876 CPUtime=790.46 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 355644 0 0 0 78863 183 0 0 20 0 2 0 237942693 2194960384 516219 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 1609.91 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2064876 KiB

[startup+882.3 s]
/proc/loadavg: 6.08 6.08 5.88 7/269 165242
/proc/meminfo: memFree=104871756/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2064876 CPUtime=1729.12 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1068480 0 0 0 172603 309 0 0 20 0 2 0 237941647 2194960384 516219 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 516219 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2064876 CPUtime=849.87 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 371857 0 0 0 84802 185 0 0 20 0 2 0 237942693 2194960384 516219 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 1729.12 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2064876 KiB

[startup+942.3 s]
/proc/loadavg: 6.14 6.10 5.90 7/269 165244
/proc/meminfo: memFree=104804880/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2066920 CPUtime=1848.31 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1117484 0 0 0 184518 313 0 0 20 0 2 0 237941647 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 516730 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2064876 CPUtime=909.28 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 381338 0 0 0 90743 185 0 0 20 0 2 0 237942693 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 1848.31 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2066920 KiB

[startup+1002.3 s]
/proc/loadavg: 6.05 6.08 5.91 7/269 165246
/proc/meminfo: memFree=104719464/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2066920 CPUtime=1967.54 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1151927 0 0 0 196438 316 0 0 20 0 2 0 237941647 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 516730 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2066920 CPUtime=968.7 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 404310 0 0 0 96684 186 0 0 20 0 2 0 237942693 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 1967.54 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2066920 KiB

[startup+1062.3 s]
/proc/loadavg: 6.13 6.09 5.93 7/268 165248
/proc/meminfo: memFree=104681432/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2066920 CPUtime=2086.74 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1177400 0 0 0 208356 318 0 0 20 0 2 0 237941647 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 516730 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2066920 CPUtime=1028.11 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 406229 0 0 0 102624 187 0 0 20 0 2 0 237942693 2194960384 516730 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 2086.74 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2066920 KiB

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

# cumulated CPU time of all completed processes:  user=2133.05 s, system=3.39898 s

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

[startup+1075.2 s]
/proc/loadavg: 6.10 6.09 5.93 7/268 165249
/proc/meminfo: memFree=104645272/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2070840 CPUtime=2112.37 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1201269 0 0 0 210916 321 0 0 20 0 2 0 237941647 2194960384 517710 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 517710 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2066920 CPUtime=1040.88 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 415729 0 0 0 103900 188 0 0 20 0 2 0 237942693 2194960384 517710 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 2112.37 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2070840 KiB

[startup+1081.6 s]
/proc/loadavg: 6.09 6.09 5.93 7/268 165249
/proc/meminfo: memFree=104637160/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=2143516 memory=2070840 CPUtime=2125.09 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1203844 0 0 0 212188 321 0 0 20 0 2 0 237941647 2194960384 517710 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 535879 517710 3520 6655 0 525183 0
[pid=165055/tid=165104] ppid=165052 vsize=2143516 memory=2070840 CPUtime=1047.22 cores=4,6
/proc/165055/task/165104/stat : 165104 (LSIPExact) R 165052 165055 164099 0 -1 4194368 418166 0 0 0 104534 188 0 0 20 0 2 0 237942693 2194960384 517710 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
Current children cumulated CPU time: 2125.09 s
Current children cumulated vsize: 2143516 KiB
Current children cumulated memory: 2070840 KiB

[startup+1084.8 s]
/proc/loadavg: 6.09 6.09 5.93 7/268 165249
/proc/meminfo: memFree=104637160/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1472444 memory=1422684 CPUtime=2131.08 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) S 165052 165055 164099 0 -1 4194304 1243559 0 0 0 212784 324 0 0 20 0 1 0 237941647 1507782656 355671 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 368111 355671 3552 6655 0 358086 0
Current children cumulated CPU time: 2131.08 s
Current children cumulated vsize: 1472444 KiB
Current children cumulated memory: 1422684 KiB

[startup+1088 s]*
/proc/loadavg: 6.01 6.07 5.92 6/268 165251
/proc/meminfo: memFree=104995384/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1472444 memory=1422684 CPUtime=2131.08 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) S 165052 165055 164099 0 -1 4194304 1243559 0 0 0 212784 324 0 0 20 0 1 0 237941647 1507782656 355671 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 368111 355671 3552 6655 0 358086 0
[pid=165250] ppid=165055 vsize=281012 memory=266204 CPUtime=3.32 cores=4,6
/proc/165250/stat : 165250 (Exact) R 165055 165250 165250 0 -1 4194304 25774 0 0 0 323 9 0 0 20 0 1 0 238050112 287756288 66551 18446744073709551615 4198400 8335837 140720563286640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14696448 140720563288249 140720563288603 140720563288603 140720563294159 0
/proc/165250/statm: 70253 66551 1120 1011 0 69020 0
Current children cumulated CPU time: 2134.4 s
Current children cumulated vsize: 1753456 KiB
Current children cumulated memory: 1688888 KiB

[startup+1088.8 s]
/proc/loadavg: 6.01 6.07 5.92 6/268 165251
/proc/meminfo: memFree=104995384/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1472444 memory=1422684 CPUtime=2131.08 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) S 165052 165055 164099 0 -1 4194304 1243559 0 0 0 212784 324 0 0 20 0 1 0 237941647 1507782656 355671 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 368111 355671 3552 6655 0 358086 0
[pid=165250] ppid=165055 vsize=281012 memory=266204 CPUtime=4.11 cores=4,6
/proc/165250/stat : 165250 (Exact) R 165055 165250 165250 0 -1 4194304 25786 0 0 0 402 9 0 0 20 0 1 0 238050112 287756288 66551 18446744073709551615 4198400 8335837 140720563286640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14696448 140720563288249 140720563288603 140720563288603 140720563294159 0
/proc/165250/statm: 70253 66551 1120 1011 0 69020 0
Current children cumulated CPU time: 2135.19 s
Current children cumulated vsize: 1753456 KiB
Current children cumulated memory: 1688888 KiB

[startup+1089.6 s]
/proc/loadavg: 6.01 6.07 5.92 6/268 165251
/proc/meminfo: memFree=104998464/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1472444 memory=1422684 CPUtime=2131.08 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) S 165052 165055 164099 0 -1 4194304 1243559 0 0 0 212784 324 0 0 20 0 1 0 237941647 1507782656 355671 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 368111 355671 3552 6655 0 358086 0
[pid=165250] ppid=165055 vsize=281012 memory=268620 CPUtime=4.91 cores=4,6
/proc/165250/stat : 165250 (Exact) R 165055 165250 165250 0 -1 4194304 25885 0 0 0 482 9 0 0 20 0 1 0 238050112 287756288 67155 18446744073709551615 4198400 8335837 140720563286640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14696448 140720563288249 140720563288603 140720563288603 140720563294159 0
/proc/165250/statm: 70253 67155 1120 1011 0 69020 0
Current children cumulated CPU time: 2135.99 s
Current children cumulated vsize: 1753456 KiB
Current children cumulated memory: 1691304 KiB

[startup+1090 s]*
/proc/loadavg: 5.93 6.05 5.92 6/267 165251
/proc/meminfo: memFree=105230292/131250000 swapFree=33010416/33010684
[pid=165055] ppid=165052 vsize=1462872 memory=1413116 CPUtime=2136.4 cores=4,6
/proc/165055/stat : 165055 (LSIPExact) R 165052 165055 164099 0 -1 4194304 1288899 25999 0 0 212799 326 505 10 20 0 1 0 237941647 1497980928 353279 18446744073709551615 94076236955648 94076264212049 140734422197056 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076272714888 94076273146496 94076298575872 140734422198616 140734422198792 140734422198792 140734422204396 0
/proc/165055/statm: 365718 353279 3552 6655 0 355693 0
Current children cumulated CPU time: 2136.4 s
Current children cumulated vsize: 1462872 KiB
Current children cumulated memory: 1413116 KiB

Child status: 0

Real time (s): 1090.04
CPU time (s): 2136.45
CPU user time (s): 2133.05
CPU system time (s): 3.39898
CPU usage (%): 195.997
Max. virtual memory (cumulated for all children) (KiB): 2379564
Max. memory (cumulated for all children) (KiB): 2261432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2133.05
system time used= 3.39898
maximum resident set size= 2265528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1316392
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= 341
involuntary context switches= 14490


# summary of solver processes directly reported to runsolver:
#   pid: 165055
#   total CPU time (s): 2136.45
#   total CPU user time (s): 2133.05
#   total CPU system time (s): 3.39898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7736 second user time and 5.35505 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 00:17:18
IDJOB=4544444
IDBENCH=180672
IDSOLVER=3337
FILE ID=nodeC018/4544444-1753222638
RUNJOBID= nodeC018-1753221348-164110
SLURM_JOB_ID= 9687810
Free space on /tmp= 432820 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544444-1753222638/watcher-4544444-1753222638 -o /tmp/evaluation-result-4544444-1753222638/solver-4544444-1753222638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164110 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544444-1753222638.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=32438782

nodeC018 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.922
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.66
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.830
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.66
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		: 3600.486
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.66
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		: 3700.000
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.66
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.823
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.66
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.833
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.66
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.66
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        107671548 kB
MemAvailable:   108515128 kB
Buffers:            2128 kB
Cached:          1594240 kB
SwapCached:           28 kB
Active:         22141452 kB
Inactive:         516008 kB
Active(anon):   21087052 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   515724 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             99996 kB
Writeback:             0 kB
AnonPages:      21048552 kB
Mapped:           144892 kB
Shmem:             26240 kB
KReclaimable:     224988 kB
Slab:             320904 kB
SReclaimable:     224988 kB
SUnreclaim:        95916 kB
KernelStack:        4388 kB
PageTables:        44896 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23111304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11737088 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432776 MiB
End job on nodeC018 at 2025-07-23 00:35:28