Trace number 4527556

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.15 1848.45

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.E.recomb10-0.20-11.opb
MD5SUM551838940c89f9d2ab4aca2b8dd410a0
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 benchmark9588
Best CPU time to get the best result obtained on this benchmark5.26833
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73150
Total number of constraints857825
Number of constraints which are clauses857825
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 constraint340
Number of terms in the objective function 5840
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 1875840
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1875840
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1846.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1846.40	c numVar: 73150
3600.00/1846.40	c numCon: 857825
3600.00/1846.40	c numEqual: 0
3600.00/1846.40	c intSize: 21
3600.00/1846.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1846.40	c ------------------- Paras list -------------------
3600.00/1846.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1846.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1846.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1846.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1846.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1846.40	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1846.40	c random_seed         	 int       	 0         	 0         	 
3600.00/1846.40	c sample_size         	 int       	 50        	 50        	 
3600.00/1846.40	c sub_score           	 int       	 1         	 1         	 
3600.00/1846.40	c tabu_base           	 int       	 3         	 3         	 
3600.00/1846.40	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1846.40	c sub_div             	 int       	 4         	 4         	 
3600.00/1846.40	c nbcore              	 int       	 2         	 1         	 
3600.00/1846.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1846.40	c print_sol           	 int       	 1         	 1         	 
3600.00/1846.40	c tmpdir              	 string		 .         	 "."       	 
3600.00/1846.40	c home                	 string		 HOME	 "."       	 
3600.00/1846.40	c benchname           	 string		 HOME/instance-4527556-1752234054.opb	 ""        	 
3600.00/1846.40	c --------------------------------------------------
3600.00/1846.40	c Local Search solver
3600.00/1846.40	c LS find feasible solution for PBO with objective value 252480
3600.00/1846.40	c MIP solver
3600.00/1846.40	c receive signal 15, try to interrupt solver...
3600.22/1846.57	c MIP solver find feasible solution
3600.33/1846.63	c MIP solver objective value: 14363
3600.43/1846.75	c MIP find feasible solution for PBO with objective value 14363
3600.43/1846.75	c copy file: 0
3600.43/1846.75	c gen ub file: HOME/instance-4527556-1752234054.opb_ub.opb
3600.43/1846.75	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: 63837 MiB (60943 MiB free)
  memory of node 1: 64465 MiB (58375 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=124030, runsolver pid=124027

[startup+0.100066 s]*
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=122062136/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=197812 memory=134568 CPUtime=0.09 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 24464 0 0 0 5 4 0 0 20 0 1 0 139084691 202559488 33642 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 49453 33642 1184 6655 0 39688 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 197812 KiB
Current children cumulated memory: 134568 KiB

[startup+0.207869 s]*
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121985588/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=262688 memory=219816 CPUtime=0.2 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 41170 0 0 0 11 9 0 0 20 0 1 0 139084691 268992512 54954 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 65672 54954 1184 6655 0 55907 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 262688 KiB
Current children cumulated memory: 219816 KiB

[startup+0.307761 s]*
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121985588/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=262688 memory=219816 CPUtime=0.3 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 41170 0 0 0 21 9 0 0 20 0 1 0 139084691 268992512 54954 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 65672 54954 1184 6655 0 55907 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 262688 KiB
Current children cumulated memory: 219816 KiB

[startup+0.700338 s]
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121985588/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=336164 memory=301600 CPUtime=0.68 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 52911 0 0 0 55 13 0 0 20 0 1 0 139084691 344231936 75400 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 84041 75400 1184 6655 0 74276 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 336164 KiB
Current children cumulated memory: 301600 KiB

[startup+1.50033 s]
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121837104/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=484192 memory=447536 CPUtime=1.48 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 88907 0 0 0 125 23 0 0 20 0 1 0 139084691 495812608 111884 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 121048 111884 1184 6655 0 111283 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 484192 KiB
Current children cumulated memory: 447536 KiB

[startup+3.11302 s]
/proc/loadavg: 7.34 7.90 6.93 6/252 124032
/proc/meminfo: memFree=119880148/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=552756 memory=516016 CPUtime=3.09 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 106074 0 0 0 282 27 0 0 20 0 1 0 139084691 566022144 129004 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 138189 129004 1184 6655 0 128424 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 552756 KiB
Current children cumulated memory: 516016 KiB

[startup+6.30035 s]
/proc/loadavg: 7.34 7.90 6.93 6/251 124077
/proc/meminfo: memFree=118769064/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=552756 memory=516016 CPUtime=6.25 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 106158 0 0 0 598 27 0 0 20 0 1 0 139084691 566022144 129004 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 138189 129004 1184 6655 0 128424 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 552756 KiB
Current children cumulated memory: 516016 KiB

[startup+12.7004 s]
/proc/loadavg: 7.06 7.82 6.91 6/253 124079
/proc/meminfo: memFree=117260064/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1271992 memory=1145300 CPUtime=12.62 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 183262 0 0 0 1211 51 0 0 20 0 2 0 139084691 1302519808 286325 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 317998 286325 2752 6655 0 291881 0
[pid=124030/tid=124079] ppid=124027 vsize=1271992 memory=516016 CPUtime=0 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) S 124027 124030 123405 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085874 1302519808 286325 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1271992 KiB
Current children cumulated memory: 1145300 KiB

