Trace number 4507111

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 S1? (TO) 3600.14 2917.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K196.opb
MD5SUM8df9702f370312ff59707c84e3b82f3b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.0327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1414.39/726.10	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1414.39/726.10	c numVar: 23324
1414.39/726.10	c numCon: 23718
1414.39/726.10	c numEqual: 0
1414.39/726.10	c intSize: 8
1414.39/726.10	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1414.39/726.10	c ------------------- Paras list -------------------
1414.39/726.10	c Name                	 Type      	 Now       	 Default   	 Comment
1414.39/726.10	c timeout             	 double    	 3600.000000	 3600      	 
1414.39/726.10	c mip_time            	 double    	 0.200000  	 0.5       	 
1414.39/726.10	c ls_time             	 double    	 10.000000 	 10        	 
1414.39/726.10	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1414.39/726.10	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1414.39/726.10	c random_seed         	 int       	 0         	 0         	 
1414.39/726.10	c sample_size         	 int       	 50        	 50        	 
1414.39/726.10	c sub_score           	 int       	 1         	 1         	 
1414.39/726.10	c tabu_base           	 int       	 3         	 3         	 
1414.39/726.10	c tabu_variation      	 int       	 1         	 1         	 
1414.39/726.10	c sub_div             	 int       	 4         	 4         	 
1414.39/726.10	c nbcore              	 int       	 2         	 1         	 
1414.39/726.10	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1414.39/726.10	c print_sol           	 int       	 1         	 1         	 
1414.39/726.10	c tmpdir              	 string		 .         	 "."       	 
1414.39/726.10	c home                	 string		 HOME	 "."       	 
1414.39/726.10	c benchname           	 string		 HOME/instance-4507111-1751135279.opb	 ""        	 
1414.39/726.10	c --------------------------------------------------
1414.39/726.10	c Local Search solver
1414.39/726.10	c MIP solver
1414.39/726.10	c use Exact solver
3600.09/2917.50	c receive signal 15, try to interrupt solver...
1414.39/2917.61	c Exact solver (PID 13528) interrupted gracefully.
1414.39/2917.63	s UNKNOWN
1414.39/2917.63	c Total time: 2918

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: 63708 MiB (46601 MiB free)
  memory of node 1: 64465 MiB (63803 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=13488, runsolver pid=13485

[startup+0.100066 s]*
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113023700/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=0.08 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 8 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+0.205865 s]*
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113023700/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=0.18 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 18 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+0.305875 s]*
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113023700/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=0.28 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 28 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+0.70018 s]
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113015636/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=0.67 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 67 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+1.50017 s]
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113015636/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=1.47 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 147 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+3.10578 s]
/proc/loadavg: 5.29 6.22 5.70 6/266 13489
/proc/meminfo: memFree=113004124/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=3.06 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 306 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+6.30017 s]
/proc/loadavg: 5.27 6.19 5.69 6/266 13489
/proc/meminfo: memFree=113012864/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=71148 memory=36480 CPUtime=6.25 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 8112 0 0 0 625 0 0 0 20 0 1 0 29205462 72855552 9120 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 17787 9120 1184 6655 0 8022 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 71148 KiB
Current children cumulated memory: 36480 KiB

[startup+12.7002 s]
/proc/loadavg: 5.25 6.17 5.69 7/267 13490
/proc/meminfo: memFree=112908920/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=241888 memory=163240 CPUtime=14.58 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 38893 0 0 0 1453 5 0 0 20 0 2 0 29205462 247693312 40810 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 60472 40810 3392 6655 0 40723 0
[pid=13488/tid=13490] ppid=13485 vsize=241888 memory=162856 CPUtime=1.99 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 6426 0 0 0 198 1 0 0 20 0 2 0 29206468 247693312 40810 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 241888 KiB
Current children cumulated memory: 163240 KiB

[startup+25.5002 s]
/proc/loadavg: 5.41 6.17 5.70 7/267 13490
/proc/meminfo: memFree=112885008/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=244636 memory=168872 CPUtime=39.99 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 50567 0 0 0 3992 7 0 0 20 0 2 0 29205462 250507264 42218 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 61159 42218 3424 6655 0 42089 0
[pid=13488/tid=13490] ppid=13485 vsize=244636 memory=168872 CPUtime=14.64 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 8924 0 0 0 1463 1 0 0 20 0 2 0 29206468 250507264 42218 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 39.99 s
Current children cumulated vsize: 244636 KiB
Current children cumulated memory: 168872 KiB

