Trace number 4542597

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 S1UNSAT 1435.65 763.056

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
MD5SUM5315000b872825a9c3a3b6787ef04708
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 benchmark29.9883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables227556
Total number of constraints20632
Number of constraints which are clauses10505
Number of constraints which are cardinality constraints (but not clauses)8696
Number of constraints which are nor clauses,nor cardinality constraints1431
Minimum length of a constraint24
Maximum length of a constraint29
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 32
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

1398.87/726.26	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1398.87/726.26	c numVar: 227556
1398.87/726.26	c numCon: 20632
1398.87/726.26	c numEqual: 0
1398.87/726.26	c intSize: 6
1398.87/726.26	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1398.87/726.26	c ------------------- Paras list -------------------
1398.87/726.26	c Name                	 Type      	 Now       	 Default   	 Comment
1398.87/726.26	c timeout             	 double    	 3600.000000	 3600      	 
1398.87/726.26	c mip_time            	 double    	 0.200000  	 0.5       	 
1398.87/726.26	c ls_time             	 double    	 10.000000 	 10        	 
1398.87/726.26	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1398.87/726.26	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1398.87/726.26	c random_seed         	 int       	 0         	 0         	 
1398.87/726.26	c sample_size         	 int       	 50        	 50        	 
1398.87/726.26	c sub_score           	 int       	 1         	 1         	 
1398.87/726.26	c tabu_base           	 int       	 3         	 3         	 
1398.87/726.26	c tabu_variation      	 int       	 1         	 1         	 
1398.87/726.26	c sub_div             	 int       	 4         	 4         	 
1398.87/726.26	c nbcore              	 int       	 2         	 1         	 
1398.87/726.26	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1398.87/726.26	c print_sol           	 int       	 1         	 1         	 
1398.87/726.26	c tmpdir              	 string		 .         	 "."       	 
1398.87/726.26	c home                	 string		 HOME	 "."       	 
1398.87/726.26	c benchname           	 string		 HOME/instance-4542597-1753217014.opb	 ""        	 
1398.87/726.26	c --------------------------------------------------
1398.87/726.26	c Local Search solver
1398.87/726.26	c MIP solver
1398.87/726.26	c use Exact solver
1435.47/762.92	c Exact infeasible
1435.58/763.01	s UNSATISFIABLE
1435.58/763.01	c Total time: 763

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542597-1753217014/watcher-4542597-1753217014 -o /tmp/evaluation-result-4542597-1753217014/solver-4542597-1753217014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166612 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542597-1753217014.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
solver pid=167506, runsolver pid=167503
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105567588/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=137896 memory=103412 CPUtime=0.09 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 18701 0 0 0 6 3 0 0 20 0 1 0 237377988 141205504 25853 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 34474 25853 1184 6655 0 24709 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 137896 KiB
Current children cumulated memory: 103412 KiB

[startup+0.205679 s]*
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105503076/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=0.2 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33031 0 0 0 15 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+0.305728 s]*
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105503076/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=0.3 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33031 0 0 0 25 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+0.700206 s]
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105503076/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=0.69 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33031 0 0 0 64 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+1.5002 s]
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105479004/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=1.48 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33031 0 0 0 143 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+3.10583 s]
/proc/loadavg: 4.85 4.68 4.58 6/267 167507
/proc/meminfo: memFree=105392164/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=3.08 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33043 0 0 0 303 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+6.30019 s]
/proc/loadavg: 4.86 4.69 4.59 6/267 167507
/proc/meminfo: memFree=105318092/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=195680 memory=160756 CPUtime=6.26 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 33055 0 0 0 621 5 0 0 20 0 1 0 237377988 200376320 40189 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 48920 40189 1184 6655 0 39155 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.87 4.69 4.59 6/268 167508
/proc/meminfo: memFree=104954664/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=556332 memory=404748 CPUtime=12.63 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 101984 0 0 0 1246 17 0 0 20 0 2 0 237377988 569683968 101187 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 139083 101187 2880 6655 0 112966 0
[pid=167506/tid=167508] ppid=167503 vsize=556332 memory=6516 CPUtime=0 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) S 167503 167506 166602 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237379009 569683968 101187 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 556332 KiB
Current children cumulated memory: 404748 KiB

