Trace number 4506307

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.4 1845.27

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.19/1843.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1843.11	c numVar: 73150
3600.19/1843.11	c numCon: 857825
3600.19/1843.11	c numEqual: 0
3600.19/1843.11	c intSize: 21
3600.19/1843.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1843.11	c ------------------- Paras list -------------------
3600.19/1843.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1843.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1843.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1843.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1843.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1843.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1843.11	c random_seed         	 int       	 0         	 0         	 
3600.19/1843.11	c sample_size         	 int       	 50        	 50        	 
3600.19/1843.11	c sub_score           	 int       	 1         	 1         	 
3600.19/1843.11	c tabu_base           	 int       	 3         	 3         	 
3600.19/1843.11	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1843.11	c sub_div             	 int       	 4         	 4         	 
3600.19/1843.11	c nbcore              	 int       	 2         	 1         	 
3600.19/1843.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1843.11	c print_sol           	 int       	 1         	 1         	 
3600.19/1843.11	c tmpdir              	 string		 .         	 "."       	 
3600.19/1843.11	c home                	 string		 HOME	 "."       	 
3600.19/1843.11	c benchname           	 string		 HOME/instance-4506307-1751484215.opb	 ""        	 
3600.19/1843.11	c --------------------------------------------------
3600.19/1843.11	c Local Search solver
3600.19/1843.11	c LS find feasible solution for PBO with objective value 252480
3600.19/1843.11	c MIP solver
3600.19/1843.11	c receive signal 15, try to interrupt solver...
3600.38/1843.26	c MIP solver find feasible solution
3600.50/1843.32	c MIP solver objective value: 10951
3600.60/1843.47	c MIP find feasible solution for PBO with objective value 10951
3600.60/1843.47	c copy file: 0
3600.60/1843.47	c gen ub file: HOME/instance-4506307-1751484215.opb_ub.opb
3600.60/1843.47	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: 63794 MiB (59516 MiB free)
  memory of node 1: 64507 MiB (58611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506307-1751484215/watcher-4506307-1751484215 -o /tmp/evaluation-result-4506307-1751484215/solver-4506307-1751484215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506307-1751484215.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=71963, runsolver pid=71960

[startup+0.100103 s]*
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120962068/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=171676 memory=99980 CPUtime=0.09 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 17940 0 0 0 4 5 0 0 20 0 1 0 64101327 175796224 24995 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 42952 24995 1088 6655 0 33187 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 171676 KiB
Current children cumulated memory: 99980 KiB

[startup+0.21371 s]*
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120930064/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=251668 memory=206476 CPUtime=0.2 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 37931 0 0 0 9 11 0 0 20 0 1 0 64101327 257708032 51619 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 62917 51619 1088 6655 0 53152 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 251668 KiB
Current children cumulated memory: 206476 KiB

[startup+0.313586 s]*
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120905872/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=262688 memory=219404 CPUtime=0.3 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 41167 0 0 0 18 12 0 0 20 0 1 0 64101327 268992512 54851 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 65672 54851 1088 6655 0 55907 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 262688 KiB
Current children cumulated memory: 219404 KiB

[startup+0.70034 s]
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120905872/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=346072 memory=311044 CPUtime=0.68 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 55365 0 0 0 51 17 0 0 20 0 1 0 64101327 354377728 77761 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 86518 77761 1120 6655 0 76753 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 346072 KiB
Current children cumulated memory: 311044 KiB

[startup+1.50035 s]
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120776112/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=497720 memory=460692 CPUtime=1.48 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 92264 0 0 0 124 24 0 0 20 0 1 0 64101327 509665280 115173 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 124430 115173 1120 6655 0 114665 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 497720 KiB
Current children cumulated memory: 460692 KiB

[startup+3.11322 s]
/proc/loadavg: 6.33 6.29 6.62 8/253 71964
/proc/meminfo: memFree=120637936/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=552756 memory=515604 CPUtime=3.08 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 106033 0 0 0 282 26 0 0 20 0 1 0 64101327 566022144 128901 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 138189 128901 1120 6655 0 128424 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 552756 KiB
Current children cumulated memory: 515604 KiB

[startup+6.30033 s]
/proc/loadavg: 6.38 6.30 6.62 8/253 71964
/proc/meminfo: memFree=120638384/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=552756 memory=515604 CPUtime=6.25 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 106118 0 0 0 599 26 0 0 20 0 1 0 64101327 566022144 128901 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 138189 128901 1120 6655 0 128424 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 552756 KiB
Current children cumulated memory: 515604 KiB

[startup+12.7004 s]
/proc/loadavg: 6.43 6.31 6.63 8/254 71965
/proc/meminfo: memFree=120026020/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1279552 memory=1152396 CPUtime=12.62 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 183994 0 0 0 1215 47 0 0 20 0 2 0 64101327 1310261248 288099 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 319888 288099 2784 6655 0 293771 0
[pid=71963/tid=71965] ppid=71960 vsize=1279552 memory=1076080 CPUtime=0 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) S 71960 71963 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 64102480 1310261248 288099 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1279552 KiB
Current children cumulated memory: 1152396 KiB

