Trace number 4514905

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 S1? 3346.13 2651.87

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1425.78/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1425.78/726.02	c numVar: 1372
1425.78/726.02	c numCon: 4945
1425.78/726.02	c numEqual: 0
1425.78/726.02	c intSize: 11
1425.78/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1425.78/726.02	c ------------------- Paras list -------------------
1425.78/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1425.78/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1425.78/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1425.78/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1425.78/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1425.78/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1425.78/726.02	c random_seed         	 int       	 0         	 0         	 
1425.78/726.02	c sample_size         	 int       	 50        	 50        	 
1425.78/726.02	c sub_score           	 int       	 1         	 1         	 
1425.78/726.02	c tabu_base           	 int       	 3         	 3         	 
1425.78/726.02	c tabu_variation      	 int       	 1         	 1         	 
1425.78/726.02	c sub_div             	 int       	 4         	 4         	 
1425.78/726.02	c nbcore              	 int       	 2         	 1         	 
1425.78/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1425.78/726.02	c print_sol           	 int       	 1         	 1         	 
1425.78/726.02	c tmpdir              	 string		 .         	 "."       	 
1425.78/726.02	c home                	 string		 HOME	 "."       	 
1425.78/726.02	c benchname           	 string		 HOME/instance-4514905-1751139717.opb	 ""        	 
1425.78/726.02	c --------------------------------------------------
1425.78/726.02	c Local Search solver
1425.78/726.02	c MIP solver
1425.78/726.02	c use Exact solver
3346.04/2651.86	s UNKNOWN
3346.04/2651.86	c Total time: 2652

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63063 MiB free)
  memory of node 1: 64507 MiB (63509 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=13563, runsolver pid=13560

[startup+0.100098 s]*
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611192/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10624 CPUtime=0.1 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1706 0 0 0 10 0 0 0 20 0 1 0 29651560 46555136 2656 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2656 1120 6655 0 1601 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10624 KiB

[startup+0.213129 s]*
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129610952/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=0.21 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 21 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+0.313005 s]*
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611204/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=0.31 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 31 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+0.700245 s]
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611204/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=0.68 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 68 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+1.50024 s]
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611204/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=1.48 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 148 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+3.11381 s]
/proc/loadavg: 5.26 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611204/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=3.09 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 309 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+6.30024 s]
/proc/loadavg: 5.24 5.14 5.19 6/254 13564
/proc/meminfo: memFree=129611584/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=45464 memory=10752 CPUtime=6.27 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 1708 0 0 0 627 0 0 0 20 0 1 0 29651560 46555136 2688 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 11366 2688 1120 6655 0 1601 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 10752 KiB

[startup+12.7002 s]
/proc/loadavg: 5.22 5.14 5.19 7/255 13565
/proc/meminfo: memFree=129579832/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=141048 memory=47568 CPUtime=15.2 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 8497 0 0 0 1519 1 0 0 20 0 2 0 29651560 144433152 11892 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 35262 11892 3360 6655 0 10729 0
[pid=13563/tid=13565] ppid=13560 vsize=141048 memory=47312 CPUtime=2.54 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 1501 0 0 0 254 0 0 0 20 0 2 0 29652562 144433152 11892 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 141048 KiB
Current children cumulated memory: 47568 KiB

[startup+25.5002 s]
/proc/loadavg: 5.46 5.20 5.21 7/255 13565
/proc/meminfo: memFree=129572776/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=150052 memory=58192 CPUtime=40.62 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 24047 0 0 0 4060 2 0 0 20 0 2 0 29651560 153653248 14548 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 37513 14548 3392 6655 0 13038 0
[pid=13563/tid=13565] ppid=13560 vsize=150052 memory=58192 CPUtime=15.2 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 5121 0 0 0 1520 0 0 0 20 0 2 0 29652562 153653248 14548 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 40.62 s
Current children cumulated vsize: 150052 KiB
Current children cumulated memory: 58192 KiB