[startup+25.5002 s]
/proc/loadavg: 4.76 4.67 4.59 6/267 167554
/proc/meminfo: memFree=110952556/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1141676 memory=946744 CPUtime=29.16 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 262574 0 0 0 2870 46 0 0 20 0 2 0 237377988 1169076224 236686 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 285419 236686 3360 6655 0 274678 0
[pid=167506/tid=167508] ppid=167503 vsize=1141676 memory=502592 CPUtime=4.22 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 39882 0 0 0 415 7 0 0 20 0 2 0 237379009 1169076224 236686 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 1141676 KiB
Current children cumulated memory: 946744 KiB

[startup+51.1055 s]
/proc/loadavg: 5.19 4.78 4.62 7/268 167556
/proc/meminfo: memFree=103690368/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1230388 memory=1054340 CPUtime=80.02 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 367103 0 0 0 7941 61 0 0 20 0 2 0 237377988 1259917312 263585 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 307597 263585 3424 6655 0 296856 0
[pid=167506/tid=167508] ppid=167503 vsize=1230388 memory=1050500 CPUtime=29.55 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 77557 0 0 0 2945 10 0 0 20 0 2 0 237379009 1259917312 263585 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 80.02 s
Current children cumulated vsize: 1230388 KiB
Current children cumulated memory: 1054340 KiB

[startup+102.3 s]
/proc/loadavg: 5.26 4.86 4.66 7/267 167604
/proc/meminfo: memFree=96494756/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1871872 memory=1701204 CPUtime=181.62 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 448810 0 0 0 18074 88 0 0 20 0 2 0 237377988 1916796928 425301 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 467968 425301 3424 6655 0 457227 0
[pid=167506/tid=167508] ppid=167503 vsize=1871872 memory=26624 CPUtime=80.17 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 107938 0 0 0 8003 14 0 0 20 0 2 0 237379009 1916796928 425301 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 181.62 s
Current children cumulated vsize: 1871872 KiB
Current children cumulated memory: 1701204 KiB

[startup+162.3 s]
/proc/loadavg: 5.74 5.07 4.75 7/267 167606
/proc/meminfo: memFree=95595560/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=2002944 memory=1882148 CPUtime=300.6 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 608867 0 0 0 29952 108 0 0 20 0 2 0 237377988 2051014656 470537 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 500736 470537 3424 6655 0 482691 0
[pid=167506/tid=167508] ppid=167503 vsize=2002944 memory=1852920 CPUtime=139.41 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 173157 0 0 0 13915 26 0 0 20 0 2 0 237379009 2051014656 470537 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 300.6 s
Current children cumulated vsize: 2002944 KiB
Current children cumulated memory: 1882148 KiB

[startup+222.3 s]
/proc/loadavg: 6.01 5.28 4.84 7/267 167608
/proc/meminfo: memFree=95453932/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=2002944 memory=1889188 CPUtime=419.73 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 627976 0 0 0 41862 111 0 0 20 0 2 0 237377988 2051014656 472297 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 500736 472297 3424 6655 0 483836 0
[pid=167506/tid=167508] ppid=167503 vsize=2002944 memory=1889188 CPUtime=198.75 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 186845 0 0 0 19847 28 0 0 20 0 2 0 237379009 2051014656 472297 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 419.73 s
Current children cumulated vsize: 2002944 KiB
Current children cumulated memory: 1889188 KiB