[startup+25.5003 s]
/proc/loadavg: 6.72 6.38 6.64 9/254 71966
/proc/meminfo: memFree=119497428/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1846924 memory=1725472 CPUtime=27.24 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 284963 0 0 0 2649 75 0 0 20 0 2 0 64101327 1891250176 431368 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 461731 431368 3328 6655 0 443808 0
[pid=71963/tid=71965] ppid=71960 vsize=1846924 memory=1438352 CPUtime=1.9 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 50407 0 0 0 175 15 0 0 20 0 2 0 64102480 1891250176 431368 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 27.24 s
Current children cumulated vsize: 1846924 KiB
Current children cumulated memory: 1725472 KiB

[startup+51.1133 s]
/proc/loadavg: 6.35 6.33 6.62 5/254 71966
/proc/meminfo: memFree=119265856/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1860292 memory=1764864 CPUtime=53.39 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 324023 0 0 0 5261 78 0 0 20 0 2 0 64101327 1904939008 441216 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 465073 441216 3360 6655 0 450816 0
[pid=71963/tid=71965] ppid=71960 vsize=1860292 memory=1764864 CPUtime=2.52 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) S 71960 71963 70730 0 -1 4194368 52386 0 0 0 237 15 0 0 20 0 2 0 64102480 1904939008 441216 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 53.39 s
Current children cumulated vsize: 1860292 KiB
Current children cumulated memory: 1764864 KiB

[startup+102.3 s]
/proc/loadavg: 6.97 6.50 6.66 8/254 71968
/proc/meminfo: memFree=118343284/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2090500 memory=2009124 CPUtime=149.86 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 520136 0 0 0 14873 113 0 0 20 0 2 0 64101327 2140672000 502281 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 522625 502281 3392 6655 0 508814 0
[pid=71963/tid=71965] ppid=71960 vsize=2090500 memory=2008996 CPUtime=48.05 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 130141 0 0 0 4774 31 0 0 20 0 2 0 64102480 2140672000 502281 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 149.86 s
Current children cumulated vsize: 2090500 KiB
Current children cumulated memory: 2009124 KiB

[startup+162.3 s]
/proc/loadavg: 7.39 6.69 6.72 8/255 71975
/proc/meminfo: memFree=118227148/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2219796 memory=2140716 CPUtime=268.87 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 563840 0 0 0 26768 119 0 0 20 0 2 0 64101327 2273071104 535179 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 554949 535179 3392 6655 0 541138 0
[pid=71963/tid=71965] ppid=71960 vsize=2219796 memory=2009380 CPUtime=107.34 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 142137 0 0 0 10701 33 0 0 20 0 2 0 64102480 2273071104 535179 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 268.87 s
Current children cumulated vsize: 2219796 KiB
Current children cumulated memory: 2140716 KiB

[startup+222.3 s]
/proc/loadavg: 7.27 6.79 6.75 8/255 71977
/proc/meminfo: memFree=118375428/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2061248 memory=1983924 CPUtime=387.86 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 608465 0 0 0 38663 123 0 0 20 0 2 0 64101327 2110717952 495981 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 515312 495981 3392 6655 0 501501 0
[pid=71963/tid=71965] ppid=71960 vsize=2061248 memory=14336 CPUtime=166.62 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 164217 0 0 0 16627 35 0 0 20 0 2 0 64102480 2110717952 495981 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 387.86 s
Current children cumulated vsize: 2061248 KiB
Current children cumulated memory: 1983924 KiB

