Trace number 4506860

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 S2? (TO) 3600.13 2564.87

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K176.opb
MD5SUM98be46c5d9a37fa78efcf3182d546400
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 benchmark56.3156
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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

2124.33/1084.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2124.33/1084.11	c numVar: 20944
2124.33/1084.11	c numCon: 21298
2124.33/1084.11	c numEqual: 0
2124.33/1084.11	c intSize: 8
2124.33/1084.11	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2124.33/1084.11	c ------------------- Paras list -------------------
2124.33/1084.11	c Name                	 Type      	 Now       	 Default   	 Comment
2124.33/1084.11	c timeout             	 double    	 3600.000000	 3600      	 
2124.33/1084.11	c mip_time            	 double    	 0.300000  	 0.5       	 
2124.33/1084.11	c ls_time             	 double    	 10.000000 	 10        	 
2124.33/1084.11	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2124.33/1084.11	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2124.33/1084.11	c random_seed         	 int       	 0         	 0         	 
2124.33/1084.11	c sample_size         	 int       	 50        	 50        	 
2124.33/1084.11	c sub_score           	 int       	 1         	 1         	 
2124.33/1084.11	c tabu_base           	 int       	 3         	 3         	 
2124.33/1084.11	c tabu_variation      	 int       	 1         	 1         	 
2124.33/1084.11	c sub_div             	 int       	 4         	 4         	 
2124.33/1084.11	c nbcore              	 int       	 2         	 1         	 
2124.33/1084.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2124.33/1084.11	c print_sol           	 int       	 1         	 1         	 
2124.33/1084.11	c tmpdir              	 string		 .         	 "."       	 
2124.33/1084.11	c home                	 string		 HOME	 "."       	 
2124.33/1084.11	c benchname           	 string		 HOME/instance-4506860-1751141258.opb	 ""        	 
2124.33/1084.11	c --------------------------------------------------
2124.33/1084.11	c Local Search solver
2124.33/1084.11	c MIP solver
2124.33/1084.11	c use Exact solver
3600.04/2564.70	c receive signal 15, try to interrupt solver...
2124.36/2564.81	c Exact solver (PID 14569) interrupted gracefully.
2124.36/2564.86	s UNKNOWN
2124.36/2564.86	c Total time: 2565

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=14511, runsolver pid=14508

[startup+0.100078 s]*
/proc/loadavg: 6.07 6.13 5.80 7/254 14512
/proc/meminfo: memFree=122314456/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=0.1 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 8 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+0.213499 s]*
/proc/loadavg: 6.07 6.13 5.80 7/254 14512
/proc/meminfo: memFree=122314532/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=0.21 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 19 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+0.313658 s]*
/proc/loadavg: 6.07 6.13 5.80 7/254 14512
/proc/meminfo: memFree=122314532/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=0.31 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 29 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+0.700348 s]
/proc/loadavg: 6.07 6.13 5.80 7/254 14512
/proc/meminfo: memFree=122314532/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=0.68 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 66 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+1.50036 s]
/proc/loadavg: 6.07 6.13 5.80 7/254 14512
/proc/meminfo: memFree=122314532/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=1.48 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 146 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+3.11305 s]
/proc/loadavg: 6.06 6.13 5.81 7/254 14512
/proc/meminfo: memFree=122289956/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=3.08 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 306 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+6.30035 s]
/proc/loadavg: 6.06 6.13 5.81 7/254 14512
/proc/meminfo: memFree=122289956/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=68024 memory=33536 CPUtime=6.26 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 7326 0 0 0 624 2 0 0 20 0 1 0 29804672 69656576 8384 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 17006 8384 1216 6655 0 7241 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 68024 KiB
Current children cumulated memory: 33536 KiB

[startup+12.7003 s]
/proc/loadavg: 6.06 6.13 5.81 8/255 14513
/proc/meminfo: memFree=122243968/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=228716 memory=148480 CPUtime=13.91 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 35183 0 0 0 1383 8 0 0 20 0 2 0 29804672 234205184 37120 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 57179 37120 3424 6655 0 36738 0
[pid=14511/tid=14513] ppid=14508 vsize=228716 memory=116104 CPUtime=1.55 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 5695 0 0 0 154 1 0 0 20 0 2 0 29805679 234205184 37120 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 228716 KiB
Current children cumulated memory: 148480 KiB