[startup+282.3 s]
/proc/loadavg: 5.97 5.41 4.92 6/268 167610
/proc/meminfo: memFree=94802456/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1280948 memory=1218880 CPUtime=536.04 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 745145 0 0 0 53484 120 0 0 20 0 2 0 237377988 1311690752 304720 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 320237 304720 3424 6655 0 310350 0
[pid=167506/tid=167508] ppid=167503 vsize=1280948 memory=14248 CPUtime=256.45 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) S 167503 167506 166602 0 -1 4194368 227017 0 0 0 25613 32 0 0 20 0 2 0 237379009 1311690752 304720 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 536.04 s
Current children cumulated vsize: 1280948 KiB
Current children cumulated memory: 1218880 KiB

[startup+342.3 s]
/proc/loadavg: 6.07 5.54 4.99 7/267 167612
/proc/meminfo: memFree=94402280/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1311892 memory=1260740 CPUtime=648.59 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 903054 0 0 0 64684 175 0 0 20 0 2 0 237377988 1343377408 315185 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 327973 315185 3424 6655 0 318086 0
[pid=167506/tid=167508] ppid=167503 vsize=1311892 memory=1446684 CPUtime=309.2 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 239603 0 0 0 30886 34 0 0 20 0 2 0 237379009 1343377408 315185 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 648.59 s
Current children cumulated vsize: 1311892 KiB
Current children cumulated memory: 1260740 KiB

[startup+402.3 s]
/proc/loadavg: 6.57 5.76 5.10 8/267 167614
/proc/meminfo: memFree=90001108/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1611104 memory=1545840 CPUtime=767.65 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1152190 0 0 0 76500 265 0 0 20 0 2 0 237377988 1649770496 386460 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 402776 386460 3424 6655 0 392889 0
[pid=167506/tid=167508] ppid=167503 vsize=1611104 memory=1446684 CPUtime=368.53 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 270424 0 0 0 36816 37 0 0 20 0 2 0 237379009 1649770496 386460 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 767.65 s
Current children cumulated vsize: 1611104 KiB
Current children cumulated memory: 1545840 KiB

[startup+462.3 s]
/proc/loadavg: 6.89 6.01 5.23 8/268 167619
/proc/meminfo: memFree=89385284/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1941428 memory=1883332 CPUtime=885.3 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1336246 0 0 0 88222 308 0 0 20 0 2 0 237377988 1988022272 470833 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 485357 470833 3424 6655 0 475470 0
[pid=167506/tid=167508] ppid=167503 vsize=1941428 memory=1446684 CPUtime=426.5 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 320623 0 0 0 42598 52 0 0 20 0 2 0 237379009 1988022272 470833 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 885.3 s
Current children cumulated vsize: 1941428 KiB
Current children cumulated memory: 1883332 KiB

[startup+522.3 s]
/proc/loadavg: 6.81 6.13 5.32 8/268 167625
/proc/meminfo: memFree=89333744/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1941428 memory=1883332 CPUtime=1004.35 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1426823 0 0 0 100042 393 0 0 20 0 2 0 237377988 1988022272 470833 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 485357 470833 3424 6655 0 475470 0
[pid=167506/tid=167508] ppid=167503 vsize=1941428 memory=1883332 CPUtime=485.79 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 367119 0 0 0 48445 134 0 0 20 0 2 0 237379009 1988022272 470833 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 1004.35 s
Current children cumulated vsize: 1941428 KiB
Current children cumulated memory: 1883332 KiB

[startup+582.3 s]
/proc/loadavg: 6.90 6.29 5.43 7/267 167627
/proc/meminfo: memFree=89945672/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1994852 memory=1940628 CPUtime=1120.86 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1542485 0 0 0 111613 473 0 0 20 0 2 0 237377988 2042728448 485157 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 498713 485157 3424 6655 0 488826 0
[pid=167506/tid=167508] ppid=167503 vsize=1994852 memory=1936560 CPUtime=544.79 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) S 167503 167506 166602 0 -1 4194368 419051 0 0 0 54269 210 0 0 20 0 2 0 237379009 2042728448 485157 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 1120.86 s
Current children cumulated vsize: 1994852 KiB
Current children cumulated memory: 1940628 KiB

