Trace number 4542454

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 2248.51 1894.94

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height44_pigeons43_holes42.opb
MD5SUM67ed6d0a845cd2604ef9c9dd089eeee0
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 benchmark908.84
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1871280
Total number of constraints93919
Number of constraints which are clauses47477
Number of constraints which are cardinality constraints (but not clauses)42437
Number of constraints which are nor clauses,nor cardinality constraints4005
Minimum length of a constraint42
Maximum length of a constraint47
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 50
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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=166625, runsolver pid=166622

[startup+0.100061 s]*
/proc/loadavg: 1.23 2.14 3.21 5/256 166631
/proc/meminfo: memFree=128539632/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=111392 memory=68568 CPUtime=0.09 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 15650 0 0 0 7 2 0 0 20 0 1 0 237783228 114065408 17142 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 27848 17142 1152 6655 0 18083 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111392 KiB
Current children cumulated memory: 68568 KiB

[startup+0.205736 s]*
/proc/loadavg: 1.23 2.14 3.21 5/259 166641
/proc/meminfo: memFree=128447372/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=159836 memory=117080 CPUtime=0.2 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 27755 0 0 0 16 4 0 0 20 0 1 0 237783228 163672064 29270 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 39959 29270 1152 6655 0 30194 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 159836 KiB
Current children cumulated memory: 117080 KiB

[startup+0.305577 s]*
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=128106568/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=475172 memory=374628 CPUtime=0.3 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 35420 0 0 0 20 10 0 0 20 0 1 0 237783228 486576128 93657 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 118793 93657 1152 6655 0 109028 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 475172 KiB
Current children cumulated memory: 374628 KiB

