Trace number 4494696

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2048.31 1048.87

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219.opb
MD5SUM5cb6b74fefc8a9f17ac95610df8bcc89
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.892307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2027.60/1028.15	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2027.60/1028.15	c numVar: 231
2027.60/1028.15	c numCon: 2707
2027.60/1028.15	c numEqual: 0
2027.60/1028.15	c intSize: 10
2027.60/1028.15	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2027.60/1028.15	c ------------------- Paras list -------------------
2027.60/1028.15	c Name                	 Type      	 Now       	 Default   	 Comment
2027.60/1028.15	c timeout             	 double    	 3600.000000	 3600      	 
2027.60/1028.15	c mip_time            	 double    	 0.300000  	 0.5       	 
2027.60/1028.15	c ls_time             	 double    	 10.000000 	 10        	 
2027.60/1028.15	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2027.60/1028.15	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2027.60/1028.15	c random_seed         	 int       	 0         	 0         	 
2027.60/1028.15	c sample_size         	 int       	 50        	 50        	 
2027.60/1028.15	c sub_score           	 int       	 1         	 1         	 
2027.60/1028.15	c tabu_base           	 int       	 3         	 3         	 
2027.60/1028.15	c tabu_variation      	 int       	 1         	 1         	 
2027.60/1028.15	c sub_div             	 int       	 4         	 4         	 
2027.60/1028.15	c nbcore              	 int       	 2         	 1         	 
2027.60/1028.15	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2027.60/1028.15	c print_sol           	 int       	 1         	 1         	 
2027.60/1028.15	c tmpdir              	 string		 .         	 "."       	 
2027.60/1028.15	c home                	 string		 HOME	 "."       	 
2027.60/1028.15	c benchname           	 string		 HOME/instance-4494696-1751135754.opb	 ""        	 
2027.60/1028.15	c --------------------------------------------------
2027.60/1028.15	c Local Search solver
2027.60/1028.15	c MIP solver
2027.60/1028.15	c MIP solver infeasible
2027.60/1028.15	c use Exact solver
2048.21/1048.86	c Exact infeasible
2048.21/1048.86	s UNSATISFIABLE
2048.21/1048.86	c Total time: 1049

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=12382, runsolver pid=12379

[startup+0.100112 s]*
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125662704/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=0.1 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 10 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.212735 s]*
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125662780/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=0.21 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 21 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.312727 s]*
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125662780/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=0.31 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 31 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.700346 s]
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125662780/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=0.68 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 68 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+1.50035 s]
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125662780/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=1.48 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 148 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+3.11317 s]
/proc/loadavg: 5.08 4.98 4.48 6/253 12383
/proc/meminfo: memFree=125671252/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=3.09 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 309 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+6.30032 s]
/proc/loadavg: 5.07 4.98 4.49 6/253 12383
/proc/meminfo: memFree=125679452/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=41404 memory=6784 CPUtime=6.26 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 706 0 0 0 626 0 0 0 20 0 1 0 29254358 42397696 1696 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+12.7002 s]
/proc/loadavg: 5.07 4.98 4.49 7/254 12384
/proc/meminfo: memFree=125667608/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=128520 memory=33600 CPUtime=15.27 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 4904 0 0 0 1526 1 0 0 20 0 2 0 29254358 131604480 8400 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 32130 8400 3424 6655 0 6785 0
[pid=12382/tid=12384] ppid=12379 vsize=128520 memory=33600 CPUtime=2.62 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 853 0 0 0 262 0 0 0 20 0 2 0 29255359 131604480 8400 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 128520 KiB
Current children cumulated memory: 33600 KiB

[startup+25.5002 s]
/proc/loadavg: 5.28 5.03 4.51 7/254 12384
/proc/meminfo: memFree=125652128/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=128520 memory=35648 CPUtime=40.68 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 9455 0 0 0 4066 2 0 0 20 0 2 0 29254358 131604480 8912 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 32130 8912 3424 6655 0 7203 0
[pid=12382/tid=12384] ppid=12379 vsize=128520 memory=35520 CPUtime=15.27 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 2870 0 0 0 1527 0 0 0 20 0 2 0 29255359 131604480 8912 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 128520 KiB
Current children cumulated memory: 35648 KiB

