Trace number 4527557

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.17 1861.85

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.G.recomb10-0.01-3.opb
MD5SUMf70baaa733a2b1f4b72e17201e681e78
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15414
Best CPU time to get the best result obtained on this benchmark3.72895
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80211
Total number of constraints664914
Number of constraints which are clauses664914
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/1859.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.01/1859.80	c numVar: 80211
3600.01/1859.80	c numCon: 664914
3600.01/1859.80	c numEqual: 0
3600.01/1859.80	c intSize: 22
3600.01/1859.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.01/1859.80	c ------------------- Paras list -------------------
3600.01/1859.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.01/1859.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.01/1859.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.01/1859.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.01/1859.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.01/1859.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.01/1859.80	c random_seed         	 int       	 0         	 0         	 
3600.01/1859.80	c sample_size         	 int       	 50        	 50        	 
3600.01/1859.80	c sub_score           	 int       	 1         	 1         	 
3600.01/1859.80	c tabu_base           	 int       	 3         	 3         	 
3600.01/1859.80	c tabu_variation      	 int       	 1         	 1         	 
3600.01/1859.80	c sub_div             	 int       	 4         	 4         	 
3600.01/1859.80	c nbcore              	 int       	 2         	 1         	 
3600.01/1859.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.01/1859.80	c print_sol           	 int       	 1         	 1         	 
3600.01/1859.80	c tmpdir              	 string		 .         	 "."       	 
3600.01/1859.80	c home                	 string		 HOME	 "."       	 
3600.01/1859.80	c benchname           	 string		 HOME/instance-4527557-1752234059.opb	 ""        	 
3600.01/1859.80	c --------------------------------------------------
3600.01/1859.80	c Local Search solver
3600.01/1859.80	c LS find feasible solution for PBO with objective value 349016
3600.01/1859.80	c MIP solver
3600.01/1859.80	c receive signal 15, try to interrupt solver...
3600.22/1859.97	c MIP solver find feasible solution
3600.37/1860.02	c MIP solver objective value: 15415
3600.46/1860.14	c MIP find feasible solution for PBO with objective value 15415
3600.46/1860.14	c copy file: 0
3600.46/1860.14	c gen ub file: HOME/instance-4527557-1752234059.opb_ub.opb
3600.46/1860.14	c use Exact solver

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

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

solver pid=108401, runsolver pid=108398

[startup+0.100067 s]*
/proc/loadavg: 6.88 7.77 6.95 7/267 108402
/proc/meminfo: memFree=123490944/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=214712 memory=171772 CPUtime=0.08 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 32238 0 0 0 4 4 0 0 20 0 1 0 139085806 219865088 42943 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 53678 42943 1152 6655 0 43913 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 214712 KiB
Current children cumulated memory: 171772 KiB

[startup+0.205692 s]*
/proc/loadavg: 6.81 7.74 6.94 7/267 108402
/proc/meminfo: memFree=123364604/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=254920 memory=220176 CPUtime=0.19 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 37715 0 0 0 13 6 0 0 20 0 1 0 139085806 261038080 55044 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 63730 55044 1152 6655 0 53965 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 254920 KiB
Current children cumulated memory: 220176 KiB

[startup+0.305684 s]*
/proc/loadavg: 6.81 7.74 6.94 7/267 108402
/proc/meminfo: memFree=123324284/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=291792 memory=257040 CPUtime=0.29 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 46932 0 0 0 22 7 0 0 20 0 1 0 139085806 298795008 64260 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 72948 64260 1152 6655 0 63183 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 291792 KiB
Current children cumulated memory: 257040 KiB

[startup+0.700196 s]
/proc/loadavg: 6.81 7.74 6.94 7/267 108402
/proc/meminfo: memFree=123109368/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=390124 memory=353948 CPUtime=0.68 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 70633 0 0 0 58 10 0 0 20 0 1 0 139085806 399486976 88487 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 97531 88487 1152 6655 0 87766 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 390124 KiB
Current children cumulated memory: 353948 KiB

