Trace number 4542168

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 S1? (TO) 3601.73 3598.68

General information on the benchmark

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

Solver Data

745.43/734.34	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
745.43/734.34	c numVar: 3121404
745.43/734.34	c numCon: 136276
745.43/734.34	c numEqual: 0
745.43/734.34	c intSize: 6
745.43/734.34	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
745.43/734.34	c ------------------- Paras list -------------------
745.43/734.34	c Name                	 Type      	 Now       	 Default   	 Comment
745.43/734.34	c timeout             	 double    	 3600.000000	 3600      	 
745.43/734.34	c mip_time            	 double    	 0.200000  	 0.5       	 
745.43/734.34	c ls_time             	 double    	 10.000000 	 10        	 
745.43/734.34	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
745.43/734.34	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
745.43/734.34	c random_seed         	 int       	 0         	 0         	 
745.43/734.34	c sample_size         	 int       	 50        	 50        	 
745.43/734.34	c sub_score           	 int       	 1         	 1         	 
745.43/734.34	c tabu_base           	 int       	 3         	 3         	 
745.43/734.34	c tabu_variation      	 int       	 1         	 1         	 
745.43/734.34	c sub_div             	 int       	 4         	 4         	 
745.43/734.34	c nbcore              	 int       	 2         	 1         	 
745.43/734.34	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
745.43/734.34	c print_sol           	 int       	 1         	 1         	 
745.43/734.34	c tmpdir              	 string		 .         	 "."       	 
745.43/734.34	c home                	 string		 HOME	 "."       	 
745.43/734.34	c benchname           	 string		 HOME/instance-4542168-1753214285.opb	 ""        	 
745.43/734.34	c --------------------------------------------------
745.43/734.34	c Local Search solver
745.43/734.34	c MIP solver
745.43/734.34	c use Exact solver
3600.08/3597.01	c receive signal 15, try to interrupt solver...
745.48/3597.41	c Exact solver (PID 176516) interrupted gracefully.
3601.64/3598.60	s UNKNOWN
3601.64/3598.60	c Total time: 3599

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100065 s]*
/proc/loadavg: 4.44 4.20 4.12 6/268 176424
/proc/meminfo: memFree=127393104/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=116812 memory=73916 CPUtime=0.09 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 15970 0 0 0 6 3 0 0 20 0 1 0 237106345 119615488 18479 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 29203 18479 1120 6655 0 19438 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 116812 KiB
Current children cumulated memory: 73916 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.44 4.20 4.12 6/268 176424
/proc/meminfo: memFree=127352532/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=160636 memory=117692 CPUtime=0.2 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 26928 0 0 0 15 5 0 0 20 0 1 0 237106345 164491264 29423 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 40159 29423 1120 6655 0 30394 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 160636 KiB
Current children cumulated memory: 117692 KiB

[startup+0.30565 s]*
/proc/loadavg: 4.44 4.20 4.12 6/268 176424
/proc/meminfo: memFree=127312212/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=201952 memory=159036 CPUtime=0.3 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 37266 0 0 0 23 7 0 0 20 0 1 0 237106345 206798848 39759 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 50488 39759 1120 6655 0 40723 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 201952 KiB
Current children cumulated memory: 159036 KiB

[startup+0.700177 s]
/proc/loadavg: 4.44 4.20 4.12 6/268 176424
/proc/meminfo: memFree=126814976/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=884612 memory=849876 CPUtime=0.69 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 85278 0 0 0 45 24 0 0 20 0 1 0 237106345 905842688 212469 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 221153 212469 1120 6655 0 211388 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 884612 KiB
Current children cumulated memory: 849876 KiB

[startup+1.50018 s]
/proc/loadavg: 4.49 4.21 4.12 6/268 176424
/proc/meminfo: memFree=126361864/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=1532672 memory=1497952 CPUtime=1.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 234004 0 0 0 103 45 0 0 20 0 1 0 237106345 1569456128 374488 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 383168 374488 1120 6655 0 373403 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1532672 KiB
Current children cumulated memory: 1497952 KiB

[startup+3.10588 s]
/proc/loadavg: 4.49 4.21 4.12 6/268 176424
/proc/meminfo: memFree=125393180/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=2115724 memory=2072684 CPUtime=3.08 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 364492 0 0 0 240 68 0 0 20 0 1 0 237106345 2166501376 518171 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 528931 518171 1120 6655 0 519166 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2115724 KiB
Current children cumulated memory: 2072684 KiB