[startup+51.1056 s]
/proc/loadavg: 5.65 5.14 4.57 7/253 12384
/proc/meminfo: memFree=125648056/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=128520 memory=36160 CPUtime=91.53 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 15265 0 0 0 9150 3 0 0 20 0 2 0 29254358 131604480 9040 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 32130 9040 3424 6655 0 7337 0
[pid=12382/tid=12384] ppid=12379 vsize=128520 memory=35648 CPUtime=40.6 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 5571 0 0 0 4059 1 0 0 20 0 2 0 29255359 131604480 9040 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 91.53 s
Current children cumulated vsize: 128520 KiB
Current children cumulated memory: 36160 KiB

[startup+102.3 s]
/proc/loadavg: 6.28 5.38 4.68 7/253 12386
/proc/meminfo: memFree=125628316/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=129364 memory=37824 CPUtime=193.18 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 22158 0 0 0 19314 4 0 0 20 0 2 0 29254358 132468736 9456 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 32341 9456 3424 6655 0 7789 0
[pid=12382/tid=12384] ppid=12379 vsize=129364 memory=37824 CPUtime=91.23 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 8983 0 0 0 9121 2 0 0 20 0 2 0 29255359 132468736 9456 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 193.18 s
Current children cumulated vsize: 129364 KiB
Current children cumulated memory: 37824 KiB

[startup+162.3 s]
/proc/loadavg: 6.16 5.51 4.77 7/253 12388
/proc/meminfo: memFree=125615108/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=133348 memory=42816 CPUtime=310.95 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 24579 0 0 0 31090 5 0 0 20 0 2 0 29254358 136548352 10704 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 33337 10704 3424 6655 0 9082 0
[pid=12382/tid=12384] ppid=12379 vsize=133348 memory=38976 CPUtime=150.48 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 9368 0 0 0 15046 2 0 0 20 0 2 0 29255359 136548352 10704 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 310.95 s
Current children cumulated vsize: 133348 KiB
Current children cumulated memory: 42816 KiB

[startup+222.3 s]
/proc/loadavg: 6.10 5.62 4.86 7/253 12390
/proc/meminfo: memFree=125601644/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=143548 memory=53952 CPUtime=429.7 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 39988 0 0 0 42963 7 0 0 20 0 2 0 29254358 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 35887 13488 3424 6655 0 11934 0
[pid=12382/tid=12384] ppid=12379 vsize=143548 memory=53824 CPUtime=209.79 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 14953 0 0 0 20976 3 0 0 20 0 2 0 29255359 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 429.7 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 53952 KiB

[startup+282.3 s]
/proc/loadavg: 6.13 5.72 4.94 7/253 12392
/proc/meminfo: memFree=125605860/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=143548 memory=53952 CPUtime=548.84 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 41517 0 0 0 54876 8 0 0 20 0 2 0 29254358 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 35887 13488 3424 6655 0 11934 0
[pid=12382/tid=12384] ppid=12379 vsize=143548 memory=53824 CPUtime=269.12 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 15708 0 0 0 26909 3 0 0 20 0 2 0 29255359 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 548.84 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 53952 KiB

[startup+342.3 s]
/proc/loadavg: 6.10 5.79 5.02 7/253 12394
/proc/meminfo: memFree=125618340/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=143548 memory=53952 CPUtime=667.98 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 41803 0 0 0 66789 9 0 0 20 0 2 0 29254358 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 35887 13488 3424 6655 0 11934 0
[pid=12382/tid=12384] ppid=12379 vsize=143548 memory=53952 CPUtime=328.47 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 15847 0 0 0 32843 4 0 0 20 0 2 0 29255359 146993152 13488 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 667.98 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 53952 KiB

[startup+402.3 s]

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

/proc/loadavg: 7.01 6.49 5.61 8/254 12643
/proc/meminfo: memFree=126607556/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=67292 CPUtime=1501.85 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 60918 0 0 0 150165 20 0 0 20 0 2 0 29254358 156307456 16823 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 16823 3424 6655 0 15716 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=17152 CPUtime=743.75 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 24987 0 0 0 74366 9 0 0 20 0 2 0 29255359 156307456 16823 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 1501.85 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 67292 KiB

