Trace number 4519363

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.58 2115.85

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
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 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/2113.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.05/2113.40	c numVar: 2235696
3600.05/2113.40	c numCon: 106878
3600.05/2113.40	c numEqual: 0
3600.05/2113.40	c intSize: 12
3600.05/2113.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.05/2113.40	c ------------------- Paras list -------------------
3600.05/2113.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.05/2113.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.05/2113.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.05/2113.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.05/2113.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.05/2113.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.05/2113.40	c random_seed         	 int       	 0         	 0         	 
3600.05/2113.40	c sample_size         	 int       	 50        	 50        	 
3600.05/2113.40	c sub_score           	 int       	 1         	 1         	 
3600.05/2113.40	c tabu_base           	 int       	 3         	 3         	 
3600.05/2113.40	c tabu_variation      	 int       	 1         	 1         	 
3600.05/2113.40	c sub_div             	 int       	 4         	 4         	 
3600.05/2113.40	c nbcore              	 int       	 2         	 1         	 
3600.05/2113.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.05/2113.40	c print_sol           	 int       	 1         	 1         	 
3600.05/2113.40	c tmpdir              	 string		 .         	 "."       	 
3600.05/2113.40	c home                	 string		 HOME	 "."       	 
3600.05/2113.40	c benchname           	 string		 HOME/instance-4519363-1751508359.opb	 ""        	 
3600.05/2113.40	c --------------------------------------------------
3600.05/2113.40	c Local Search solver
3600.05/2113.40	c MIP solver
3600.05/2113.40	c receive signal 15, try to interrupt solver...
3600.33/2113.66	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: 63837 MiB (62832 MiB free)
  memory of node 1: 64465 MiB (63362 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519363-1751508359/watcher-4519363-1751508359 -o /tmp/evaluation-result-4519363-1751508359/solver-4519363-1751508359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69283 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4519363-1751508359.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=73967, runsolver pid=73964

[startup+0.100101 s]*
/proc/loadavg: 5.21 5.41 6.20 6/253 73968
/proc/meminfo: memFree=129183604/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=100192 memory=57464 CPUtime=0.1 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 12342 0 0 0 8 2 0 0 20 0 1 0 66514731 102596608 14366 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 25048 14366 1152 6655 0 15283 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 100192 KiB
Current children cumulated memory: 57464 KiB

[startup+0.21322 s]*
/proc/loadavg: 5.21 5.41 6.20 6/253 73968
/proc/meminfo: memFree=129151348/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=133720 memory=91000 CPUtime=0.21 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 20724 0 0 0 17 4 0 0 20 0 1 0 66514731 136929280 22750 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 33463 22750 1152 6655 0 23698 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 133720 KiB
Current children cumulated memory: 91000 KiB

[startup+0.313021 s]*
/proc/loadavg: 5.21 5.41 6.20 6/253 73968
/proc/meminfo: memFree=129119092/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=162496 memory=119672 CPUtime=0.31 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 27911 0 0 0 25 6 0 0 20 0 1 0 66514731 166395904 29918 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 40624 29918 1152 6655 0 30859 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 162496 KiB
Current children cumulated memory: 119672 KiB

[startup+0.700314 s]
/proc/loadavg: 5.21 5.41 6.20 6/253 73968
/proc/meminfo: memFree=128768764/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=678172 memory=643600 CPUtime=0.69 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 70456 0 0 0 48 21 0 0 20 0 1 0 66514731 694448128 160868 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 169543 160868 1152 6655 0 159778 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 678172 KiB
Current children cumulated memory: 643600 KiB

[startup+1.50032 s]
/proc/loadavg: 5.19 5.41 6.19 6/253 73968
/proc/meminfo: memFree=128376956/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=1234228 memory=1196980 CPUtime=1.48 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 198086 0 0 0 106 42 0 0 20 0 1 0 66514731 1263849472 299245 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 308557 299245 1152 6655 0 298792 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1234228 KiB
Current children cumulated memory: 1196980 KiB

[startup+3.11334 s]
/proc/loadavg: 5.19 5.41 6.19 6/253 73968
/proc/meminfo: memFree=127742996/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=1551536 memory=1501768 CPUtime=3.08 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 266551 0 0 0 254 54 0 0 20 0 1 0 66514731 1588772864 375442 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 387884 375442 1152 6655 0 378119 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1551536 KiB
Current children cumulated memory: 1501768 KiB

[startup+6.30033 s]
/proc/loadavg: 5.26 5.42 6.19 6/253 73968
/proc/meminfo: memFree=127746720/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=1551536 memory=1501768 CPUtime=6.27 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 267436 0 0 0 571 56 0 0 20 0 1 0 66514731 1588772864 375442 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 387884 375442 1152 6655 0 378119 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1551536 KiB
Current children cumulated memory: 1501768 KiB

[startup+12.7004 s]
/proc/loadavg: 5.24 5.41 6.18 6/254 73969
/proc/meminfo: memFree=126746976/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=2824964 memory=2653820 CPUtime=12.64 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 358742 0 0 0 1175 89 0 0 20 0 2 0 66514731 2892763136 663455 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 706241 663455 2656 6655 0 680124 0
[pid=73967/tid=73969] ppid=73964 vsize=2824964 memory=1501768 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 2892763136 663455 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2824964 KiB
Current children cumulated memory: 2653820 KiB

[startup+25.5004 s]
/proc/loadavg: 5.20 5.40 6.17 6/254 73970
/proc/meminfo: memFree=125064432/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=4626984 memory=3948384 CPUtime=25.41 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 464399 0 0 0 2388 153 0 0 20 0 2 0 66514731 4738031616 987096 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1156746 987096 2880 6655 0 1130629 0
[pid=73967/tid=73969] ppid=73964 vsize=4626984 memory=3948384 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 4738031616 987096 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4626984 KiB
Current children cumulated memory: 3948384 KiB

[startup+51.1134 s]
/proc/loadavg: 5.20 5.37 6.14 6/254 73970
/proc/meminfo: memFree=124430480/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5734776 memory=4804676 CPUtime=50.94 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 522845 0 0 0 4913 181 0 0 20 0 2 0 66514731 5872410624 1201169 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1433694 1201169 3104 6655 0 1407577 0
[pid=73967/tid=73969] ppid=73964 vsize=5734776 memory=4804676 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5872410624 1201169 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 5734776 KiB
Current children cumulated memory: 4804676 KiB

[startup+102.3 s]
/proc/loadavg: 5.16 5.33 6.08 6/254 73976
/proc/meminfo: memFree=124429384/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5746260 memory=4816580 CPUtime=101.95 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 529395 0 0 0 10012 183 0 0 20 0 2 0 66514731 5884170240 1204145 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1436565 1204145 3104 6655 0 1410448 0
[pid=73967/tid=73969] ppid=73964 vsize=5746260 memory=4812740 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5884170240 1204145 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 5746260 KiB
Current children cumulated memory: 4816580 KiB

[startup+162.3 s]
/proc/loadavg: 5.11 5.28 6.01 6/253 73978
/proc/meminfo: memFree=124378468/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5775696 memory=4846404 CPUtime=161.77 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 540118 0 0 0 15989 188 0 0 20 0 2 0 66514731 5914312704 1211601 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1443924 1211601 3104 6655 0 1417807 0
[pid=73967/tid=73969] ppid=73964 vsize=5775696 memory=16624 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5914312704 1211601 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 5775696 KiB
Current children cumulated memory: 4846404 KiB

[startup+222.3 s]
/proc/loadavg: 5.16 5.26 5.96 6/254 73983
/proc/meminfo: memFree=124343044/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5804868 memory=4876100 CPUtime=221.55 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 549440 0 0 0 21962 193 0 0 20 0 2 0 66514731 5944184832 1219025 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1451217 1219025 3104 6655 0 1425100 0
[pid=73967/tid=73969] ppid=73964 vsize=5804868 memory=4862660 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5944184832 1219025 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 5804868 KiB
Current children cumulated memory: 4876100 KiB

[startup+282.3 s]
/proc/loadavg: 5.12 5.23 5.90 6/254 73985
/proc/meminfo: memFree=124292344/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5819916 memory=4891204 CPUtime=281.38 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 560062 0 0 0 27941 197 0 0 20 0 2 0 66514731 5959593984 1222801 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1454979 1222801 3104 6655 0 1428862 0
[pid=73967/tid=73969] ppid=73964 vsize=5819916 memory=4835780 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5959593984 1222801 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 5819916 KiB
Current children cumulated memory: 4891204 KiB

[startup+342.3 s]
/proc/loadavg: 5.09 5.20 5.85 6/254 74032
/proc/meminfo: memFree=122276776/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=5819916 memory=4891332 CPUtime=341.23 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 571919 0 0 0 33925 198 0 0 20 0 2 0 66514731 5959593984 1222833 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 1454979 1222833 3104 6655 0 1428862 0
[pid=73967/tid=73969] ppid=73964 vsize=5819916 memory=33415 CPUtime=0 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) S 73964 73967 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66515915 5959593984 1222833 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 5819916 KiB
Current children cumulated memory: 4891332 KiB