[startup+51.1059 s]
/proc/loadavg: 5.45 6.12 5.69 6/267 13491
/proc/meminfo: memFree=112880920/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=244900 memory=169128 CPUtime=75.99 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 59120 0 0 0 7591 8 0 0 20 0 2 0 29205462 250777600 42282 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 61225 42282 3424 6655 0 42155 0
[pid=13488/tid=13490] ppid=13485 vsize=244900 memory=17408 CPUtime=25.14 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) S 13485 13488 12362 0 -1 4194368 9031 0 0 0 2513 1 0 0 20 0 2 0 29206468 250777600 42282 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 75.99 s
Current children cumulated vsize: 244900 KiB
Current children cumulated memory: 169128 KiB

[startup+102.3 s]
/proc/loadavg: 5.81 6.11 5.72 7/267 13493
/proc/meminfo: memFree=112777788/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=291536 memory=214528 CPUtime=177.43 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 104123 0 0 0 17731 12 0 0 20 0 2 0 29205462 298532864 53632 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 72884 53632 3456 6655 0 54789 0
[pid=13488/tid=13490] ppid=13485 vsize=291536 memory=214528 CPUtime=75.64 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 23677 0 0 0 7561 3 0 0 20 0 2 0 29206468 298532864 53632 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 177.43 s
Current children cumulated vsize: 291536 KiB
Current children cumulated memory: 214528 KiB

[startup+162.3 s]
/proc/loadavg: 6.05 6.12 5.75 7/267 13495
/proc/meminfo: memFree=112488936/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=292064 memory=215296 CPUtime=296.35 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 108373 0 0 0 29622 13 0 0 20 0 2 0 29205462 299073536 53824 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 73016 53824 3488 6655 0 54921 0
[pid=13488/tid=13490] ppid=13485 vsize=292064 memory=214528 CPUtime=134.86 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 23703 0 0 0 13483 3 0 0 20 0 2 0 29206468 299073536 53824 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 296.35 s
Current children cumulated vsize: 292064 KiB
Current children cumulated memory: 215296 KiB

[startup+222.3 s]
/proc/loadavg: 6.07 6.11 5.77 7/268 13499
/proc/meminfo: memFree=112363420/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=323960 memory=243244 CPUtime=415.27 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 138642 0 0 0 41512 15 0 0 20 0 2 0 29205462 331735040 60811 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 80990 60811 3488 6655 0 62895 0
[pid=13488/tid=13490] ppid=13485 vsize=323960 memory=223488 CPUtime=194.09 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 32095 0 0 0 19405 4 0 0 20 0 2 0 29206468 331735040 60811 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 415.27 s
Current children cumulated vsize: 323960 KiB
Current children cumulated memory: 243244 KiB

[startup+282.3 s]
/proc/loadavg: 6.07 6.11 5.80 7/269 13506
/proc/meminfo: memFree=112347432/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=327364 memory=249644 CPUtime=534.2 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 151260 0 0 0 53403 17 0 0 20 0 2 0 29205462 335220736 62411 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 81841 62411 3520 6655 0 63746 0
[pid=13488/tid=13490] ppid=13485 vsize=327364 memory=249644 CPUtime=253.32 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 36308 0 0 0 25328 4 0 0 20 0 2 0 29206468 335220736 62411 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 534.2 s
Current children cumulated vsize: 327364 KiB
Current children cumulated memory: 249644 KiB

[startup+342.3 s]
/proc/loadavg: 6.34 6.19 5.85 7/269 13510
/proc/meminfo: memFree=112324852/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=327364 memory=249644 CPUtime=653.12 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) R 13485 13488 12362 0 -1 4194304 151271 0 0 0 65295 17 0 0 20 0 2 0 29205462 335220736 62411 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 81841 62411 3520 6655 0 63746 0
[pid=13488/tid=13490] ppid=13485 vsize=327364 memory=249644 CPUtime=312.54 cores=5,7
/proc/13488/task/13490/stat : 13490 (LSIPExact) R 13485 13488 12362 0 -1 4194368 36315 0 0 0 31250 4 0 0 20 0 2 0 29206468 335220736 62411 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
Current children cumulated CPU time: 653.12 s
Current children cumulated vsize: 327364 KiB
Current children cumulated memory: 249644 KiB


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

