Trace number 4494623

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 S1UNSAT 2193.88 1492.54

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
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 benchmark2.15436
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 625
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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=11955, runsolver pid=11952

[startup+0.100048 s]*
/proc/loadavg: 2.58 0.85 0.35 4/255 11957
/proc/meminfo: memFree=129460544/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=0.08 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 8 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.205696 s]*
/proc/loadavg: 2.58 0.85 0.35 3/258 11961
/proc/meminfo: memFree=129460800/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=0.18 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 18 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.305914 s]*
/proc/loadavg: 2.58 0.85 0.35 4/260 11966
/proc/meminfo: memFree=129452876/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=0.27 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 27 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.700166 s]
/proc/loadavg: 2.58 0.85 0.35 4/260 11966
/proc/meminfo: memFree=129327404/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=0.65 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 65 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+1.50016 s]
/proc/loadavg: 2.58 0.85 0.35 4/260 11966
/proc/meminfo: memFree=129190688/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=1.45 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 145 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+3.10557 s]
/proc/loadavg: 2.58 0.85 0.35 4/260 11966
/proc/meminfo: memFree=128899992/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=3.05 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 305 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+6.30016 s]
/proc/loadavg: 2.61 0.88 0.36 4/260 11966
/proc/meminfo: memFree=128970100/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=41404 memory=6784 CPUtime=6.24 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 706 0 0 0 624 0 0 0 20 0 1 0 29046951 42397696 1696 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+12.7002 s]
/proc/loadavg: 2.64 0.92 0.38 5/263 11999
/proc/meminfo: memFree=128527180/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=129536 memory=33912 CPUtime=15.24 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 5083 0 0 0 1523 1 0 0 20 0 2 0 29046951 132644864 8478 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 32384 8478 3328 6655 0 6985 0
[pid=11955/tid=11998] ppid=11952 vsize=129536 memory=33400 CPUtime=2.62 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 795 0 0 0 262 0 0 0 20 0 2 0 29047954 132644864 8478 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 129536 KiB
Current children cumulated memory: 33912 KiB

[startup+25.5002 s]
/proc/loadavg: 3.01 1.09 0.44 6/263 12045
/proc/meminfo: memFree=128033636/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=129536 memory=35960 CPUtime=40.67 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 14344 0 0 0 4064 3 0 0 20 0 2 0 29046951 132644864 8990 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 32384 8990 3328 6655 0 7425 0
[pid=11955/tid=11998] ppid=11952 vsize=129536 memory=35960 CPUtime=15.29 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 4825 0 0 0 1529 0 0 0 20 0 2 0 29047954 132644864 8990 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 129536 KiB
Current children cumulated memory: 35960 KiB

[startup+51.105 s]
/proc/loadavg: 3.69 1.40 0.56 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=129536 memory=36600 CPUtime=91.52 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 18080 0 0 0 9146 6 0 0 20 0 2 0 29046951 132644864 9150 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 32384 9150 3328 6655 0 7551 0
[pid=11955/tid=11998] ppid=11952 vsize=129536 memory=36600 CPUtime=40.65 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 6703 0 0 0 4064 1 0 0 20 0 2 0 29047954 132644864 9150 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 91.52 s
Current children cumulated vsize: 129536 KiB
Current children cumulated memory: 36600 KiB

[startup+102.3 s]
/proc/loadavg: 5.04 2.13 0.86 7/264 12140
/proc/meminfo: memFree=127508288/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=131948 memory=39928 CPUtime=191.67 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 26208 0 0 0 19160 7 0 0 20 0 2 0 29046951 135114752 9982 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 32987 9982 3328 6655 0 8414 0
[pid=11955/tid=11998] ppid=11952 vsize=131948 memory=-6514855354574147939 CPUtime=91.36 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 9915 0 0 0 9134 2 0 0 20 0 2 0 29047954 135114752 9982 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 191.67 s
Current children cumulated vsize: 131948 KiB
Current children cumulated memory: 39928 KiB

[startup+162.3 s]
/proc/loadavg: 5.66 2.85 1.19 7/264 12142
/proc/meminfo: memFree=127205652/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=142544 memory=50808 CPUtime=309.74 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 31027 0 0 0 30966 8 0 0 20 0 2 0 29046951 145965056 12702 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 35636 12702 3328 6655 0 11109 0
[pid=11955/tid=11998] ppid=11952 vsize=142544 memory=50680 CPUtime=150.75 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 10364 0 0 0 15073 2 0 0 20 0 2 0 29047954 145965056 12702 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 309.74 s
Current children cumulated vsize: 142544 KiB
Current children cumulated memory: 50808 KiB