[startup+51.1053 s]
/proc/loadavg: 5.65 5.26 5.23 7/255 13566
/proc/meminfo: memFree=129570004/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=150052 memory=61904 CPUtime=91.5 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 31384 0 0 0 9147 3 0 0 20 0 2 0 29651560 153653248 15476 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 37513 15476 3392 6655 0 13873 0
[pid=13563/tid=13565] ppid=13560 vsize=150052 memory=61904 CPUtime=40.55 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 9013 0 0 0 4054 1 0 0 20 0 2 0 29652562 153653248 15476 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 91.5 s
Current children cumulated vsize: 150052 KiB
Current children cumulated memory: 61904 KiB

[startup+102.3 s]
/proc/loadavg: 5.92 5.39 5.28 7/254 13571
/proc/meminfo: memFree=129568260/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=150052 memory=63568 CPUtime=193.23 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 37251 0 0 0 19320 3 0 0 20 0 2 0 29651560 153653248 15892 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 37513 15892 3392 6655 0 14284 0
[pid=13563/tid=13565] ppid=13560 vsize=150052 memory=14560 CPUtime=91.23 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 11680 0 0 0 9122 1 0 0 20 0 2 0 29652562 153653248 15892 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 193.23 s
Current children cumulated vsize: 150052 KiB
Current children cumulated memory: 63568 KiB

[startup+162.3 s]
/proc/loadavg: 6.03 5.52 5.33 7/255 13578
/proc/meminfo: memFree=129565640/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=150052 memory=65232 CPUtime=312.47 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 48651 0 0 0 31243 4 0 0 20 0 2 0 29651560 153653248 16308 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 37513 16308 3392 6655 0 14717 0
[pid=13563/tid=13565] ppid=13560 vsize=150052 memory=64976 CPUtime=150.62 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 17434 0 0 0 15061 1 0 0 20 0 2 0 29652562 153653248 16308 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 312.47 s
Current children cumulated vsize: 150052 KiB
Current children cumulated memory: 65232 KiB

[startup+222.3 s]
/proc/loadavg: 6.13 5.64 5.39 7/255 13580
/proc/meminfo: memFree=129538796/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=150052 memory=67280 CPUtime=431.71 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 49701 0 0 0 43167 4 0 0 20 0 2 0 29651560 153653248 16820 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 37513 16820 3392 6655 0 15202 0
[pid=13563/tid=13565] ppid=13560 vsize=150052 memory=66512 CPUtime=210.01 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 17973 0 0 0 21000 1 0 0 20 0 2 0 29652562 153653248 16820 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 431.71 s
Current children cumulated vsize: 150052 KiB
Current children cumulated memory: 67280 KiB

[startup+282.3 s]
/proc/loadavg: 6.16 5.74 5.44 7/255 13582
/proc/meminfo: memFree=129535864/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=152176 memory=71632 CPUtime=550.95 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 61691 0 0 0 55090 5 0 0 20 0 2 0 29651560 155828224 17908 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 38044 17908 3392 6655 0 16304 0
[pid=13563/tid=13565] ppid=13560 vsize=152176 memory=71248 CPUtime=269.42 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 24304 0 0 0 26940 2 0 0 20 0 2 0 29652562 155828224 17908 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 550.95 s
Current children cumulated vsize: 152176 KiB
Current children cumulated memory: 71632 KiB

[startup+342.3 s]
/proc/loadavg: 5.75 5.72 5.45 6/255 13585
/proc/meminfo: memFree=129488556/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=158188 memory=76624 CPUtime=663.58 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) R 13560 13563 11065 0 -1 4194304 67576 0 0 0 66351 7 0 0 20 0 2 0 29651560 161984512 19156 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 39547 19156 3392 6655 0 18249 0
[pid=13563/tid=13565] ppid=13560 vsize=158188 memory=75088 CPUtime=327.52 cores=0,2
/proc/13563/task/13565/stat : 13565 (LSIPExact) R 13560 13563 11065 0 -1 4194368 25597 0 0 0 32750 2 0 0 20 0 2 0 29652562 161984512 19156 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
Current children cumulated CPU time: 663.58 s
Current children cumulated vsize: 158188 KiB
Current children cumulated memory: 76624 KiB

[startup+402.3 s]

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