[startup+25.5003 s]
/proc/loadavg: 6.90 7.76 6.90 8/254 124080
/proc/meminfo: memFree=116381888/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1846924 memory=1667308 CPUtime=26.85 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 276478 0 0 0 2607 78 0 0 20 0 2 0 139084691 1891250176 416827 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 461731 416827 3424 6655 0 439634 0
[pid=124030/tid=124079] ppid=124027 vsize=1846924 memory=1133316 CPUtime=1.52 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 40878 0 0 0 138 14 0 0 20 0 2 0 139085874 1891250176 416827 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 26.85 s
Current children cumulated vsize: 1846924 KiB
Current children cumulated memory: 1667308 KiB

[startup+51.1135 s]
/proc/loadavg: 6.51 7.60 6.87 7/254 124081
/proc/meminfo: memFree=116291088/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1860292 memory=1765388 CPUtime=53.17 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 327459 0 0 0 5232 85 0 0 20 0 2 0 139084691 1904939008 441347 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 465073 441347 3424 6655 0 450816 0
[pid=124030/tid=124079] ppid=124027 vsize=1860292 memory=14080 CPUtime=2.36 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) S 124027 124030 123405 0 -1 4194368 52127 0 0 0 220 16 0 0 20 0 2 0 139085874 1904939008 441347 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 53.17 s
Current children cumulated vsize: 1860292 KiB
Current children cumulated memory: 1765388 KiB

[startup+102.3 s]
/proc/loadavg: 6.81 7.49 6.88 8/254 124082
/proc/meminfo: memFree=112956788/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2090500 memory=2007308 CPUtime=142 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 553346 0 0 0 14073 127 0 0 20 0 2 0 139084691 2140672000 501827 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 522625 501827 3520 6655 0 508814 0
[pid=124030/tid=124079] ppid=124027 vsize=2090500 memory=14080 CPUtime=40.24 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 139372 0 0 0 3991 33 0 0 20 0 2 0 139085874 2140672000 501827 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 142 s
Current children cumulated vsize: 2090500 KiB
Current children cumulated memory: 2007308 KiB

[startup+162.3 s]
/proc/loadavg: 6.99 7.41 6.90 8/254 124084
/proc/meminfo: memFree=112744476/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2089248 memory=2021896 CPUtime=258.49 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 611620 0 0 0 25713 136 0 0 20 0 2 0 139084691 2139389952 505474 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 522312 505474 3520 6655 0 508501 0
[pid=124030/tid=124079] ppid=124027 vsize=2089248 memory=2021896 CPUtime=97.05 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 157721 0 0 0 9667 38 0 0 20 0 2 0 139085874 2139389952 505474 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 258.49 s
Current children cumulated vsize: 2089248 KiB
Current children cumulated memory: 2021896 KiB

