Trace number 4522169

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.07 1822.68

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
MD5SUM052b56f2871560e549ba2a2e5aff1011
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-70
Best CPU time to get the best result obtained on this benchmark3535.65
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints17013
Number of constraints which are clauses17013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1820.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1820.60	c numVar: 200
3600.00/1820.60	c numCon: 17013
3600.00/1820.60	c numEqual: 0
3600.00/1820.60	c intSize: 8
3600.00/1820.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1820.60	c ------------------- Paras list -------------------
3600.00/1820.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1820.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1820.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1820.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1820.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1820.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1820.60	c random_seed         	 int       	 0         	 0         	 
3600.00/1820.60	c sample_size         	 int       	 50        	 50        	 
3600.00/1820.60	c sub_score           	 int       	 1         	 1         	 
3600.00/1820.60	c tabu_base           	 int       	 3         	 3         	 
3600.00/1820.60	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1820.60	c sub_div             	 int       	 4         	 4         	 
3600.00/1820.60	c nbcore              	 int       	 2         	 1         	 
3600.00/1820.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1820.60	c print_sol           	 int       	 1         	 1         	 
3600.00/1820.60	c tmpdir              	 string		 .         	 "."       	 
3600.00/1820.60	c home                	 string		 HOME	 "."       	 
3600.00/1820.60	c benchname           	 string		 HOME/instance-4522169-1751572596.opb	 ""        	 
3600.00/1820.60	c --------------------------------------------------
3600.00/1820.60	c Local Search solver
3600.00/1820.60	c LS find feasible solution for PBO with objective value -57
3600.00/1820.60	c MIP solver
3600.00/1820.60	c receive signal 15, try to interrupt solver...
3600.00/1820.61	c MIP solver find feasible solution
3600.00/1820.61	c MIP solver objective value: -70
3600.11/1820.71	c MIP find feasible solution for PBO with objective value -70
3600.11/1820.71	c copy file: 0
3600.11/1820.71	c gen ub file: HOME/instance-4522169-1751572596.opb_ub.opb
3600.11/1820.71	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522169-1751572596/watcher-4522169-1751572596 -o /tmp/evaluation-result-4522169-1751572596/solver-4522169-1751572596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83968 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4522169-1751572596.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=85816, runsolver pid=85813

[startup+0.100064 s]*
/proc/loadavg: 7.04 6.99 7.09 7/268 85817
/proc/meminfo: memFree=104999520/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=0.08 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 8 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+0.206031 s]*
/proc/loadavg: 7.04 6.99 7.09 7/268 85817
/proc/meminfo: memFree=104999520/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=0.19 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 19 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+0.305735 s]*
/proc/loadavg: 7.04 6.99 7.09 7/268 85817
/proc/meminfo: memFree=104999520/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=0.29 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 29 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+0.700211 s]
/proc/loadavg: 7.04 6.99 7.09 7/268 85817
/proc/meminfo: memFree=104999520/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=0.67 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 67 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+1.50019 s]
/proc/loadavg: 7.04 6.99 7.09 7/268 85817
/proc/meminfo: memFree=104998764/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=1.47 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 147 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+3.10556 s]
/proc/loadavg: 6.95 6.98 7.09 7/268 85817
/proc/meminfo: memFree=104994668/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=3.07 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 307 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+6.30019 s]
/proc/loadavg: 6.95 6.98 7.09 7/268 85817
/proc/meminfo: memFree=104995016/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=56068 memory=21632 CPUtime=6.25 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 4380 0 0 0 625 0 0 0 20 0 1 0 72937375 57413632 5408 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 14017 5408 1184 6655 0 4252 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 56068 KiB
Current children cumulated memory: 21632 KiB

[startup+12.7002 s]
/proc/loadavg: 6.88 6.96 7.08 9/269 85818
/proc/meminfo: memFree=104945556/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=207704 memory=127196 CPUtime=14.99 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 28161 0 0 0 1495 4 0 0 20 0 2 0 72937375 212688896 31799 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 51926 31799 3456 6655 0 31099 0
[pid=85816/tid=85818] ppid=85813 vsize=207704 memory=125532 CPUtime=2.35 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 5240 0 0 0 235 0 0 0 20 0 2 0 72938379 212688896 31799 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 207704 KiB
Current children cumulated memory: 127196 KiB

