Trace number 4495092

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 2303.91 1244.37

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996.opb
MD5SUMa3c0b836e0973314fbcd5a68d5736cb2
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 benchmark3.89419
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 677
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495092-1751136541/watcher-4495092-1751136541 -o /tmp/evaluation-result-4495092-1751136541/solver-4495092-1751136541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11150 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4495092-1751136541.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12734, runsolver pid=12731

[startup+0.100095 s]*
/proc/loadavg: 6.74 6.47 5.63 7/253 12735
/proc/meminfo: memFree=129790724/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=0.1 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 10 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+0.212674 s]*
/proc/loadavg: 6.74 6.47 5.63 7/253 12735
/proc/meminfo: memFree=129790724/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=0.21 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 21 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+0.311947 s]*
/proc/loadavg: 6.74 6.47 5.63 8/253 12735
/proc/meminfo: memFree=129790724/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=0.31 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 31 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+0.700231 s]
/proc/loadavg: 6.74 6.47 5.63 7/253 12735
/proc/meminfo: memFree=129790724/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=0.69 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 69 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+1.50023 s]
/proc/loadavg: 6.74 6.47 5.63 7/253 12735
/proc/meminfo: memFree=129790724/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=1.48 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 148 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+3.11219 s]
/proc/loadavg: 6.74 6.47 5.63 7/253 12735
/proc/meminfo: memFree=129790984/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=3.09 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 309 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+6.30023 s]
/proc/loadavg: 6.68 6.46 5.63 7/253 12735
/proc/meminfo: memFree=129779276/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=41404 memory=6912 CPUtime=6.27 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 709 0 0 0 627 0 0 0 20 0 1 0 29333047 42397696 1728 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+12.7001 s]
/proc/loadavg: 6.63 6.45 5.63 8/254 12737
/proc/meminfo: memFree=129767936/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=128744 memory=33984 CPUtime=15.28 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 4959 0 0 0 1527 1 0 0 20 0 2 0 29333047 131833856 8496 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 32186 8496 3456 6655 0 6856 0
[pid=12734/tid=12737] ppid=12731 vsize=128744 memory=33856 CPUtime=2.63 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 869 0 0 0 263 0 0 0 20 0 2 0 29334048 131833856 8496 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 33984 KiB

[startup+25.5001 s]
/proc/loadavg: 6.71 6.48 5.65 8/254 12737
/proc/meminfo: memFree=129766440/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=128744 memory=35904 CPUtime=40.73 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 11911 0 0 0 4071 2 0 0 20 0 2 0 29333047 131833856 8976 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 32186 8976 3456 6655 0 7258 0
[pid=12734/tid=12737] ppid=12731 vsize=128744 memory=17152 CPUtime=15.31 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 4002 0 0 0 1531 0 0 0 20 0 2 0 29334048 131833856 8976 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 40.73 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 35904 KiB

[startup+51.1051 s]
/proc/loadavg: 6.88 6.54 5.70 8/254 12737
/proc/meminfo: memFree=129763792/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=128744 memory=36416 CPUtime=91.64 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 14866 0 0 0 9159 5 0 0 20 0 2 0 29333047 131833856 9104 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 32186 9104 3456 6655 0 7402 0
[pid=12734/tid=12737] ppid=12731 vsize=128744 memory=36288 CPUtime=40.71 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 5428 0 0 0 4069 2 0 0 20 0 2 0 29334048 131833856 9104 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 91.64 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 36416 KiB

[startup+102.3 s]
/proc/loadavg: 7.33 6.71 5.80 8/255 12740
/proc/meminfo: memFree=129775316/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=131536 memory=41408 CPUtime=191.82 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 22858 0 0 0 19174 8 0 0 20 0 2 0 29333047 134692864 10352 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 32884 10352 3456 6655 0 8563 0
[pid=12734/tid=12737] ppid=12731 vsize=131536 memory=17152 CPUtime=89.87 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 9337 0 0 0 8983 4 0 0 20 0 2 0 29334048 134692864 10352 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 191.82 s
Current children cumulated vsize: 131536 KiB
Current children cumulated memory: 41408 KiB

