Trace number 4542143

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (MO) 3196.69 2864.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
MD5SUMc26c89c819410142827dd0be6bce850a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2155.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3121404
Total number of constraints136276
Number of constraints which are clauses68801
Number of constraints which are cardinality constraints (but not clauses)62324
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint48
Maximum length of a constraint53
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1425.79/1087.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1425.79/1087.80	c numVar: 3121404
1425.79/1087.80	c numCon: 136276
1425.79/1087.80	c numEqual: 0
1425.79/1087.80	c intSize: 6
1425.79/1087.80	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1425.79/1087.80	c ------------------- Paras list -------------------
1425.79/1087.80	c Name                	 Type      	 Now       	 Default   	 Comment
1425.79/1087.80	c timeout             	 double    	 3600.000000	 3600      	 
1425.79/1087.80	c mip_time            	 double    	 0.300000  	 0.5       	 
1425.79/1087.80	c ls_time             	 double    	 10.000000 	 10        	 
1425.79/1087.80	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1425.79/1087.80	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1425.79/1087.80	c random_seed         	 int       	 0         	 0         	 
1425.79/1087.80	c sample_size         	 int       	 50        	 50        	 
1425.79/1087.80	c sub_score           	 int       	 1         	 1         	 
1425.79/1087.80	c tabu_base           	 int       	 3         	 3         	 
1425.79/1087.80	c tabu_variation      	 int       	 1         	 1         	 
1425.79/1087.80	c sub_div             	 int       	 4         	 4         	 
1425.79/1087.80	c nbcore              	 int       	 2         	 1         	 
1425.79/1087.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1425.79/1087.80	c print_sol           	 int       	 1         	 1         	 
1425.79/1087.80	c tmpdir              	 string		 .         	 "."       	 
1425.79/1087.80	c home                	 string		 HOME	 "."       	 
1425.79/1087.80	c benchname           	 string		 HOME/instance-4542143-1753208491.opb	 ""        	 
1425.79/1087.80	c --------------------------------------------------
1425.79/1087.80	c Local Search solver
1425.79/1087.80	c MIP solver
1425.79/1087.80	c use Exact solver
3194.58/2861.90	c receive signal 15, try to interrupt solver...
1425.79/2862.31	c Exact solver (PID 165562) interrupted gracefully.

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 (62435 MiB free)
  memory of node 1: 64465 MiB (62385 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542143-1753208491/watcher-4542143-1753208491 -o /tmp/evaluation-result-4542143-1753208491/solver-4542143-1753208491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164295 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542143-1753208491.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=165432, runsolver pid=165429

[startup+0.100062 s]*
/proc/loadavg: 4.89 4.37 4.19 6/252 165433
/proc/meminfo: memFree=127761336/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=111268 memory=68536 CPUtime=0.09 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 14605 0 0 0 7 2 0 0 20 0 1 0 236528359 113938432 17134 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 27817 17134 1184 6655 0 18052 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111268 KiB
Current children cumulated memory: 68536 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.89 4.37 4.19 6/252 165433
/proc/meminfo: memFree=127745460/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=127240 memory=84536 CPUtime=0.2 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 18598 0 0 0 15 5 0 0 20 0 1 0 236528359 130293760 21134 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 31810 21134 1184 6655 0 22045 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 127240 KiB
Current children cumulated memory: 84536 KiB

[startup+0.305689 s]*
/proc/loadavg: 4.89 4.37 4.19 6/252 165433
/proc/meminfo: memFree=127729380/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=141892 memory=99256 CPUtime=0.3 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 22263 0 0 0 23 7 0 0 20 0 1 0 236528359 145297408 24814 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 35473 24814 1184 6655 0 25708 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 141892 KiB
Current children cumulated memory: 99256 KiB

[startup+0.700304 s]
/proc/loadavg: 4.89 4.37 4.19 6/252 165433
/proc/meminfo: memFree=127697124/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=208156 memory=165432 CPUtime=0.68 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 38802 0 0 0 56 12 0 0 20 0 1 0 236528359 213151744 41358 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 52039 41358 1184 6655 0 42274 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 208156 KiB
Current children cumulated memory: 165432 KiB

[startup+1.50032 s]
/proc/loadavg: 4.89 4.37 4.19 7/252 165433
/proc/meminfo: memFree=127199700/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=989420 memory=954924 CPUtime=1.47 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 111486 0 0 0 109 38 0 0 20 0 1 0 236528359 1013166080 238699 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 247355 238731 1184 6655 0 237590 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 989420 KiB
Current children cumulated memory: 954924 KiB

[startup+3.11276 s]
/proc/loadavg: 4.89 4.37 4.19 7/252 165433
/proc/meminfo: memFree=125938776/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=1980704 memory=1933932 CPUtime=3.08 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 336884 0 0 0 230 78 0 0 20 0 1 0 236528359 2028240896 483451 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 495176 483451 1184 6655 0 485411 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1980704 KiB
Current children cumulated memory: 1933932 KiB

[startup+6.30029 s]
/proc/loadavg: 4.90 4.38 4.20 7/252 165433
/proc/meminfo: memFree=125750736/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=2115724 memory=2072900 CPUtime=6.26 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 365841 0 0 0 541 85 0 0 20 0 1 0 236528359 2166501376 518225 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 528931 518225 1184 6655 0 519166 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2115724 KiB
Current children cumulated memory: 2072900 KiB

[startup+12.7003 s]
/proc/loadavg: 4.90 4.39 4.20 7/252 165433
/proc/meminfo: memFree=124799808/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=3479288 memory=3334836 CPUtime=12.63 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 477561 0 0 0 1145 118 0 0 20 0 1 0 236528359 3562790912 833709 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 869822 833709 2304 6655 0 860057 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3479288 KiB
Current children cumulated memory: 3334836 KiB

[startup+25.5004 s]
/proc/loadavg: 4.99 4.44 4.22 7/253 165434
/proc/meminfo: memFree=121877300/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=6935612 memory=5888568 CPUtime=25.4 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 571890 0 0 0 2339 201 0 0 20 0 2 0 236528359 7102066688 1472142 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1733903 1472142 2912 6655 0 1707786 0
[pid=165432/tid=165434] ppid=165429 vsize=6935612 memory=5617192 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7102066688 1472142 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 6935612 KiB
Current children cumulated memory: 5888568 KiB

[startup+51.1131 s]
/proc/loadavg: 5.00 4.49 4.24 7/253 165434
/proc/meminfo: memFree=121703172/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7279004 memory=6122956 CPUtime=50.95 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 662379 0 0 0 4837 258 0 0 20 0 2 0 236528359 7453700096 1530739 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1819751 1530739 2944 6655 0 1793634 0
[pid=165432/tid=165434] ppid=165429 vsize=7279004 memory=6122956 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7453700096 1530739 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 7279004 KiB
Current children cumulated memory: 6122956 KiB

[startup+102.3 s]
/proc/loadavg: 4.99 4.57 4.28 7/253 165436
/proc/meminfo: memFree=121771100/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7284284 memory=6128588 CPUtime=102 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 666879 0 0 0 9941 259 0 0 20 0 2 0 236528359 7459106816 1532147 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1821071 1532147 2944 6655 0 1794954 0
[pid=165432/tid=165434] ppid=165429 vsize=7284284 memory=6126284 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7459106816 1532147 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 7284284 KiB
Current children cumulated memory: 6128588 KiB

[startup+162.3 s]
/proc/loadavg: 5.03 4.66 4.34 7/253 165438
/proc/meminfo: memFree=121742532/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7302500 memory=6148996 CPUtime=161.85 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 675702 0 0 0 15921 264 0 0 20 0 2 0 236528359 7477760000 1537249 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1825625 1537249 2944 6655 0 1799508 0
[pid=165432/tid=165434] ppid=165429 vsize=7302500 memory=6147076 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7477760000 1537249 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 7302500 KiB
Current children cumulated memory: 6148996 KiB

[startup+222.3 s]
/proc/loadavg: 5.05 4.74 4.39 7/253 165440
/proc/meminfo: memFree=121588384/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7318472 memory=6164996 CPUtime=221.68 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 684173 0 0 0 21901 267 0 0 20 0 2 0 236528359 7494115328 1541249 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1829618 1541249 2944 6655 0 1803501 0
[pid=165432/tid=165434] ppid=165429 vsize=7318472 memory=6156676 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7494115328 1541249 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 7318472 KiB
Current children cumulated memory: 6164996 KiB

[startup+282.3 s]
/proc/loadavg: 4.60 4.68 4.39 6/254 165492
/proc/meminfo: memFree=119793740/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7332860 memory=6179460 CPUtime=281.52 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 690384 0 0 0 27882 270 0 0 20 0 2 0 236528359 7508848640 1544865 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1833215 1544865 2944 6655 0 1807098 0
[pid=165432/tid=165434] ppid=165429 vsize=7332860 memory=6178948 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7508848640 1544865 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 7332860 KiB
Current children cumulated memory: 6179460 KiB

[startup+342.3 s]
/proc/loadavg: 4.27 4.57 4.36 6/254 165498
/proc/meminfo: memFree=119755016/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=7345928 memory=6192516 CPUtime=341.37 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 700098 0 0 0 33863 274 0 0 20 0 2 0 236528359 7522230272 1548129 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 1836482 1548129 2944 6655 0 1810365 0
[pid=165432/tid=165434] ppid=165429 vsize=7345928 memory=6186500 CPUtime=0 cores=0,2
/proc/165432/task/165434/stat : 165434 (LSIPExact) S 165429 165432 164278 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 236529632 7522230272 1548129 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 7345928 KiB
Current children cumulated memory: 6192516 KiB

[startup+402.3 s]
/proc/loadavg: 4.75 4.64 4.40 7/254 165500
/proc/meminfo: memFree=117707864/131382120 swapFree=33010160/33010684

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


[startup+2562.3 s]
/proc/loadavg: 1.07 1.22 2.26 2/233 165700
/proc/meminfo: memFree=99683884/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=20957660 memory=19851568 CPUtime=1470.21 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2613177 0 0 0 146065 956 0 0 20 0 1 0 236637139 21460643840 4962892 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5239415 4962892 1120 1011 0 5238182 0
Current children cumulated CPU time: 2896 s
Current children cumulated vsize: 31533512 KiB
Current children cumulated memory: 29167752 KiB

[startup+2622.3 s]
/proc/loadavg: 1.08 1.19 2.18 2/233 165702
/proc/meminfo: memFree=99578148/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=21022592 memory=19955412 CPUtime=1530.01 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2620258 0 0 0 152034 967 0 0 20 0 1 0 236637139 21527134208 4988853 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5255648 4988853 1120 1011 0 5254415 0
Current children cumulated CPU time: 2955.8 s
Current children cumulated vsize: 31598444 KiB
Current children cumulated memory: 29271596 KiB

[startup+2682.3 s]
/proc/loadavg: 1.07 1.17 2.11 2/233 165704
/proc/meminfo: memFree=99529516/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=21047756 memory=20007200 CPUtime=1589.8 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2624720 0 0 0 158005 975 0 0 20 0 1 0 236637139 21552902144 5001800 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5261939 5001800 1120 1011 0 5260706 0
Current children cumulated CPU time: 3015.59 s
Current children cumulated vsize: 31623608 KiB
Current children cumulated memory: 29323384 KiB

[startup+2742.3 s]
/proc/loadavg: 1.12 1.17 2.05 2/234 165709
/proc/meminfo: memFree=99461288/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=21085924 memory=20071992 CPUtime=1649.59 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2631079 0 0 0 163977 982 0 0 20 0 1 0 236637139 21591986176 5017998 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5271481 5017998 1120 1011 0 5270248 0
Current children cumulated CPU time: 3075.38 s
Current children cumulated vsize: 31661776 KiB
Current children cumulated memory: 29388176 KiB

[startup+2802.3 s]
/proc/loadavg: 1.53 1.26 2.02 2/234 165716
/proc/meminfo: memFree=99370896/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=21136436 memory=20161416 CPUtime=1709.39 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2637783 0 0 0 169948 991 0 0 20 0 1 0 236637139 21643710464 5040354 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5284109 5040354 1120 1011 0 5282876 0
Current children cumulated CPU time: 3135.18 s
Current children cumulated vsize: 31712288 KiB
Current children cumulated memory: 29477600 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2861.9 s]
/proc/loadavg: 1.49 1.32 1.99 2/234 165718
/proc/meminfo: memFree=99350920/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 0 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
[pid=165562] ppid=165432 vsize=21173260 memory=20206432 CPUtime=1768.79 cores=0,2
/proc/165562/stat : 165562 (Exact) R 165432 165562 165562 0 -1 4194304 2643225 0 0 0 175880 999 0 0 20 0 1 0 236637139 21681418240 5051608 18446744073709551615 4198400 8335837 140722549050912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41095168 140722549057721 140722549058075 140722549058075 140722549063631 0
/proc/165562/statm: 5293315 5051608 1120 1011 0 5292082 0
Current children cumulated CPU time: 3194.58 s
Current children cumulated vsize: 31749112 KiB
Current children cumulated memory: 29522616 KiB

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