[startup+6.30018 s]
/proc/loadavg: 4.53 4.22 4.13 6/268 176424
/proc/meminfo: memFree=125388500/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=2115724 memory=2072684 CPUtime=6.26 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 364984 0 0 0 557 69 0 0 20 0 1 0 237106345 2166501376 518171 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 528931 518171 1120 6655 0 519166 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2115724 KiB
Current children cumulated memory: 2072684 KiB

[startup+12.7002 s]
/proc/loadavg: 4.57 4.24 4.13 6/268 176424
/proc/meminfo: memFree=124362788/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=3703444 memory=3473020 CPUtime=12.64 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 480531 0 0 0 1154 110 0 0 20 0 2 0 237106345 3792326656 868255 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 925861 868255 2592 6655 0 899744 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3703444 KiB
Current children cumulated memory: 3473020 KiB

[startup+25.5002 s]
/proc/loadavg: 4.63 4.26 4.14 6/269 176425
/proc/meminfo: memFree=121493332/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=6935612 memory=5889516 CPUtime=25.42 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 579861 0 0 0 2352 190 0 0 20 0 2 0 237106345 7102066688 1472379 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1733903 1472379 2912 6655 0 1707786 0
[pid=176423/tid=176425] ppid=176420 vsize=6935612 memory=5668476 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7102066688 1472379 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 6935612 KiB
Current children cumulated memory: 5889516 KiB

[startup+51.1059 s]
/proc/loadavg: 4.86 4.35 4.18 6/270 176427
/proc/meminfo: memFree=121296264/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7279004 memory=6129356 CPUtime=50.97 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 665301 0 0 0 4850 247 0 0 20 0 2 0 237106345 7453700096 1532339 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1819751 1532339 2912 6655 0 1793634 0
[pid=176423/tid=176425] ppid=176420 vsize=7279004 memory=6129356 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7453700096 1532339 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 7279004 KiB
Current children cumulated memory: 6129356 KiB

[startup+102.3 s]
/proc/loadavg: 5.01 4.47 4.23 6/269 176428
/proc/meminfo: memFree=121257832/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7284680 memory=6135372 CPUtime=102.02 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 669886 0 0 0 9953 249 0 0 20 0 2 0 237106345 7459512320 1533843 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1821170 1533843 2912 6655 0 1795053 0
[pid=176423/tid=176425] ppid=176420 vsize=7284680 memory=14384 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7459512320 1533843 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 7284680 KiB
Current children cumulated memory: 6135372 KiB

[startup+162.3 s]
/proc/loadavg: 5.10 4.60 4.29 6/269 176430
/proc/meminfo: memFree=121268444/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7303028 memory=6153932 CPUtime=161.87 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 678847 0 0 0 15934 253 0 0 20 0 2 0 237106345 7478300672 1538483 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1825757 1538483 2912 6655 0 1799640 0
[pid=176423/tid=176425] ppid=176420 vsize=7303028 memory=14384 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7478300672 1538483 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 7303028 KiB
Current children cumulated memory: 6153932 KiB

[startup+222.3 s]
/proc/loadavg: 5.05 4.68 4.34 6/269 176443
/proc/meminfo: memFree=121265892/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7319264 memory=6170444 CPUtime=221.72 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 689131 0 0 0 21915 257 0 0 20 0 2 0 237106345 7494926336 1542611 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1829816 1542611 2912 6655 0 1803699 0
[pid=176423/tid=176425] ppid=176420 vsize=7319264 memory=10752 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7494926336 1542611 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 7319264 KiB
Current children cumulated memory: 6170444 KiB

[startup+282.3 s]
/proc/loadavg: 5.08 4.75 4.39 6/269 176445
/proc/meminfo: memFree=121195664/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7333916 memory=6185164 CPUtime=281.57 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 694326 0 0 0 27898 259 0 0 20 0 2 0 237106345 7509929984 1546291 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1833479 1546291 2912 6655 0 1807362 0
[pid=176423/tid=176425] ppid=176420 vsize=7333916 memory=6184396 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7509929984 1546291 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 7333916 KiB
Current children cumulated memory: 6185164 KiB

[startup+342.3 s]
/proc/loadavg: 4.51 4.66 4.37 5/269 176493
/proc/meminfo: memFree=119419080/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=7347116 memory=6198604 CPUtime=341.42 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 703699 0 0 0 33880 262 0 0 20 0 2 0 237106345 7523446784 1549651 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1836779 1549651 2912 6655 0 1810662 0
[pid=176423/tid=176425] ppid=176420 vsize=7347116 memory=6193612 CPUtime=0 cores=1,3
/proc/176423/task/176425/stat : 176425 (LSIPExact) S 176420 176423 176007 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237107572 7523446784 1549651 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 7347116 KiB
Current children cumulated memory: 6198604 KiB