[startup+402.3 s]

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

[startup+1782.3 s]
/proc/loadavg: 7.07 6.95 6.72 8/254 75246
/proc/meminfo: memFree=104218028/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=16967872 memory=15292992 CPUtime=2942.83 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 2774908 0 0 0 293080 1203 0 0 20 0 2 0 66514731 17375100928 3823248 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 4241968 3823248 3360 6655 0 4167463 0
[pid=73967/tid=73969] ppid=73964 vsize=16967872 memory=15266428 CPUtime=1167.11 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 971099 0 0 0 116118 593 0 0 20 0 2 0 66515915 17375100928 3823248 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 2942.83 s
Current children cumulated vsize: 16967872 KiB
Current children cumulated memory: 15292992 KiB

[startup+1842.3 s]
/proc/loadavg: 6.50 6.81 6.68 7/254 75248
/proc/meminfo: memFree=102811440/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=17166580 memory=15490452 CPUtime=3061.83 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 2862717 0 0 0 304940 1243 0 0 20 0 2 0 66514731 17578577920 3872613 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 4291645 3872613 3360 6655 0 4217140 0
[pid=73967/tid=73969] ppid=73964 vsize=17166580 memory=7764 CPUtime=1226.4 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1042695 0 0 0 122011 629 0 0 20 0 2 0 66515915 17578577920 3872613 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3061.83 s
Current children cumulated vsize: 17166580 KiB
Current children cumulated memory: 15490452 KiB

