Trace number 4503700

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3602.38 2734.13

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (55127 MiB free)
  memory of node 1: 64507 MiB (61567 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=13501, runsolver pid=13498

[startup+0.100077 s]*
/proc/loadavg: 6.22 6.31 5.93 7/253 13502
/proc/meminfo: memFree=119419732/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=452048 memory=83756 CPUtime=0.09 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 14808 0 0 0 5 4 0 0 20 0 1 0 29743911 462897152 20939 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 113012 20939 1184 6655 0 103247 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 452048 KiB
Current children cumulated memory: 83756 KiB

[startup+0.217973 s]*
/proc/loadavg: 6.22 6.31 5.93 7/253 13502
/proc/meminfo: memFree=119334992/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=525176 memory=179480 CPUtime=0.2 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 33103 0 0 0 11 9 0 0 20 0 1 0 29743911 537780224 44870 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 131294 44870 1184 6655 0 121529 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 525176 KiB
Current children cumulated memory: 179480 KiB

[startup+0.313725 s]*
/proc/loadavg: 6.22 6.31 5.93 7/253 13502
/proc/meminfo: memFree=119173452/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=657836 memory=357144 CPUtime=0.29 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 66293 0 0 0 14 15 0 0 20 0 1 0 29743911 673624064 89286 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 164459 89286 1184 6655 0 154694 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 657836 KiB
Current children cumulated memory: 357144 KiB

[startup+0.700331 s]
/proc/loadavg: 6.28 6.33 5.94 7/253 13502
/proc/meminfo: memFree=118809164/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=1166432 memory=1035800 CPUtime=0.66 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 193520 0 0 0 28 38 0 0 20 0 1 0 29743911 1194426368 258918 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 291641 258950 1184 6655 0 281876 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1166432 KiB
Current children cumulated memory: 1035800 KiB

[startup+1.50033 s]
/proc/loadavg: 6.28 6.33 5.94 7/253 13502
/proc/meminfo: memFree=118112980/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=1435612 memory=1393048 CPUtime=1.46 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 261378 0 0 0 94 52 0 0 20 0 1 0 29743911 1470066688 348262 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 358903 348262 1184 6655 0 349138 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1435612 KiB
Current children cumulated memory: 1393048 KiB

[startup+3.11332 s]
/proc/loadavg: 6.28 6.33 5.94 7/253 13502
/proc/meminfo: memFree=117557820/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=2025652 memory=1987164 CPUtime=3.07 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 340982 0 0 0 231 76 0 0 20 0 1 0 29743911 2074267648 496791 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 506413 496791 1184 6655 0 496648 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2025652 KiB
Current children cumulated memory: 1987164 KiB

[startup+6.30032 s]
/proc/loadavg: 6.26 6.32 5.94 7/253 13502
/proc/meminfo: memFree=116690876/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=2944868 memory=2893788 CPUtime=6.24 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 567787 0 0 0 507 117 0 0 20 0 1 0 29743911 3015544832 723415 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 736217 723447 1184 6655 0 726452 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2944868 KiB
Current children cumulated memory: 2893788 KiB

[startup+12.7003 s]
/proc/loadavg: 6.24 6.31 5.94 7/253 13502
/proc/meminfo: memFree=115601012/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=4708508 memory=4651796 CPUtime=12.6 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 990332 0 0 0 1071 189 0 0 20 0 1 0 29743911 4821512192 1162949 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 1177160 1162949 1248 6655 0 1167395 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 4708508 KiB
Current children cumulated memory: 4651796 KiB

[startup+25.5004 s]
/proc/loadavg: 6.20 6.30 5.94 7/254 13503
/proc/meminfo: memFree=111445784/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8414172 memory=8101156 CPUtime=25.35 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1321589 0 0 0 2213 322 0 0 20 0 2 0 29743911 8616112128 2025289 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2103543 2025289 2720 6655 0 2077426 0
[pid=13501/tid=13503] ppid=13498 vsize=8414172 memory=8056116 CPUtime=0 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) S 13498 13501 11357 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29745705 8616112128 2025289 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 8414172 KiB
Current children cumulated memory: 8101156 KiB