[startup+25.5002 s]
/proc/loadavg: 6.33 6.19 5.83 8/255 14514
/proc/meminfo: memFree=122193140/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=230852 memory=153984 CPUtime=39.28 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 46218 0 0 0 3919 9 0 0 20 0 2 0 29804672 236392448 38496 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 57713 38496 3424 6655 0 38077 0
[pid=14511/tid=14513] ppid=14508 vsize=230852 memory=153984 CPUtime=14.29 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 8127 0 0 0 1427 2 0 0 20 0 2 0 29805679 236392448 38496 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 39.28 s
Current children cumulated vsize: 230852 KiB
Current children cumulated memory: 153984 KiB

[startup+51.1055 s]
/proc/loadavg: 6.51 6.24 5.86 9/255 14514
/proc/meminfo: memFree=122074960/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=273780 memory=193036 CPUtime=74.89 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 72123 0 0 0 7476 13 0 0 20 0 2 0 29804672 280350720 48259 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 68445 48259 3456 6655 0 48809 0
[pid=14511/tid=14513] ppid=14508 vsize=273780 memory=153984 CPUtime=24.47 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 11765 0 0 0 2445 2 0 0 20 0 2 0 29805679 280350720 48259 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 74.89 s
Current children cumulated vsize: 273780 KiB
Current children cumulated memory: 193036 KiB

[startup+102.3 s]
/proc/loadavg: 7.40 6.52 5.98 9/255 14516
/proc/meminfo: memFree=122647868/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=274296 memory=196364 CPUtime=176.37 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 80291 0 0 0 17622 15 0 0 20 0 2 0 29804672 280879104 49091 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 68574 49091 3456 6655 0 49532 0
[pid=14511/tid=14513] ppid=14508 vsize=274296 memory=196364 CPUtime=75.03 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 19530 0 0 0 7499 4 0 0 20 0 2 0 29805679 280879104 49091 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 176.37 s
Current children cumulated vsize: 274296 KiB
Current children cumulated memory: 196364 KiB

[startup+162.3 s]
/proc/loadavg: 7.88 6.83 6.12 9/255 14518
/proc/meminfo: memFree=122650388/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=275664 memory=197516 CPUtime=295.35 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 81206 0 0 0 29518 17 0 0 20 0 2 0 29804672 282279936 49379 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 68916 49379 3488 6655 0 49874 0
[pid=14511/tid=14513] ppid=14508 vsize=275664 memory=196364 CPUtime=134.31 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 19678 0 0 0 13427 4 0 0 20 0 2 0 29805679 282279936 49379 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 295.35 s
Current children cumulated vsize: 275664 KiB
Current children cumulated memory: 197516 KiB

[startup+222.3 s]
/proc/loadavg: 7.96 7.04 6.24 9/255 14522
/proc/meminfo: memFree=122615416/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=312828 memory=233752 CPUtime=414.32 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 113268 0 0 0 41410 22 0 0 20 0 2 0 29804672 320335872 58438 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 78207 58438 3520 6655 0 59165 0
[pid=14511/tid=14513] ppid=14508 vsize=312828 memory=233112 CPUtime=193.59 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 27706 0 0 0 19354 5 0 0 20 0 2 0 29805679 320335872 58438 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 414.32 s
Current children cumulated vsize: 312828 KiB
Current children cumulated memory: 233752 KiB

[startup+282.3 s]
/proc/loadavg: 8.43 7.33 6.39 9/255 14524
/proc/meminfo: memFree=122609528/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=312828 memory=233880 CPUtime=533.31 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 113309 0 0 0 53308 23 0 0 20 0 2 0 29804672 320335872 58470 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 78207 58470 3520 6655 0 59165 0
[pid=14511/tid=14513] ppid=14508 vsize=312828 memory=233880 CPUtime=252.89 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 27718 0 0 0 25283 6 0 0 20 0 2 0 29805679 320335872 58470 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 533.31 s
Current children cumulated vsize: 312828 KiB
Current children cumulated memory: 233880 KiB