Current children cumulated memory: 759288 KiB

[startup+2382.3 s]
/proc/loadavg: 5.11 5.42 5.27 6/268 13717
/proc/meminfo: memFree=128538004/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=511208 memory=496492 CPUtime=1651.82 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 73911 0 0 0 165049 133 0 0 20 0 1 0 29278072 523476992 124123 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 127802 124123 1120 1011 0 126569 0
Current children cumulated CPU time: 3066.21 s
Current children cumulated vsize: 846060 KiB
Current children cumulated memory: 765076 KiB

[startup+2442.3 s]
/proc/loadavg: 5.16 5.37 5.27 6/268 13719
/proc/meminfo: memFree=128503596/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=636004 memory=519280 CPUtime=1711.65 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 75111 0 0 0 171029 136 0 0 20 0 1 0 29278072 651268096 129820 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 159001 129820 1120 1011 0 157768 0
Current children cumulated CPU time: 3126.04 s
Current children cumulated vsize: 970856 KiB
Current children cumulated memory: 787864 KiB

[startup+2502.3 s]
/proc/loadavg: 5.12 5.32 5.25 6/268 13722
/proc/meminfo: memFree=128492624/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=638916 memory=523224 CPUtime=1771.48 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 75460 0 0 0 177012 136 0 0 20 0 1 0 29278072 654249984 130806 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 159729 130806 1120 1011 0 158496 0
Current children cumulated CPU time: 3185.87 s
Current children cumulated vsize: 973768 KiB
Current children cumulated memory: 791808 KiB

[startup+2562.3 s]
/proc/loadavg: 4.70 5.18 5.21 5/268 13726
/proc/meminfo: memFree=128473888/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=642452 memory=526808 CPUtime=1831.33 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 76448 0 0 0 182992 141 0 0 20 0 1 0 29278072 657870848 131702 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 160613 131702 1120 1011 0 159380 0
Current children cumulated CPU time: 3245.72 s
Current children cumulated vsize: 977304 KiB
Current children cumulated memory: 795392 KiB

[startup+2622.3 s]
/proc/loadavg: 4.35 4.99 5.14 5/268 13728
/proc/meminfo: memFree=128450696/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=643340 memory=527740 CPUtime=1891.19 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 77215 0 0 0 188969 150 0 0 20 0 1 0 29278072 658780160 131935 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 160835 131935 1120 1011 0 159602 0
Current children cumulated CPU time: 3305.58 s
Current children cumulated vsize: 978192 KiB
Current children cumulated memory: 796324 KiB

[startup+2682.3 s]
/proc/loadavg: 4.18 4.82 5.07 5/269 13735
/proc/meminfo: memFree=128438724/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=646616 memory=531016 CPUtime=1951.04 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 79093 0 0 0 194952 152 0 0 20 0 1 0 29278072 662134784 132754 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 161654 132754 1120 1011 0 160421 0
Current children cumulated CPU time: 3365.43 s
Current children cumulated vsize: 981468 KiB
Current children cumulated memory: 799600 KiB

[startup+2742.3 s]
/proc/loadavg: 4.11 4.69 5.01 5/269 13737
/proc/meminfo: memFree=128420804/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=650196 memory=534596 CPUtime=2010.89 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 81165 0 0 0 200936 153 0 0 20 0 1 0 29278072 665800704 133649 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 162549 133649 1120 1011 0 161316 0
Current children cumulated CPU time: 3425.28 s
Current children cumulated vsize: 985048 KiB
Current children cumulated memory: 803180 KiB

[startup+2802.3 s]
/proc/loadavg: 4.54 4.70 4.99 5/269 13834
/proc/meminfo: memFree=129077488/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=655112 memory=539512 CPUtime=2070.76 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 83059 0 0 0 206921 155 0 0 20 0 1 0 29278072 670834688 134878 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 163778 134878 1120 1011 0 162545 0
Current children cumulated CPU time: 3485.15 s
Current children cumulated vsize: 989964 KiB
Current children cumulated memory: 808096 KiB