[startup+51.1137 s]
/proc/loadavg: 6.18 6.29 5.95 7/254 13504
/proc/meminfo: memFree=111401292/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8449324 memory=8142696 CPUtime=50.87 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1364901 0 0 0 4731 356 0 0 20 0 2 0 29743911 8652107776 2035674 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2112331 2035674 2784 6655 0 2086214 0
[pid=13501/tid=13503] ppid=13498 vsize=8449324 memory=14848 CPUtime=0 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) S 13498 13501 11357 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29745705 8652107776 2035674 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 8449324 KiB
Current children cumulated memory: 8142696 KiB

[startup+102.3 s]
/proc/loadavg: 6.26 6.29 5.97 7/253 13552
/proc/meminfo: memFree=110689844/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=10823860 memory=10224864 CPUtime=101.9 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1452665 0 0 0 9760 430 0 0 20 0 2 0 29743911 11083632640 2556216 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2705965 2556216 2912 6655 0 2679848 0
[pid=13501/tid=13503] ppid=13498 vsize=10823860 memory=9528464 CPUtime=0 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) S 13498 13501 11357 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29745705 11083632640 2556216 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 10823860 KiB
Current children cumulated memory: 10224864 KiB

[startup+162.3 s]
/proc/loadavg: 6.70 6.41 6.03 8/254 13555
/proc/meminfo: memFree=110968764/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=10339676 memory=9881456 CPUtime=161.95 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1544256 0 0 0 15689 506 0 0 20 0 2 0 29743911 10587828224 2470364 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2584919 2470364 2912 6655 0 2569539 0
[pid=13501/tid=13503] ppid=13498 vsize=10339676 memory=9956968 CPUtime=0.44 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) S 13498 13501 11357 0 -1 4194368 8994 0 0 0 31 13 0 0 20 0 2 0 29745705 10587828224 2470364 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 161.95 s
Current children cumulated vsize: 10339676 KiB
Current children cumulated memory: 9881456 KiB

[startup+222.3 s]
/proc/loadavg: 7.28 6.61 6.13 9/254 13568
/proc/meminfo: memFree=106376024/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=17093404 memory=14281204 CPUtime=241.66 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1843205 0 0 0 23371 795 0 0 20 0 2 0 29743911 17503645696 3570301 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 4273351 3570301 3424 6655 0 4260889 0
[pid=13501/tid=13503] ppid=13498 vsize=17093404 memory=14848 CPUtime=20.85 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) R 13498 13501 11357 0 -1 4194368 148854 0 0 0 1992 93 0 0 20 0 2 0 29745705 17503645696 3570301 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 241.66 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14281204 KiB

[startup+282.3 s]
/proc/loadavg: 7.78 6.88 6.25 9/254 13570
/proc/meminfo: memFree=106413472/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=17093404 memory=14442996 CPUtime=360.9 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1843738 0 0 0 35290 800 0 0 20 0 2 0 29743911 17503645696 3610749 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 4273351 3610749 3424 6655 0 4260889 0
[pid=13501/tid=13503] ppid=13498 vsize=17093404 memory=14377460 CPUtime=80.24 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) R 13498 13501 11357 0 -1 4194368 149381 0 0 0 7926 98 0 0 20 0 2 0 29745705 17503645696 3610749 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 360.9 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14442996 KiB

[startup+342.3 s]
/proc/loadavg: 8.18 7.15 6.38 9/254 13572
/proc/meminfo: memFree=106233052/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=17093404 memory=14567924 CPUtime=480.16 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 1844719 0 0 0 47212 804 0 0 20 0 2 0 29743911 17503645696 3641981 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 4273351 3641981 3424 6655 0 4260889 0
[pid=13501/tid=13503] ppid=13498 vsize=17093404 memory=14377460 CPUtime=139.63 cores=5,7
/proc/13501/task/13503/stat : 13503 (LSIPExact) R 13498 13501 11357 0 -1 4194368 150343 0 0 0 13862 101 0 0 20 0 2 0 29745705 17503645696 3641981 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
Current children cumulated CPU time: 480.16 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14567924 KiB

[startup+402.3 s]
/proc/loadavg: 8.10 7.32 6.49 9/254 13574
/proc/meminfo: memFree=103537160/131382112 swapFree=33010684/33010684

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