[startup+822.3 s]
/proc/loadavg: 6.76 6.50 5.67 8/254 12737
/proc/meminfo: memFree=129767872/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=68828 CPUtime=1621.16 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 64453 0 0 0 162092 24 0 0 20 0 2 0 29254358 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17207 3424 6655 0 15716 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=67292 CPUtime=803.21 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 26816 0 0 0 80310 11 0 0 20 0 2 0 29255359 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 1621.16 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 68828 KiB

[startup+882.3 s]
/proc/loadavg: 7.36 6.70 5.79 8/255 12740
/proc/meminfo: memFree=129775992/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=68828 CPUtime=1740.52 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 64455 0 0 0 174028 24 0 0 20 0 2 0 29254358 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17207 3424 6655 0 15716 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=67292 CPUtime=862.71 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 26816 0 0 0 86260 11 0 0 20 0 2 0 29255359 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 1740.52 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 68828 KiB

[startup+942.3 s]
/proc/loadavg: 7.18 6.78 5.87 8/255 12742
/proc/meminfo: memFree=129759672/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=68828 CPUtime=1859.85 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 64457 0 0 0 185960 25 0 0 20 0 2 0 29254358 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17207 3424 6655 0 15716 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=68828 CPUtime=922.17 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 26816 0 0 0 92206 11 0 0 20 0 2 0 29255359 156307456 17207 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 1859.85 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 68828 KiB

[startup+1002.3 s]
/proc/loadavg: 7.18 6.85 5.96 8/253 12793
/proc/meminfo: memFree=130128776/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=68956 CPUtime=1979.17 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 64490 0 0 0 197892 25 0 0 20 0 2 0 29254358 156307456 17239 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17239 3424 6655 0 15876 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=17152 CPUtime=981.65 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) R 12379 12382 11133 0 -1 4194368 26849 0 0 0 98154 11 0 0 20 0 2 0 29255359 156307456 17239 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 1979.17 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 68956 KiB

[startup+1048.87 s]
# the end of solver process 12382 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2047.9 s, system=0.407037 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1024 s]*
/proc/loadavg: 7.13 6.86 5.98 7/253 12886
/proc/meminfo: memFree=130128576/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=68956 CPUtime=2021.29 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) R 12379 12382 11133 0 -1 4194304 64490 0 0 0 202104 25 0 0 20 0 2 0 29254358 156307456 17239 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17239 3424 6655 0 15876 0
[pid=12382/tid=12384] ppid=12379 vsize=152644 memory=-6152597059547533669 CPUtime=1002.11 cores=5,7
/proc/12382/task/12384/stat : 12384 (LSIPExact) S 12379 12382 11133 0 -1 4194368 26849 0 0 0 100200 11 0 0 20 0 2 0 29255359 156307456 17239 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
Current children cumulated CPU time: 2021.29 s
Current children cumulated vsize: 152644 KiB
Current children cumulated memory: 68956 KiB

[startup+1036.8 s]
/proc/loadavg: 6.96 6.83 5.99 7/254 12937
/proc/meminfo: memFree=130123324/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=67060 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 16765 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 16765 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=37480 memory=20536 CPUtime=8.6 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 3568 0 0 0 853 7 0 0 20 0 1 0 29357173 38379520 5134 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 9370 5134 1120 1011 0 8137 0
Current children cumulated CPU time: 2036.25 s
Current children cumulated vsize: 190124 KiB
Current children cumulated memory: 87596 KiB

[startup+1043.2 s]
/proc/loadavg: 6.88 6.82 5.99 7/254 12938
/proc/meminfo: memFree=130111104/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=69108 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 17277 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17277 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=40804 memory=25384 CPUtime=14.98 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 4278 0 0 0 1487 11 0 0 20 0 1 0 29357173 41783296 6346 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 10201 6346 1120 1011 0 8968 0
Current children cumulated CPU time: 2042.63 s
Current children cumulated vsize: 193448 KiB
Current children cumulated memory: 94492 KiB

[startup+1046.4 s]
/proc/loadavg: 6.89 6.82 6.00 7/255 12939
/proc/meminfo: memFree=130106820/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=69108 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 17277 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17277 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=41316 memory=25896 CPUtime=18.17 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 4416 0 0 0 1804 13 0 0 20 0 1 0 29357173 42307584 6474 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 10329 6474 1120 1011 0 9096 0
Current children cumulated CPU time: 2045.82 s
Current children cumulated vsize: 193960 KiB
Current children cumulated memory: 95004 KiB