[startup+162.3 s]
/proc/loadavg: 7.16 6.78 5.88 8/255 12742
/proc/meminfo: memFree=129759672/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=141328 memory=51392 CPUtime=310.92 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 25657 0 0 0 31080 12 0 0 20 0 2 0 29333047 144719872 12848 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 35332 12848 3456 6655 0 11087 0
[pid=12734/tid=12737] ppid=12731 vsize=141328 memory=51264 CPUtime=149.33 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 9527 0 0 0 14926 7 0 0 20 0 2 0 29334048 144719872 12848 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 310.92 s
Current children cumulated vsize: 141328 KiB
Current children cumulated memory: 51392 KiB

[startup+222.3 s]
/proc/loadavg: 7.17 6.85 5.96 8/253 12839
/proc/meminfo: memFree=130132276/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=141328 memory=51520 CPUtime=430.2 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 27811 0 0 0 42999 21 0 0 20 0 2 0 29333047 144719872 12880 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 35332 12880 3456 6655 0 11087 0
[pid=12734/tid=12737] ppid=12731 vsize=141328 memory=14720 CPUtime=208.77 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 10332 0 0 0 20862 15 0 0 20 0 2 0 29334048 144719872 12880 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 430.2 s
Current children cumulated vsize: 141328 KiB
Current children cumulated memory: 51520 KiB

[startup+282.3 s]
/proc/loadavg: 6.64 6.77 6.00 7/253 13123
/proc/meminfo: memFree=130193544/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=141328 memory=52032 CPUtime=549.44 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 28268 0 0 0 54911 33 0 0 20 0 2 0 29333047 144719872 13008 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 35332 13008 3456 6655 0 11345 0
[pid=12734/tid=12737] ppid=12731 vsize=141328 memory=11264 CPUtime=268.17 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 10506 0 0 0 26791 26 0 0 20 0 2 0 29334048 144719872 13008 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 549.44 s
Current children cumulated vsize: 141328 KiB
Current children cumulated memory: 52032 KiB

[startup+342.3 s]
/proc/loadavg: 6.65 6.74 6.04 8/254 13635
/proc/meminfo: memFree=130174432/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=141328 memory=52544 CPUtime=668.61 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 28469 0 0 0 66809 52 0 0 20 0 2 0 29333047 144719872 13136 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 35332 13136 3456 6655 0 11345 0
[pid=12734/tid=12737] ppid=12731 vsize=141328 memory=11264 CPUtime=327.51 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 10617 0 0 0 32706 45 0 0 20 0 2 0 29334048 144719872 13136 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 668.61 s
Current children cumulated vsize: 141328 KiB
Current children cumulated memory: 52544 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=130144344/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=64900 CPUtime=1623.3 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 31849 0 0 0 162246 84 0 0 20 0 2 0 29333047 154746880 16225 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16225 3456 6655 0 15327 0
[pid=12734/tid=12737] ppid=12731 vsize=151120 memory=17152 CPUtime=803.51 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 12490 0 0 0 80276 75 0 0 20 0 2 0 29334048 154746880 16225 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 1623.3 s
Current children cumulated vsize: 151120 KiB
Current children cumulated memory: 64900 KiB

[startup+882.3 s]
/proc/loadavg: 8.08 7.80 6.90 9/255 13948
/proc/meminfo: memFree=130143636/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=65028 CPUtime=1742.67 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 31900 0 0 0 174179 88 0 0 20 0 2 0 29333047 154746880 16257 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16257 3456 6655 0 15377 0
[pid=12734/tid=12737] ppid=12731 vsize=151120 memory=17152 CPUtime=863.03 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 12540 0 0 0 86224 79 0 0 20 0 2 0 29334048 154746880 16257 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 1742.67 s
Current children cumulated vsize: 151120 KiB
Current children cumulated memory: 65028 KiB

