Trace number 4542571

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 1432.93 763.536

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

1396.01/726.58	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1396.01/726.58	c numVar: 227556
1396.01/726.58	c numCon: 20632
1396.01/726.58	c numEqual: 0
1396.01/726.58	c intSize: 6
1396.01/726.58	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1396.01/726.58	c ------------------- Paras list -------------------
1396.01/726.58	c Name                	 Type      	 Now       	 Default   	 Comment
1396.01/726.58	c timeout             	 double    	 3600.000000	 3600      	 
1396.01/726.58	c mip_time            	 double    	 0.200000  	 0.5       	 
1396.01/726.58	c ls_time             	 double    	 10.000000 	 10        	 
1396.01/726.58	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1396.01/726.58	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1396.01/726.58	c random_seed         	 int       	 0         	 0         	 
1396.01/726.58	c sample_size         	 int       	 50        	 50        	 
1396.01/726.58	c sub_score           	 int       	 1         	 1         	 
1396.01/726.58	c tabu_base           	 int       	 3         	 3         	 
1396.01/726.58	c tabu_variation      	 int       	 1         	 1         	 
1396.01/726.58	c sub_div             	 int       	 4         	 4         	 
1396.01/726.58	c nbcore              	 int       	 2         	 1         	 
1396.01/726.58	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1396.01/726.58	c print_sol           	 int       	 1         	 1         	 
1396.01/726.58	c tmpdir              	 string		 .         	 "."       	 
1396.01/726.58	c home                	 string		 HOME	 "."       	 
1396.01/726.58	c benchname           	 string		 HOME/instance-4542571-1753221101.opb	 ""        	 
1396.01/726.58	c --------------------------------------------------
1396.01/726.58	c Local Search solver
1396.01/726.58	c MIP solver
1396.01/726.58	c use Exact solver
1432.66/763.39	c Exact infeasible
1432.78/763.49	s UNSATISFIABLE
1432.78/763.49	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: 63665 MiB (58575 MiB free)
  memory of node 1: 64507 MiB (53076 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542571-1753221101/watcher-4542571-1753221101 -o /tmp/evaluation-result-4542571-1753221101/solver-4542571-1753221101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166585 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542571-1753221101.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=166694, runsolver pid=166691

[startup+0.100065 s]*
/proc/loadavg: 3.48 2.61 3.31 5/266 166695
/proc/meminfo: memFree=114230388/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=136972 memory=102248 CPUtime=0.09 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 17943 0 0 0 6 3 0 0 20 0 1 0 237788990 140259328 25562 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 34243 25562 1152 6655 0 24478 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 136972 KiB
Current children cumulated memory: 102248 KiB

[startup+0.206143 s]*
/proc/loadavg: 3.48 2.61 3.31 5/266 166695
/proc/meminfo: memFree=114166128/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=0.2 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32523 0 0 0 15 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+0.306074 s]*
/proc/loadavg: 3.48 2.61 3.31 5/266 166695
/proc/meminfo: memFree=114166128/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=0.3 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32523 0 0 0 25 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+0.700185 s]
/proc/loadavg: 3.48 2.61 3.31 5/266 166695
/proc/meminfo: memFree=114166128/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=0.68 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32523 0 0 0 63 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+1.50018 s]
/proc/loadavg: 3.52 2.63 3.32 5/266 166695
/proc/meminfo: memFree=114166144/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=1.48 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32523 0 0 0 143 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+3.10601 s]
/proc/loadavg: 3.52 2.63 3.32 5/266 166695
/proc/meminfo: memFree=114158592/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=3.08 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32536 0 0 0 303 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+6.30016 s]
/proc/loadavg: 3.56 2.66 3.32 5/266 166695
/proc/meminfo: memFree=114159096/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=195680 memory=160616 CPUtime=6.26 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 32549 0 0 0 621 5 0 0 20 0 1 0 237788990 200376320 40154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 48920 40154 1152 6655 0 39155 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 195680 KiB
Current children cumulated memory: 160616 KiB

