Trace number 4494624

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 2649.09 1592.51

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100094 s]*
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674264/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=0.09 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 9 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+0.212591 s]*
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674264/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=0.21 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 21 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/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.312626 s]*
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674264/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=0.31 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 31 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/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.70031 s]
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674264/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=0.68 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 68 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 10351 1728 1184 6655 0 586 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6912 KiB

[startup+1.50029 s]
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674272/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=1.48 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 148 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/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.11335 s]
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674272/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=3.09 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 309 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/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.30032 s]
/proc/loadavg: 6.06 6.16 5.75 7/254 12332
/proc/meminfo: memFree=128674288/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=41404 memory=6912 CPUtime=6.27 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 707 0 0 0 627 0 0 0 20 0 1 0 29251483 42397696 1728 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/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.7002 s]
/proc/loadavg: 6.14 6.18 5.76 8/255 12333
/proc/meminfo: memFree=128654316/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=128628 memory=34112 CPUtime=15.3 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 4914 0 0 0 1529 1 0 0 20 0 2 0 29251483 131715072 8528 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 32157 8528 3520 6655 0 6758 0
[pid=12331/tid=12333] ppid=12328 vsize=128628 memory=33984 CPUtime=2.63 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 795 0 0 0 263 0 0 0 20 0 2 0 29252485 131715072 8528 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 128628 KiB
Current children cumulated memory: 34112 KiB

[startup+25.5002 s]
/proc/loadavg: 6.39 6.23 5.78 8/255 12333
/proc/meminfo: memFree=128654316/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=129440 memory=36800 CPUtime=40.74 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 12584 0 0 0 4073 1 0 0 20 0 2 0 29251483 132546560 9200 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 32360 9200 3520 6655 0 7410 0
[pid=12331/tid=12333] ppid=12328 vsize=129440 memory=36672 CPUtime=15.3 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 4150 0 0 0 1530 0 0 0 20 0 2 0 29252485 132546560 9200 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 40.74 s
Current children cumulated vsize: 129440 KiB
Current children cumulated memory: 36800 KiB

[startup+51.1054 s]
/proc/loadavg: 6.60 6.30 5.82 8/255 12334
/proc/meminfo: memFree=128652080/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=129440 memory=37440 CPUtime=91.65 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 15741 0 0 0 9164 1 0 0 20 0 2 0 29251483 132546560 9360 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 32360 9360 3520 6655 0 7562 0
[pid=12331/tid=12333] ppid=12328 vsize=129440 memory=37056 CPUtime=40.66 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 5708 0 0 0 4066 0 0 0 20 0 2 0 29252485 132546560 9360 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 91.65 s
Current children cumulated vsize: 129440 KiB
Current children cumulated memory: 37440 KiB

[startup+102.3 s]
/proc/loadavg: 6.88 6.42 5.89 8/255 12336
/proc/meminfo: memFree=128617960/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=131904 memory=40896 CPUtime=191.07 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 24182 0 0 0 19105 2 0 0 20 0 2 0 29251483 135069696 10224 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 32976 10224 3520 6655 0 8431 0
[pid=12331/tid=12333] ppid=12328 vsize=131904 memory=37568 CPUtime=91.4 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 9364 0 0 0 9140 0 0 0 20 0 2 0 29252485 135069696 10224 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 191.07 s
Current children cumulated vsize: 131904 KiB
Current children cumulated memory: 40896 KiB

[startup+162.3 s]
/proc/loadavg: 6.80 6.49 5.95 7/255 12340
/proc/meminfo: memFree=128528444/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=142524 memory=51648 CPUtime=310.08 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 30269 0 0 0 31005 3 0 0 20 0 2 0 29251483 145944576 12912 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 35631 12912 3520 6655 0 11104 0
[pid=12331/tid=12333] ppid=12328 vsize=142524 memory=37568 CPUtime=151.26 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 10707 0 0 0 15126 0 0 0 20 0 2 0 29252485 145944576 12912 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 310.08 s
Current children cumulated vsize: 142524 KiB
Current children cumulated memory: 51648 KiB