[startup+942.3 s]
/proc/loadavg: 8.30 7.93 7.00 9/255 13950
/proc/meminfo: memFree=130136804/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=66564 CPUtime=1862.03 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 31907 0 0 0 186112 91 0 0 20 0 2 0 29333047 154746880 16641 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16641 3456 6655 0 15377 0
[pid=12734/tid=12737] ppid=12731 vsize=151120 memory=66564 CPUtime=922.55 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 12542 0 0 0 92173 82 0 0 20 0 2 0 29334048 154746880 16641 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 1862.03 s
Current children cumulated vsize: 151120 KiB
Current children cumulated memory: 66564 KiB

[startup+1002.3 s]
/proc/loadavg: 8.14 7.96 7.07 9/255 13952
/proc/meminfo: memFree=130121900/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=66564 CPUtime=1981.42 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 31971 0 0 0 198048 94 0 0 20 0 2 0 29333047 154746880 16641 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16641 3456 6655 0 15377 0
[pid=12734/tid=12737] ppid=12731 vsize=151120 memory=66564 CPUtime=982.11 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 12598 0 0 0 98126 85 0 0 20 0 2 0 29334048 154746880 16641 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 1981.42 s
Current children cumulated vsize: 151120 KiB
Current children cumulated memory: 66564 KiB

[startup+1062.3 s]
/proc/loadavg: 8.10 7.98 7.14 9/256 13955
/proc/meminfo: memFree=130095616/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67460 CPUtime=2100.8 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) R 12731 12734 11133 0 -1 4194304 32202 0 0 0 209983 97 0 0 20 0 2 0 29333047 154746880 16865 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16865 3456 6655 0 15645 0
[pid=12734/tid=12737] ppid=12731 vsize=151120 memory=164 CPUtime=1041.67 cores=1,3
/proc/12734/task/12737/stat : 12737 (LSIPExact) R 12731 12734 11133 0 -1 4194368 12829 0 0 0 104079 88 0 0 20 0 2 0 29334048 154746880 16865 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
Current children cumulated CPU time: 2100.8 s
Current children cumulated vsize: 151120 KiB
Current children cumulated memory: 67460 KiB

[startup+1122.3 s]
/proc/loadavg: 7.71 7.91 7.17 8/255 13958
/proc/meminfo: memFree=130078372/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=65764 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16441 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16441 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=43360 memory=29000 CPUtime=38.15 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 4725 0 0 0 3791 24 0 0 20 0 1 0 29441449 44400640 7250 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 10840 7250 1120 1011 0 9607 0
Current children cumulated CPU time: 2182.16 s
Current children cumulated vsize: 194480 KiB
Current children cumulated memory: 94764 KiB

[startup+1182.3 s]
/proc/loadavg: 7.32 7.75 7.16 8/255 13960
/proc/meminfo: memFree=130078088/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=65764 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16441 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16441 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=48384 memory=36024 CPUtime=97.98 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 6785 0 0 0 9741 57 0 0 20 0 1 0 29441449 49545216 9006 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12096 9006 1120 1011 0 10863 0
Current children cumulated CPU time: 2241.99 s
Current children cumulated vsize: 199504 KiB
Current children cumulated memory: 101788 KiB

[startup+1242.3 s]
/proc/loadavg: 7.12 7.61 7.15 8/255 13962
/proc/meminfo: memFree=130057828/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67684 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16921 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16921 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=51552 memory=41304 CPUtime=157.83 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 7580 0 0 0 15693 90 0 0 20 0 1 0 29441449 52789248 10326 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12888 10326 1120 1011 0 11655 0
Current children cumulated CPU time: 2301.84 s
Current children cumulated vsize: 202672 KiB
Current children cumulated memory: 108988 KiB

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

# cumulated CPU time of all completed processes:  user=2302 s, system=1.90968 s

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

[startup+1243.2 s]
/proc/loadavg: 7.12 7.61 7.15 8/255 13962
/proc/meminfo: memFree=130057828/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67684 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16921 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16921 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=51552 memory=41304 CPUtime=158.72 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 7580 0 0 0 15782 90 0 0 20 0 1 0 29441449 52789248 10326 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12888 10326 1120 1011 0 11655 0
Current children cumulated CPU time: 2302.73 s
Current children cumulated vsize: 202672 KiB
Current children cumulated memory: 108988 KiB