[startup+25.5002 s]
/proc/loadavg: 7.19 7.03 7.10 9/269 85818
/proc/meminfo: memFree=104896672/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=209488 memory=137268 CPUtime=40.39 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 76748 0 0 0 4030 9 0 0 20 0 2 0 72937375 214515712 34317 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 52372 34317 3488 6655 0 32629 0
[pid=85816/tid=85818] ppid=85813 vsize=209488 memory=137140 CPUtime=14.99 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 22125 0 0 0 1497 2 0 0 20 0 2 0 72938379 214515712 34317 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 40.39 s
Current children cumulated vsize: 209488 KiB
Current children cumulated memory: 137268 KiB

[startup+51.1064 s]
/proc/loadavg: 7.47 7.11 7.13 9/268 85818
/proc/meminfo: memFree=104304936/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=230752 memory=192724 CPUtime=91.17 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 104786 0 0 0 9102 15 0 0 20 0 2 0 72937375 236290048 48181 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 57688 48181 3488 6655 0 46473 0
[pid=85816/tid=85818] ppid=85813 vsize=230752 memory=173236 CPUtime=40.29 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 36246 0 0 0 4024 5 0 0 20 0 2 0 72938379 236290048 48181 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 91.17 s
Current children cumulated vsize: 230752 KiB
Current children cumulated memory: 192724 KiB

[startup+102.3 s]
/proc/loadavg: 7.85 7.28 7.19 9/268 85821
/proc/meminfo: memFree=103273964/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=219512 memory=170764 CPUtime=192.07 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 152041 0 0 0 19186 21 0 0 20 0 2 0 72937375 224780288 42691 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 54878 42691 3488 6655 0 45095 0
[pid=85816/tid=85818] ppid=85813 vsize=219512 memory=170764 CPUtime=90.42 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 59176 0 0 0 9035 7 0 0 20 0 2 0 72938379 224780288 42691 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 192.07 s
Current children cumulated vsize: 219512 KiB
Current children cumulated memory: 170764 KiB

[startup+162.3 s]
/proc/loadavg: 8.00 7.43 7.24 9/268 85827
/proc/meminfo: memFree=102943220/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=333000 memory=262040 CPUtime=310.94 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 190742 0 0 0 31064 30 0 0 20 0 2 0 72937375 340992000 65510 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 83250 65510 3488 6655 0 63861 0
[pid=85816/tid=85818] ppid=85813 vsize=333000 memory=237336 CPUtime=149.63 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 78863 0 0 0 14952 11 0 0 20 0 2 0 72938379 340992000 65510 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 310.94 s
Current children cumulated vsize: 333000 KiB
Current children cumulated memory: 262040 KiB

[startup+222.3 s]
/proc/loadavg: 8.04 7.55 7.30 9/268 85830
/proc/meminfo: memFree=103576196/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=491968 memory=452608 CPUtime=429.81 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 251665 0 0 0 42935 46 0 0 20 0 2 0 72937375 503775232 113152 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 122992 113152 3488 6655 0 112022 0
[pid=85816/tid=85818] ppid=85813 vsize=491968 memory=14824 CPUtime=208.83 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 110679 0 0 0 20864 19 0 0 20 0 2 0 72938379 503775232 113152 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 429.81 s
Current children cumulated vsize: 491968 KiB
Current children cumulated memory: 452608 KiB

[startup+282.3 s]
/proc/loadavg: 8.12 7.66 7.36 9/269 85844
/proc/meminfo: memFree=103188112/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=719124 memory=639716 CPUtime=548.86 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 298369 0 0 0 54827 59 0 0 20 0 2 0 72937375 736382976 159929 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 179781 159929 3488 6655 0 158550 0
[pid=85816/tid=85818] ppid=85813 vsize=719124 memory=572140 CPUtime=268.13 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 135169 0 0 0 26787 26 0 0 20 0 2 0 72938379 736382976 159929 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 548.86 s
Current children cumulated vsize: 719124 KiB
Current children cumulated memory: 639716 KiB

[startup+342.3 s]
/proc/loadavg: 7.44 7.55 7.34 8/269 85846
/proc/meminfo: memFree=102808808/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=901852 memory=862228 CPUtime=668 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 372515 0 0 0 66724 76 0 0 20 0 2 0 72937375 923496448 215557 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 225463 215557 3488 6655 0 213891 0
[pid=85816/tid=85818] ppid=85813 vsize=901852 memory=572140 CPUtime=327.48 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 170965 0 0 0 32715 33 0 0 20 0 2 0 72938379 923496448 215557 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 668 s
Current children cumulated vsize: 901852 KiB
Current children cumulated memory: 862228 KiB