[startup+222.3 s]
/proc/loadavg: 6.34 6.42 5.96 7/255 12342
/proc/meminfo: memFree=128363252/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=142524 memory=52800 CPUtime=428.39 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 38903 0 0 0 42833 6 0 0 20 0 2 0 29251483 145944576 13200 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 35631 13200 3520 6655 0 11388 0
[pid=12331/tid=12333] ppid=12328 vsize=142524 memory=52672 CPUtime=211.01 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 13968 0 0 0 21100 1 0 0 20 0 2 0 29252485 145944576 13200 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 428.39 s
Current children cumulated vsize: 142524 KiB
Current children cumulated memory: 52800 KiB

[startup+282.3 s]
/proc/loadavg: 6.22 6.37 5.98 7/254 12344
/proc/meminfo: memFree=128305216/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=142524 memory=53056 CPUtime=547.67 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 39241 0 0 0 54761 6 0 0 20 0 2 0 29251483 145944576 13264 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 35631 13264 3520 6655 0 11432 0
[pid=12331/tid=12333] ppid=12328 vsize=142524 memory=53056 CPUtime=270.87 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 14120 0 0 0 27086 1 0 0 20 0 2 0 29252485 145944576 13264 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 547.67 s
Current children cumulated vsize: 142524 KiB
Current children cumulated memory: 53056 KiB

[startup+342.3 s]
/proc/loadavg: 6.13 6.31 5.99 7/254 12345
/proc/meminfo: memFree=128248464/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=142524 memory=53568 CPUtime=666.97 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) R 12328 12331 11357 0 -1 4194304 43721 0 0 0 66690 7 0 0 20 0 2 0 29251483 145944576 13392 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 35631 13392 3520 6655 0 11767 0
[pid=12331/tid=12333] ppid=12328 vsize=142524 memory=53056 CPUtime=330.74 cores=5,7
/proc/12331/task/12333/stat : 12333 (LSIPExact) R 12328 12331 11357 0 -1 4194368 15975 0 0 0 33072 2 0 0 20 0 2 0 29252485 145944576 13392 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
Current children cumulated CPU time: 666.97 s
Current children cumulated vsize: 142524 KiB
Current children cumulated memory: 53568 KiB


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

/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 11408 0 0 0 33553 187 0 0 20 0 1 0 29359885 52932608 10213 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 12923 10213 1120 1011 0 11690 0
Current children cumulated CPU time: 2479.3 s
Current children cumulated vsize: 202664 KiB
Current children cumulated memory: 105056 KiB

[startup+1482.3 s]
/proc/loadavg: 5.45 5.59 5.87 6/254 12449
/proc/meminfo: memFree=128698324/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=53412 memory=42452 CPUtime=397.24 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 12709 0 0 0 39504 220 0 0 20 0 1 0 29359885 54693888 10613 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 13353 10613 1120 1011 0 12120 0
Current children cumulated CPU time: 2539.14 s
Current children cumulated vsize: 204384 KiB
Current children cumulated memory: 106656 KiB

[startup+1542.3 s]
/proc/loadavg: 5.22 5.49 5.81 6/253 12451
/proc/meminfo: memFree=128676176/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58404 memory=50184 CPUtime=457.09 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13644 0 0 0 45461 248 0 0 20 0 1 0 29359885 59805696 12546 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14601 12546 1120 1011 0 13368 0
Current children cumulated CPU time: 2598.99 s
Current children cumulated vsize: 209376 KiB
Current children cumulated memory: 114388 KiB

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

# cumulated CPU time of all completed processes:  user=2646.18 s, system=2.90551 s

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

[startup+1561.6 s]
/proc/loadavg: 5.24 5.48 5.80 5/253 12464
/proc/meminfo: memFree=128661032/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58404 memory=50184 CPUtime=476.34 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13644 0 0 0 47377 257 0 0 20 0 1 0 29359885 59805696 12546 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14601 12546 1120 1011 0 13368 0
Current children cumulated CPU time: 2618.24 s
Current children cumulated vsize: 209376 KiB
Current children cumulated memory: 114388 KiB

[startup+1574.4 s]
/proc/loadavg: 5.05 5.43 5.78 5/254 12466
/proc/meminfo: memFree=128659380/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58404 memory=50184 CPUtime=489.11 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13644 0 0 0 48647 264 0 0 20 0 1 0 29359885 59805696 12546 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14601 12546 1120 1011 0 13368 0
Current children cumulated CPU time: 2631.01 s
Current children cumulated vsize: 209376 KiB
Current children cumulated memory: 114388 KiB