[startup+402.3 s]
/proc/loadavg: 4.38 4.58 4.36 6/268 176495
/proc/meminfo: memFree=118747800/131249996 swapFree=33010416/33010684

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

/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21499108 memory=20840108 CPUtime=2421.1 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2778643 0 0 0 241054 1056 0 0 20 0 1 0 237179780 22015086592 5210027 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5374777 5210027 1088 1011 0 5373544 0
Current children cumulated CPU time: 3166.58 s
Current children cumulated vsize: 26890908 KiB
Current children cumulated memory: 25846084 KiB

[startup+3222.3 s]
/proc/loadavg: 6.93 5.96 5.37 8/267 176950
/proc/meminfo: memFree=83191832/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21543420 memory=20884368 CPUtime=2480.92 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2786366 0 0 0 247030 1062 0 0 20 0 1 0 237179780 22060462080 5221092 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5385855 5221092 1088 1011 0 5384622 0
Current children cumulated CPU time: 3226.4 s
Current children cumulated vsize: 26935220 KiB
Current children cumulated memory: 25890344 KiB

[startup+3282.3 s]
/proc/loadavg: 6.62 6.07 5.45 7/267 176953
/proc/meminfo: memFree=73993152/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21570116 memory=20911064 CPUtime=2540.74 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2793175 0 0 0 253006 1068 0 0 20 0 1 0 237179780 22087798784 5227766 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5392529 5227766 1088 1011 0 5391296 0
Current children cumulated CPU time: 3286.22 s
Current children cumulated vsize: 26961916 KiB
Current children cumulated memory: 25917040 KiB

[startup+3342.3 s]
/proc/loadavg: 6.23 6.06 5.48 7/267 177000
/proc/meminfo: memFree=69303368/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21594996 memory=20935944 CPUtime=2600.57 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2800338 0 0 0 258983 1074 0 0 20 0 1 0 237179780 22113275904 5233986 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5398749 5233986 1088 1011 0 5397516 0
Current children cumulated CPU time: 3346.05 s
Current children cumulated vsize: 26986796 KiB
Current children cumulated memory: 25941920 KiB

[startup+3402.3 s]
/proc/loadavg: 6.13 6.06 5.52 7/268 177003
/proc/meminfo: memFree=69009484/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21630620 memory=20971568 CPUtime=2660.39 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2807315 0 0 0 264959 1080 0 0 20 0 1 0 237179780 22149754880 5242892 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5407655 5242892 1088 1011 0 5406422 0
Current children cumulated CPU time: 3405.87 s
Current children cumulated vsize: 27022420 KiB
Current children cumulated memory: 25977544 KiB

[startup+3462.3 s]
/proc/loadavg: 6.15 6.08 5.57 7/268 177005
/proc/meminfo: memFree=67269604/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21676756 memory=21017624 CPUtime=2720.23 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2815854 0 0 0 270936 1087 0 0 20 0 1 0 237179780 22196998144 5254406 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5419189 5254406 1088 1011 0 5417956 0
Current children cumulated CPU time: 3465.71 s
Current children cumulated vsize: 27068556 KiB
Current children cumulated memory: 26023600 KiB

[startup+3522.3 s]
/proc/loadavg: 6.06 6.06 5.60 7/268 177007
/proc/meminfo: memFree=67067368/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5005976 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1251494 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1251494 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21691112 memory=21032060 CPUtime=2780.08 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2821503 0 0 0 276915 1093 0 0 20 0 1 0 237179780 22211698688 5258015 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5422778 5258015 1088 1011 0 5421545 0
Current children cumulated CPU time: 3525.56 s
Current children cumulated vsize: 27082912 KiB
Current children cumulated memory: 26038036 KiB