[startup+282.3 s]
/proc/loadavg: 7.22 6.86 6.78 8/254 71979
/proc/meminfo: memFree=118292160/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2120708 memory=2043612 CPUtime=506.88 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 633813 0 0 0 50560 128 0 0 20 0 2 0 64101327 2171604992 510903 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 530177 510903 3392 6655 0 516366 0
[pid=71963/tid=71965] ppid=71960 vsize=2120708 memory=14336 CPUtime=225.93 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 164707 0 0 0 22557 36 0 0 20 0 2 0 64102480 2171604992 510903 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 506.88 s
Current children cumulated vsize: 2120708 KiB
Current children cumulated memory: 2043612 KiB

[startup+342.3 s]
/proc/loadavg: 7.25 6.95 6.82 8/255 71982
/proc/meminfo: memFree=118273764/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2120708 memory=2043868 CPUtime=625.87 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 669134 0 0 0 62456 131 0 0 20 0 2 0 64101327 2171604992 510967 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 530177 510967 3392 6655 0 516366 0
[pid=71963/tid=71965] ppid=71960 vsize=2120708 memory=14336 CPUtime=285.23 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 184437 0 0 0 28485 38 0 0 20 0 2 0 64102480 2171604992 510967 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 625.87 s
Current children cumulated vsize: 2120708 KiB
Current children cumulated memory: 2043868 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 3003.82 s
Current children cumulated vsize: 2233880 KiB
Current children cumulated memory: 2154428 KiB

[startup+1602.3 s]
/proc/loadavg: 7.11 7.53 7.44 8/255 72087
/proc/meminfo: memFree=117237648/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2233880 memory=2154428 CPUtime=3122.78 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1421517 0 0 0 312058 220 0 0 20 0 2 0 64101327 2287493120 538607 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558470 538607 3392 6655 0 544659 0
[pid=71963/tid=71965] ppid=71960 vsize=2233880 memory=2154428 CPUtime=1528.34 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 469148 0 0 0 152752 82 0 0 20 0 2 0 64102480 2287493120 538607 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3122.78 s
Current children cumulated vsize: 2233880 KiB
Current children cumulated memory: 2154428 KiB

[startup+1662.3 s]
/proc/loadavg: 7.08 7.45 7.42 8/255 72090
/proc/meminfo: memFree=117245700/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2233880 memory=2154428 CPUtime=3241.75 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1448449 0 0 0 323951 224 0 0 20 0 2 0 64101327 2287493120 538607 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558470 538607 3392 6655 0 544659 0
[pid=71963/tid=71965] ppid=71960 vsize=2233880 memory=2154428 CPUtime=1587.63 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 479421 0 0 0 158679 84 0 0 20 0 2 0 64102480 2287493120 538607 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3241.75 s
Current children cumulated vsize: 2233880 KiB
Current children cumulated memory: 2154428 KiB

[startup+1722.3 s]
/proc/loadavg: 7.13 7.39 7.40 8/254 72092
/proc/meminfo: memFree=117250700/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2233880 memory=2154556 CPUtime=3360.71 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1472941 0 0 0 335844 227 0 0 20 0 2 0 64101327 2287493120 538639 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558470 538639 3392 6655 0 544659 0
[pid=71963/tid=71965] ppid=71960 vsize=2233880 memory=2154556 CPUtime=1646.92 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 488303 0 0 0 164606 86 0 0 20 0 2 0 64102480 2287493120 538639 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3360.71 s
Current children cumulated vsize: 2233880 KiB
Current children cumulated memory: 2154556 KiB

[startup+1782.3 s]
/proc/loadavg: 7.05 7.32 7.37 8/254 72094
/proc/meminfo: memFree=117225076/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2234316 memory=2176888 CPUtime=3479.68 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1516815 0 0 0 347736 232 0 0 20 0 2 0 64101327 2287939584 544222 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558579 544222 3392 6655 0 544768 0
[pid=71963/tid=71965] ppid=71960 vsize=2234316 memory=18432 CPUtime=1706.21 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 503894 0 0 0 170533 88 0 0 20 0 2 0 64102480 2287939584 544222 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3479.68 s
Current children cumulated vsize: 2234316 KiB
Current children cumulated memory: 2176888 KiB