/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 50230 0 0 0 164746 400 0 0 20 0 1 0 29724162 331763712 72730 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 80997 72730 1152 1011 0 79764 0
Current children cumulated CPU time: 3077.27 s
Current children cumulated vsize: 515200 KiB
Current children cumulated memory: 431160 KiB

[startup+2442.3 s]
/proc/loadavg: 2.12 2.16 2.84 3/240 13797
/proc/meminfo: memFree=129560928/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=326376 memory=293480 CPUtime=1711.29 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 50694 0 0 0 170718 411 0 0 20 0 1 0 29724162 334209024 73370 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 81594 73370 1152 1011 0 80361 0
Current children cumulated CPU time: 3137.1 s
Current children cumulated vsize: 517588 KiB
Current children cumulated memory: 433720 KiB

[startup+2502.3 s]
/proc/loadavg: 1.96 2.11 2.78 2/233 13829
/proc/meminfo: memFree=129888148/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=326852 memory=293992 CPUtime=1771.13 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 50849 0 0 0 176688 425 0 0 20 0 1 0 29724162 334696448 73498 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 81713 73498 1152 1011 0 80480 0
Current children cumulated CPU time: 3196.94 s
Current children cumulated vsize: 518064 KiB
Current children cumulated memory: 434232 KiB

[startup+2562.3 s]
/proc/loadavg: 1.45 1.94 2.68 2/233 13833
/proc/meminfo: memFree=129888984/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=327820 memory=294888 CPUtime=1830.97 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51058 0 0 0 182656 441 0 0 20 0 1 0 29724162 335687680 73722 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 81955 73722 1152 1011 0 80722 0
Current children cumulated CPU time: 3256.78 s
Current children cumulated vsize: 519032 KiB
Current children cumulated memory: 435128 KiB

[startup+2622.3 s]
/proc/loadavg: 1.22 1.78 2.57 2/233 13841
/proc/meminfo: memFree=129888416/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=328448 memory=295528 CPUtime=1890.81 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51239 0 0 0 188622 459 0 0 20 0 1 0 29724162 336330752 73882 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82112 73882 1152 1011 0 80879 0
Current children cumulated CPU time: 3316.62 s
Current children cumulated vsize: 519660 KiB
Current children cumulated memory: 435768 KiB

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

# cumulated CPU time of all completed processes:  user=3341.3 s, system=4.82954 s

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

[startup+2636.8 s]
/proc/loadavg: 1.17 1.74 2.55 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=328956 memory=296040 CPUtime=1905.27 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51381 0 0 0 190065 462 0 0 20 0 1 0 29724162 336850944 74010 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82239 74010 1152 1011 0 81006 0
Current children cumulated CPU time: 3331.08 s
Current children cumulated vsize: 520168 KiB
Current children cumulated memory: 436280 KiB

[startup+2643.2 s]
/proc/loadavg: 1.24 1.74 2.54 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=328956 memory=296040 CPUtime=1911.65 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51381 0 0 0 190701 464 0 0 20 0 1 0 29724162 336850944 74010 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82239 74010 1152 1011 0 81006 0
Current children cumulated CPU time: 3337.46 s
Current children cumulated vsize: 520168 KiB
Current children cumulated memory: 436280 KiB

[startup+2646.4 s]
/proc/loadavg: 1.22 1.73 2.54 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=328956 memory=296040 CPUtime=1914.85 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51381 0 0 0 191020 465 0 0 20 0 1 0 29724162 336850944 74010 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82239 74010 1152 1011 0 81006 0
Current children cumulated CPU time: 3340.66 s
Current children cumulated vsize: 520168 KiB
Current children cumulated memory: 436280 KiB

[startup+2649.6 s]
/proc/loadavg: 1.22 1.73 2.54 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=328956 memory=296040 CPUtime=1918.03 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51381 0 0 0 191338 465 0 0 20 0 1 0 29724162 336850944 74010 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82239 74010 1152 1011 0 81006 0
Current children cumulated CPU time: 3343.84 s
Current children cumulated vsize: 520168 KiB
Current children cumulated memory: 436280 KiB