[startup+1902.3 s]
/proc/loadavg: 6.22 6.67 6.64 7/255 75251
/proc/meminfo: memFree=102618736/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=17356408 memory=15678932 CPUtime=3180.89 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 2933628 0 0 0 316809 1280 0 0 20 0 2 0 66514731 17772961792 3919733 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 4339102 3919733 3360 6655 0 4264597 0
[pid=73967/tid=73969] ppid=73964 vsize=17356408 memory=15676136 CPUtime=1285.71 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1099282 0 0 0 127909 662 0 0 20 0 2 0 66515915 17772961792 3919733 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3180.89 s
Current children cumulated vsize: 17356408 KiB
Current children cumulated memory: 15678932 KiB

[startup+1962.3 s]
/proc/loadavg: 6.51 6.66 6.64 8/255 75257
/proc/meminfo: memFree=102428016/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=17543360 memory=15866784 CPUtime=3299.95 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 3022307 0 0 0 328679 1316 0 0 20 0 2 0 66514731 17964400640 3966696 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 4385840 3966696 3360 6655 0 4311335 0
[pid=73967/tid=73969] ppid=73964 vsize=17543360 memory=15861920 CPUtime=1345.01 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1176857 0 0 0 133805 696 0 0 20 0 2 0 66515915 17964400640 3966696 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3299.95 s
Current children cumulated vsize: 17543360 KiB
Current children cumulated memory: 15866784 KiB