/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 997446 0 0 0 115885 495 0 0 20 0 1 0 29853352 10405687296 2227581 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2540451 2227581 1120 1011 0 2539218 0
Current children cumulated CPU time: 3132.1 s
Current children cumulated vsize: 18771672 KiB
Current children cumulated memory: 17056728 KiB

[startup+2322.3 s]
/proc/loadavg: 6.15 5.29 5.21 7/257 13769
/proc/meminfo: memFree=111995716/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10177980 memory=8926604 CPUtime=1223.61 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1002270 0 0 0 121855 506 0 0 20 0 1 0 29853352 10422251520 2231651 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2544495 2231651 1120 1011 0 2543262 0
Current children cumulated CPU time: 3191.91 s
Current children cumulated vsize: 18787848 KiB
Current children cumulated memory: 17073008 KiB

[startup+2382.3 s]
/proc/loadavg: 6.11 5.44 5.27 7/256 13771
/proc/meminfo: memFree=111964568/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10177980 memory=8926732 CPUtime=1283.43 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1005011 0 0 0 127836 507 0 0 20 0 1 0 29853352 10422251520 2231683 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2544495 2231683 1120 1011 0 2543262 0
Current children cumulated CPU time: 3251.73 s
Current children cumulated vsize: 18787848 KiB
Current children cumulated memory: 17073136 KiB

[startup+2442.3 s]
/proc/loadavg: 6.12 5.56 5.32 7/256 13775
/proc/meminfo: memFree=111951320/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10177980 memory=8926732 CPUtime=1343.24 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1006118 0 0 0 133816 508 0 0 20 0 1 0 29853352 10422251520 2231683 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2544495 2231683 1120 1011 0 2543262 0
Current children cumulated CPU time: 3311.54 s
Current children cumulated vsize: 18787848 KiB
Current children cumulated memory: 17073136 KiB

[startup+2502.3 s]
/proc/loadavg: 6.10 5.66 5.37 7/256 13777
/proc/meminfo: memFree=111922468/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10184464 memory=8933360 CPUtime=1403.06 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1010801 0 0 0 139786 520 0 0 20 0 1 0 29853352 10428891136 2233340 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2546116 2233340 1120 1011 0 2544883 0
Current children cumulated CPU time: 3371.36 s
Current children cumulated vsize: 18794332 KiB
Current children cumulated memory: 17079764 KiB

[startup+2562.3 s]
/proc/loadavg: 6.08 5.74 5.42 7/256 13779
/proc/meminfo: memFree=111923392/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10184464 memory=8933360 CPUtime=1462.87 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1012552 0 0 0 145765 522 0 0 20 0 1 0 29853352 10428891136 2233340 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2546116 2233340 1120 1011 0 2544883 0
Current children cumulated CPU time: 3431.17 s
Current children cumulated vsize: 18794332 KiB
Current children cumulated memory: 17079764 KiB

[startup+2622.3 s]
/proc/loadavg: 6.12 5.82 5.47 7/254 13781
/proc/meminfo: memFree=111911556/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10195148 memory=8944292 CPUtime=1522.69 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1017722 0 0 0 151734 535 0 0 20 0 1 0 29853352 10439831552 2236073 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2548787 2236073 1120 1011 0 2547554 0
Current children cumulated CPU time: 3490.99 s
Current children cumulated vsize: 18805016 KiB
Current children cumulated memory: 17090696 KiB

[startup+2682.3 s]
/proc/loadavg: 6.38 5.95 5.54 7/255 13831
/proc/meminfo: memFree=112293460/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10195148 memory=8944420 CPUtime=1582.49 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1019247 0 0 0 157713 536 0 0 20 0 1 0 29853352 10439831552 2236105 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2548787 2236105 1120 1011 0 2547554 0
Current children cumulated CPU time: 3550.79 s
Current children cumulated vsize: 18805016 KiB
Current children cumulated memory: 17090824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2731.8 s]
/proc/loadavg: 6.78 6.12 5.62 8/256 13834
/proc/meminfo: memFree=112247844/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=1968.3 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) S 13498 13501 11357 0 -1 4194304 4130274 0 0 0 195067 1763 0 0 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
[pid=13609] ppid=13501 vsize=10195148 memory=8944420 CPUtime=1631.79 cores=5,7
/proc/13609/stat : 13609 (Exact) R 13501 13609 13609 0 -1 4194304 1020783 0 0 0 162642 537 0 0 20 0 1 0 29853352 10439831552 2236105 18446744073709551615 4198400 8335837 140731532612576 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35467264 140731532617915 140731532618269 140731532618269 140731532623823 0
/proc/13609/statm: 2548787 2236105 1120 1011 0 2547554 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 18805016 KiB
Current children cumulated memory: 17090824 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3578.54 s, system=23.8413 s

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