[startup+1.50021 s]
/proc/loadavg: 6.81 7.74 6.94 7/267 108402
/proc/meminfo: memFree=122688160/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=443652 memory=407324 CPUtime=1.48 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 83978 0 0 0 135 13 0 0 20 0 1 0 139085806 454299648 101831 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 110913 101831 1152 6655 0 101148 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 443652 KiB
Current children cumulated memory: 407324 KiB

[startup+3.10536 s]
/proc/loadavg: 6.81 7.74 6.94 7/267 108402
/proc/meminfo: memFree=122522616/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=443652 memory=407324 CPUtime=3.08 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 84011 0 0 0 295 13 0 0 20 0 1 0 139085806 454299648 101831 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 110913 101831 1152 6655 0 101148 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 443652 KiB
Current children cumulated memory: 407324 KiB

[startup+6.30019 s]
/proc/loadavg: 6.83 7.73 6.94 8/267 108402
/proc/meminfo: memFree=122372396/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=443652 memory=407324 CPUtime=6.26 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 84075 0 0 0 613 13 0 0 20 0 1 0 139085806 454299648 101831 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 110913 101831 1152 6655 0 101148 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 443652 KiB
Current children cumulated memory: 407324 KiB

[startup+12.7002 s]
/proc/loadavg: 6.76 7.70 6.94 7/268 108403
/proc/meminfo: memFree=121865416/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1047972 memory=937716 CPUtime=12.64 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 156169 0 0 0 1234 30 0 0 20 0 2 0 139085806 1073123328 234429 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 261993 234429 2784 6655 0 235876 0
[pid=108401/tid=108403] ppid=108398 vsize=1047972 memory=936692 CPUtime=0 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) S 108398 108401 108004 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139086896 1073123328 234429 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1047972 KiB
Current children cumulated memory: 937716 KiB

[startup+25.5002 s]
/proc/loadavg: 6.49 7.61 6.91 6/267 108448
/proc/meminfo: memFree=121257816/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1368288 memory=1307104 CPUtime=26.33 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 244052 0 0 0 2588 45 0 0 20 0 2 0 139085806 1401126912 326776 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 342072 326776 3360 6655 0 330904 0
[pid=108401/tid=108403] ppid=108398 vsize=1368288 memory=1307104 CPUtime=1.04 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) S 108398 108401 108004 0 -1 4194368 30525 0 0 0 98 6 0 0 20 0 2 0 139086896 1401126912 326776 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 26.33 s
Current children cumulated vsize: 1368288 KiB
Current children cumulated memory: 1307104 KiB

[startup+51.1056 s]
/proc/loadavg: 6.58 7.52 6.91 9/267 108450
/proc/meminfo: memFree=120983936/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1505708 memory=1427932 CPUtime=73.68 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 365719 0 0 0 7301 67 0 0 20 0 2 0 139085806 1541844992 356983 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 376427 356983 3424 6655 0 362273 0
[pid=108401/tid=108403] ppid=108398 vsize=1505708 memory=145352 CPUtime=22.88 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 70848 0 0 0 2275 13 0 0 20 0 2 0 139086896 1541844992 356983 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 73.68 s
Current children cumulated vsize: 1505708 KiB
Current children cumulated memory: 1427932 KiB

[startup+102.3 s]
/proc/loadavg: 6.88 7.46 6.92 9/267 108451
/proc/meminfo: memFree=120917680/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1599036 memory=1505920 CPUtime=174.46 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 452720 0 0 0 17370 76 0 0 20 0 2 0 139085806 1637412864 376480 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 399759 376480 3424 6655 0 384068 0
[pid=108401/tid=108403] ppid=108398 vsize=1599036 memory=1505920 CPUtime=72.69 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 112328 0 0 0 7252 17 0 0 20 0 2 0 139086896 1637412864 376480 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 174.46 s
Current children cumulated vsize: 1599036 KiB
Current children cumulated memory: 1505920 KiB

