Trace number 4506752

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.1 2751.66

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
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 benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
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 170
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

1938.12/1084.12	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1938.12/1084.12	c numVar: 20111
1938.12/1084.12	c numCon: 20451
1938.12/1084.12	c numEqual: 0
1938.12/1084.12	c intSize: 8
1938.12/1084.12	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1938.12/1084.12	c ------------------- Paras list -------------------
1938.12/1084.12	c Name                	 Type      	 Now       	 Default   	 Comment
1938.12/1084.12	c timeout             	 double    	 3600.000000	 3600      	 
1938.12/1084.12	c mip_time            	 double    	 0.300000  	 0.5       	 
1938.12/1084.12	c ls_time             	 double    	 10.000000 	 10        	 
1938.12/1084.12	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1938.12/1084.12	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1938.12/1084.12	c random_seed         	 int       	 0         	 0         	 
1938.12/1084.12	c sample_size         	 int       	 50        	 50        	 
1938.12/1084.12	c sub_score           	 int       	 1         	 1         	 
1938.12/1084.12	c tabu_base           	 int       	 3         	 3         	 
1938.12/1084.12	c tabu_variation      	 int       	 1         	 1         	 
1938.12/1084.12	c sub_div             	 int       	 4         	 4         	 
1938.12/1084.12	c nbcore              	 int       	 2         	 1         	 
1938.12/1084.12	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1938.12/1084.12	c print_sol           	 int       	 1         	 1         	 
1938.12/1084.12	c tmpdir              	 string		 .         	 "."       	 
1938.12/1084.12	c home                	 string		 HOME	 "."       	 
1938.12/1084.12	c benchname           	 string		 HOME/instance-4506752-1751141067.opb	 ""        	 
1938.12/1084.12	c --------------------------------------------------
1938.12/1084.12	c Local Search solver
1938.12/1084.12	c MIP solver
1938.12/1084.12	c use Exact solver
3600.03/2751.50	c receive signal 15, try to interrupt solver...
1938.16/2751.61	c Exact solver (PID 14556) interrupted gracefully.
1938.16/2751.65	s UNKNOWN
1938.16/2751.65	c Total time: 2752

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=14451, runsolver pid=14448

[startup+0.10007 s]*
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122347952/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=62540 memory=27904 CPUtime=0.09 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 5979 0 0 0 7 2 0 0 20 0 1 0 29785577 64040960 6976 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 15635 6976 1152 6655 0 5870 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62540 KiB
Current children cumulated memory: 27904 KiB

[startup+0.213072 s]*
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122347952/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=0.2 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 18 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+0.313049 s]*
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122347952/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=0.29 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 27 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+0.700334 s]
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122347952/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=0.67 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 65 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+1.50033 s]
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122347952/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=1.46 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 144 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+3.11293 s]
/proc/loadavg: 6.13 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122348204/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=3.07 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 305 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+6.3003 s]
/proc/loadavg: 6.12 6.12 5.71 7/253 14452
/proc/meminfo: memFree=122317280/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=66928 memory=32128 CPUtime=6.25 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 7049 0 0 0 623 2 0 0 20 0 1 0 29785577 68534272 8032 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+12.7002 s]
/proc/loadavg: 6.11 6.12 5.71 7/254 14453
/proc/meminfo: memFree=122249848/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=222196 memory=137784 CPUtime=14.17 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 32238 0 0 0 1410 7 0 0 20 0 2 0 29785577 227528704 34446 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 55549 34446 3008 6655 0 34900 0
[pid=14451/tid=14453] ppid=14448 vsize=222196 memory=137272 CPUtime=2.1 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) R 14448 14451 11133 0 -1 4194368 4998 0 0 0 209 1 0 0 20 0 2 0 29786584 227528704 34446 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 222196 KiB
Current children cumulated memory: 137784 KiB