[startup+402.3 s]

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

/proc/85816/statm: 959105 943341 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773364 CPUtime=1392.43 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 805849 0 0 0 139083 160 0 0 20 0 2 0 72938379 3928494080 943341 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 2809.56 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773364 KiB

[startup+1482.3 s]
/proc/loadavg: 6.94 6.47 6.69 8/270 86228
/proc/meminfo: memFree=114433356/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=2928.68 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1699130 0 0 0 292545 323 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773492 CPUtime=1451.77 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 842156 0 0 0 145013 164 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 2928.68 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

[startup+1542.3 s]
/proc/loadavg: 7.04 6.58 6.72 8/270 86230
/proc/meminfo: memFree=114427944/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3047.77 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1756706 0 0 0 304450 327 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773492 CPUtime=1511.09 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 871358 0 0 0 150943 166 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3047.77 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

[startup+1602.3 s]
/proc/loadavg: 7.06 6.68 6.75 8/270 86232
/proc/meminfo: memFree=114369516/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3166.84 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1802415 0 0 0 316353 331 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773492 CPUtime=1570.4 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 899350 0 0 0 156872 168 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3166.84 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

[startup+1662.3 s]
/proc/loadavg: 7.18 6.78 6.78 8/269 86234
/proc/meminfo: memFree=114377328/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3285.91 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1847853 0 0 0 328255 336 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=2764 CPUtime=1629.7 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 926496 0 0 0 162799 171 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3285.91 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

[startup+1722.3 s]
/proc/loadavg: 7.11 6.84 6.80 7/268 86237
/proc/meminfo: memFree=114368368/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3404.98 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1897458 0 0 0 340157 341 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773492 CPUtime=1689.01 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 954067 0 0 0 168727 174 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3404.98 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

[startup+1782.3 s]
/proc/loadavg: 7.43 6.95 6.85 8/269 86242
/proc/meminfo: memFree=114324948/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3524.02 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 1971222 0 0 0 352054 348 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=3773492 CPUtime=1748.31 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 989254 0 0 0 174654 177 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3524.02 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.6 s]
/proc/loadavg: 7.61 7.06 6.89 9/268 86242
/proc/meminfo: memFree=113215592/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=3836420 memory=3773492 CPUtime=3600 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) R 85813 85816 83956 0 -1 4194304 2018413 0 0 0 359647 353 0 0 20 0 2 0 72937375 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 959105 943373 3488 6655 0 949120 0
[pid=85816/tid=85818] ppid=85813 vsize=3836420 memory=1792 CPUtime=1786.15 cores=1,3
/proc/85816/task/85818/stat : 85818 (LSIPExact) R 85813 85816 83956 0 -1 4194368 1011121 0 0 0 178437 178 0 0 20 0 2 0 72938379 3928494080 943373 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3836420 KiB
Current children cumulated memory: 3773492 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1822.68 s]
# the end of solver process 85816 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.37 s, system=3.69984 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1820.8 s]
/proc/loadavg: 7.61 7.06 6.89 9/268 86242
/proc/meminfo: memFree=113215592/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=2630704 memory=2561080 CPUtime=3600.11 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) S 85813 85816 83956 0 -1 4194304 2034887 230 0 0 359652 359 0 0 20 0 1 0 72937375 2693840896 640270 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 657676 640270 3488 6655 0 647822 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 2630704 KiB
Current children cumulated memory: 2561080 KiB

[startup+1821.6 s]
/proc/loadavg: 7.61 7.06 6.89 8/268 86244
/proc/meminfo: memFree=114402828/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=2630704 memory=2561080 CPUtime=3600.11 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) S 85813 85816 83956 0 -1 4194304 2034887 230 0 0 359652 359 0 0 20 0 1 0 72937375 2693840896 640270 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 657676 640270 3488 6655 0 647822 0
[pid=86244] ppid=85816 vsize=43936 memory=26812 CPUtime=0.85 cores=1,3
/proc/86244/stat : 86244 (Exact) R 85816 86244 86244 0 -1 4194304 5940 0 0 0 84 1 0 0 20 0 1 0 73119446 44990464 6703 18446744073709551615 4198400 8335837 140723636737456 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44363776 140723636742324 140723636742685 140723636742685 140723636748239 0
/proc/86244/statm: 10984 6703 1120 1011 0 9751 0
Current children cumulated CPU time: 3600.96 s
Current children cumulated vsize: 2674640 KiB
Current children cumulated memory: 2587892 KiB