[startup+222.3 s]
/proc/loadavg: 5.92 3.44 1.50 7/264 12144
/proc/meminfo: memFree=126800168/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=142544 memory=51832 CPUtime=428.96 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 39652 0 0 0 42886 10 0 0 20 0 2 0 29046951 145965056 12958 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 35636 12958 3328 6655 0 11385 0
[pid=11955/tid=11998] ppid=11952 vsize=142544 memory=51832 CPUtime=210.13 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 14085 0 0 0 21010 3 0 0 20 0 2 0 29047954 145965056 12958 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 428.96 s
Current children cumulated vsize: 142544 KiB
Current children cumulated memory: 51832 KiB

[startup+282.3 s]
/proc/loadavg: 6.08 3.94 1.79 7/260 12146
/proc/meminfo: memFree=126883364/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=142544 memory=52088 CPUtime=548.19 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 40530 0 0 0 54809 10 0 0 20 0 2 0 29046951 145965056 13022 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 35636 13022 3328 6655 0 11435 0
[pid=11955/tid=11998] ppid=11952 vsize=142544 memory=52088 CPUtime=269.52 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 14722 0 0 0 26949 3 0 0 20 0 2 0 29047954 145965056 13022 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 548.19 s
Current children cumulated vsize: 142544 KiB
Current children cumulated memory: 52088 KiB

[startup+342.3 s]
/proc/loadavg: 6.08 4.33 2.06 7/260 12149
/proc/meminfo: memFree=126811844/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=142544 memory=52600 CPUtime=667.39 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) R 11952 11955 11488 0 -1 4194304 41117 0 0 0 66729 10 0 0 20 0 2 0 29046951 145965056 13150 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 35636 13150 3328 6655 0 11764 0
[pid=11955/tid=11998] ppid=11952 vsize=142544 memory=52088 CPUtime=328.9 cores=4,6
/proc/11955/task/11998/stat : 11998 (LSIPExact) R 11952 11955 11488 0 -1 4194368 14966 0 0 0 32887 3 0 0 20 0 2 0 29047954 145965056 13150 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
Current children cumulated CPU time: 667.39 s
Current children cumulated vsize: 142544 KiB
Current children cumulated memory: 52600 KiB

[startup+402.3 s]

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

/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 11923 0 1 0 51291 176 0 0 20 0 1 0 29119554 53030912 10304 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 12947 10304 1120 1011 0 11714 0
Current children cumulated CPU time: 1944.38 s
Current children cumulated vsize: 202284 KiB
Current children cumulated memory: 104928 KiB

[startup+1302.3 s]
/proc/loadavg: 4.06 4.30 3.76 5/260 12245
/proc/meminfo: memFree=126088480/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=53412 memory=42720 CPUtime=574.51 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 12750 0 1 0 57252 199 0 0 20 0 1 0 29119554 54693888 10680 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 13353 10680 1120 1011 0 12120 0
Current children cumulated CPU time: 2004.22 s
Current children cumulated vsize: 203908 KiB
Current children cumulated memory: 106432 KiB

[startup+1362.3 s]
/proc/loadavg: 4.12 4.27 3.79 5/261 12248
/proc/meminfo: memFree=126062860/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=53796 memory=43104 CPUtime=634.31 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 12846 0 1 0 63213 218 0 0 20 0 1 0 29119554 55087104 10776 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 13449 10776 1120 1011 0 12216 0
Current children cumulated CPU time: 2064.02 s
Current children cumulated vsize: 204292 KiB
Current children cumulated memory: 106816 KiB

[startup+1422.3 s]
/proc/loadavg: 4.10 4.24 3.82 5/261 12250
/proc/meminfo: memFree=126046116/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58404 memory=50224 CPUtime=694.12 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13622 0 1 0 69177 235 0 0 20 0 1 0 29119554 59805696 12556 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14601 12556 1120 1011 0 13368 0
Current children cumulated CPU time: 2123.83 s
Current children cumulated vsize: 208900 KiB
Current children cumulated memory: 113936 KiB

[startup+1482.3 s]
/proc/loadavg: 3.95 4.17 3.82 4/261 12253
/proc/meminfo: memFree=125635424/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=753.94 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 75139 255 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2183.65 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

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