[startup+2022.3 s]
/proc/loadavg: 6.91 6.75 6.67 8/254 75259
/proc/meminfo: memFree=102169584/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=21240640 memory=16319736 CPUtime=3419.03 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 3228459 0 0 0 340539 1364 0 0 20 0 2 0 66514731 21750415360 4079934 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 5310160 4079934 3360 6655 0 5235655 0
[pid=73967/tid=73969] ppid=73964 vsize=21240640 memory=16624 CPUtime=1404.32 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1240375 0 0 0 139704 728 0 0 20 0 2 0 66515915 21750415360 4079934 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3419.03 s
Current children cumulated vsize: 21240640 KiB
Current children cumulated memory: 16319736 KiB

[startup+2082.3 s]
/proc/loadavg: 6.63 6.73 6.67 6/248 75295
/proc/meminfo: memFree=102487924/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=20990340 memory=19449428 CPUtime=3538.22 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 3354534 0 0 0 352363 1459 0 0 20 0 2 0 66514731 21494108160 4862357 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 5247585 4862357 3360 6655 0 5173080 0
[pid=73967/tid=73969] ppid=73964 vsize=20990340 memory=19449428 CPUtime=1463.72 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1288520 0 0 0 145618 754 0 0 20 0 2 0 66515915 21494108160 4862357 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3538.22 s
Current children cumulated vsize: 20990340 KiB
Current children cumulated memory: 19449428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2113.4 s]
/proc/loadavg: 5.99 6.57 6.62 6/248 75296
/proc/meminfo: memFree=102478732/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=20990340 memory=19449428 CPUtime=3600.05 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 3375716 0 0 0 358534 1471 0 0 20 0 2 0 66514731 21494108160 4862357 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 5247585 4862357 3360 6655 0 5173080 0
[pid=73967/tid=73969] ppid=73964 vsize=20990340 memory=104428 CPUtime=1494.53 cores=5,7
/proc/73967/task/73969/stat : 73969 (LSIPExact) R 73964 73967 69270 0 -1 4194368 1309701 0 0 0 148687 766 0 0 20 0 2 0 66515915 21494108160 4862357 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 20990340 KiB
Current children cumulated memory: 19449428 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3585.62 s, system=15.2358 s

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

# cumulated CPU time of all completed processes:  user=3586.77 s, system=15.8144 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2113.6 s]
/proc/loadavg: 5.99 6.57 6.62 6/248 75296
/proc/meminfo: memFree=102478732/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=15260400 memory=13880260 CPUtime=3600.33 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) R 73964 73967 69270 0 -1 4194304 3390530 0 0 0 358558 1475 0 0 20 0 1 0 66514731 15626649600 3470065 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 3815100 3470065 3392 6655 0 3744946 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 15260400 KiB
Current children cumulated memory: 13880260 KiB

[startup+2114.4 s]
/proc/loadavg: 5.99 6.57 6.62 5/248 75297
/proc/meminfo: memFree=107336256/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=15162084 memory=13781944 CPUtime=3600.4 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) S 73964 73967 69270 0 -1 4194304 3445388 0 0 0 358561 1479 0 0 20 0 1 0 66514731 15525974016 3445486 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 3790521 3445486 3392 6655 0 3720367 0
[pid=75297] ppid=73967 vsize=1742944 memory=1711544 CPUtime=0.7 cores=5,7
/proc/75297/stat : 75297 (Exact) R 73967 75297 75297 0 -1 4194304 11950 0 0 0 36 34 0 0 20 0 1 0 66726097 1784774656 427886 18446744073709551615 4198400 8335837 140734848160288 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 39624704 140734848166075 140734848166429 140734848166429 140734848171983 0
/proc/75297/statm: 435736 427886 928 1011 0 434503 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 16905028 KiB
Current children cumulated memory: 15493488 KiB