[startup+2862.3 s]
/proc/loadavg: 4.64 4.70 4.98 6/270 13881
/proc/meminfo: memFree=129074512/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=655112 memory=539512 CPUtime=2130.63 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 83189 0 0 0 212894 169 0 0 20 0 1 0 29278072 670834688 134878 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 163778 134878 1120 1011 0 162545 0
Current children cumulated CPU time: 3545.02 s
Current children cumulated vsize: 989964 KiB
Current children cumulated memory: 808096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2917.5 s]
/proc/loadavg: 4.70 4.69 4.96 5/270 14064
/proc/meminfo: memFree=127421640/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184293 0 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
[pid=13528] ppid=13488 vsize=658916 memory=547412 CPUtime=2185.7 cores=5,7
/proc/13528/stat : 13528 (Exact) R 13488 13528 13528 0 -1 4194304 85320 0 0 0 218399 171 0 0 20 0 1 0 29278072 674729984 136853 18446744073709551615 4198400 8335837 140722690624832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 40427520 140722690631867 140722690632221 140722690632221 140722690637775 0
/proc/13528/statm: 164729 136853 1120 1011 0 163496 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 993768 KiB
Current children cumulated memory: 815996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=1.93267 s

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

[startup+2917.6 s]
/proc/loadavg: 4.70 4.69 4.96 5/270 14064
/proc/meminfo: memFree=127421640/131250000 swapFree=33010684/33010684
[pid=13488] ppid=13485 vsize=334852 memory=268584 CPUtime=1414.39 cores=5,7
/proc/13488/stat : 13488 (LSIPExact) S 13485 13488 12362 0 -1 4194304 184294 135 0 0 141418 21 0 0 20 0 1 0 29205462 342888448 67146 18446744073709551615 94645656522752 94645683779153 140729992608272 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94645692281992 94645692713600 94645713571840 140729992616282 140729992616458 140729992616458 140729992622060 0
/proc/13488/statm: 83713 67146 3552 6655 0 65618 0
Current children cumulated CPU time: 1414.39 s
Current children cumulated vsize: 334852 KiB
Current children cumulated memory: 268584 KiB

Child status: 0

Real time (s): 2917.63
CPU time (s): 3600.14
CPU user time (s): 3598.21
CPU system time (s): 1.93267
CPU usage (%): 123.392
Max. virtual memory (cumulated for all children) (KiB): 1028588
Max. memory (cumulated for all children) (KiB): 850816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 1.93267
maximum resident set size= 667152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274290
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= 511
involuntary context switches= 15472


# summary of solver processes directly reported to runsolver:
#   pid: 13488
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 1.93267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93297 second user time and 13.6191 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 20:27:59
IDJOB=4507111
IDBENCH=158326
IDSOLVER=3336
FILE ID=nodeC016/4507111-1751135279
RUNJOBID= nodeC016-1751133631-12380
SLURM_JOB_ID= 9587416
Free space on /tmp= 432668 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K196.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507111-1751135279/watcher-4507111-1751135279 -o /tmp/evaluation-result-4507111-1751135279/solver-4507111-1751135279 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12380 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4507111-1751135279.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
RANDOM SEED=1054116676

nodeC016 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		: 3599.732
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	: 6999.48
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		: 3599.806
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	: 6999.48
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		: 3600.247
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 6999.48
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		: 3599.730
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	: 6999.48
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		: 3599.738
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	: 6999.48
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		: 3599.736
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	: 6999.48
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		: 3600.304
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	: 6999.48
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	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        113054648 kB
MemAvailable:   113050464 kB
Buffers:            3280 kB
Cached:           809236 kB
SwapCached:            0 kB
Active:         16947980 kB
Inactive:         602864 kB
Active(anon):   16756400 kB
Inactive(anon):        0 kB
Active(file):     191580 kB
Inactive(file):   602864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45684 kB
Writeback:             0 kB
AnonPages:      16736408 kB
Mapped:           148144 kB
Shmem:             18072 kB
KReclaimable:      81224 kB
Slab:             163260 kB
SReclaimable:      81224 kB
SUnreclaim:        82036 kB
KernelStack:        4300 kB
PageTables:        36780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   17852952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6973440 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC016 at 2025-06-28 21:16:37