[startup+642.3 s]
/proc/loadavg: 6.67 6.34 5.51 7/267 167630
/proc/meminfo: memFree=83740968/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1671168 memory=1615728 CPUtime=1232.28 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1632897 0 0 0 122737 491 0 0 20 0 2 0 237377988 1711276032 403932 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 417792 403932 3424 6655 0 407905 0
[pid=167506/tid=167508] ppid=167503 vsize=1671168 memory=1936560 CPUtime=596.45 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 430238 0 0 0 59433 212 0 0 20 0 2 0 237379009 1711276032 403932 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 1232.28 s
Current children cumulated vsize: 1671168 KiB
Current children cumulated memory: 1615728 KiB

[startup+702.3 s]
/proc/loadavg: 6.31 6.29 5.55 7/268 167633
/proc/meminfo: memFree=78817876/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1932336 memory=1868224 CPUtime=1351.42 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1783856 0 0 0 134618 524 0 0 20 0 2 0 237377988 1978712064 467056 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 483084 467056 3424 6655 0 473197 0
[pid=167506/tid=167508] ppid=167503 vsize=1932336 memory=1936560 CPUtime=655.8 cores=0,2
/proc/167506/task/167508/stat : 167508 (LSIPExact) R 167503 167506 166602 0 -1 4194368 459244 0 0 0 65366 214 0 0 20 0 2 0 237379009 1978712064 467056 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
Current children cumulated CPU time: 1351.42 s
Current children cumulated vsize: 1932336 KiB
Current children cumulated memory: 1868224 KiB

[startup+762.3 s]
/proc/loadavg: 6.06 6.23 5.58 6/267 167636
/proc/meminfo: memFree=77624028/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1516620 memory=1466616 CPUtime=1398.96 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) S 167503 167506 166602 0 -1 4194304 1866075 0 0 0 139357 539 0 0 20 0 1 0 237377988 1553018880 366654 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 379155 366654 3456 6655 0 369268 0
[pid=167636] ppid=167506 vsize=950356 memory=927080 CPUtime=35.92 cores=0,2
/proc/167636/stat : 167636 (Exact) R 167506 167636 167636 0 -1 4194304 135637 0 0 0 3560 32 0 0 20 0 1 0 237450614 973164544 231770 18446744073709551615 4198400 8335837 140736651715104 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19464192 140736651720889 140736651721243 140736651721243 140736651726799 0
/proc/167636/statm: 237589 231770 1088 1011 0 236356 0
Current children cumulated CPU time: 1434.88 s
Current children cumulated vsize: 2466976 KiB
Current children cumulated memory: 2393696 KiB

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

# cumulated CPU time of all completed processes:  user=1429.86 s, system=5.78419 s

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

[startup+762.4 s]
/proc/loadavg: 6.06 6.23 5.58 6/267 167636
/proc/meminfo: memFree=77624028/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1516620 memory=1466616 CPUtime=1398.96 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) S 167503 167506 166602 0 -1 4194304 1866075 0 0 0 139357 539 0 0 20 0 1 0 237377988 1553018880 366654 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 379155 366654 3456 6655 0 369268 0
[pid=167636] ppid=167506 vsize=950488 memory=927208 CPUtime=36.02 cores=0,2
/proc/167636/stat : 167636 (Exact) R 167506 167636 167636 0 -1 4194304 135669 0 0 0 3570 32 0 0 20 0 1 0 237450614 973299712 231802 18446744073709551615 4198400 8335837 140736651715104 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19464192 140736651720889 140736651721243 140736651721243 140736651726799 0
/proc/167636/statm: 237622 231802 1088 1011 0 236389 0
Current children cumulated CPU time: 1434.98 s
Current children cumulated vsize: 2467108 KiB
Current children cumulated memory: 2393824 KiB