[startup+222.3 s]
/proc/loadavg: 7.44 7.43 6.94 9/254 124087
/proc/meminfo: memFree=110901804/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2109132 memory=2041708 CPUtime=377.43 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 664226 0 0 0 37599 144 0 0 20 0 2 0 139084691 2159751168 510427 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 527283 510427 3520 6655 0 513472 0
[pid=124030/tid=124079] ppid=124027 vsize=2109132 memory=2041708 CPUtime=156.33 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 185364 0 0 0 15591 42 0 0 20 0 2 0 139085874 2159751168 510427 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 377.43 s
Current children cumulated vsize: 2109132 KiB
Current children cumulated memory: 2041708 KiB

[startup+282.3 s]
/proc/loadavg: 7.93 7.58 7.02 9/254 124090
/proc/meminfo: memFree=105258916/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2109268 memory=2041976 CPUtime=496.33 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 664849 0 0 0 49488 145 0 0 20 0 2 0 139084691 2159890432 510494 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 527317 510494 3520 6655 0 513506 0
[pid=124030/tid=124079] ppid=124027 vsize=2109268 memory=2041960 CPUtime=215.59 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 185678 0 0 0 21516 43 0 0 20 0 2 0 139085874 2159890432 510494 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 496.33 s
Current children cumulated vsize: 2109268 KiB
Current children cumulated memory: 2041976 KiB

[startup+342.3 s]
/proc/loadavg: 7.54 7.55 7.05 8/254 124092
/proc/meminfo: memFree=107556156/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2109268 memory=2042012 CPUtime=615.25 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 698584 0 0 0 61375 150 0 0 20 0 2 0 139084691 2159890432 510503 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 527317 510503 3520 6655 0 513506 0
[pid=124030/tid=124079] ppid=124027 vsize=2109268 memory=14080 CPUtime=274.86 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 201920 0 0 0 27440 46 0 0 20 0 2 0 139085874 2159890432 510503 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 615.25 s
Current children cumulated vsize: 2109268 KiB
Current children cumulated memory: 2042012 KiB

[startup+402.3 s]

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

/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 380992 0 0 0 134192 80 0 0 20 0 2 0 139085874 2226212864 528350 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 2757.82 s
Current children cumulated vsize: 2174036 KiB
Current children cumulated memory: 2113400 KiB

[startup+1482.3 s]
/proc/loadavg: 7.07 7.09 7.08 8/254 124250
/proc/meminfo: memFree=102538992/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2174036 memory=2113400 CPUtime=2876.97 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1095367 0 0 0 287485 212 0 0 20 0 2 0 139084691 2226212864 528350 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 543509 528350 3520 6655 0 529698 0
[pid=124030/tid=124079] ppid=124027 vsize=2174036 memory=2113400 CPUtime=1402.1 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 383834 0 0 0 140130 80 0 0 20 0 2 0 139085874 2226212864 528350 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 2876.97 s
Current children cumulated vsize: 2174036 KiB
Current children cumulated memory: 2113400 KiB

[startup+1542.3 s]
/proc/loadavg: 7.08 7.09 7.08 8/255 124253
/proc/meminfo: memFree=102489892/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2174036 memory=2113400 CPUtime=2996.11 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1124994 0 0 0 299394 217 0 0 20 0 2 0 139084691 2226212864 528350 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 543509 528350 3520 6655 0 529698 0
[pid=124030/tid=124079] ppid=124027 vsize=2174036 memory=14080 CPUtime=1461.48 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 411364 0 0 0 146063 85 0 0 20 0 2 0 139085874 2226212864 528350 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 2996.11 s
Current children cumulated vsize: 2174036 KiB
Current children cumulated memory: 2113400 KiB

[startup+1602.3 s]
/proc/loadavg: 7.07 7.08 7.08 8/254 124255
/proc/meminfo: memFree=102450112/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2144640 CPUtime=3115.25 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1178488 0 0 0 311302 223 0 0 20 0 2 0 139084691 2256912384 536160 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536160 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=14080 CPUtime=1520.86 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 430182 0 0 0 151998 88 0 0 20 0 2 0 139085874 2256912384 536160 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3115.25 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2144640 KiB