[startup+12.7002 s]
/proc/loadavg: 3.60 2.68 3.33 5/267 166696
/proc/meminfo: memFree=113869532/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=556332 memory=402560 CPUtime=12.64 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 100979 0 0 0 1246 18 0 0 20 0 2 0 237788990 569683968 100640 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 139083 100640 2848 6655 0 112966 0
[pid=166694/tid=166696] ppid=166691 vsize=556332 memory=402560 CPUtime=0 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) S 166691 166694 166575 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 237790010 569683968 100640 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 556332 KiB
Current children cumulated memory: 402560 KiB

[startup+25.5002 s]
/proc/loadavg: 3.73 2.74 3.34 6/267 166696
/proc/meminfo: memFree=113388316/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1141676 memory=943052 CPUtime=28.58 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 260879 0 0 0 2815 43 0 0 20 0 2 0 237788990 1169076224 235763 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 285419 235763 3392 6655 0 274678 0
[pid=166694/tid=166696] ppid=166691 vsize=1141676 memory=919696 CPUtime=3.78 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 39416 0 0 0 372 6 0 0 20 0 2 0 237790010 1169076224 235763 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 28.58 s
Current children cumulated vsize: 1141676 KiB
Current children cumulated memory: 943052 KiB

[startup+51.1061 s]
/proc/loadavg: 4.23 2.96 3.39 6/267 166697
/proc/meminfo: memFree=113242956/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1230388 memory=1048616 CPUtime=79.38 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 360576 0 0 0 7880 58 0 0 20 0 2 0 237788990 1259917312 262154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 307597 262154 3424 6655 0 296856 0
[pid=166694/tid=166696] ppid=166691 vsize=1230388 memory=1048232 CPUtime=29.08 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 72767 0 0 0 2899 9 0 0 20 0 2 0 237790010 1259917312 262154 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 79.38 s
Current children cumulated vsize: 1230388 KiB
Current children cumulated memory: 1048616 KiB

[startup+102.3 s]
/proc/loadavg: 4.71 3.29 3.48 6/267 166698
/proc/meminfo: memFree=112889036/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1567332 memory=1386404 CPUtime=180.93 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 456860 0 0 0 18018 75 0 0 20 0 2 0 237788990 1604947968 346601 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 391833 346601 3456 6655 0 381092 0
[pid=166694/tid=166696] ppid=166691 vsize=1567332 memory=1346596 CPUtime=79.66 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 105514 0 0 0 7954 12 0 0 20 0 2 0 237790010 1604947968 346601 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 180.93 s
Current children cumulated vsize: 1567332 KiB
Current children cumulated memory: 1386404 KiB

[startup+162.3 s]
/proc/loadavg: 4.99 3.63 3.59 6/268 166701
/proc/meminfo: memFree=112339560/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2002940 memory=1899984 CPUtime=299.9 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 629492 0 0 0 29887 103 0 0 20 0 2 0 237788990 2051010560 474996 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 500735 474996 3456 6655 0 489159 0
[pid=166694/tid=166696] ppid=166691 vsize=2002940 memory=1836408 CPUtime=138.88 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 190298 0 0 0 13863 25 0 0 20 0 2 0 237790010 2051010560 474996 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 299.9 s
Current children cumulated vsize: 2002940 KiB
Current children cumulated memory: 1899984 KiB

[startup+222.3 s]
/proc/loadavg: 5.00 3.89 3.68 6/269 166710
/proc/meminfo: memFree=112306440/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2002940 memory=1907152 CPUtime=418.98 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 715104 0 0 0 41788 110 0 0 20 0 2 0 237788990 2051010560 476788 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 500735 476788 3456 6655 0 490698 0
[pid=166694/tid=166696] ppid=166691 vsize=2002940 memory=1907024 CPUtime=198.2 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 224949 0 0 0 19792 28 0 0 20 0 2 0 237790010 2051010560 476788 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 418.98 s
Current children cumulated vsize: 2002940 KiB
Current children cumulated memory: 1907152 KiB