[startup+342.3 s]
/proc/loadavg: 7.96 7.42 6.48 8/254 14527
/proc/meminfo: memFree=122363744/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=313892 memory=235288 CPUtime=652.31 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) R 14508 14511 11133 0 -1 4194304 124200 0 0 0 65207 24 0 0 20 0 2 0 29804672 321425408 58822 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 78473 58822 3520 6655 0 59431 0
[pid=14511/tid=14513] ppid=14508 vsize=313892 memory=233880 CPUtime=312.18 cores=1,3
/proc/14511/task/14513/stat : 14513 (LSIPExact) R 14508 14511 11133 0 -1 4194368 31713 0 0 0 31212 6 0 0 20 0 2 0 29805679 321425408 58822 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
Current children cumulated CPU time: 652.31 s
Current children cumulated vsize: 313892 KiB
Current children cumulated memory: 235288 KiB

[startup+402.3 s]

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

Current children cumulated memory: 651840 KiB

[startup+2082.3 s]
/proc/loadavg: 6.05 5.62 5.58 7/254 14702
/proc/meminfo: memFree=128503916/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=454600 memory=403044 CPUtime=994.98 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 59938 0 0 0 99394 104 0 0 20 0 1 0 29913084 465510400 100761 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 113650 100761 1120 1011 0 112417 0
Current children cumulated CPU time: 3119.34 s
Current children cumulated vsize: 778112 KiB
Current children cumulated memory: 657600 KiB

[startup+2142.3 s]
/proc/loadavg: 6.12 5.72 5.62 7/254 14704
/proc/meminfo: memFree=128481304/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=456420 memory=413740 CPUtime=1054.73 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 60476 0 0 0 105368 105 0 0 20 0 1 0 29913084 467374080 103435 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 114105 103435 1120 1011 0 112872 0
Current children cumulated CPU time: 3179.09 s
Current children cumulated vsize: 779932 KiB
Current children cumulated memory: 668296 KiB

[startup+2202.3 s]
/proc/loadavg: 6.09 5.79 5.65 7/254 14706
/proc/meminfo: memFree=128454276/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=459136 memory=423300 CPUtime=1114.49 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 61193 0 0 0 111338 111 0 0 20 0 1 0 29913084 470155264 105825 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 114784 105825 1120 1011 0 113551 0
Current children cumulated CPU time: 3238.85 s
Current children cumulated vsize: 782648 KiB
Current children cumulated memory: 677856 KiB

[startup+2262.3 s]
/proc/loadavg: 6.14 5.86 5.68 7/254 14708
/proc/meminfo: memFree=128464036/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=460952 memory=425220 CPUtime=1174.26 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 61665 0 0 0 117308 118 0 0 20 0 1 0 29913084 472014848 106305 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 115238 106305 1120 1011 0 114005 0
Current children cumulated CPU time: 3298.62 s
Current children cumulated vsize: 784464 KiB
Current children cumulated memory: 679776 KiB

[startup+2322.3 s]
/proc/loadavg: 6.11 5.90 5.71 7/254 14710
/proc/meminfo: memFree=128438836/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=462456 memory=426628 CPUtime=1234.08 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 62101 0 0 0 123290 118 0 0 20 0 1 0 29913084 473554944 106657 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 115614 106657 1120 1011 0 114381 0
Current children cumulated CPU time: 3358.44 s
Current children cumulated vsize: 785968 KiB
Current children cumulated memory: 681184 KiB

[startup+2382.3 s]
/proc/loadavg: 6.08 5.94 5.74 7/253 14712
/proc/meminfo: memFree=128431000/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=467504 memory=433776 CPUtime=1293.89 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 63368 0 0 0 129271 118 0 0 20 0 1 0 29913084 478724096 108444 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 116876 108444 1120 1011 0 115643 0
Current children cumulated CPU time: 3418.25 s
Current children cumulated vsize: 791016 KiB
Current children cumulated memory: 688332 KiB

[startup+2442.3 s]
/proc/loadavg: 5.56 5.83 5.71 6/254 14720
/proc/meminfo: memFree=128257456/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=470196 memory=436464 CPUtime=1353.68 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 64042 0 0 0 135238 130 0 0 20 0 1 0 29913084 481480704 109116 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 117549 109116 1120 1011 0 116316 0
Current children cumulated CPU time: 3478.04 s
Current children cumulated vsize: 793708 KiB
Current children cumulated memory: 691020 KiB