[startup+25.5002 s]
/proc/loadavg: 6.31 6.16 5.73 8/254 14453
/proc/meminfo: memFree=122178772/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=235392 memory=154552 CPUtime=39.59 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 44569 0 0 0 3950 9 0 0 20 0 2 0 29785577 241041408 38638 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 58848 38638 3328 6655 0 38975 0
[pid=14451/tid=14453] ppid=14448 vsize=235392 memory=153912 CPUtime=14.76 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) R 14448 14451 11133 0 -1 4194368 7260 0 0 0 1475 1 0 0 20 0 2 0 29786584 241041408 38638 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 39.59 s
Current children cumulated vsize: 235392 KiB
Current children cumulated memory: 154552 KiB

[startup+51.1133 s]
/proc/loadavg: 6.32 6.18 5.75 7/254 14454
/proc/meminfo: memFree=122166136/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=237424 memory=154680 CPUtime=68.6 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 51265 0 0 0 6850 10 0 0 20 0 2 0 29785577 243122176 38670 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 59356 38670 3328 6655 0 39483 0
[pid=14451/tid=14453] ppid=14448 vsize=237424 memory=154680 CPUtime=18.27 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) S 14448 14451 11133 0 -1 4194368 7368 0 0 0 1826 1 0 0 20 0 2 0 29786584 243122176 38670 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 68.6 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154680 KiB

[startup+102.3 s]
/proc/loadavg: 6.20 6.16 5.77 7/254 14461
/proc/meminfo: memFree=122166648/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=237424 memory=154808 CPUtime=119.57 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 54831 0 0 0 11947 10 0 0 20 0 2 0 29785577 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 59356 38702 3328 6655 0 39483 0
[pid=14451/tid=14453] ppid=14448 vsize=237424 memory=154808 CPUtime=18.27 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) S 14448 14451 11133 0 -1 4194368 7368 0 0 0 1826 1 0 0 20 0 2 0 29786584 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 119.57 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154808 KiB

[startup+162.3 s]
/proc/loadavg: 6.12 6.15 5.80 7/254 14463
/proc/meminfo: memFree=122170048/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=237424 memory=154808 CPUtime=179.31 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 58193 0 0 0 17921 10 0 0 20 0 2 0 29785577 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 59356 38702 3328 6655 0 39483 0
[pid=14451/tid=14453] ppid=14448 vsize=237424 memory=154808 CPUtime=18.27 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) S 14448 14451 11133 0 -1 4194368 7368 0 0 0 1826 1 0 0 20 0 2 0 29786584 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 179.31 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154808 KiB

[startup+222.3 s]
/proc/loadavg: 6.39 6.20 5.84 8/255 14514
/proc/meminfo: memFree=122172944/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=237424 memory=154808 CPUtime=239.04 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 61490 0 0 0 23894 10 0 0 20 0 2 0 29785577 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 59356 38702 3328 6655 0 39483 0
[pid=14451/tid=14453] ppid=14448 vsize=237424 memory=14720 CPUtime=18.27 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) S 14448 14451 11133 0 -1 4194368 7368 0 0 0 1826 1 0 0 20 0 2 0 29786584 243122176 38702 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 239.04 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154808 KiB

[startup+282.3 s]
/proc/loadavg: 7.29 6.47 5.96 9/255 14516
/proc/meminfo: memFree=122653760/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=277296 memory=193720 CPUtime=347.91 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 91543 0 0 0 34777 14 0 0 20 0 2 0 29785577 283951104 48430 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 69324 48430 3360 6655 0 50323 0
[pid=14451/tid=14453] ppid=14448 vsize=277296 memory=193720 CPUtime=67.48 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) R 14448 14451 11133 0 -1 4194368 17212 0 0 0 6745 3 0 0 20 0 2 0 29786584 283951104 48430 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 347.91 s
Current children cumulated vsize: 277296 KiB
Current children cumulated memory: 193720 KiB

[startup+342.3 s]
/proc/loadavg: 7.86 6.79 6.10 9/255 14518
/proc/meminfo: memFree=122650388/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=277296 memory=193720 CPUtime=466.79 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) R 14448 14451 11133 0 -1 4194304 94111 0 0 0 46664 15 0 0 20 0 2 0 29785577 283951104 48430 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 69324 48430 3360 6655 0 50323 0
[pid=14451/tid=14453] ppid=14448 vsize=277296 memory=193720 CPUtime=126.73 cores=4,6
/proc/14451/task/14453/stat : 14453 (LSIPExact) R 14448 14451 11133 0 -1 4194368 19740 0 0 0 12669 4 0 0 20 0 2 0 29786584 283951104 48430 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
Current children cumulated CPU time: 466.79 s
Current children cumulated vsize: 277296 KiB
Current children cumulated memory: 193720 KiB