[startup+282.3 s]
/proc/loadavg: 5.11 4.12 3.78 6/268 166712
/proc/meminfo: memFree=112263704/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2002940 memory=1910608 CPUtime=538.07 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 739879 0 0 0 53694 113 0 0 20 0 2 0 237788990 2051010560 477652 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 500735 477652 3456 6655 0 490719 0
[pid=166694/tid=166696] ppid=166691 vsize=2002940 memory=1907152 CPUtime=257.54 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 246372 0 0 0 25723 31 0 0 20 0 2 0 237790010 2051010560 477652 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 538.07 s
Current children cumulated vsize: 2002940 KiB
Current children cumulated memory: 1910608 KiB

[startup+342.3 s]
/proc/loadavg: 5.40 4.38 3.89 7/268 166714
/proc/meminfo: memFree=109461560/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1384116 memory=1324304 CPUtime=645.9 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 884327 0 0 0 64466 124 0 0 20 0 2 0 237788990 1417334784 331076 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 346029 331076 3456 6655 0 336013 0
[pid=166694/tid=166696] ppid=166691 vsize=1384116 memory=14444 CPUtime=307.04 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 272850 0 0 0 30671 33 0 0 20 0 2 0 237790010 1417334784 331076 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 645.9 s
Current children cumulated vsize: 1384116 KiB
Current children cumulated memory: 1324304 KiB

[startup+402.3 s]
/proc/loadavg: 5.83 4.69 4.03 7/268 166716
/proc/meminfo: memFree=109087392/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1748208 memory=1592504 CPUtime=764.85 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1128197 0 0 0 76281 204 0 0 20 0 2 0 237788990 1790164992 398126 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 437052 398126 3456 6655 0 427036 0
[pid=166694/tid=166696] ppid=166691 vsize=1748208 memory=1540944 CPUtime=366.28 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 303322 0 0 0 36593 35 0 0 20 0 2 0 237790010 1790164992 398126 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 764.85 s
Current children cumulated vsize: 1748208 KiB
Current children cumulated memory: 1592504 KiB

[startup+462.3 s]
/proc/loadavg: 6.00 4.95 4.16 7/267 166718
/proc/meminfo: memFree=108671724/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1412020 memory=1351172 CPUtime=883.68 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1319045 0 0 0 88095 273 0 0 20 0 2 0 237788990 1445908480 337793 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 353005 337793 3456 6655 0 342989 0
[pid=166694/tid=166696] ppid=166691 vsize=1412020 memory=14444 CPUtime=425.45 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 335445 0 0 0 42506 39 0 0 20 0 2 0 237790010 1445908480 337793 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 883.68 s
Current children cumulated vsize: 1412020 KiB
Current children cumulated memory: 1351172 KiB

[startup+522.3 s]
/proc/loadavg: 6.38 5.24 4.31 8/266 166720
/proc/meminfo: memFree=103303720/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2006964 memory=1946252 CPUtime=1002.56 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1465103 0 0 0 99942 314 0 0 20 0 2 0 237788990 2055131136 486563 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 501741 486563 3456 6655 0 491725 0
[pid=166694/tid=166696] ppid=166691 vsize=2006964 memory=1946252 CPUtime=484.64 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 362290 0 0 0 48423 41 0 0 20 0 2 0 237790010 2055131136 486563 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 1002.56 s
Current children cumulated vsize: 2006964 KiB
Current children cumulated memory: 1946252 KiB

[startup+582.3 s]
/proc/loadavg: 6.89 5.59 4.49 8/270 166751
/proc/meminfo: memFree=103563072/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2006964 memory=1948044 CPUtime=1119.66 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1565873 0 0 0 111643 323 0 0 20 0 2 0 237788990 2055131136 487011 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 501741 487011 3456 6655 0 491725 0
[pid=166694/tid=166696] ppid=166691 vsize=2006964 memory=1946252 CPUtime=542.32 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 424832 0 0 0 54184 48 0 0 20 0 2 0 237790010 2055131136 487011 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 1119.66 s
Current children cumulated vsize: 2006964 KiB
Current children cumulated memory: 1948044 KiB