[startup+1244 s]*
/proc/loadavg: 7.27 7.64 7.16 8/256 13964
/proc/meminfo: memFree=130023556/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67684 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16921 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16921 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=51552 memory=41304 CPUtime=159.53 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 7584 0 0 0 15862 91 0 0 20 0 1 0 29441449 52789248 10326 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12888 10326 1120 1011 0 11655 0
Current children cumulated CPU time: 2303.54 s
Current children cumulated vsize: 202672 KiB
Current children cumulated memory: 108988 KiB

[startup+1244.2 s]
/proc/loadavg: 7.27 7.64 7.16 8/256 13964
/proc/meminfo: memFree=130023556/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67684 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16921 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16921 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=51552 memory=41304 CPUtime=159.72 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 7584 0 0 0 15881 91 0 0 20 0 1 0 29441449 52789248 10326 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12888 10326 1120 1011 0 11655 0
Current children cumulated CPU time: 2303.73 s
Current children cumulated vsize: 202672 KiB
Current children cumulated memory: 108988 KiB

[startup+1244.3 s]
/proc/loadavg: 7.27 7.64 7.16 8/256 13964
/proc/meminfo: memFree=130023556/131382112 swapFree=33010684/33010684
[pid=12734] ppid=12731 vsize=151120 memory=67684 CPUtime=2144.01 cores=1,3
/proc/12734/stat : 12734 (LSIPExact) S 12731 12734 11133 0 -1 4194304 32247 0 0 0 214302 99 0 0 20 0 1 0 29333047 154746880 16921 18446744073709551615 94802168229888 94802195486289 140726754763296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94802203989128 94802204420736 94802220584960 140726754765146 140726754765322 140726754765322 140726754770924 0
/proc/12734/statm: 37780 16921 3488 6655 0 15645 0
[pid=13956] ppid=12734 vsize=51552 memory=41304 CPUtime=159.82 cores=1,3
/proc/13956/stat : 13956 (Exact) R 12734 13956 13956 0 -1 4194304 7584 0 0 0 15891 91 0 0 20 0 1 0 29441449 52789248 10326 18446744073709551615 4198400 8335837 140723395108848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 13742080 140723395115195 140723395115549 140723395115549 140723395121103 0
/proc/13956/statm: 12888 10326 1120 1011 0 11655 0
Current children cumulated CPU time: 2303.83 s
Current children cumulated vsize: 202672 KiB
Current children cumulated memory: 108988 KiB

Child status: 0

Real time (s): 1244.37
CPU time (s): 2303.91
CPU user time (s): 2302
CPU system time (s): 1.90968
CPU usage (%): 185.147
Max. virtual memory (cumulated for all children) (KiB): 202672
Max. memory (cumulated for all children) (KiB): 108988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2302
system time used= 1.90968
maximum resident set size= 67812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40122
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= 330
involuntary context switches= 90818


# summary of solver processes directly reported to runsolver:
#   pid: 12734
#   total CPU time (s): 2303.91
#   total CPU user time (s): 2302
#   total CPU system time (s): 1.90968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.96396 second user time and 5.19691 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 20:49:01
IDJOB=4495092
IDBENCH=147987
IDSOLVER=3337
FILE ID=nodeC001/4495092-1751136541
RUNJOBID= nodeC001-1751133631-11150
SLURM_JOB_ID= 9587401
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= a3c0b836e0973314fbcd5a68d5736cb2
RANDOM SEED=708189693

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		: 3591.483
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		: 3492.342
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		: 3591.543
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		: 1197.168
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		: 3591.501
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		: 3591.468
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.563
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		: 3591.474
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:        129790724 kB
MemAvailable:   129506256 kB
Buffers:            3280 kB
Cached:           527920 kB
SwapCached:            0 kB
Active:           736772 kB
Inactive:         330020 kB
Active(anon):     553552 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   330020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44764 kB
Writeback:             4 kB
AnonPages:        538664 kB
Mapped:           141960 kB
Shmem:             17960 kB
KReclaimable:      83452 kB
Slab:             161680 kB
SReclaimable:      83452 kB
SUnreclaim:        78228 kB
KernelStack:        4080 kB
PageTables:         4176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     903236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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 21:09:46