[startup+2862.3 s]
/proc/loadavg: 1.49 1.32 1.99 2/234 165719
/proc/meminfo: memFree=102163204/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10575852 memory=9316184 CPUtime=1425.79 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) S 165429 165432 164278 0 -1 4194304 2244015 136 0 0 141680 899 0 0 20 0 1 0 236528359 10829672448 2329046 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2643963 2329046 3584 6655 0 2522343 0
Current children cumulated CPU time: 1425.79 s
Current children cumulated vsize: 10575852 KiB
Current children cumulated memory: 9316184 KiB
heavy processes:

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

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

# cumulated CPU time of all completed processes:  user=3176.91 s, system=19.7838 s

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

[startup+2862.41 s]
/proc/loadavg: 1.49 1.32 1.99 1/234 165719
/proc/meminfo: memFree=119554408/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10527076 memory=9267432 CPUtime=3195.03 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 2277637 2643368 0 0 141685 903 175881 1034 20 0 1 0 236528359 10779725824 2316858 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2631769 2316858 3584 6655 0 2510149 0
Current children cumulated CPU time: 3195.03 s
Current children cumulated vsize: 10527076 KiB
Current children cumulated memory: 9267432 KiB

[startup+2863.2 s]
/proc/loadavg: 1.49 1.32 1.99 2/233 165719
/proc/meminfo: memFree=119593228/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10527076 memory=9267432 CPUtime=3195.81 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 2416929 2643368 0 0 141743 923 175881 1034 20 0 1 0 236528359 10779725824 2316858 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2631769 2316858 3584 6655 0 2510149 0
Current children cumulated CPU time: 3195.81 s
Current children cumulated vsize: 10527076 KiB
Current children cumulated memory: 9267432 KiB