[startup+642.3 s]
/proc/loadavg: 6.96 5.85 4.65 8/271 166754
/proc/meminfo: memFree=102916668/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=2006964 memory=1955768 CPUtime=1238.59 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1592733 0 0 0 123533 326 0 0 20 0 2 0 237788990 2055131136 488942 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 501741 488942 3456 6655 0 491725 0
[pid=166694/tid=166696] ppid=166691 vsize=2006964 memory=1946252 CPUtime=601.53 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 429652 0 0 0 60105 48 0 0 20 0 2 0 237790010 2055131136 488942 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 1238.59 s
Current children cumulated vsize: 2006964 KiB
Current children cumulated memory: 1955768 KiB

[startup+702.3 s]
/proc/loadavg: 6.06 5.84 4.73 6/271 166759
/proc/meminfo: memFree=77488396/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1653240 memory=1602268 CPUtime=1347.99 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1720988 0 0 0 134464 335 0 0 20 0 2 0 237788990 1692917760 400567 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 413310 400567 3456 6655 0 403294 0
[pid=166694/tid=166696] ppid=166691 vsize=1653240 memory=1946252 CPUtime=653.4 cores=0,2
/proc/166694/task/166696/stat : 166696 (LSIPExact) R 166691 166694 166575 0 -1 4194368 459226 0 0 0 65289 51 0 0 20 0 2 0 237790010 1692917760 400567 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
Current children cumulated CPU time: 1347.99 s
Current children cumulated vsize: 1653240 KiB
Current children cumulated memory: 1602268 KiB

[startup+762.3 s]
/proc/loadavg: 5.04 5.60 4.72 5/271 166762
/proc/meminfo: memFree=66084448/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1630480 memory=1568380 CPUtime=1396.08 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) S 166691 166694 166575 0 -1 4194304 1786939 0 0 0 139263 345 0 0 20 0 1 0 237788990 1669611520 392095 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 407620 392095 3488 6655 0 397610 0
[pid=166762] ppid=166694 vsize=950224 memory=927908 CPUtime=35.59 cores=0,2
/proc/166762/stat : 166762 (Exact) R 166694 166762 166762 0 -1 4194304 137333 0 0 0 3528 31 0 0 20 0 1 0 237861648 973029376 231977 18446744073709551615 4198400 8335837 140724144832512 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28012544 140724144838841 140724144839195 140724144839195 140724144844751 0
/proc/166762/statm: 237556 231977 1088 1011 0 236323 0
Current children cumulated CPU time: 1431.67 s
Current children cumulated vsize: 2580704 KiB
Current children cumulated memory: 2496288 KiB

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

# cumulated CPU time of all completed processes:  user=1429.07 s, system=3.85241 s

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

[startup+762.4 s]
/proc/loadavg: 5.04 5.60 4.72 5/271 166762
/proc/meminfo: memFree=66084448/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1630480 memory=1568380 CPUtime=1396.08 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) S 166691 166694 166575 0 -1 4194304 1786939 0 0 0 139263 345 0 0 20 0 1 0 237788990 1669611520 392095 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 407620 392095 3488 6655 0 397610 0
[pid=166762] ppid=166694 vsize=950224 memory=927908 CPUtime=35.69 cores=0,2
/proc/166762/stat : 166762 (Exact) R 166694 166762 166762 0 -1 4194304 137333 0 0 0 3538 31 0 0 20 0 1 0 237861648 973029376 231977 18446744073709551615 4198400 8335837 140724144832512 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28012544 140724144838841 140724144839195 140724144839195 140724144844751 0
/proc/166762/statm: 237556 231977 1088 1011 0 236323 0
Current children cumulated CPU time: 1431.77 s
Current children cumulated vsize: 2580704 KiB
Current children cumulated memory: 2496288 KiB