[startup+2732.8 s]
/proc/loadavg: 6.78 6.12 5.62 7/256 13835
/proc/meminfo: memFree=121207444/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8609868 memory=8146404 CPUtime=3601.03 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 4401599 1020924 0 0 195113 1795 162643 552 20 0 1 0 29743911 8816504832 2036601 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2152467 2036601 3552 6655 0 2127668 0
Current children cumulated CPU time: 3601.03 s
Current children cumulated vsize: 8609868 KiB
Current children cumulated memory: 8146404 KiB

[startup+2733.6 s]
/proc/loadavg: 6.78 6.12 5.62 8/255 13835
/proc/meminfo: memFree=121328760/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8479868 memory=8016412 CPUtime=3601.82 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 4416373 1020924 0 0 195190 1797 162643 552 20 0 1 0 29743911 8683384832 2004103 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2119967 2004103 3552 6655 0 2095168 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 8479868 KiB
Current children cumulated memory: 8016412 KiB

[startup+2733.8 s]
/proc/loadavg: 6.78 6.12 5.62 8/255 13835
/proc/meminfo: memFree=121328760/131382112 swapFree=33010684/33010684
[pid=13501] ppid=13498 vsize=8479868 memory=8016412 CPUtime=3602.02 cores=5,7
/proc/13501/stat : 13501 (LSIPExact) R 13498 13501 11357 0 -1 4194304 4418932 1020924 0 0 195209 1798 162643 552 20 0 1 0 29743911 8683384832 2004103 18446744073709551615 94595384180736 94595411437137 140725212053888 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94595419939976 94595420371584 94595442245632 140725212059994 140725212060170 140725212060170 140725212065772 0
/proc/13501/statm: 2119967 2004103 3552 6655 0 2095168 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 8479868 KiB
Current children cumulated memory: 8016412 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2734.13
CPU time (s): 3602.38
CPU user time (s): 3578.54
CPU system time (s): 23.8413
CPU usage (%): 131.756
Max. virtual memory (cumulated for all children) (KiB): 24198724
Max. memory (cumulated for all children) (KiB): 20533496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.54
system time used= 23.8413
maximum resident set size= 20549880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5439856
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= 646
involuntary context switches= 32195


# summary of solver processes directly reported to runsolver:
#   pid: 13501
#   total CPU time (s): 3602.38
#   total CPU user time (s): 3578.54
#   total CPU system time (s): 23.8413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6623 second user time and 23.8966 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 21:57:22
IDJOB=4503700
IDBENCH=155548
IDSOLVER=3337
FILE ID=nodeC012/4503700-1751140640
RUNJOBID= nodeC012-1751133631-11375
SLURM_JOB_ID= 9587412
Free space on /tmp= 432552 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503700-1751140640/watcher-4503700-1751140640 -o /tmp/evaluation-result-4503700-1751140640/solver-4503700-1751140640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11375 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503700-1751140640.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1408545748

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119496408 kB
MemAvailable:   119604416 kB
Buffers:            3280 kB
Cached:           920092 kB
SwapCached:            0 kB
Active:         10567268 kB
Inactive:         722096 kB
Active(anon):   10383952 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   722096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            309288 kB
Writeback:             4 kB
AnonPages:      10358720 kB
Mapped:           138620 kB
Shmem:             17960 kB
KReclaimable:      84060 kB
Slab:             162804 kB
SReclaimable:      84060 kB
SUnreclaim:        78744 kB
KernelStack:        4080 kB
PageTables:        23552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10939096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6012928 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432624 MiB
End job on nodeC012 at 2025-06-28 22:42:56