[startup+2115.2 s]
/proc/loadavg: 5.99 6.57 6.62 5/248 75297
/proc/meminfo: memFree=106061092/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=15162084 memory=13781944 CPUtime=3600.4 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) S 73964 73967 69270 0 -1 4194304 3445388 0 0 0 358561 1479 0 0 20 0 1 0 66514731 15525974016 3445486 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 3790521 3445486 3392 6655 0 3720367 0
[pid=75297] ppid=73967 vsize=2185784 memory=2169764 CPUtime=1.49 cores=5,7
/proc/75297/stat : 75297 (Exact) R 73967 75297 75297 0 -1 4194304 114140 0 0 0 98 51 0 0 20 0 1 0 66726097 2238242816 542441 18446744073709551615 4198400 8335837 140734848160288 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 39624704 140734848166075 140734848166429 140734848166429 140734848171983 0
/proc/75297/statm: 546446 542441 960 1011 0 545213 0
Current children cumulated CPU time: 3601.89 s
Current children cumulated vsize: 17347868 KiB
Current children cumulated memory: 15951708 KiB

[startup+2115.4 s]
/proc/loadavg: 5.99 6.57 6.62 5/248 75297
/proc/meminfo: memFree=106061092/131382120 swapFree=33010416/33010684
[pid=73967] ppid=73964 vsize=15162084 memory=13781944 CPUtime=3600.4 cores=5,7
/proc/73967/stat : 73967 (LSIPExact) S 73964 73967 69270 0 -1 4194304 3445388 0 0 0 358561 1479 0 0 20 0 1 0 66514731 15525974016 3445486 18446744073709551615 94873741938688 94873769195089 140734909323712 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94873777697928 94873778129536 94873811673088 140734909327706 140734909327882 140734909327882 140734909333484 0
/proc/73967/statm: 3790521 3445486 3392 6655 0 3720367 0
[pid=75297] ppid=73967 vsize=2286172 memory=2272108 CPUtime=1.69 cores=5,7
/proc/75297/stat : 75297 (Exact) R 73967 75297 75297 0 -1 4194304 139219 0 0 0 114 55 0 0 20 0 1 0 66726097 2341040128 568027 18446744073709551615 4198400 8335837 140734848160288 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 39624704 140734848166075 140734848166429 140734848166429 140734848171983 0
/proc/75297/statm: 571543 568027 960 1011 0 570310 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 17448256 KiB
Current children cumulated memory: 16054052 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2115.85
CPU time (s): 3602.58
CPU user time (s): 3586.77
CPU system time (s): 15.8144
CPU usage (%): 170.266
Max. virtual memory (cumulated for all children) (KiB): 21383416
Max. memory (cumulated for all children) (KiB): 19577468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.77
system time used= 15.8144
maximum resident set size= 19579516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3584607
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= 1202
involuntary context switches= 42266


# summary of solver processes directly reported to runsolver:
#   pid: 73967,75297
#   total CPU time (s): 3602.58
#   total CPU user time (s): 3586.77
#   total CPU system time (s): 15.8144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20782 second user time and 12.7504 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 04:06:00
IDJOB=4519363
IDBENCH=177240
IDSOLVER=3336
FILE ID=nodeC003/4519363-1751508359
RUNJOBID= nodeC003-1751500320-69283
SLURM_JOB_ID= 9598582
Free space on /tmp= 431836 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519363-1751508359/watcher-4519363-1751508359 -o /tmp/evaluation-result-4519363-1751508359/solver-4519363-1751508359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69283 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4519363-1751508359.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=89375462

nodeC003 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		: 3662.507
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.487
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.415
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.521
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.490
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.161
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129223672 kB
MemAvailable:   129412228 kB
Buffers:            2736 kB
Cached:           985800 kB
SwapCached:           36 kB
Active:          1071412 kB
Inactive:         493764 kB
Active(anon):     586956 kB
Inactive(anon):     7608 kB
Active(file):     484456 kB
Inactive(file):   486156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             99292 kB
Writeback:             4 kB
AnonPages:        579660 kB
Mapped:           148824 kB
Shmem:             17924 kB
KReclaimable:     115144 kB
Slab:             200284 kB
SReclaimable:     115144 kB
SUnreclaim:        85140 kB
KernelStack:        4080 kB
PageTables:         4312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     961488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431812 MiB
End job on nodeC003 at 2025-07-03 04:41:17