[startup+1048 s]*
/proc/loadavg: 6.89 6.82 6.00 7/255 12939
/proc/meminfo: memFree=130102788/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=69108 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 17277 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17277 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=43132 memory=29540 CPUtime=19.78 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 4805 0 0 0 1964 14 0 0 20 0 1 0 29357173 44167168 7385 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 10783 7385 1120 1011 0 9550 0
Current children cumulated CPU time: 2047.43 s
Current children cumulated vsize: 195776 KiB
Current children cumulated memory: 98648 KiB

[startup+1048.4 s]
/proc/loadavg: 6.89 6.82 6.00 7/255 12939
/proc/meminfo: memFree=130102788/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=69108 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 17277 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17277 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=43132 memory=29540 CPUtime=20.17 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 4806 0 0 0 2003 14 0 0 20 0 1 0 29357173 44167168 7385 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 10783 7385 1120 1011 0 9550 0
Current children cumulated CPU time: 2047.82 s
Current children cumulated vsize: 195776 KiB
Current children cumulated memory: 98648 KiB

[startup+1048.8 s]
/proc/loadavg: 6.89 6.82 6.00 7/255 12939
/proc/meminfo: memFree=130102788/131382112 swapFree=33010684/33010684
[pid=12382] ppid=12379 vsize=152644 memory=69108 CPUtime=2027.65 cores=5,7
/proc/12382/stat : 12382 (LSIPExact) S 12379 12382 11133 0 -1 4194304 64532 0 0 0 202740 25 0 0 20 0 1 0 29254358 156307456 17277 18446744073709551615 94029263269888 94029290526289 140733691210432 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94029299029128 94029299460736 94029332049920 140733691218266 140733691218442 140733691218442 140733691224044 0
/proc/12382/statm: 38161 17277 3424 6655 0 15876 0
[pid=12887] ppid=12382 vsize=43132 memory=29540 CPUtime=20.56 cores=5,7
/proc/12887/stat : 12887 (Exact) R 12382 12887 12887 0 -1 4194304 4807 0 0 0 2042 14 0 0 20 0 1 0 29357173 44167168 7385 18446744073709551615 4198400 8335837 140730255031632 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27242496 140730255038651 140730255039005 140730255039005 140730255044559 0
/proc/12887/statm: 10783 7385 1120 1011 0 9550 0
Current children cumulated CPU time: 2048.21 s
Current children cumulated vsize: 195776 KiB
Current children cumulated memory: 98648 KiB

Child status: 0

Real time (s): 1048.87
CPU time (s): 2048.31
CPU user time (s): 2047.9
CPU system time (s): 0.407037
CPU usage (%): 195.288
Max. virtual memory (cumulated for all children) (KiB): 195776
Max. memory (cumulated for all children) (KiB): 98648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2047.9
system time used= 0.407037
maximum resident set size= 69108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 355
involuntary context switches= 31137


# summary of solver processes directly reported to runsolver:
#   pid: 12382
#   total CPU time (s): 2048.31
#   total CPU user time (s): 2047.9
#   total CPU system time (s): 0.407037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26789 second user time and 4.80707 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 20:35:54
IDJOB=4494696
IDBENCH=147910
IDSOLVER=3337
FILE ID=nodeC001/4494696-1751135754
RUNJOBID= nodeC001-1751133631-11151
SLURM_JOB_ID= 9587401
Free space on /tmp= 432880 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584219.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494696-1751135754/watcher-4494696-1751135754 -o /tmp/evaluation-result-4494696-1751135754/solver-4494696-1751135754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11151 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4494696-1751135754.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5cb6b74fefc8a9f17ac95610df8bcc89
RANDOM SEED=1434631096

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125662704 kB
MemAvailable:   125424888 kB
Buffers:            3280 kB
Cached:           574608 kB
SwapCached:            0 kB
Active:          4778476 kB
Inactive:         376708 kB
Active(anon):    4595256 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   376708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44720 kB
Writeback:             4 kB
AnonPages:       4578392 kB
Mapped:           145424 kB
Shmem:             17960 kB
KReclaimable:      83380 kB
Slab:             161456 kB
SReclaimable:      83380 kB
SUnreclaim:        78076 kB
KernelStack:        4080 kB
PageTables:        12228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5402268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2942976 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC001 at 2025-06-28 20:53:24