[startup+1662.3 s]
/proc/loadavg: 7.12 7.10 7.09 8/254 124257
/proc/meminfo: memFree=102956112/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2146016 CPUtime=3234.4 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1211497 0 0 0 323213 227 0 0 20 0 2 0 139084691 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536504 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=2146016 CPUtime=1580.24 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 448552 0 0 0 157934 90 0 0 20 0 2 0 139085874 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3234.4 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2146016 KiB

[startup+1722.3 s]
/proc/loadavg: 7.04 7.08 7.08 8/254 124259
/proc/meminfo: memFree=102941764/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2146016 CPUtime=3353.55 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1212439 0 0 0 335127 228 0 0 20 0 2 0 139084691 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536504 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=2146016 CPUtime=1639.62 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 449229 0 0 0 163871 91 0 0 20 0 2 0 139085874 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3353.55 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2146016 KiB

[startup+1782.3 s]
/proc/loadavg: 6.56 6.94 7.03 7/255 124264
/proc/meminfo: memFree=102768476/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2146016 CPUtime=3472.71 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1254318 0 0 0 347039 232 0 0 20 0 2 0 139084691 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536504 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=2146016 CPUtime=1699.01 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 468197 0 0 0 169808 93 0 0 20 0 2 0 139085874 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3472.71 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2146016 KiB

[startup+1842.3 s]
/proc/loadavg: 6.55 6.85 7.00 8/254 124312
/proc/meminfo: memFree=102531980/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2146016 CPUtime=3591.86 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1286753 0 0 0 358951 235 0 0 20 0 2 0 139084691 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536504 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=2146016 CPUtime=1758.39 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 485317 0 0 0 175744 95 0 0 20 0 2 0 139085874 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3591.86 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2146016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1846.4 s]
/proc/loadavg: 6.55 6.85 7.00 8/254 124312
/proc/meminfo: memFree=102474132/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=2204016 memory=2146016 CPUtime=3600 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) R 124027 124030 123405 0 -1 4194304 1286824 0 0 0 359765 235 0 0 20 0 2 0 139084691 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 551004 536504 3520 6655 0 537193 0
[pid=124030/tid=124079] ppid=124027 vsize=2204016 memory=14080 CPUtime=1762.45 cores=0,2
/proc/124030/task/124079/stat : 124079 (LSIPExact) R 124027 124030 123405 0 -1 4194368 485382 0 0 0 176150 95 0 0 20 0 2 0 139085874 2256912384 536504 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2204016 KiB
Current children cumulated memory: 2146016 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.59 s, system=2.56374 s

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

[startup+1847.2 s]
/proc/loadavg: 6.50 6.83 6.99 7/254 124314
/proc/meminfo: memFree=102702336/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1888980 memory=1829908 CPUtime=3600.46 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) S 124027 124030 123405 0 -1 4194304 1403013 227 0 0 359803 243 0 0 20 0 1 0 139084691 1934315520 457477 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 472245 457477 3552 6655 0 458434 0
[pid=124314] ppid=124030 vsize=103044 memory=86616 CPUtime=0.41 cores=0,2
/proc/124314/stat : 124314 (Exact) R 124030 124314 124314 0 -1 4194304 11641 0 0 0 39 2 0 0 20 0 1 0 139269367 105517056 21654 18446744073709551615 4198400 8335837 140734917976704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42610688 140734917978290 140734917978651 140734917978651 140734917984207 0
/proc/124314/statm: 25761 21654 928 1011 0 24528 0
Current children cumulated CPU time: 3600.87 s
Current children cumulated vsize: 1992024 KiB
Current children cumulated memory: 1916524 KiB

[startup+1848 s]*
/proc/loadavg: 6.50 6.83 6.99 7/254 124314
/proc/meminfo: memFree=102662520/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1888980 memory=1829908 CPUtime=3600.46 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) S 124027 124030 123405 0 -1 4194304 1403013 227 0 0 359803 243 0 0 20 0 1 0 139084691 1934315520 457477 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 472245 457477 3552 6655 0 458434 0
[pid=124314] ppid=124030 vsize=138088 memory=120256 CPUtime=1.22 cores=0,2
/proc/124314/stat : 124314 (Exact) R 124030 124314 124314 0 -1 4194304 17957 0 0 0 117 5 0 0 20 0 1 0 139269367 141402112 30064 18446744073709551615 4198400 8335837 140734917976704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42610688 140734917978290 140734917978651 140734917978651 140734917984207 0
/proc/124314/statm: 34522 30064 928 1011 0 33289 0
Current children cumulated CPU time: 3601.68 s
Current children cumulated vsize: 2027068 KiB
Current children cumulated memory: 1950164 KiB

