Trace number 4506261

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.16 1869.5

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.B.recomb1-0.20-11.opb
MD5SUM12cd0be09c505dbb73959eca62014461
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 benchmark7
Best CPU time to get the best result obtained on this benchmark3.18894
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172729
Total number of constraints560632
Number of constraints which are clauses560632
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 constraint579
Number of terms in the objective function 2180
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 930180
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 930180
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.09/1867.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.09/1867.40	c numVar: 172729
3600.09/1867.40	c numCon: 560632
3600.09/1867.40	c numEqual: 0
3600.09/1867.40	c intSize: 20
3600.09/1867.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.09/1867.40	c ------------------- Paras list -------------------
3600.09/1867.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.09/1867.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.09/1867.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.09/1867.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.09/1867.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.09/1867.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.09/1867.40	c random_seed         	 int       	 0         	 0         	 
3600.09/1867.40	c sample_size         	 int       	 50        	 50        	 
3600.09/1867.40	c sub_score           	 int       	 1         	 1         	 
3600.09/1867.40	c tabu_base           	 int       	 3         	 3         	 
3600.09/1867.40	c tabu_variation      	 int       	 1         	 1         	 
3600.09/1867.40	c sub_div             	 int       	 4         	 4         	 
3600.09/1867.40	c nbcore              	 int       	 2         	 1         	 
3600.09/1867.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.09/1867.40	c print_sol           	 int       	 1         	 1         	 
3600.09/1867.40	c tmpdir              	 string		 .         	 "."       	 
3600.09/1867.40	c home                	 string		 HOME	 "."       	 
3600.09/1867.40	c benchname           	 string		 HOME/instance-4506261-1751484146.opb	 ""        	 
3600.09/1867.40	c --------------------------------------------------
3600.09/1867.40	c Local Search solver
3600.09/1867.40	c MIP solver
3600.09/1867.40	c receive signal 15, try to interrupt solver...
3600.09/1867.45	c MIP solver find feasible solution
3600.09/1867.49	c MIP solver objective value: 7
3600.29/1867.61	c MIP find feasible solution for PBO with objective value 7
3600.29/1867.61	c copy file: 0
3600.29/1867.61	c gen ub file: HOME/instance-4506261-1751484146.opb_ub.opb
3600.29/1867.61	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 (57291 MiB free)
  memory of node 1: 64507 MiB (59914 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506261-1751484146/watcher-4506261-1751484146 -o /tmp/evaluation-result-4506261-1751484146/solver-4506261-1751484146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70742 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506261-1751484146.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=71913, runsolver pid=71910

[startup+0.10007 s]*
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119950676/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=143200 memory=86128 CPUtime=0.09 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 15401 0 0 0 4 5 0 0 20 0 1 0 64094380 146636800 21532 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 35800 21532 1184 6655 0 26035 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 143200 KiB
Current children cumulated memory: 86128 KiB

[startup+0.21323 s]*
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119898448/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=188232 memory=145392 CPUtime=0.21 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 27166 0 0 0 12 9 0 0 20 0 1 0 64094380 192749568 36348 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 47058 36348 1184 6655 0 37293 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 188232 KiB
Current children cumulated memory: 145392 KiB

[startup+0.313099 s]*
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119898448/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=188232 memory=145392 CPUtime=0.31 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 27166 0 0 0 22 9 0 0 20 0 1 0 64094380 192749568 36348 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 47058 36348 1184 6655 0 37293 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 188232 KiB
Current children cumulated memory: 145392 KiB

[startup+0.700354 s]
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119818304/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=289080 memory=254432 CPUtime=0.68 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 46254 0 0 0 53 15 0 0 20 0 1 0 64094380 296017920 63608 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 72270 63608 1184 6655 0 62505 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 289080 KiB
Current children cumulated memory: 254432 KiB

[startup+1.50033 s]
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119714480/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=430136 memory=394720 CPUtime=1.48 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 81301 0 0 0 125 23 0 0 20 0 1 0 64094380 440459264 98680 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 107534 98680 1184 6655 0 97769 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 430136 KiB
Current children cumulated memory: 394720 KiB

[startup+3.11267 s]
/proc/loadavg: 5.87 6.25 6.63 7/253 71914
/proc/meminfo: memFree=119619768/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=430136 memory=394720 CPUtime=3.09 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 81333 0 0 0 286 23 0 0 20 0 1 0 64094380 440459264 98680 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 107534 98680 1184 6655 0 97769 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 430136 KiB
Current children cumulated memory: 394720 KiB

[startup+6.30032 s]
/proc/loadavg: 5.88 6.24 6.63 7/253 71914
/proc/meminfo: memFree=119652420/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=430136 memory=394720 CPUtime=6.26 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 81397 0 0 0 603 23 0 0 20 0 1 0 64094380 440459264 98680 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 107534 98680 1184 6655 0 97769 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 430136 KiB
Current children cumulated memory: 394720 KiB

[startup+12.7004 s]
/proc/loadavg: 5.89 6.24 6.63 7/254 71915
/proc/meminfo: memFree=119185068/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1023944 memory=901612 CPUtime=12.64 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 163807 0 0 0 1222 42 0 0 20 0 2 0 64094380 1048518656 225403 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 255986 225403 2720 6655 0 229869 0
[pid=71913/tid=71915] ppid=71910 vsize=1023944 memory=848808 CPUtime=0 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) S 71910 71913 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 64095501 1048518656 225403 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1023944 KiB
Current children cumulated memory: 901612 KiB