[startup+162.3 s]
/proc/loadavg: 7.13 7.41 6.93 10/267 108453
/proc/meminfo: memFree=119425580/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1599036 memory=1518904 CPUtime=293.45 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 481664 0 0 0 29266 79 0 0 20 0 2 0 139085806 1637412864 379726 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 399759 379726 3424 6655 0 384068 0
[pid=108401/tid=108403] ppid=108398 vsize=1599036 memory=1518904 CPUtime=131.95 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 120258 0 0 0 13177 18 0 0 20 0 2 0 139086896 1637412864 379726 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 293.45 s
Current children cumulated vsize: 1599036 KiB
Current children cumulated memory: 1518904 KiB

[startup+222.3 s]
/proc/loadavg: 7.72 7.53 7.01 10/267 108456
/proc/meminfo: memFree=119303252/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1610424 memory=1545144 CPUtime=412.3 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 542861 0 0 0 41144 86 0 0 20 0 2 0 139085806 1649074176 386286 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 402606 386286 3424 6655 0 386915 0
[pid=108401/tid=108403] ppid=108398 vsize=1610424 memory=3328 CPUtime=191.14 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 148658 0 0 0 19093 21 0 0 20 0 2 0 139086896 1649074176 386286 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 412.3 s
Current children cumulated vsize: 1610424 KiB
Current children cumulated memory: 1545144 KiB

[startup+282.3 s]
/proc/loadavg: 7.95 7.63 7.08 10/266 108458
/proc/meminfo: memFree=119291672/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1615032 memory=1563548 CPUtime=531.14 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 562033 0 0 0 53025 89 0 0 20 0 2 0 139085806 1653792768 390887 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 403758 390887 3424 6655 0 391889 0
[pid=108401/tid=108403] ppid=108398 vsize=1615032 memory=14720 CPUtime=250.33 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 160036 0 0 0 25009 24 0 0 20 0 2 0 139086896 1653792768 390887 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 531.14 s
Current children cumulated vsize: 1615032 KiB
Current children cumulated memory: 1563548 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 7.72 7.14 10/267 108461
/proc/meminfo: memFree=119492416/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=1615032 memory=1565596 CPUtime=649.96 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 586327 0 0 0 64903 93 0 0 20 0 2 0 139085806 1653792768 391399 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 403758 391399 3424 6655 0 391890 0
[pid=108401/tid=108403] ppid=108398 vsize=1615032 memory=1563804 CPUtime=309.5 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 169764 0 0 0 30923 27 0 0 20 0 2 0 139086896 1653792768 391399 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 649.96 s
Current children cumulated vsize: 1615032 KiB
Current children cumulated memory: 1565596 KiB


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

/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1278963 0 0 0 272878 238 0 0 20 0 2 0 139085806 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590009 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=2360036 CPUtime=1332.45 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 506182 0 0 0 133112 133 0 0 20 0 2 0 139086896 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 2731.16 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360036 KiB

[startup+1482.3 s]
/proc/loadavg: 5.15 5.66 6.42 7/266 108527
/proc/meminfo: memFree=117796224/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360036 CPUtime=2850.3 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1294515 0 0 0 284790 240 0 0 20 0 2 0 139085806 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590009 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=2360036 CPUtime=1392.25 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 510736 0 0 0 139092 133 0 0 20 0 2 0 139086896 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 2850.3 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360036 KiB

[startup+1542.3 s]
/proc/loadavg: 5.10 5.55 6.33 7/266 108529
/proc/meminfo: memFree=117762120/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360036 CPUtime=2969.41 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1325564 0 0 0 296699 242 0 0 20 0 2 0 139085806 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590009 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=20352 CPUtime=1452.03 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 531021 0 0 0 145069 134 0 0 20 0 2 0 139086896 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 2969.41 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360036 KiB