[startup+2863.6 s]
/proc/loadavg: 1.49 1.32 1.99 2/233 165719
/proc/meminfo: memFree=119593228/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10258824 memory=8999168 CPUtime=3196.21 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 2422150 2643368 0 0 141782 924 175881 1034 20 0 1 0 236528359 10505035776 2249792 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2564706 2249792 3584 6655 0 2443086 0
Current children cumulated CPU time: 3196.21 s
Current children cumulated vsize: 10258824 KiB
Current children cumulated memory: 8999168 KiB

[startup+2863.8 s]
/proc/loadavg: 1.49 1.32 1.99 2/233 165719
/proc/meminfo: memFree=119593228/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10258824 memory=8999168 CPUtime=3196.41 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 2422150 2643368 0 0 141802 924 175881 1034 20 0 1 0 236528359 10505035776 2249792 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2564706 2249792 3584 6655 0 2443086 0
Current children cumulated CPU time: 3196.41 s
Current children cumulated vsize: 10258824 KiB
Current children cumulated memory: 8999168 KiB

[startup+2863.9 s]
/proc/loadavg: 1.49 1.32 1.99 2/233 165719
/proc/meminfo: memFree=119593228/131382120 swapFree=33010160/33010684
[pid=165432] ppid=165429 vsize=10201664 memory=8950212 CPUtime=3196.51 cores=0,2
/proc/165432/stat : 165432 (LSIPExact) R 165429 165432 164278 0 -1 4194304 2442926 2643368 0 0 141809 927 175881 1034 20 0 1 0 236528359 10446503936 2237553 18446744073709551615 94173935849472 94173963105873 140726335251360 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94173971608712 94173972040320 94173996507136 140726335252824 140726335253000 140726335253000 140726335258604 0
/proc/165432/statm: 2550416 2237553 3584 6655 0 2428796 0
Current children cumulated CPU time: 3196.51 s
Current children cumulated vsize: 10201664 KiB
Current children cumulated memory: 8950212 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2864.06
CPU time (s): 3196.69
CPU user time (s): 3176.91
CPU system time (s): 19.7838
CPU usage (%): 111.614
Max. virtual memory (cumulated for all children) (KiB): 31749112
Max. memory (cumulated for all children) (KiB): 29522616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3176.91
system time used= 19.7838
maximum resident set size= 20214624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5086349
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= 376
involuntary context switches= 10740