[startup+1822.4 s]
/proc/loadavg: 7.61 7.06 6.89 8/268 86245
/proc/meminfo: memFree=114399004/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=2630704 memory=2561080 CPUtime=3600.11 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) S 85813 85816 83956 0 -1 4194304 2034887 230 0 0 359652 359 0 0 20 0 1 0 72937375 2693840896 640270 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 657676 640270 3488 6655 0 647822 0
[pid=86244] ppid=85816 vsize=44680 memory=27452 CPUtime=1.65 cores=1,3
/proc/86244/stat : 86244 (Exact) R 85816 86244 86244 0 -1 4194304 6121 0 0 0 164 1 0 0 20 0 1 0 73119446 45752320 6863 18446744073709551615 4198400 8335837 140723636737456 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44363776 140723636742324 140723636742685 140723636742685 140723636748239 0
/proc/86244/statm: 11170 6863 1120 1011 0 9937 0
Current children cumulated CPU time: 3601.76 s
Current children cumulated vsize: 2675384 KiB
Current children cumulated memory: 2588532 KiB

[startup+1822.6 s]
/proc/loadavg: 7.61 7.06 6.89 8/268 86245
/proc/meminfo: memFree=114399004/131249996 swapFree=33010672/33010684
[pid=85816] ppid=85813 vsize=2630704 memory=2561080 CPUtime=3600.11 cores=1,3
/proc/85816/stat : 85816 (LSIPExact) S 85813 85816 83956 0 -1 4194304 2034887 230 0 0 359652 359 0 0 20 0 1 0 72937375 2693840896 640270 18446744073709551615 94151295381504 94151322637905 140731810214208 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94151331140744 94151331572352 94151358377984 140731810220378 140731810220554 140731810220554 140731810226156 0
/proc/85816/statm: 657676 640270 3488 6655 0 647822 0
[pid=86244] ppid=85816 vsize=44944 memory=29756 CPUtime=1.86 cores=1,3
/proc/86244/stat : 86244 (Exact) R 85816 86244 86244 0 -1 4194304 6192 0 0 0 184 2 0 0 20 0 1 0 73119446 46022656 7439 18446744073709551615 4198400 8335837 140723636737456 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44363776 140723636742324 140723636742685 140723636742685 140723636748239 0
/proc/86244/statm: 11236 7439 1120 1011 0 10003 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 2675648 KiB
Current children cumulated memory: 2590836 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.68
CPU time (s): 3602.07
CPU user time (s): 3598.37
CPU system time (s): 3.69984
CPU usage (%): 197.625
Max. virtual memory (cumulated for all children) (KiB): 3978052
Max. memory (cumulated for all children) (KiB): 3915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 3.69984
maximum resident set size= 3915556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2042167
page faults= 0
swaps= 0
block input operations= 1800
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 603
involuntary context switches= 44978


# summary of solver processes directly reported to runsolver:
#   pid: 85816
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 3.69984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.91792 second user time and 9.05501 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 21:56:36
IDJOB=4522169
IDBENCH=178624
IDSOLVER=3336
FILE ID=nodeC017/4522169-1751572596
RUNJOBID= nodeC017-1751565791-83968
SLURM_JOB_ID= 9598774
Free space on /tmp= 432212 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522169-1751572596/watcher-4522169-1751572596 -o /tmp/evaluation-result-4522169-1751572596/solver-4522169-1751572596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83968 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4522169-1751572596.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 052b56f2871560e549ba2a2e5aff1011
RANDOM SEED=1669458322

nodeC017 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.933
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	: 7000.12
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		: 3600.075
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	: 7000.12
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		: 3596.529
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	: 7000.12
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	: 7000.12
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.841
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	: 7000.12
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.783
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	: 7000.12
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		: 3600.078
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	: 7000.12
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		: 3600.049
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        105015116 kB
MemAvailable:   108947856 kB
Buffers:            1688 kB
Cached:          4701164 kB
SwapCached:            8 kB
Active:         21120396 kB
Inactive:        4411784 kB
Active(anon):   20831272 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4395656 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45532 kB
Writeback:            56 kB
AnonPages:      20825872 kB
Mapped:           140284 kB
Shmem:             18072 kB
KReclaimable:     174000 kB
Slab:             265760 kB
SReclaimable:     174000 kB
SUnreclaim:        91760 kB
KernelStack:        4320 kB
PageTables:        44696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   26070672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14821376 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432176 MiB
End job on nodeC017 at 2025-07-03 22:26:59