[startup+1602.3 s]
/proc/loadavg: 5.14 5.48 6.26 7/266 108531
/proc/meminfo: memFree=117746440/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360036 CPUtime=3088.55 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1342689 0 0 0 308611 244 0 0 20 0 2 0 139085806 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590009 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=2360036 CPUtime=1511.83 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 541060 0 0 0 151047 136 0 0 20 0 2 0 139086896 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3088.55 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360036 KiB

[startup+1662.3 s]
/proc/loadavg: 5.10 5.41 6.18 7/267 108534
/proc/meminfo: memFree=117744484/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360036 CPUtime=3207.72 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1371858 0 0 0 320525 247 0 0 20 0 2 0 139085806 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590009 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=370640 CPUtime=1571.64 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 551599 0 0 0 157027 137 0 0 20 0 2 0 139086896 2463723520 590009 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3207.72 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360036 KiB

[startup+1722.3 s]
/proc/loadavg: 5.08 5.34 6.11 7/268 108537
/proc/meminfo: memFree=117731716/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360548 CPUtime=3326.89 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1395462 0 0 0 332440 249 0 0 20 0 2 0 139085806 2463723520 590137 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590137 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=2360548 CPUtime=1631.44 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 561395 0 0 0 163006 138 0 0 20 0 2 0 139086896 2463723520 590137 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3326.89 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360548 KiB

[startup+1782.3 s]
/proc/loadavg: 5.12 5.31 6.05 7/268 108539
/proc/meminfo: memFree=117722200/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2360548 CPUtime=3446.08 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1426343 0 0 0 344355 253 0 0 20 0 2 0 139085806 2463723520 590137 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590137 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=2360548 CPUtime=1691.26 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 580681 0 0 0 168986 140 0 0 20 0 2 0 139086896 2463723520 590137 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3446.08 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2360548 KiB

[startup+1842.3 s]
/proc/loadavg: 5.09 5.27 5.98 7/268 108547
/proc/meminfo: memFree=117720576/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2361060 CPUtime=3565.23 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1432893 0 0 0 356270 253 0 0 20 0 2 0 139085806 2463723520 590265 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590265 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=14720 CPUtime=1751.06 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 580736 0 0 0 174966 140 0 0 20 0 2 0 139086896 2463723520 590265 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3565.23 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2361060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1859.8 s]
/proc/loadavg: 5.14 5.27 5.97 7/268 108547
/proc/meminfo: memFree=117717876/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2405980 memory=2361060 CPUtime=3600.01 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) R 108398 108401 108004 0 -1 4194304 1441434 0 0 0 359747 254 0 0 20 0 2 0 139085806 2463723520 590265 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 601495 590265 3424 6655 0 589896 0
[pid=108401/tid=108403] ppid=108398 vsize=2405980 memory=10880 CPUtime=1768.51 cores=5,7
/proc/108401/task/108403/stat : 108403 (LSIPExact) R 108398 108401 108004 0 -1 4194368 580763 0 0 0 176711 140 0 0 20 0 2 0 139086896 2463723520 590265 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2405980 KiB
Current children cumulated memory: 2361060 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.46 s, system=2.71619 s

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

[startup+1860.8 s]
/proc/loadavg: 5.14 5.27 5.97 6/267 108547
/proc/meminfo: memFree=117717120/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2108284 memory=2009172 CPUtime=3600.48 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) S 108398 108401 108004 0 -1 4194304 1529243 229 0 0 359789 259 0 0 20 0 1 0 139085806 2158882816 502293 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 527071 502293 3456 6655 0 515679 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 2108284 KiB
Current children cumulated memory: 2009172 KiB