[startup+25.5004 s]
/proc/loadavg: 5.98 6.24 6.62 7/254 71915
/proc/meminfo: memFree=118909544/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1271948 memory=1159184 CPUtime=27.53 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 266866 0 0 0 2685 68 0 0 20 0 2 0 64094380 1302474752 289796 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 317987 289796 3424 6655 0 296630 0
[pid=71913/tid=71915] ppid=71910 vsize=1271948 memory=1158800 CPUtime=2.57 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) S 71910 71913 70730 0 -1 4194368 27706 0 0 0 248 9 0 0 20 0 2 0 64095501 1302474752 289796 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 1271948 KiB
Current children cumulated memory: 1159184 KiB

[startup+51.1058 s]
/proc/loadavg: 6.07 6.24 6.61 8/254 71916
/proc/meminfo: memFree=118740912/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1336612 memory=1241248 CPUtime=56 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 349485 0 0 0 5519 81 0 0 20 0 2 0 64094380 1368690688 310312 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 334153 310312 3520 6655 0 317742 0
[pid=71913/tid=71915] ppid=71910 vsize=1336612 memory=1151444 CPUtime=5.53 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 39958 0 0 0 541 12 0 0 20 0 2 0 64095501 1368690688 310312 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 56 s
Current children cumulated vsize: 1336612 KiB
Current children cumulated memory: 1241248 KiB

[startup+102.3 s]
/proc/loadavg: 6.82 6.41 6.65 8/254 71966
/proc/meminfo: memFree=119321004/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1453504 memory=1407488 CPUtime=155.48 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 550013 0 0 0 15434 114 0 0 20 0 2 0 64094380 1488388096 351872 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 363376 351872 3520 6655 0 353263 0
[pid=71913/tid=71915] ppid=71910 vsize=1453504 memory=18432 CPUtime=54.06 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 101144 0 0 0 5379 27 0 0 20 0 2 0 64095501 1488388096 351872 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 155.48 s
Current children cumulated vsize: 1453504 KiB
Current children cumulated memory: 1407488 KiB

[startup+162.3 s]
/proc/loadavg: 6.97 6.48 6.66 8/254 71968
/proc/meminfo: memFree=118345048/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1418532 memory=1371732 CPUtime=252.3 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 617407 0 0 0 25104 126 0 0 20 0 2 0 64094380 1452576768 342933 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 354633 342933 3520 6655 0 344520 0
[pid=71913/tid=71915] ppid=71910 vsize=1418532 memory=1419460 CPUtime=92.93 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 133003 0 0 0 9258 35 0 0 20 0 2 0 64095501 1452576768 342933 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 252.3 s
Current children cumulated vsize: 1418532 KiB
Current children cumulated memory: 1371732 KiB