[startup+2651.2 s]
/proc/loadavg: 1.20 1.72 2.53 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=329156 memory=296168 CPUtime=1919.63 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51405 0 0 0 191496 467 0 0 20 0 1 0 29724162 337055744 74042 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82289 74042 1152 1011 0 81056 0
Current children cumulated CPU time: 3345.44 s
Current children cumulated vsize: 520368 KiB
Current children cumulated memory: 436408 KiB

[startup+2651.6 s]
/proc/loadavg: 1.20 1.72 2.53 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=329156 memory=296168 CPUtime=1920.03 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51405 0 0 0 191535 468 0 0 20 0 1 0 29724162 337055744 74042 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82289 74042 1152 1011 0 81056 0
Current children cumulated CPU time: 3345.84 s
Current children cumulated vsize: 520368 KiB
Current children cumulated memory: 436408 KiB

[startup+2651.8 s]
/proc/loadavg: 1.20 1.72 2.53 2/233 13841
/proc/meminfo: memFree=129888432/131382112 swapFree=33010684/33010684
[pid=13563] ppid=13560 vsize=191212 memory=140240 CPUtime=1425.81 cores=0,2
/proc/13563/stat : 13563 (LSIPExact) S 13560 13563 11065 0 -1 4194304 91067 0 0 0 142569 12 0 0 20 0 1 0 29651560 195801088 35060 18446744073709551615 94643002867712 94643030124113 140735114680464 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94643038626952 94643039058560 94643039145984 140735114688858 140735114689034 140735114689034 140735114694636 0
/proc/13563/statm: 47803 35060 3392 6655 0 33271 0
[pid=13607] ppid=13563 vsize=329156 memory=296168 CPUtime=1920.23 cores=0,2
/proc/13607/stat : 13607 (Exact) R 13563 13607 13607 0 -1 4194304 51405 0 0 0 191554 469 0 0 20 0 1 0 29724162 337055744 74042 18446744073709551615 4198400 8335837 140721684389456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18305024 140721684396219 140721684396573 140721684396573 140721684402127 0
/proc/13607/statm: 82289 74042 1152 1011 0 81056 0
Current children cumulated CPU time: 3346.04 s
Current children cumulated vsize: 520368 KiB
Current children cumulated memory: 436408 KiB

Child status: 0

Real time (s): 2651.87
CPU time (s): 3346.13
CPU user time (s): 3341.3
CPU system time (s): 4.82954
CPU usage (%): 126.18
Max. virtual memory (cumulated for all children) (KiB): 520368
Max. memory (cumulated for all children) (KiB): 436408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3341.3
system time used= 4.82954
maximum resident set size= 296168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142628
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= 472
involuntary context switches= 18538


# summary of solver processes directly reported to runsolver:
#   pid: 13563
#   total CPU time (s): 3346.13
#   total CPU user time (s): 3341.3
#   total CPU system time (s): 4.82954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.017 second user time and 21.9935 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-28 21:41:58
IDJOB=4514905
IDBENCH=163980
IDSOLVER=3336
FILE ID=nodeC009/4514905-1751139717
RUNJOBID= nodeC009-1751133631-11080
SLURM_JOB_ID= 9587409
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514905-1751139717/watcher-4514905-1751139717 -o /tmp/evaluation-result-4514905-1751139717/solver-4514905-1751139717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751133631-11080 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514905-1751139717.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1975949012

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129611128 kB
MemAvailable:   129328628 kB
Buffers:            3280 kB
Cached:           529824 kB
SwapCached:            0 kB
Active:           876828 kB
Inactive:         331764 kB
Active(anon):     693448 kB
Inactive(anon):        0 kB
Active(file):     183380 kB
Inactive(file):   331764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44952 kB
Writeback:             8 kB
AnonPages:        677024 kB
Mapped:           147684 kB
Shmem:             17960 kB
KReclaimable:      83580 kB
Slab:             161940 kB
SReclaimable:      83580 kB
SUnreclaim:        78360 kB
KernelStack:        4096 kB
PageTables:         4476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1100780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC009 at 2025-06-28 22:26:10