# cumulated CPU time of all completed processes:  user=2191.14 s, system=2.74409 s

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

[startup+1484.8 s]
/proc/loadavg: 3.88 4.15 3.82 4/261 12253
/proc/meminfo: memFree=125646896/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=756.43 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 75387 256 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2186.14 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1488 s]*
/proc/loadavg: 3.88 4.15 3.82 4/261 12253
/proc/meminfo: memFree=125636692/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=759.63 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 75706 257 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2189.34 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1489.6 s]
/proc/loadavg: 3.81 4.13 3.81 4/261 12253
/proc/meminfo: memFree=125644468/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=761.22 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 75864 258 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2190.93 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1491.2 s]
/proc/loadavg: 3.81 4.13 3.81 4/261 12253
/proc/meminfo: memFree=125634240/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=762.82 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 76023 259 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2192.53 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1492 s]*
/proc/loadavg: 3.81 4.13 3.81 4/261 12253
/proc/meminfo: memFree=125634240/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=763.61 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 76102 259 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2193.32 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1492.4 s]
/proc/loadavg: 3.81 4.13 3.81 4/261 12253
/proc/meminfo: memFree=125634240/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=764.01 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 76141 260 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2193.72 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

[startup+1492.5 s]
/proc/loadavg: 3.81 4.13 3.81 4/261 12253
/proc/meminfo: memFree=125634240/131249996 swapFree=33010684/33010684
[pid=11955] ppid=11952 vsize=150496 memory=63712 CPUtime=1429.71 cores=4,6
/proc/11955/stat : 11955 (LSIPExact) S 11952 11955 11488 0 -1 4194304 54595 0 0 0 142958 13 0 0 20 0 1 0 29046951 154107904 15928 18446744073709551615 93956557557760 93956584814161 140731483579776 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93956593317000 93956593748608 93956601290752 140731483584858 140731483585034 140731483585034 140731483590636 0
/proc/11955/statm: 37624 15928 3360 6655 0 14702 0
[pid=12170] ppid=11955 vsize=58596 memory=50480 CPUtime=764.11 cores=4,6
/proc/12170/stat : 12170 (Exact) R 11955 12170 12170 0 -1 4194304 13679 0 1 0 76151 260 0 0 20 0 1 0 29119554 60002304 12620 18446744073709551615 4198400 8335837 140734528501152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44969984 140734528506043 140734528506397 140734528506397 140734528511951 0
/proc/12170/statm: 14649 12620 1120 1011 0 13416 0
Current children cumulated CPU time: 2193.82 s
Current children cumulated vsize: 209092 KiB
Current children cumulated memory: 114192 KiB

Child status: 0

Real time (s): 1492.54
CPU time (s): 2193.88
CPU user time (s): 2191.14
CPU system time (s): 2.74409
CPU usage (%): 146.99
Max. virtual memory (cumulated for all children) (KiB): 209092
Max. memory (cumulated for all children) (KiB): 114192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2191.14
system time used= 2.74409
maximum resident set size= 63712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68436
page faults= 1
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318
involuntary context switches= 17114


# summary of solver processes directly reported to runsolver:
#   pid: 11955
#   total CPU time (s): 2193.88
#   total CPU user time (s): 2191.14
#   total CPU system time (s): 2.74409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.07656 second user time and 7.16462 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 20:01:32
IDJOB=4494623
IDBENCH=147898
IDSOLVER=3336
FILE ID=nodeC017/4494623-1751133691
RUNJOBID= nodeC017-1751133631-11504
SLURM_JOB_ID= 9587417
Free space on /tmp= 432880 MiB

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

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=1132775857

nodeC017 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	: 0xb00002a
cpu MHz		: 3600.062
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.057
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3603.088
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3603.384
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.059
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129461036 kB
MemAvailable:   129244008 kB
Buffers:            3280 kB
Cached:           606204 kB
SwapCached:            0 kB
Active:           289324 kB
Inactive:         399644 kB
Active(anon):      97564 kB
Inactive(anon):        0 kB
Active(file):     191760 kB
Inactive(file):   399644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            207708 kB
Writeback:             8 kB
AnonPages:         82648 kB
Mapped:           103124 kB
Shmem:             18080 kB
KReclaimable:      61216 kB
Slab:             142556 kB
SReclaimable:      61216 kB
SUnreclaim:        81340 kB
KernelStack:        4144 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     347740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432844 MiB
End job on nodeC017 at 2025-06-28 20:26:25