[startup+222.3 s]
/proc/loadavg: 7.19 6.63 6.70 8/255 71975
/proc/meminfo: memFree=118227148/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=369.71 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 667535 0 0 0 36838 133 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=151.16 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 156717 0 0 0 15077 39 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 369.71 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+282.3 s]
/proc/loadavg: 7.32 6.78 6.75 8/255 71977
/proc/meminfo: memFree=118395908/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=488.79 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 692058 0 0 0 48743 136 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=210.93 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 171076 0 0 0 21053 40 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 488.79 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+342.3 s]
/proc/loadavg: 7.16 6.84 6.77 8/254 71979
/proc/meminfo: memFree=118292160/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=607.93 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 702497 0 0 0 60655 138 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=270.73 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 174420 0 0 0 27032 41 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 607.93 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB


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

/proc/meminfo: memFree=117284700/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=2835.7 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1089524 0 0 0 283388 182 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1377.65 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 345356 0 0 0 137705 60 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 2835.7 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1542.3 s]
/proc/loadavg: 7.39 7.78 7.50 8/255 72082
/proc/meminfo: memFree=117251520/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=2954.77 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1120659 0 0 0 295292 185 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1436.95 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 358752 0 0 0 143634 61 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 2954.77 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1602.3 s]
/proc/loadavg: 7.19 7.65 7.47 8/255 72085
/proc/meminfo: memFree=117203248/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3073.85 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1152921 0 0 0 307196 189 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1496.26 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 370813 0 0 0 149563 63 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3073.85 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1662.3 s]
/proc/loadavg: 7.13 7.55 7.45 8/255 72087
/proc/meminfo: memFree=117237640/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3192.94 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1159243 0 0 0 319105 189 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1555.57 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 375475 0 0 0 155494 63 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3192.94 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1722.3 s]
/proc/loadavg: 7.09 7.46 7.42 8/255 72090
/proc/meminfo: memFree=116887756/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3312.04 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1160031 0 0 0 331014 190 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1614.9 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 375515 0 0 0 161426 64 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3312.04 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1782.3 s]
/proc/loadavg: 7.15 7.41 7.40 8/254 72092
/proc/meminfo: memFree=117273364/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3431.13 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1191535 0 0 0 342920 193 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1674.22 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 388541 0 0 0 167357 65 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3431.13 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

[startup+1842.3 s]
/proc/loadavg: 7.05 7.33 7.37 8/254 72094
/proc/meminfo: memFree=117225328/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3550.26 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1220131 0 0 0 354830 196 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1733.56 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 399768 0 0 0 173290 66 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3550.26 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1867.4 s]
/proc/loadavg: 7.18 7.33 7.37 8/255 72098
/proc/meminfo: memFree=117266932/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1421000 memory=1376844 CPUtime=3600.09 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) R 71910 71913 70730 0 -1 4194304 1223115 0 0 0 359812 197 0 0 20 0 2 0 64094380 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 355250 344211 3520 6655 0 345137 0
[pid=71913/tid=71915] ppid=71910 vsize=1421000 memory=1376844 CPUtime=1758.39 cores=1,3
/proc/71913/task/71915/stat : 71915 (LSIPExact) R 71910 71913 70730 0 -1 4194368 402255 0 0 0 175772 67 0 0 20 0 2 0 64095501 1455104000 344211 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1421000 KiB
Current children cumulated memory: 1376844 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.3 s, system=2.0973 s

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

# cumulated CPU time of all completed processes:  user=3599.93 s, system=2.22501 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1868.8 s]
/proc/loadavg: 7.18 7.33 7.37 7/255 72100
/proc/meminfo: memFree=117291100/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1311124 memory=1215856 CPUtime=3600.3 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) S 71910 71913 70730 0 -1 4194304 1301878 229 0 0 359830 200 0 0 20 0 1 0 64094380 1342590976 303964 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 327781 303964 3552 6655 0 317668 0
[pid=72100] ppid=71913 vsize=230996 memory=223980 CPUtime=1.15 cores=1,3
/proc/72100/stat : 72100 (Exact) R 71913 72100 72100 0 -1 4194304 31425 0 0 0 107 8 0 0 20 0 1 0 64281142 236539904 55995 18446744073709551615 4198400 8335837 140721338221840 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32907264 140721338230964 140721338231325 140721338231325 140721338236879 0
/proc/72100/statm: 57785 55995 928 1011 0 56552 0
Current children cumulated CPU time: 3601.45 s
Current children cumulated vsize: 1542120 KiB
Current children cumulated memory: 1439836 KiB