[startup+1861.6 s]
/proc/loadavg: 5.05 5.25 5.96 6/268 108549
/proc/meminfo: memFree=117927276/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2108284 memory=2009172 CPUtime=3600.48 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) S 108398 108401 108004 0 -1 4194304 1529243 229 0 0 359789 259 0 0 20 0 1 0 139085806 2158882816 502293 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 527071 502293 3456 6655 0 515679 0
[pid=108549] ppid=108401 vsize=197752 memory=191092 CPUtime=1.43 cores=5,7
/proc/108549/stat : 108549 (Exact) R 108401 108549 108549 0 -1 4194304 31440 0 0 0 137 6 0 0 20 0 1 0 139271820 202498048 47773 18446744073709551615 4198400 8335837 140736076991200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33603584 140736076994738 140736076995099 140736076995099 140736077000655 0
/proc/108549/statm: 49438 47773 960 1011 0 48205 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 2306036 KiB
Current children cumulated memory: 2200264 KiB

[startup+1861.8 s]
/proc/loadavg: 5.05 5.25 5.96 6/268 108549
/proc/meminfo: memFree=117927276/131250000 swapFree=33010416/33010684
[pid=108401] ppid=108398 vsize=2108284 memory=2009172 CPUtime=3600.48 cores=5,7
/proc/108401/stat : 108401 (LSIPExact) S 108398 108401 108004 0 -1 4194304 1529243 229 0 0 359789 259 0 0 20 0 1 0 139085806 2158882816 502293 18446744073709551615 94427126087680 94427153344849 140725128295152 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94427161846920 94427162278528 94427182436352 140725128300888 140725128301064 140725128301064 140725128306668 0
/proc/108401/statm: 527071 502293 3456 6655 0 515679 0
[pid=108549] ppid=108401 vsize=249848 memory=230516 CPUtime=1.63 cores=5,7
/proc/108549/stat : 108549 (Exact) R 108401 108549 108549 0 -1 4194304 37065 0 0 0 156 7 0 0 20 0 1 0 139271820 255844352 57629 18446744073709551615 4198400 8335837 140736076991200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33603584 140736076994738 140736076995099 140736076995099 140736077000655 0
/proc/108549/statm: 62462 57629 960 1011 0 61229 0
Current children cumulated CPU time: 3602.11 s
Current children cumulated vsize: 2358132 KiB
Current children cumulated memory: 2239688 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1861.85
CPU time (s): 3602.17
CPU user time (s): 3599.46
CPU system time (s): 2.71619
CPU usage (%): 193.472
Max. virtual memory (cumulated for all children) (KiB): 2507748
Max. memory (cumulated for all children) (KiB): 2410248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 2.71619
maximum resident set size= 2411784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1566538
page faults= 0
swaps= 0
block input operations= 41112
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 69224


# summary of solver processes directly reported to runsolver:
#   pid: 108401
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3599.46
#   total CPU system time (s): 2.71619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59641 second user time and 7.20043 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 13:40:59
IDJOB=4527557
IDBENCH=158225
IDSOLVER=3384
FILE ID=nodeC027/4527557-1752234059
RUNJOBID= nodeC027-1752232205-108024
SLURM_JOB_ID= 9682538
Free space on /tmp= 430952 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.G.recomb10-0.01-3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527557-1752234059/watcher-4527557-1752234059 -o /tmp/evaluation-result-4527557-1752234059/solver-4527557-1752234059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752232205-108024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527557-1752234059.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f70baaa733a2b1f4b72e17201e681e78
RANDOM SEED=291300059

nodeC027 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.634
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.29
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.675
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123746620 kB
MemAvailable:   125711620 kB
Buffers:            2488 kB
Cached:          2757892 kB
SwapCached:           12 kB
Active:          4614592 kB
Inactive:        2197392 kB
Active(anon):    4066868 kB
Inactive(anon):     2792 kB
Active(file):     547724 kB
Inactive(file):  2194600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            186764 kB
Writeback:             0 kB
AnonPages:       4051748 kB
Mapped:           137964 kB
Shmem:             18056 kB
KReclaimable:     123432 kB
Slab:             215280 kB
SReclaimable:     123432 kB
SUnreclaim:        91848 kB
KernelStack:        4304 kB
PageTables:        11220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4726260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1775616 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430908 MiB
End job on nodeC027 at 2025-07-11 14:12:01