[startup+1848.4 s]
/proc/loadavg: 6.50 6.83 6.99 7/254 124314
/proc/meminfo: memFree=102662520/131382116 swapFree=33009904/33010684
[pid=124030] ppid=124027 vsize=1888980 memory=1829908 CPUtime=3600.46 cores=0,2
/proc/124030/stat : 124030 (LSIPExact) S 124027 124030 123405 0 -1 4194304 1403013 227 0 0 359803 243 0 0 20 0 1 0 139084691 1934315520 457477 18446744073709551615 93948334809088 93948362066257 140721254469520 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93948370568328 93948370999936 93948390981632 140721254472024 140721254472200 140721254472200 140721254477804 0
/proc/124030/statm: 472245 457477 3552 6655 0 458434 0
[pid=124314] ppid=124030 vsize=173216 memory=163768 CPUtime=1.61 cores=0,2
/proc/124314/stat : 124314 (Exact) R 124030 124314 124314 0 -1 4194304 26342 0 0 0 154 7 0 0 20 0 1 0 139269367 177373184 40942 18446744073709551615 4198400 8335837 140734917976704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42610688 140734917978290 140734917978651 140734917978651 140734917984207 0
/proc/124314/statm: 43337 40942 960 1011 0 42104 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 2062196 KiB
Current children cumulated memory: 1993676 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1848.45
CPU time (s): 3602.15
CPU user time (s): 3599.59
CPU system time (s): 2.56374
CPU usage (%): 194.874
Max. virtual memory (cumulated for all children) (KiB): 2239572
Max. memory (cumulated for all children) (KiB): 2146016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.59
system time used= 2.56374
maximum resident set size= 2148064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1429587
page faults= 0
swaps= 0
block input operations= 52648
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 462
involuntary context switches= 58617


# summary of solver processes directly reported to runsolver:
#   pid: 124030
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3599.59
#   total CPU system time (s): 2.56374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85799 second user time and 9.33525 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 13:40:55
IDJOB=4527556
IDBENCH=158170
IDSOLVER=3384
FILE ID=nodeC004/4527556-1752234054
RUNJOBID= nodeC004-1752232205-123422
SLURM_JOB_ID= 9682515
Free space on /tmp= 431256 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.E.recomb10-0.20-11.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527556-1752234054/watcher-4527556-1752234054 -o /tmp/evaluation-result-4527556-1752234054/solver-4527556-1752234054 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752232205-123422 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527556-1752234054.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 551838940c89f9d2ab4aca2b8dd410a0
RANDOM SEED=942251001

nodeC004 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		: 1197.452
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.74
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		: 3591.664
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.74
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		: 1895.601
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.74
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		: 3591.623
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.74
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		: 3591.627
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.74
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		: 3491.810
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.74
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		: 3591.645
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.74
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		: 1198.123
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        122183148 kB
MemAvailable:   123716564 kB
Buffers:            2128 kB
Cached:          2279360 kB
SwapCached:           32 kB
Active:          6848324 kB
Inactive:        1673256 kB
Active(anon):    6247300 kB
Inactive(anon):    10724 kB
Active(file):     601024 kB
Inactive(file):  1662532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            337668 kB
Writeback:             0 kB
AnonPages:       6242036 kB
Mapped:           133684 kB
Shmem:             17932 kB
KReclaimable:     218972 kB
Slab:             308152 kB
SReclaimable:     218972 kB
SUnreclaim:        89180 kB
KernelStack:        4064 kB
PageTables:        15360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6633704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2172928 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431260 MiB
End job on nodeC004 at 2025-07-11 14:11:44