# summary of solver processes directly reported to runsolver:
#   pid: 165432
#   total CPU time (s): 3196.69
#   total CPU user time (s): 3176.91
#   total CPU system time (s): 19.7838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4107 second user time and 26.7404 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 20:21:32
IDJOB=4542143
IDBENCH=163903
IDSOLVER=3337
FILE ID=nodeC008/4542143-1753208491
RUNJOBID= nodeC008-1753198970-164295
SLURM_JOB_ID= 9687741
Free space on /tmp= 432484 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542143-1753208491/watcher-4542143-1753208491 -o /tmp/evaluation-result-4542143-1753208491/solver-4542143-1753208491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164295 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542143-1753208491.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=1470413063

nodeC008 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		: 1197.688
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.72
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.629
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.72
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		: 2394.427
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.72
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.623
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.72
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.274
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.72
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		: 3591.632
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.72
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		: 1197.388
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.72
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.583
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127817484 kB
MemAvailable:   128874576 kB
Buffers:            2128 kB
Cached:          1829388 kB
SwapCached:           24 kB
Active:          2063552 kB
Inactive:         813160 kB
Active(anon):    1039740 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   781584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121284 kB
Writeback:             4 kB
AnonPages:       1048256 kB
Mapped:           153956 kB
Shmem:             26120 kB
KReclaimable:     182644 kB
Slab:             273292 kB
SReclaimable:     182644 kB
SUnreclaim:        90648 kB
KernelStack:        4064 kB
PageTables:         5288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1555572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432576 MiB
End job on nodeC008 at 2025-07-22 21:09:17