[startup+3582.3 s]
/proc/loadavg: 5.92 6.03 5.62 7/268 177055
/proc/meminfo: memFree=66845236/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5008024 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1252006 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1252006 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21727248 memory=21068196 CPUtime=2839.92 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2829152 0 0 0 282893 1099 0 0 20 0 1 0 237179780 22248701952 5267049 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5431812 5267049 1088 1011 0 5430579 0
Current children cumulated CPU time: 3585.4 s
Current children cumulated vsize: 27119048 KiB
Current children cumulated memory: 26076220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597 s]*
/proc/loadavg: 5.93 6.03 5.63 7/268 177055
/proc/meminfo: memFree=66788388/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5391800 memory=5008024 CPUtime=745.48 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) S 176420 176423 176007 0 -1 4194304 1037607 0 0 0 74180 368 0 0 20 0 1 0 237106345 5521203200 1252006 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1347950 1252006 3296 6655 0 1337043 0
[pid=176516] ppid=176423 vsize=21727248 memory=21068196 CPUtime=2854.6 cores=1,3
/proc/176516/stat : 176516 (Exact) R 176423 176516 176516 0 -1 4194304 2830989 0 0 0 284360 1100 0 0 20 0 1 0 237179780 22248701952 5267049 18446744073709551615 4198400 8335837 140723871241856 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24788992 140723871246521 140723871246875 140723871246875 140723871252431 0
/proc/176516/statm: 5431812 5267049 1088 1011 0 5430579 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 27119048 KiB
Current children cumulated memory: 26076220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.43 s, system=15.3032 s

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

[startup+3597.6 s]
/proc/loadavg: 5.93 6.03 5.63 7/268 177055
/proc/meminfo: memFree=66788388/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=5343024 memory=4959252 CPUtime=3600.64 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 1164594 2831134 0 0 74192 374 284361 1137 20 0 1 0 237106345 5471256576 1239813 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1335756 1239813 3296 6655 0 1324849 0
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 5343024 KiB
Current children cumulated memory: 4959252 KiB

[startup+3598.4 s]
/proc/loadavg: 5.93 6.03 5.63 7/267 177056
/proc/meminfo: memFree=88209592/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=4798132 memory=4422552 CPUtime=3601.44 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 1348559 2831134 0 0 74263 383 284361 1137 20 0 1 0 237106345 4913287168 1105638 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1199533 1105638 3296 6655 0 1188626 0
Current children cumulated CPU time: 3601.44 s
Current children cumulated vsize: 4798132 KiB
Current children cumulated memory: 4422552 KiB

[startup+3598.6 s]
/proc/loadavg: 5.93 6.03 5.63 7/267 177056
/proc/meminfo: memFree=88209592/131249996 swapFree=33010416/33010684
[pid=176423] ppid=176420 vsize=4785936 memory=4410356 CPUtime=3601.64 cores=1,3
/proc/176423/stat : 176423 (LSIPExact) R 176420 176423 176007 0 -1 4194304 1391694 2831134 0 0 74281 385 284361 1137 20 0 1 0 237106345 4900798464 1102589 18446744073709551615 94522663174144 94522690431313 140726503767232 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94522698933384 94522699364992 94522712551424 140726503774552 140726503774728 140726503774728 140726503780332 0
/proc/176423/statm: 1196484 1102589 3296 6655 0 1185577 0
Current children cumulated CPU time: 3601.64 s
Current children cumulated vsize: 4785936 KiB
Current children cumulated memory: 4410356 KiB

Child status: 0

Real time (s): 3598.68
CPU time (s): 3601.73
CPU user time (s): 3586.43
CPU system time (s): 15.3032
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 28542248
Max. memory (cumulated for all children) (KiB): 27415452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.43
system time used= 15.3032
maximum resident set size= 22491396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4223951
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= 386
involuntary context switches= 2788


# summary of solver processes directly reported to runsolver:
#   pid: 176423
#   total CPU time (s): 3601.73
#   total CPU user time (s): 3586.43
#   total CPU system time (s): 15.3032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26447 second user time and 16.9956 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 21:58:06
IDJOB=4542168
IDBENCH=163903
IDSOLVER=3384
FILE ID=nodeC022/4542168-1753214285
RUNJOBID= nodeC022-1753211081-176019
SLURM_JOB_ID= 9687788
Free space on /tmp= 432604 MiB

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

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=25908354

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127465760 kB
MemAvailable:   128849460 kB
Buffers:            2128 kB
Cached:          2133848 kB
SwapCached:           32 kB
Active:          1970436 kB
Inactive:         992092 kB
Active(anon):     850648 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   989968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121052 kB
Writeback:             0 kB
AnonPages:        830064 kB
Mapped:           154824 kB
Shmem:             26220 kB
KReclaimable:     225968 kB
Slab:             322448 kB
SReclaimable:     225968 kB
SUnreclaim:        96480 kB
KernelStack:        4352 kB
PageTables:         4960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1260212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432460 MiB
End job on nodeC022 at 2025-07-22 22:58:05