[startup+2502.3 s]
/proc/loadavg: 5.25 5.69 5.67 6/254 14722
/proc/meminfo: memFree=128210804/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=474864 memory=441072 CPUtime=1413.48 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 65386 0 0 0 141218 130 0 0 20 0 1 0 29913084 486260736 110268 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 118716 110268 1120 1011 0 117483 0
Current children cumulated CPU time: 3537.84 s
Current children cumulated vsize: 798376 KiB
Current children cumulated memory: 695628 KiB

[startup+2562.3 s]
/proc/loadavg: 5.21 5.59 5.64 5/249 14735
/proc/meminfo: memFree=128864796/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=478688 memory=444912 CPUtime=1473.29 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 66351 0 0 0 147192 137 0 0 20 0 1 0 29913084 490176512 111228 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 119672 111228 1120 1011 0 118439 0
Current children cumulated CPU time: 3597.65 s
Current children cumulated vsize: 802200 KiB
Current children cumulated memory: 699468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2564.7 s]
/proc/loadavg: 5.11 5.57 5.63 5/247 14758
/proc/meminfo: memFree=128896696/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254556 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194007 0 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63639 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63639 3552 6655 0 61836 0
[pid=14569] ppid=14511 vsize=478688 memory=444912 CPUtime=1475.68 cores=1,3
/proc/14569/stat : 14569 (Exact) R 14511 14569 14569 0 -1 4194304 66351 0 0 0 147428 140 0 0 20 0 1 0 29913084 490176512 111228 18446744073709551615 4198400 8335837 140728131552992 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26193920 140728131557563 140728131557917 140728131557917 140728131563471 0
/proc/14569/statm: 119672 111228 1120 1011 0 118439 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 802200 KiB
Current children cumulated memory: 699468 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.27 s, system=1.855 s

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

[startup+2564.8 s]
/proc/loadavg: 5.11 5.57 5.63 5/247 14758
/proc/meminfo: memFree=128896696/131382112 swapFree=33010684/33010684
[pid=14511] ppid=14508 vsize=323512 memory=254684 CPUtime=2124.36 cores=1,3
/proc/14511/stat : 14511 (LSIPExact) S 14508 14511 11133 0 -1 4194304 194008 135 0 0 212393 43 0 0 20 0 1 0 29804672 331276288 63671 18446744073709551615 94293110452224 94293137708625 140729382161504 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94293146211464 94293146643072 94293161435136 140729382168922 140729382169098 140729382169098 140729382174700 0
/proc/14511/statm: 80878 63671 3552 6655 0 61836 0
Current children cumulated CPU time: 2124.36 s
Current children cumulated vsize: 323512 KiB
Current children cumulated memory: 254684 KiB

Child status: 0

Real time (s): 2564.87
CPU time (s): 3600.13
CPU user time (s): 3598.27
CPU system time (s): 1.855
CPU usage (%): 140.363
Max. virtual memory (cumulated for all children) (KiB): 802200
Max. memory (cumulated for all children) (KiB): 699468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.27
system time used= 1.855
maximum resident set size= 444912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264586
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= 488
involuntary context switches= 34532


# summary of solver processes directly reported to runsolver:
#   pid: 14511
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.27
#   total CPU system time (s): 1.855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99097 second user time and 20.4804 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 22:07:38
IDJOB=4506860
IDBENCH=158302
IDSOLVER=3337
FILE ID=nodeC001/4506860-1751141258
RUNJOBID= nodeC001-1751133631-11150
SLURM_JOB_ID= 9587401
Free space on /tmp= 432848 MiB

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

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

MD5SUM BENCH= 98be46c5d9a37fa78efcf3182d546400
RANDOM SEED=1371888859

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122338636 kB
MemAvailable:   122137224 kB
Buffers:            3280 kB
Cached:           610708 kB
SwapCached:            0 kB
Active:          8003552 kB
Inactive:         412800 kB
Active(anon):    7820332 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   412800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46056 kB
Writeback:            40 kB
AnonPages:       7796944 kB
Mapped:           137484 kB
Shmem:             17960 kB
KReclaimable:      84004 kB
Slab:             162488 kB
SReclaimable:      84004 kB
SUnreclaim:        78484 kB
KernelStack:        4140 kB
PageTables:        18576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8400196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4438016 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC001 at 2025-06-28 22:50:23