[startup+762.8 s]
/proc/loadavg: 6.06 6.23 5.58 6/267 167636
/proc/meminfo: memFree=77624028/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1516620 memory=1466616 CPUtime=1398.96 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) S 167503 167506 166602 0 -1 4194304 1866075 0 0 0 139357 539 0 0 20 0 1 0 237377988 1553018880 366654 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 379155 366654 3456 6655 0 369268 0
[pid=167636] ppid=167506 vsize=681288 memory=668060 CPUtime=36.41 cores=0,2
/proc/167636/stat : 167636 (Exact) R 167506 167636 167636 0 -1 4194304 136817 0 0 0 3609 32 0 0 20 0 1 0 237450614 697638912 167015 18446744073709551615 4198400 8335837 140736651715104 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19464192 140736651720889 140736651721243 140736651721243 140736651726799 0
/proc/167636/statm: 170322 167015 1120 1011 0 169089 0
Current children cumulated CPU time: 1435.37 s
Current children cumulated vsize: 2197908 KiB
Current children cumulated memory: 2134676 KiB

[startup+763 s]*
/proc/loadavg: 6.06 6.23 5.58 6/266 167636
/proc/meminfo: memFree=78529816/131250000 swapFree=33008356/33010684
[pid=167506] ppid=167503 vsize=1491724 memory=1441664 CPUtime=1435.58 cores=0,2
/proc/167506/stat : 167506 (LSIPExact) R 167503 167506 166602 0 -1 4194304 1891242 136821 0 0 139364 540 3620 34 20 0 1 0 237377988 1527525376 360416 18446744073709551615 94386611662848 94386638920017 140724796295664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94386647422088 94386647853696 94386667900928 140724796299608 140724796299784 140724796299784 140724796305388 0
/proc/167506/statm: 372931 360416 3456 6655 0 363044 0
Current children cumulated CPU time: 1435.58 s
Current children cumulated vsize: 1491724 KiB
Current children cumulated memory: 1441664 KiB

Child status: 0

Real time (s): 763.056
CPU time (s): 1435.65
CPU user time (s): 1429.86
CPU system time (s): 5.78419
CPU usage (%): 188.144
Max. virtual memory (cumulated for all children) (KiB): 2467768
Max. memory (cumulated for all children) (KiB): 2396608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1429.86
system time used= 5.7842
maximum resident set size= 1958844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2031780
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= 419
involuntary context switches= 13223


# summary of solver processes directly reported to runsolver:
#   pid: 167506
#   total CPU time (s): 1435.65
#   total CPU user time (s): 1429.86
#   total CPU system time (s): 5.78419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54405 second user time and 3.60389 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 22:43:34
IDJOB=4542597
IDBENCH=163937
IDSOLVER=3384
FILE ID=nodeC014/4542597-1753217014
RUNJOBID= nodeC014-1753209940-166612
SLURM_JOB_ID= 9687781
Free space on /tmp= 432584 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542597-1753217014/watcher-4542597-1753217014 -o /tmp/evaluation-result-4542597-1753217014/solver-4542597-1753217014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166612 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542597-1753217014.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5315000b872825a9c3a3b6787ef04708
RANDOM SEED=235526823

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        105647224 kB
MemAvailable:   106383272 kB
Buffers:             696 kB
Cached:          1481468 kB
SwapCached:         1624 kB
Active:         24100824 kB
Inactive:         661460 kB
Active(anon):   23279036 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   635764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50116 kB
Writeback:             0 kB
AnonPages:      23274724 kB
Mapped:           146420 kB
Shmem:             24612 kB
KReclaimable:     235472 kB
Slab:             331744 kB
SReclaimable:     235472 kB
SUnreclaim:        96272 kB
KernelStack:        4304 kB
PageTables:        49640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   26848704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15196160 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432552 MiB
End job on nodeC014 at 2025-07-22 22:56:17