[startup+0.700167 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=127461300/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=781896 memory=747236 CPUtime=0.68 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 112244 0 0 0 48 20 0 0 20 0 1 0 237783228 800661504 186809 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 195474 186809 1152 6655 0 185709 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 781896 KiB
Current children cumulated memory: 747236 KiB

[startup+1.50017 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=125843912/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=1301496 memory=1264712 CPUtime=1.48 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 225246 0 0 0 110 38 0 0 20 0 1 0 237783228 1332731904 316178 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 325374 316178 1152 6655 0 315609 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1301496 KiB
Current children cumulated memory: 1264712 KiB

[startup+3.10625 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=123826672/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=1301496 memory=1264712 CPUtime=3.08 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 225416 0 0 0 270 38 0 0 20 0 1 0 237783228 1332731904 316178 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 325374 316178 1152 6655 0 315609 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1301496 KiB
Current children cumulated memory: 1264712 KiB

[startup+6.30018 s]
/proc/loadavg: 1.45 2.17 3.22 5/263 166645
/proc/meminfo: memFree=123827380/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=1301496 memory=1264712 CPUtime=6.27 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 225586 0 0 0 588 39 0 0 20 0 1 0 237783228 1332731904 316178 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 325374 316178 1152 6655 0 315609 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1301496 KiB
Current children cumulated memory: 1264712 KiB

[startup+12.7002 s]
/proc/loadavg: 1.65 2.20 3.22 6/266 166648
/proc/meminfo: memFree=120824716/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=2515432 memory=2294092 CPUtime=12.65 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 310577 0 0 0 1196 69 0 0 20 0 2 0 237783228 2575802368 573523 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 628858 573523 2720 6655 0 602741 0
[pid=166625/tid=166647] ppid=166622 vsize=2515432 memory=1357888 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 2575802368 573523 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2515432 KiB
Current children cumulated memory: 2294092 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 2.34 3.25 6/267 166649
/proc/meminfo: memFree=114872544/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=3845464 memory=3310600 CPUtime=25.42 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 432823 0 0 0 2410 132 0 0 20 0 2 0 237783228 3937755136 827650 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 961366 827650 2912 6655 0 935249 0
[pid=166625/tid=166647] ppid=166622 vsize=3845464 memory=3373732 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 3937755136 827650 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3845464 KiB
Current children cumulated memory: 3310600 KiB

[startup+51.1059 s]
/proc/loadavg: 3.35 2.57 3.30 6/267 166650
/proc/meminfo: memFree=114256484/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4440084 memory=3770396 CPUtime=50.93 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 453612 0 0 0 4948 145 0 0 20 0 2 0 237783228 4546646016 942599 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1110021 942599 2912 6655 0 1083904 0
[pid=166625/tid=166647] ppid=166622 vsize=4440084 memory=3768860 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4546646016 942599 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4440084 KiB
Current children cumulated memory: 3770396 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 2.89 3.37 6/267 166697
/proc/meminfo: memFree=113249508/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4460676 memory=3791260 CPUtime=101.95 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 463439 0 0 0 10046 149 0 0 20 0 2 0 237783228 4567732224 947815 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1115169 947815 2912 6655 0 1089052 0
[pid=166625/tid=166647] ppid=166622 vsize=4460676 memory=27648 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4567732224 947815 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 4460676 KiB
Current children cumulated memory: 3791260 KiB

[startup+162.3 s]
/proc/loadavg: 4.71 3.29 3.48 6/267 166698
/proc/meminfo: memFree=112578376/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4476384 memory=3809252 CPUtime=161.72 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 472508 0 0 0 16020 152 0 0 20 0 2 0 237783228 4583817216 952313 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1119096 952313 2912 6655 0 1092979 0
[pid=166625/tid=166647] ppid=166622 vsize=4476384 memory=3802212 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4583817216 952313 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 4476384 KiB
Current children cumulated memory: 3809252 KiB

[startup+222.3 s]
/proc/loadavg: 4.99 3.63 3.59 6/268 166701
/proc/meminfo: memFree=112339560/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4490112 memory=3822948 CPUtime=221.52 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 481496 0 0 0 21997 155 0 0 20 0 2 0 237783228 4597874688 955737 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1122528 955737 2912 6655 0 1096411 0
[pid=166625/tid=166647] ppid=166622 vsize=4490112 memory=3817060 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4597874688 955737 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 4490112 KiB
Current children cumulated memory: 3822948 KiB

[startup+282.3 s]
/proc/loadavg: 5.00 3.89 3.68 6/269 166710
/proc/meminfo: memFree=112306440/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4501992 memory=3834852 CPUtime=281.3 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 488241 0 0 0 27973 157 0 0 20 0 2 0 237783228 4610039808 958713 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1125498 958713 2912 6655 0 1099381 0
[pid=166625/tid=166647] ppid=166622 vsize=4501992 memory=3834340 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4610039808 958713 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 4501992 KiB
Current children cumulated memory: 3834852 KiB

[startup+342.3 s]
/proc/loadavg: 5.11 4.12 3.78 6/268 166712
/proc/meminfo: memFree=112263956/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=4512552 memory=3845604 CPUtime=341.1 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 497433 0 0 0 33950 160 0 0 20 0 2 0 237783228 4620853248 961401 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1128138 961401 2912 6655 0 1102021 0
[pid=166625/tid=166647] ppid=166622 vsize=4512552 memory=3844068 CPUtime=0 cores=4,6
/proc/166625/task/166647/stat : 166647 (LSIPExact) S 166622 166625 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784367 4620853248 961401 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 4512552 KiB
Current children cumulated memory: 3845604 KiB

[startup+402.3 s]

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

/proc/166757/statm: 2945686 2784558 1120 1011 0 2944453 0
Current children cumulated CPU time: 2076.4 s
Current children cumulated vsize: 18563880 KiB
Current children cumulated memory: 17290620 KiB

[startup+1782.3 s]
/proc/loadavg: 5.19 5.12 4.93 6/268 167406
/proc/meminfo: memFree=66449056/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6152388 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1538097 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1538097 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11801852 memory=11179868 CPUtime=1050.99 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1473957 0 0 0 104618 481 0 0 20 0 1 0 237856031 12085096448 2794967 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2950463 2794967 1120 1011 0 2949230 0
Current children cumulated CPU time: 2136.21 s
Current children cumulated vsize: 18582988 KiB
Current children cumulated memory: 17332256 KiB

[startup+1842.3 s]
/proc/loadavg: 5.18 5.13 4.94 6/267 167408
/proc/meminfo: memFree=66228624/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6153028 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1538257 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1538257 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11849152 memory=11288608 CPUtime=1110.8 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1477900 0 0 0 110594 486 0 0 20 0 1 0 237856031 12133531648 2822152 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2962288 2822152 1120 1011 0 2961055 0
Current children cumulated CPU time: 2196.02 s
Current children cumulated vsize: 18630288 KiB
Current children cumulated memory: 17441636 KiB

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

# cumulated CPU time of all completed processes:  user=2238 s, system=10.5059 s

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

[startup+1843.2 s]
/proc/loadavg: 5.18 5.13 4.94 6/267 167408
/proc/meminfo: memFree=66224780/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6153028 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1538257 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1538257 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11849152 memory=11288608 CPUtime=1111.69 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1477995 0 0 0 110683 486 0 0 20 0 1 0 237856031 12133531648 2822152 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2962288 2822152 1120 1011 0 2961055 0
Current children cumulated CPU time: 2196.91 s
Current children cumulated vsize: 18630288 KiB
Current children cumulated memory: 17441636 KiB

[startup+1868.8 s]
/proc/loadavg: 5.12 5.11 4.95 6/267 167408
/proc/meminfo: memFree=66114316/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6153028 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1538257 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1538257 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11930108 memory=11379860 CPUtime=1137.21 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1480138 0 0 0 113231 490 0 0 20 0 1 0 237856031 12216430592 2844965 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2982527 2844965 1120 1011 0 2981294 0
Current children cumulated CPU time: 2222.43 s
Current children cumulated vsize: 18711244 KiB
Current children cumulated memory: 17532888 KiB

[startup+1881.6 s]
/proc/loadavg: 5.09 5.11 4.95 6/267 167409
/proc/meminfo: memFree=66075460/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6158788 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1539697 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1539697 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11864568 memory=11314212 CPUtime=1149.97 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1483430 0 0 0 114486 511 0 0 20 0 1 0 237856031 12149317632 2828553 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2966142 2828553 1120 1011 0 2964909 0
Current children cumulated CPU time: 2235.19 s
Current children cumulated vsize: 18645704 KiB
Current children cumulated memory: 17473000 KiB

[startup+1888 s]*
/proc/loadavg: 5.17 5.12 4.95 6/267 167410
/proc/meminfo: memFree=66067276/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6159812 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1539953 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1539953 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=11864568 memory=11314212 CPUtime=1156.36 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1483762 0 0 0 115125 511 0 0 20 0 1 0 237856031 12149317632 2828553 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2966142 2828553 1120 1011 0 2964909 0
Current children cumulated CPU time: 2241.58 s
Current children cumulated vsize: 18645704 KiB
Current children cumulated memory: 17474024 KiB

[startup+1891.2 s]
/proc/loadavg: 5.15 5.12 4.95 6/267 167410
/proc/meminfo: memFree=69157576/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6159812 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1539953 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1539953 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=8421696 memory=8236932 CPUtime=1159.54 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1484440 0 0 0 115442 512 0 0 20 0 1 0 237856031 8623816704 2059233 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 2105424 2059233 1120 1011 0 2104191 0
Current children cumulated CPU time: 2244.76 s
Current children cumulated vsize: 15202832 KiB
Current children cumulated memory: 14396744 KiB

[startup+1892.8 s]
/proc/loadavg: 5.15 5.12 4.95 6/267 167410
/proc/meminfo: memFree=69937864/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6159812 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1539953 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1539953 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=7628932 memory=7444168 CPUtime=1161.14 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1484873 0 0 0 115601 513 0 0 20 0 1 0 237856031 7812026368 1861042 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 1907233 1861042 1120 1011 0 1906000 0
Current children cumulated CPU time: 2246.36 s
Current children cumulated vsize: 14410068 KiB
Current children cumulated memory: 13603980 KiB

[startup+1893.6 s]
/proc/loadavg: 5.15 5.12 4.95 6/267 167410
/proc/meminfo: memFree=69917384/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6781136 memory=6159812 CPUtime=1085.22 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) S 166622 166625 166575 0 -1 4194304 1503810 0 0 0 108024 498 0 0 20 0 1 0 237783228 6943883264 1539953 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1695284 1539953 3552 6655 0 1643182 0
[pid=166757] ppid=166625 vsize=7628932 memory=7444168 CPUtime=1161.93 cores=4,6
/proc/166757/stat : 166757 (Exact) R 166625 166757 166757 0 -1 4194304 1484881 0 0 0 115680 513 0 0 20 0 1 0 237856031 7812026368 1861042 18446744073709551615 4198400 8335837 140729157768688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14766080 140729157777593 140729157777947 140729157777947 140729157783503 0
/proc/166757/statm: 1907233 1861042 1120 1011 0 1906000 0
Current children cumulated CPU time: 2247.15 s
Current children cumulated vsize: 14410068 KiB
Current children cumulated memory: 13603980 KiB

[startup+1894.4 s]
/proc/loadavg: 5.14 5.12 4.95 6/267 167410
/proc/meminfo: memFree=73323048/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6591080 memory=5969752 CPUtime=2247.94 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 1611585 1485004 0 0 108047 504 115711 532 20 0 1 0 237783228 6749265920 1492438 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1647770 1492438 3552 6655 0 1595668 0
Current children cumulated CPU time: 2247.94 s
Current children cumulated vsize: 6591080 KiB
Current children cumulated memory: 5969752 KiB

[startup+1894.8 s]
/proc/loadavg: 5.14 5.12 4.95 6/267 167410
/proc/meminfo: memFree=73323048/131249988 swapFree=33010160/33010684
[pid=166625] ppid=166622 vsize=6428496 memory=5809104 CPUtime=2248.35 cores=4,6
/proc/166625/stat : 166625 (LSIPExact) R 166622 166625 166575 0 -1 4194304 1692620 1485004 0 0 108084 508 115711 532 20 0 1 0 237783228 6582779904 1452276 18446744073709551615 94220835000320 94220862256721 140722277133536 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94220870759560 94220871191168 94220897763328 140722277136728 140722277136904 140722277136904 140722277142508 0
/proc/166625/statm: 1607124 1452276 3552 6655 0 1555022 0
Current children cumulated CPU time: 2248.35 s
Current children cumulated vsize: 6428496 KiB
Current children cumulated memory: 5809104 KiB

[startup+1894.9 s]*
/proc/loadavg: 5.14 5.12 4.95 6/266 167410
/proc/meminfo: memFree=78592340/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): 1894.94
CPU time (s): 2248.51
CPU user time (s): 2238
CPU system time (s): 10.5059
CPU usage (%): 118.658
Max. virtual memory (cumulated for all children) (KiB): 19477200
Max. memory (cumulated for all children) (KiB): 18298788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2238
system time used= 10.5059
maximum resident set size= 12145760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3208671
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= 312
involuntary context switches= 9028


# summary of solver processes directly reported to runsolver:
#   pid: 166625
#   total CPU time (s): 2248.51
#   total CPU user time (s): 2238
#   total CPU system time (s): 10.5059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.27887 second user time and 9.83527 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 23:50:44
IDJOB=4542454
IDBENCH=163928
IDSOLVER=3336
FILE ID=nodeC034/4542454-1753221043
RUNJOBID= nodeC034-1753221043-166586
SLURM_JOB_ID= 9687808
Free space on /tmp= 432824 MiB

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

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

MD5SUM BENCH= 67ed6d0a845cd2604ef9c9dd089eeee0
RANDOM SEED=385677235

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		: 3599.937
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.624
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.792
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		: 3599.749
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.757
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		: 3600.170
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		: 3599.634
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		: 3599.797
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:        128676552 kB
MemAvailable:   129588124 kB
Buffers:            2128 kB
Cached:          1650520 kB
SwapCached:           32 kB
Active:          1212784 kB
Inactive:         529896 kB
Active(anon):     114144 kB
Inactive(anon):     2152 kB
Active(file):    1098640 kB
Inactive(file):   527744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            264760 kB
Writeback:             0 kB
AnonPages:         93124 kB
Mapped:           111700 kB
Shmem:             26264 kB
KReclaimable:     248452 kB
Slab:             346628 kB
SReclaimable:     248452 kB
SUnreclaim:        98176 kB
KernelStack:        4020 kB
PageTables:         2740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     384300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 432692 MiB
End job on nodeC034 at 2025-07-23 00:22:19