[startup+1869.2 s]
/proc/loadavg: 7.18 7.33 7.37 7/255 72100
/proc/meminfo: memFree=117167864/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1311124 memory=1215856 CPUtime=3600.3 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) S 71910 71913 70730 0 -1 4194304 1301878 229 0 0 359830 200 0 0 20 0 1 0 64094380 1342590976 303964 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 327781 303964 3552 6655 0 317668 0
[pid=72100] ppid=71913 vsize=278684 memory=268668 CPUtime=1.54 cores=1,3
/proc/72100/stat : 72100 (Exact) R 71913 72100 72100 0 -1 4194304 40256 0 0 0 144 10 0 0 20 0 1 0 64281142 285372416 67167 18446744073709551615 4198400 8335837 140721338221840 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32907264 140721338230964 140721338231325 140721338231325 140721338236879 0
/proc/72100/statm: 69671 67167 960 1011 0 68438 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 1589808 KiB
Current children cumulated memory: 1484524 KiB

[startup+1869.4 s]
/proc/loadavg: 7.18 7.33 7.37 7/255 72100
/proc/meminfo: memFree=117167864/131382116 swapFree=33010684/33010684
[pid=71913] ppid=71910 vsize=1311124 memory=1215856 CPUtime=3600.3 cores=1,3
/proc/71913/stat : 71913 (LSIPExact) S 71910 71913 70730 0 -1 4194304 1301878 229 0 0 359830 200 0 0 20 0 1 0 64094380 1342590976 303964 18446744073709551615 94210215608320 94210242864721 140737051305248 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94210251367560 94210251799168 94210280116224 140737051310426 140737051310602 140737051310602 140737051316204 0
/proc/71913/statm: 327781 303964 3552 6655 0 317668 0
[pid=72100] ppid=71913 vsize=319696 memory=292700 CPUtime=1.75 cores=1,3
/proc/72100/stat : 72100 (Exact) R 71913 72100 72100 0 -1 4194304 44606 0 0 0 163 12 0 0 20 0 1 0 64281142 327368704 73175 18446744073709551615 4198400 8335837 140721338221840 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32907264 140721338230964 140721338231325 140721338231325 140721338236879 0
/proc/72100/statm: 79924 73175 960 1011 0 78691 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 1630820 KiB
Current children cumulated memory: 1508556 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1869.5
CPU time (s): 3602.16
CPU user time (s): 3599.93
CPU system time (s): 2.22501
CPU usage (%): 192.68
Max. virtual memory (cumulated for all children) (KiB): 1630820
Max. memory (cumulated for all children) (KiB): 1508556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.93
system time used= 2.22501
maximum resident set size= 1423280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1346718
page faults= 0
swaps= 0
block input operations= 35800
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 529
involuntary context switches= 60652


# summary of solver processes directly reported to runsolver:
#   pid: 71913,72100
#   total CPU time (s): 3602.16
#   total CPU user time (s): 3599.93
#   total CPU system time (s): 2.22501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.39385 second user time and 10.3445 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 21:22:26
IDJOB=4506261
IDBENCH=158167
IDSOLVER=3336
FILE ID=nodeC011/4506261-1751484146
RUNJOBID= nodeC011-1751477276-70742
SLURM_JOB_ID= 9598512
Free space on /tmp= 430308 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.B.recomb1-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-4506261-1751484146/watcher-4506261-1751484146 -o /tmp/evaluation-result-4506261-1751484146/solver-4506261-1751484146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70742 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506261-1751484146.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 12cd0be09c505dbb73959eca62014461
RANDOM SEED=871995586

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		: 3492.067
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		: 1197.293
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.247
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		: 1197.163
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		: 3592.150
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.178
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		: 3591.862
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		: 3492.164
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:        120019160 kB
MemAvailable:   122155808 kB
Buffers:            3276 kB
Cached:          2938840 kB
SwapCached:            0 kB
Active:          8248332 kB
Inactive:        2510400 kB
Active(anon):    7832472 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2508296 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62548 kB
Writeback:             4 kB
AnonPages:       7817356 kB
Mapped:           141800 kB
Shmem:             17960 kB
KReclaimable:     103852 kB
Slab:             188572 kB
SReclaimable:     103852 kB
SUnreclaim:        84720 kB
KernelStack:        4080 kB
PageTables:        19052 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8765580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3856384 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= 430220 MiB
End job on nodeC011 at 2025-07-02 21:53:36