[startup+1842.3 s]
/proc/loadavg: 7.19 7.30 7.36 7/254 72147
/proc/meminfo: memFree=114143008/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2234316 memory=2176900 CPUtime=3598.59 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1543315 0 0 0 359624 235 0 0 20 0 2 0 64101327 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558579 544225 3392 6655 0 544768 0
[pid=71963/tid=71965] ppid=71960 vsize=2234316 memory=14336 CPUtime=1765.49 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 514832 0 0 0 176460 89 0 0 20 0 2 0 64102480 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3598.59 s
Current children cumulated vsize: 2234316 KiB
Current children cumulated memory: 2176900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.11 s]
/proc/loadavg: 7.19 7.30 7.36 8/254 72147
/proc/meminfo: memFree=113976852/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2234316 memory=2176900 CPUtime=3600.19 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1543327 0 0 0 359784 235 0 0 20 0 2 0 64101327 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558579 544225 3392 6655 0 544768 0
[pid=71963/tid=71965] ppid=71960 vsize=2234316 memory=14336 CPUtime=1766.28 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 514843 0 0 0 176539 89 0 0 20 0 2 0 64102480 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 2234316 KiB
Current children cumulated memory: 2176900 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.77 s, system=2.62973 s

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

[startup+1843.2 s]
/proc/loadavg: 7.19 7.30 7.36 8/254 72147
/proc/meminfo: memFree=113976852/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=2234316 memory=2176900 CPUtime=3600.38 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) R 71960 71963 70730 0 -1 4194304 1543347 0 0 0 359803 235 0 0 20 0 2 0 64101327 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 558579 544225 3392 6655 0 544768 0
[pid=71963/tid=71965] ppid=71960 vsize=2234316 memory=2154428 CPUtime=1766.38 cores=0,2
/proc/71963/task/71965/stat : 71965 (LSIPExact) R 71960 71963 70730 0 -1 4194368 514854 0 0 0 176549 89 0 0 20 0 2 0 64102480 2287939584 544225 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 2234316 KiB
Current children cumulated memory: 2176900 KiB

[startup+1844 s]*
/proc/loadavg: 7.19 7.30 7.36 7/254 72149
/proc/meminfo: memFree=113944204/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1933144 memory=1874192 CPUtime=3600.63 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) S 71960 71963 70730 0 -1 4194304 1654893 227 0 0 359822 241 0 0 20 0 1 0 64101327 1979539456 468548 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 483286 468548 3424 6655 0 469475 0
[pid=72149] ppid=71963 vsize=103440 memory=86932 CPUtime=0.5 cores=0,2
/proc/72149/stat : 72149 (Exact) R 71963 72149 72149 0 -1 4194304 11729 0 0 0 46 4 0 0 20 0 1 0 64285675 105922560 21733 18446744073709551615 4198400 8335837 140728719774864 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42168320 140728719784116 140728719784477 140728719784477 140728719790031 0
/proc/72149/statm: 25860 21733 928 1011 0 24627 0
Current children cumulated CPU time: 3601.13 s
Current children cumulated vsize: 2036584 KiB
Current children cumulated memory: 1961124 KiB

[startup+1844.8 s]
/proc/loadavg: 7.19 7.30 7.36 7/254 72149
/proc/meminfo: memFree=113944204/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1933144 memory=1874192 CPUtime=3600.63 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) S 71960 71963 70730 0 -1 4194304 1654893 227 0 0 359822 241 0 0 20 0 1 0 64101327 1979539456 468548 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 483286 468548 3424 6655 0 469475 0
[pid=72149] ppid=71963 vsize=124088 memory=117668 CPUtime=1.29 cores=0,2
/proc/72149/stat : 72149 (Exact) R 71963 72149 72149 0 -1 4194304 17102 0 0 0 123 6 0 0 20 0 1 0 64285675 127066112 29417 18446744073709551615 4198400 8335837 140728719774864 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42168320 140728719784116 140728719784477 140728719784477 140728719790031 0
/proc/72149/statm: 31022 29417 928 1011 0 29789 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 2057232 KiB
Current children cumulated memory: 1991860 KiB