[startup+402.3 s]

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

Current children cumulated memory: 666880 KiB

[startup+2262.3 s]
/proc/loadavg: 6.06 5.60 5.57 7/254 14702
/proc/meminfo: memFree=128512728/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=460056 memory=430340 CPUtime=1174.32 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 58492 0 0 0 117332 100 0 0 20 0 1 0 29893989 471097344 107585 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 115014 107585 1120 1011 0 113781 0
Current children cumulated CPU time: 3112.48 s
Current children cumulated vsize: 770576 KiB
Current children cumulated memory: 668416 KiB

[startup+2322.3 s]
/proc/loadavg: 6.14 5.71 5.61 7/254 14704
/proc/meminfo: memFree=128481668/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=464120 memory=434436 CPUtime=1234.15 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 59654 0 0 0 123315 100 0 0 20 0 1 0 29893989 475258880 108609 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 116030 108609 1120 1011 0 114797 0
Current children cumulated CPU time: 3172.31 s
Current children cumulated vsize: 774640 KiB
Current children cumulated memory: 672512 KiB

[startup+2382.3 s]
/proc/loadavg: 6.10 5.78 5.64 7/254 14706
/proc/meminfo: memFree=128468832/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=465600 memory=446172 CPUtime=1293.93 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 60142 0 0 0 129293 100 0 0 20 0 1 0 29893989 476774400 111543 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 116400 111543 1120 1011 0 115167 0
Current children cumulated CPU time: 3232.09 s
Current children cumulated vsize: 776120 KiB
Current children cumulated memory: 684248 KiB

[startup+2442.3 s]
/proc/loadavg: 6.08 5.84 5.67 7/254 14708
/proc/meminfo: memFree=128450972/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=469604 memory=458336 CPUtime=1353.71 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 60707 0 0 0 135254 117 0 0 20 0 1 0 29893989 480874496 114584 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 117401 114584 1120 1011 0 116168 0
Current children cumulated CPU time: 3291.87 s
Current children cumulated vsize: 780124 KiB
Current children cumulated memory: 696412 KiB

[startup+2502.3 s]
/proc/loadavg: 6.13 5.90 5.71 7/254 14710
/proc/meminfo: memFree=128438836/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=479492 memory=468168 CPUtime=1413.51 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 61667 0 0 0 141233 118 0 0 20 0 1 0 29893989 490999808 117042 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 119873 117042 1120 1011 0 118640 0
Current children cumulated CPU time: 3351.67 s
Current children cumulated vsize: 790012 KiB
Current children cumulated memory: 706244 KiB

[startup+2562.3 s]
/proc/loadavg: 6.10 5.94 5.73 7/253 14712
/proc/meminfo: memFree=128430728/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=482272 memory=470984 CPUtime=1473.3 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 62367 0 0 0 147212 118 0 0 20 0 1 0 29893989 493846528 117746 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 120568 117746 1120 1011 0 119335 0
Current children cumulated CPU time: 3411.46 s
Current children cumulated vsize: 792792 KiB
Current children cumulated memory: 709060 KiB

[startup+2622.3 s]
/proc/loadavg: 5.67 5.85 5.72 6/254 14720
/proc/meminfo: memFree=128267552/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=486060 memory=474824 CPUtime=1533.1 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 63437 0 0 0 153192 118 0 0 20 0 1 0 29893989 497725440 118706 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 121515 118706 1120 1011 0 120282 0
Current children cumulated CPU time: 3471.26 s
Current children cumulated vsize: 796580 KiB
Current children cumulated memory: 712900 KiB