[startup+763.2 s]
/proc/loadavg: 5.04 5.60 4.72 5/271 166762
/proc/meminfo: memFree=66085244/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1630480 memory=1568380 CPUtime=1396.08 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) S 166691 166694 166575 0 -1 4194304 1786939 0 0 0 139263 345 0 0 20 0 1 0 237788990 1669611520 392095 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 407620 392095 3488 6655 0 397610 0
[pid=166762] ppid=166694 vsize=727908 memory=714568 CPUtime=36.49 cores=0,2
/proc/166762/stat : 166762 (Exact) R 166694 166762 166762 0 -1 4194304 138544 0 0 0 3618 31 0 0 20 0 1 0 237861648 745377792 178642 18446744073709551615 4198400 8335837 140724144832512 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28012544 140724144838841 140724144839195 140724144839195 140724144844751 0
/proc/166762/statm: 181977 178642 1120 1011 0 180744 0
Current children cumulated CPU time: 1432.57 s
Current children cumulated vsize: 2358388 KiB
Current children cumulated memory: 2282948 KiB

[startup+763.408 s]
/proc/loadavg: 5.04 5.60 4.72 5/271 166762
/proc/meminfo: memFree=66085244/131249988 swapFree=33010160/33010684
[pid=166694] ppid=166691 vsize=1630480 memory=1568380 CPUtime=1432.78 cores=0,2
/proc/166694/stat : 166694 (LSIPExact) R 166691 166694 166575 0 -1 4194304 1798435 138567 0 0 139264 346 3635 33 20 0 1 0 237788990 1669611520 392095 18446744073709551615 93858767482880 93858794739281 140729598242624 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93858803242120 93858803673728 93858823122944 140729598249304 140729598249480 140729598249480 140729598255084 0
/proc/166694/statm: 407620 392095 3488 6655 0 397610 0
Current children cumulated CPU time: 1432.78 s
Current children cumulated vsize: 1630480 KiB
Current children cumulated memory: 1568380 KiB

[startup+763.5 s]*
/proc/loadavg: 5.04 5.60 4.72 6/270 166762
/proc/meminfo: memFree=67280304/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 763.536
CPU time (s): 1432.93
CPU user time (s): 1429.07
CPU system time (s): 3.85241
CPU usage (%): 187.67
Max. virtual memory (cumulated for all children) (KiB): 2581364
Max. memory (cumulated for all children) (KiB): 2496928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1429.07
system time used= 3.85241
maximum resident set size= 2024172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1953880
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= 377
involuntary context switches= 12997


# summary of solver processes directly reported to runsolver:
#   pid: 166694
#   total CPU time (s): 1432.93
#   total CPU user time (s): 1429.07
#   total CPU system time (s): 3.85241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.61052 second user time and 3.78961 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 23:51:41
IDJOB=4542571
IDBENCH=163937
IDSOLVER=3336
FILE ID=nodeC034/4542571-1753221101
RUNJOBID= nodeC034-1753221043-166585
SLURM_JOB_ID= 9687808
Free space on /tmp= 432732 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-4542571-1753221101/watcher-4542571-1753221101 -o /tmp/evaluation-result-4542571-1753221101/solver-4542571-1753221101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166585 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542571-1753221101.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 5315000b872825a9c3a3b6787ef04708
RANDOM SEED=1240392458

nodeC034 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		: 3574.198
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	: 6999.53
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		: 3599.890
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	: 6999.53
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		: 3599.947
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	: 6999.53
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		: 3600.229
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	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        114332388 kB
MemAvailable:   115339296 kB
Buffers:            2128 kB
Cached:          1745856 kB
SwapCached:           32 kB
Active:         15464280 kB
Inactive:         625216 kB
Active(anon):   14365624 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   623064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50112 kB
Writeback:             0 kB
AnonPages:      14339648 kB
Mapped:           138360 kB
Shmem:             26264 kB
KReclaimable:     248452 kB
Slab:             346704 kB
SReclaimable:     248452 kB
SUnreclaim:        98252 kB
KernelStack:        4288 kB
PageTables:        31820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   17121004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9101312 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC034 at 2025-07-23 00:04:25