[startup+1580.8 s]
/proc/loadavg: 4.88 5.38 5.76 5/254 12466
/proc/meminfo: memFree=128656980/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=495.49 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 49282 267 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2637.39 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1587.2 s]
/proc/loadavg: 4.81 5.36 5.75 5/254 12466
/proc/meminfo: memFree=128652948/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=501.87 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 49916 271 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2643.77 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1590.4 s]
/proc/loadavg: 4.75 5.34 5.74 5/254 12466
/proc/meminfo: memFree=128650884/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=505.07 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 50234 273 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2646.97 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1591.2 s]
/proc/loadavg: 4.75 5.34 5.74 5/254 12466
/proc/meminfo: memFree=128650884/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=505.86 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 50313 273 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2647.76 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1592 s]*
/proc/loadavg: 4.75 5.34 5.74 5/254 12466
/proc/meminfo: memFree=128650884/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=506.68 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 50394 274 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2648.58 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1592.4 s]
/proc/loadavg: 4.75 5.34 5.74 5/254 12466
/proc/meminfo: memFree=128650884/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=507.07 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 50433 274 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2648.97 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

[startup+1592.5 s]
/proc/loadavg: 4.75 5.34 5.74 5/254 12466
/proc/meminfo: memFree=128650884/131382112 swapFree=33010684/33010684
[pid=12331] ppid=12328 vsize=150972 memory=64204 CPUtime=2141.9 cores=5,7
/proc/12331/stat : 12331 (LSIPExact) S 12328 12331 11357 0 -1 4194304 61689 0 0 0 214174 16 0 0 20 0 1 0 29251483 154595328 16051 18446744073709551615 94188265246720 94188292503121 140727576010464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94188301005960 94188301437568 94188333330432 140727576013146 140727576013322 140727576013322 140727576018924 0
/proc/12331/statm: 37743 16051 3552 6655 0 14989 0
[pid=12433] ppid=12331 vsize=58596 memory=50440 CPUtime=507.16 cores=5,7
/proc/12433/stat : 12433 (Exact) R 12331 12433 12433 0 -1 4194304 13692 0 0 0 50442 274 0 0 20 0 1 0 29359885 60002304 12610 18446744073709551615 4198400 8335837 140724902438608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22994944 140724902443195 140724902443549 140724902443549 140724902449103 0
/proc/12433/statm: 14649 12610 1120 1011 0 13416 0
Current children cumulated CPU time: 2649.06 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 114644 KiB

Child status: 0

Real time (s): 1592.51
CPU time (s): 2649.09
CPU user time (s): 2646.18
CPU system time (s): 2.90551
CPU usage (%): 166.346
Max. virtual memory (cumulated for all children) (KiB): 209568
Max. memory (cumulated for all children) (KiB): 114644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2646.18
system time used= 2.90551
maximum resident set size= 66180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75799
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= 339
involuntary context switches= 24392


# summary of solver processes directly reported to runsolver:
#   pid: 12331
#   total CPU time (s): 2649.09
#   total CPU user time (s): 2646.18
#   total CPU system time (s): 2.90551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32817 second user time and 10.438 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 20:35:18
IDJOB=4494624
IDBENCH=147898
IDSOLVER=3337
FILE ID=nodeC012/4494624-1751135717
RUNJOBID= nodeC012-1751133631-11375
SLURM_JOB_ID= 9587412
Free space on /tmp= 432920 MiB

SOLVER NAME= LSIPExact  S2
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-4494624-1751135717/watcher-4494624-1751135717 -o /tmp/evaluation-result-4494624-1751135717/solver-4494624-1751135717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11375 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4494624-1751135717.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=2059004868

nodeC012 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.470
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.39
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		: 3662.459
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.39
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.467
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.39
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.509
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.39
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.300
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128674504 kB
MemAvailable:   128394852 kB
Buffers:            3280 kB
Cached:           532952 kB
SwapCached:            0 kB
Active:          1848808 kB
Inactive:         334956 kB
Active(anon):    1665492 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   334956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44388 kB
Writeback:             0 kB
AnonPages:       1649828 kB
Mapped:           142344 kB
Shmem:             17960 kB
KReclaimable:      83024 kB
Slab:             161368 kB
SReclaimable:      83024 kB
SUnreclaim:        78344 kB
KernelStack:        4108 kB
PageTables:         6768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2097640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC012 at 2025-06-28 21:01:51