[startup+2682.3 s]
/proc/loadavg: 5.30 5.71 5.68 6/254 14722
/proc/meminfo: memFree=128232316/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=486060 memory=474824 CPUtime=1592.89 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 63513 0 0 0 159159 130 0 0 20 0 1 0 29893989 497725440 118706 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 121515 118706 1120 1011 0 120282 0
Current children cumulated CPU time: 3531.05 s
Current children cumulated vsize: 796580 KiB
Current children cumulated memory: 712900 KiB

[startup+2742.3 s]
/proc/loadavg: 5.15 5.60 5.64 6/254 14726
/proc/meminfo: memFree=128162396/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=494824 memory=483524 CPUtime=1652.7 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 64305 0 0 0 165139 131 0 0 20 0 1 0 29893989 506699776 120881 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 123706 120881 1120 1011 0 122473 0
Current children cumulated CPU time: 3590.86 s
Current children cumulated vsize: 805344 KiB
Current children cumulated memory: 721600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2751.5 s]
/proc/loadavg: 5.21 5.59 5.64 6/254 14726
/proc/meminfo: memFree=128150236/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133058 0 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
[pid=14556] ppid=14451 vsize=494824 memory=483524 CPUtime=1661.87 cores=4,6
/proc/14556/stat : 14556 (Exact) R 14451 14556 14556 0 -1 4194304 64307 0 0 0 166056 131 0 0 20 0 1 0 29893989 506699776 120881 18446744073709551615 4198400 8335837 140724228922928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17682432 140724228929723 140724228930077 140724228930077 140724228935631 0
/proc/14556/statm: 123706 120881 1120 1011 0 122473 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 805344 KiB
Current children cumulated memory: 721600 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.57 s, system=1.534 s

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

[startup+2751.6 s]
/proc/loadavg: 5.21 5.59 5.64 6/254 14726
/proc/meminfo: memFree=128150236/131382112 swapFree=33010684/33010684
[pid=14451] ppid=14448 vsize=310520 memory=238076 CPUtime=1938.16 cores=4,6
/proc/14451/stat : 14451 (LSIPExact) S 14448 14451 11133 0 -1 4194304 133059 134 0 0 193795 21 0 0 20 0 1 0 29785577 317972480 59519 18446744073709551615 94743123247104 94743150503505 140725511676880 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94743159006344 94743159437952 94743187525632 140725511678298 140725511678474 140725511678474 140725511684076 0
/proc/14451/statm: 77630 59519 3456 6655 0 58629 0
Current children cumulated CPU time: 1938.16 s
Current children cumulated vsize: 310520 KiB
Current children cumulated memory: 238076 KiB

Child status: 0

Real time (s): 2751.66
CPU time (s): 3600.1
CPU user time (s): 3598.57
CPU system time (s): 1.534
CPU usage (%): 130.834
Max. virtual memory (cumulated for all children) (KiB): 805344
Max. memory (cumulated for all children) (KiB): 721600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.57
system time used= 1.534
maximum resident set size= 483524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201025
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= 466
involuntary context switches= 21356


# summary of solver processes directly reported to runsolver:
#   pid: 14451
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.57
#   total CPU system time (s): 1.534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7066 second user time and 23.4893 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 22:04:27
IDJOB=4506752
IDBENCH=158263
IDSOLVER=3337
FILE ID=nodeC001/4506752-1751141067
RUNJOBID= nodeC001-1751133631-11149
SLURM_JOB_ID= 9587401
Free space on /tmp= 432852 MiB

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

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=987639166

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.507
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.165
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		: 3292.081
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.774
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3491.774
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:        122374532 kB
MemAvailable:   122171648 kB
Buffers:            3280 kB
Cached:           609228 kB
SwapCached:            0 kB
Active:          7967624 kB
Inactive:         411328 kB
Active(anon):    7784404 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   411328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45988 kB
Writeback:            60 kB
AnonPages:       7761084 kB
Mapped:           142996 kB
Shmem:             17960 kB
KReclaimable:      84004 kB
Slab:             162544 kB
SReclaimable:      84004 kB
SUnreclaim:        78540 kB
KernelStack:        4080 kB
PageTables:        18528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8382912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4618240 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= 432880 MiB
End job on nodeC001 at 2025-06-28 22:50:19