[startup+1845 s]*
/proc/loadavg: 7.19 7.30 7.36 6/254 72149
/proc/meminfo: memFree=113865516/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1933144 memory=1874192 CPUtime=3600.63 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) S 71960 71963 70730 0 -1 4194304 1654893 227 0 0 359822 241 0 0 20 0 1 0 64101327 1979539456 468548 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 483286 468548 3424 6655 0 469475 0
[pid=72149] ppid=71963 vsize=142596 memory=126608 CPUtime=1.51 cores=0,2
/proc/72149/stat : 72149 (Exact) R 71963 72149 72149 0 -1 4194304 19058 0 0 0 144 7 0 0 20 0 1 0 64285675 146018304 31652 18446744073709551615 4198400 8335837 140728719774864 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42168320 140728719784116 140728719784477 140728719784477 140728719790031 0
/proc/72149/statm: 35649 31652 928 1011 0 34416 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 2075740 KiB
Current children cumulated memory: 2000800 KiB

[startup+1845.11 s]
/proc/loadavg: 7.19 7.30 7.36 6/254 72149
/proc/meminfo: memFree=113865516/131382116 swapFree=33010684/33010684
[pid=71963] ppid=71960 vsize=1933144 memory=1874192 CPUtime=3600.63 cores=0,2
/proc/71963/stat : 71963 (LSIPExact) S 71960 71963 70730 0 -1 4194304 1654893 227 0 0 359822 241 0 0 20 0 1 0 64101327 1979539456 468548 18446744073709551615 94484516372480 94484543628881 140734737554720 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94484552131720 94484552563328 94484553211904 140734737557850 140734737558026 140734737558026 140734737563628 0
/proc/71963/statm: 483286 468548 3424 6655 0 469475 0
[pid=72149] ppid=71963 vsize=153668 memory=137804 CPUtime=1.6 cores=0,2
/proc/72149/stat : 72149 (Exact) R 71963 72149 72149 0 -1 4194304 21889 0 0 0 153 7 0 0 20 0 1 0 64285675 157356032 34451 18446744073709551615 4198400 8335837 140728719774864 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42168320 140728719784116 140728719784477 140728719784477 140728719790031 0
/proc/72149/statm: 38417 34451 960 1011 0 37184 0
Current children cumulated CPU time: 3602.23 s
Current children cumulated vsize: 2086812 KiB
Current children cumulated memory: 2011996 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1845.27
CPU time (s): 3602.4
CPU user time (s): 3599.77
CPU system time (s): 2.62973
CPU usage (%): 195.223
Max. virtual memory (cumulated for all children) (KiB): 2290736
Max. memory (cumulated for all children) (KiB): 2223308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.77
system time used= 2.62973
maximum resident set size= 2225356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1677009
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= 454
involuntary context switches= 44369


# summary of solver processes directly reported to runsolver:
#   pid: 71963
#   total CPU time (s): 3602.4
#   total CPU user time (s): 3599.77
#   total CPU system time (s): 2.62973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.36825 second user time and 9.72589 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 21:23:36
IDJOB=4506307
IDBENCH=158170
IDSOLVER=3336
FILE ID=nodeC011/4506307-1751484215
RUNJOBID= nodeC011-1751477276-70740
SLURM_JOB_ID= 9598512
Free space on /tmp= 430312 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-4506307-1751484215/watcher-4506307-1751484215 -o /tmp/evaluation-result-4506307-1751484215/solver-4506307-1751484215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506307-1751484215.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 551838940c89f9d2ab4aca2b8dd410a0
RANDOM SEED=1094852914

nodeC011 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		: 1396.970
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	: 6984.20
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		: 3575.865
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	: 6984.20
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		: 1197.260
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	: 6984.20
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		: 3592.480
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	: 6984.20
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		: 3492.782
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	: 6984.20
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		: 3492.099
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	: 6984.20
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		: 3568.479
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	: 6984.20
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		: 3491.924
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120962260 kB
MemAvailable:   123095796 kB
Buffers:            3276 kB
Cached:          2935732 kB
SwapCached:            0 kB
Active:          7131388 kB
Inactive:        2507292 kB
Active(anon):    6715528 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2505188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70968 kB
Writeback:             4 kB
AnonPages:       6701348 kB
Mapped:           140368 kB
Shmem:             17960 kB
KReclaimable:     103844 kB
Slab:             188640 kB
SReclaimable:     103844 kB
SUnreclaim:        84796 kB
KernelStack:        4080 kB
PageTables:        16536 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7366948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430132 MiB
End job on nodeC011 at 2025-07-02 21:54:21