Trace number 4506751

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.1 3094.67

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

1239.55/726.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1239.55/726.11	c numVar: 20111
1239.55/726.11	c numCon: 20451
1239.55/726.11	c numEqual: 0
1239.55/726.11	c intSize: 8
1239.55/726.11	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1239.55/726.11	c ------------------- Paras list -------------------
1239.55/726.11	c Name                	 Type      	 Now       	 Default   	 Comment
1239.55/726.11	c timeout             	 double    	 3600.000000	 3600      	 
1239.55/726.11	c mip_time            	 double    	 0.200000  	 0.5       	 
1239.55/726.11	c ls_time             	 double    	 10.000000 	 10        	 
1239.55/726.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1239.55/726.11	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1239.55/726.11	c random_seed         	 int       	 0         	 0         	 
1239.55/726.11	c sample_size         	 int       	 50        	 50        	 
1239.55/726.11	c sub_score           	 int       	 1         	 1         	 
1239.55/726.11	c tabu_base           	 int       	 3         	 3         	 
1239.55/726.11	c tabu_variation      	 int       	 1         	 1         	 
1239.55/726.11	c sub_div             	 int       	 4         	 4         	 
1239.55/726.11	c nbcore              	 int       	 2         	 1         	 
1239.55/726.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1239.55/726.11	c print_sol           	 int       	 1         	 1         	 
1239.55/726.11	c tmpdir              	 string		 .         	 "."       	 
1239.55/726.11	c home                	 string		 HOME	 "."       	 
1239.55/726.11	c benchname           	 string		 HOME/instance-4506751-1751134582.opb	 ""        	 
1239.55/726.11	c --------------------------------------------------
1239.55/726.11	c Local Search solver
1239.55/726.11	c MIP solver
1239.55/726.11	c use Exact solver
3600.01/3094.50	c receive signal 15, try to interrupt solver...
1239.56/3094.62	c Exact solver (PID 11958) interrupted gracefully.
1239.56/3094.66	s UNKNOWN
1239.56/3094.66	c Total time: 3094

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: 63837 MiB (59447 MiB free)
  memory of node 1: 64465 MiB (63126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506751-1751134582/watcher-4506751-1751134582 -o /tmp/evaluation-result-4506751-1751134582/solver-4506751-1751134582 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751133631-11299 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506751-1751134582.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=11873, runsolver pid=11870

[startup+0.100072 s]*
/proc/loadavg: 6.25 6.64 4.73 8/255 11874
/proc/meminfo: memFree=125508216/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=64032 memory=29440 CPUtime=0.09 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 6365 0 0 0 8 1 0 0 20 0 1 0 29137351 65568768 7360 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16008 7360 1152 6655 0 6243 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64032 KiB
Current children cumulated memory: 29440 KiB

[startup+0.213233 s]*
/proc/loadavg: 6.25 6.64 4.73 8/255 11874
/proc/meminfo: memFree=125507208/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=0.21 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 19 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+0.313641 s]*
/proc/loadavg: 6.25 6.64 4.73 8/255 11874
/proc/meminfo: memFree=125511480/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=0.31 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 29 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+0.700302 s]
/proc/loadavg: 6.25 6.64 4.73 8/255 11874
/proc/meminfo: memFree=125511480/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=0.68 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 66 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+1.50031 s]
/proc/loadavg: 6.25 6.64 4.73 8/255 11875
/proc/meminfo: memFree=125511480/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=1.48 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 146 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+3.11321 s]
/proc/loadavg: 6.25 6.64 4.73 8/255 11875
/proc/meminfo: memFree=125415148/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=3.09 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 307 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+6.30029 s]
/proc/loadavg: 6.31 6.65 4.74 8/255 11875
/proc/meminfo: memFree=125395144/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=66928 memory=32128 CPUtime=6.27 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 7048 0 0 0 625 2 0 0 20 0 1 0 29137351 68534272 8032 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 16732 8032 1152 6655 0 6967 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66928 KiB
Current children cumulated memory: 32128 KiB

[startup+12.7002 s]
/proc/loadavg: 6.36 6.66 4.75 8/256 11876
/proc/meminfo: memFree=125302592/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=222196 memory=137460 CPUtime=14.29 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 32180 0 0 0 1422 7 0 0 20 0 2 0 29137351 227528704 34365 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 55549 34365 2976 6655 0 34900 0
[pid=11873/tid=11876] ppid=11870 vsize=222196 memory=135924 CPUtime=2.06 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) R 11870 11873 11283 0 -1 4194368 5028 0 0 0 205 1 0 0 20 0 2 0 29138359 227528704 34365 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 222196 KiB
Current children cumulated memory: 137460 KiB

[startup+25.5002 s]
/proc/loadavg: 6.72 6.72 4.80 9/256 11876
/proc/meminfo: memFree=125158924/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=234796 memory=153972 CPUtime=39.68 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 48483 0 0 0 3959 9 0 0 20 0 2 0 29137351 240431104 38493 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 58699 38493 3296 6655 0 38826 0
[pid=11873/tid=11876] ppid=11870 vsize=234796 memory=153844 CPUtime=14.71 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) R 11870 11873 11283 0 -1 4194368 8412 0 0 0 1470 1 0 0 20 0 2 0 29138359 240431104 38493 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 39.68 s
Current children cumulated vsize: 234796 KiB
Current children cumulated memory: 153972 KiB

[startup+51.1132 s]
/proc/loadavg: 6.89 6.76 4.87 8/256 11876
/proc/meminfo: memFree=125124092/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=237424 memory=154612 CPUtime=69.4 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 53908 0 0 0 6930 10 0 0 20 0 2 0 29137351 243122176 38653 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 59356 38653 3296 6655 0 39483 0
[pid=11873/tid=11876] ppid=11870 vsize=237424 memory=154612 CPUtime=18.91 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) S 11870 11873 11283 0 -1 4194368 9532 0 0 0 1890 1 0 0 20 0 2 0 29138359 243122176 38653 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 69.4 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154612 KiB

[startup+102.3 s]
/proc/loadavg: 7.01 6.82 4.99 8/256 11878
/proc/meminfo: memFree=125200656/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=237424 memory=154740 CPUtime=120.39 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 60621 0 0 0 12029 10 0 0 20 0 2 0 29137351 243122176 38685 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 59356 38685 3296 6655 0 39483 0
[pid=11873/tid=11876] ppid=11870 vsize=237424 memory=154740 CPUtime=18.91 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) S 11870 11873 11283 0 -1 4194368 9532 0 0 0 1890 1 0 0 20 0 2 0 29138359 243122176 38685 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 120.39 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154740 KiB

[startup+162.3 s]
/proc/loadavg: 6.97 6.85 5.12 8/254 11880
/proc/meminfo: memFree=124649780/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=237424 memory=154740 CPUtime=180.16 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 60636 0 0 0 18006 10 0 0 20 0 2 0 29137351 243122176 38685 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 59356 38685 3296 6655 0 39483 0
[pid=11873/tid=11876] ppid=11870 vsize=237424 memory=154740 CPUtime=18.91 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) S 11870 11873 11283 0 -1 4194368 9532 0 0 0 1890 1 0 0 20 0 2 0 29138359 243122176 38685 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 180.16 s
Current children cumulated vsize: 237424 KiB
Current children cumulated memory: 154740 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 6.91 5.25 8/253 11882
/proc/meminfo: memFree=124964384/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=271156 memory=185332 CPUtime=240.15 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 85984 0 0 0 24001 14 0 0 20 0 2 0 29137351 277663744 46333 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 67789 46333 3328 6655 0 47916 0
[pid=11873/tid=11876] ppid=11870 vsize=271156 memory=154740 CPUtime=19.09 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) R 11870 11873 11283 0 -1 4194368 13241 0 0 0 1907 2 0 0 20 0 2 0 29138359 277663744 46333 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 240.15 s
Current children cumulated vsize: 271156 KiB
Current children cumulated memory: 185332 KiB

[startup+282.3 s]
/proc/loadavg: 7.72 7.13 5.43 9/253 11884
/proc/meminfo: memFree=124896152/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=193524 CPUtime=359.27 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 95739 0 0 0 35912 15 0 0 20 0 2 0 29137351 283951104 48381 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 48381 3328 6655 0 50323 0
[pid=11873/tid=11876] ppid=11870 vsize=277296 memory=193524 CPUtime=78.44 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) R 11870 11873 11283 0 -1 4194368 17844 0 0 0 7841 3 0 0 20 0 2 0 29138359 283951104 48381 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 359.27 s
Current children cumulated vsize: 277296 KiB
Current children cumulated memory: 193524 KiB

[startup+342.3 s]
/proc/loadavg: 7.94 7.30 5.60 9/255 11892
/proc/meminfo: memFree=124873672/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=193524 CPUtime=478.22 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) R 11870 11873 11283 0 -1 4194304 98188 0 0 0 47807 15 0 0 20 0 2 0 29137351 283951104 48381 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 48381 3328 6655 0 50323 0
[pid=11873/tid=11876] ppid=11870 vsize=277296 memory=193524 CPUtime=137.67 cores=4,6
/proc/11873/task/11876/stat : 11876 (LSIPExact) R 11870 11873 11283 0 -1 4194368 17909 0 0 0 13764 3 0 0 20 0 2 0 29138359 283951104 48381 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
Current children cumulated CPU time: 478.22 s
Current children cumulated vsize: 277296 KiB
Current children cumulated memory: 193524 KiB

[startup+402.3 s]

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

Current children cumulated memory: 697604 KiB

[startup+2562.3 s]
/proc/loadavg: 4.11 4.14 4.60 5/253 12090
/proc/meminfo: memFree=123429848/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=507196 memory=495200 CPUtime=1829.94 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 70005 0 0 0 182860 134 0 0 20 0 1 0 29209962 519368704 123800 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 126799 123800 1120 1011 0 125566 0
Current children cumulated CPU time: 3069.5 s
Current children cumulated vsize: 784492 KiB
Current children cumulated memory: 699524 KiB

[startup+2622.3 s]
/proc/loadavg: 4.16 4.15 4.57 5/253 12092
/proc/meminfo: memFree=123413264/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=507904 memory=495840 CPUtime=1889.74 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 70245 0 0 0 188827 147 0 0 20 0 1 0 29209962 520093696 123960 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 126976 123960 1120 1011 0 125743 0
Current children cumulated CPU time: 3129.3 s
Current children cumulated vsize: 785200 KiB
Current children cumulated memory: 700164 KiB

[startup+2682.3 s]
/proc/loadavg: 4.15 4.15 4.54 5/253 12105
/proc/meminfo: memFree=123411504/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=510204 memory=498144 CPUtime=1949.54 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 70832 0 0 0 194807 147 0 0 20 0 1 0 29209962 522448896 124536 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 127551 124536 1120 1011 0 126318 0
Current children cumulated CPU time: 3189.1 s
Current children cumulated vsize: 787500 KiB
Current children cumulated memory: 702468 KiB

[startup+2742.3 s]
/proc/loadavg: 4.10 4.13 4.51 5/253 12111
/proc/meminfo: memFree=123362312/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=513212 memory=501216 CPUtime=2009.34 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 71650 0 0 0 200787 147 0 0 20 0 1 0 29209962 525529088 125304 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 128303 125304 1120 1011 0 127070 0
Current children cumulated CPU time: 3248.9 s
Current children cumulated vsize: 790508 KiB
Current children cumulated memory: 705540 KiB

[startup+2802.3 s]
/proc/loadavg: 4.14 4.14 4.49 5/253 12114
/proc/meminfo: memFree=123350252/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=514968 memory=502880 CPUtime=2069.13 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 72094 0 0 0 206766 147 0 0 20 0 1 0 29209962 527327232 125720 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 128742 125720 1120 1011 0 127509 0
Current children cumulated CPU time: 3308.69 s
Current children cumulated vsize: 792264 KiB
Current children cumulated memory: 707204 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.13 4.46 5/254 12119
/proc/meminfo: memFree=123316284/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=515868 memory=503776 CPUtime=2128.93 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 72322 0 0 0 212736 157 0 0 20 0 1 0 29209962 528248832 125944 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 128967 125944 1120 1011 0 127734 0
Current children cumulated CPU time: 3368.49 s
Current children cumulated vsize: 793164 KiB
Current children cumulated memory: 708100 KiB

[startup+2922.3 s]
/proc/loadavg: 4.43 4.21 4.47 6/254 12213
/proc/meminfo: memFree=128102800/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=640108 memory=520208 CPUtime=2188.73 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 73311 0 0 0 218713 160 0 0 20 0 1 0 29209962 655470592 130052 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 160027 130052 1120 1011 0 158794 0
Current children cumulated CPU time: 3428.29 s
Current children cumulated vsize: 917404 KiB
Current children cumulated memory: 724532 KiB

[startup+2982.3 s]
/proc/loadavg: 4.71 4.34 4.49 6/254 12306
/proc/meminfo: memFree=128103544/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=643088 memory=523244 CPUtime=2248.54 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 74699 0 0 0 224693 161 0 0 20 0 1 0 29209962 658522112 130811 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 160772 130811 1120 1011 0 159539 0
Current children cumulated CPU time: 3488.1 s
Current children cumulated vsize: 920384 KiB
Current children cumulated memory: 727568 KiB

[startup+3042.3 s]
/proc/loadavg: 4.70 4.41 4.51 6/254 12353
/proc/meminfo: memFree=128094336/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=643556 memory=523712 CPUtime=2308.38 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 75364 0 0 0 230660 178 0 0 20 0 1 0 29209962 659001344 130928 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 160889 130928 1120 1011 0 159656 0
Current children cumulated CPU time: 3547.94 s
Current children cumulated vsize: 920852 KiB
Current children cumulated memory: 728036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3094.5 s]
/proc/loadavg: 4.91 4.52 4.55 5/254 12355
/proc/meminfo: memFree=128052856/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132741 0 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
[pid=11958] ppid=11873 vsize=645008 memory=525164 CPUtime=2360.45 cores=4,6
/proc/11958/stat : 11958 (Exact) R 11873 11958 11958 0 -1 4194304 76338 0 0 0 235866 179 0 0 20 0 1 0 29209962 660488192 131291 18446744073709551615 4198400 8335837 140726100213712 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 43368448 140726100215995 140726100216349 140726100216349 140726100221903 0
/proc/11958/statm: 161252 131291 1120 1011 0 160019 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 922304 KiB
Current children cumulated memory: 729488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.1 s, system=1.99809 s

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

[startup+3094.6 s]
/proc/loadavg: 4.91 4.52 4.55 5/254 12355
/proc/meminfo: memFree=128052856/131382120 swapFree=33010684/33010684
[pid=11873] ppid=11870 vsize=277296 memory=204324 CPUtime=1239.56 cores=4,6
/proc/11873/stat : 11873 (LSIPExact) S 11870 11873 11283 0 -1 4194304 132742 135 0 0 123938 18 0 0 20 0 1 0 29137351 283951104 51081 18446744073709551615 94212545634304 94212572890705 140730477834256 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94212581393544 94212581825152 94212589428736 140730477836634 140730477836810 140730477836810 140730477842412 0
/proc/11873/statm: 69324 51081 3360 6655 0 50323 0
Current children cumulated CPU time: 1239.56 s
Current children cumulated vsize: 277296 KiB
Current children cumulated memory: 204324 KiB

Child status: 0

Real time (s): 3094.67
CPU time (s): 3600.1
CPU user time (s): 3598.1
CPU system time (s): 1.99809
CPU usage (%): 116.333
Max. virtual memory (cumulated for all children) (KiB): 1076360
Max. memory (cumulated for all children) (KiB): 841940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.1
system time used= 1.99809
maximum resident set size= 672432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213079
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= 484
involuntary context switches= 19975


# summary of solver processes directly reported to runsolver:
#   pid: 11873
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.1
#   total CPU system time (s): 1.99809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4492 second user time and 28.428 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-28 20:16:22
IDJOB=4506751
IDBENCH=158263
IDSOLVER=3336
FILE ID=nodeC008/4506751-1751134582
RUNJOBID= nodeC008-1751133631-11299
SLURM_JOB_ID= 9587408
Free space on /tmp= 432872 MiB

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

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=753056809

nodeC008 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.865
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.72
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		: 3591.557
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.72
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.853
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.72
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		: 3491.932
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.72
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		: 1197.440
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.72
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		: 3591.665
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.72
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.330
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.72
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.632
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125516220 kB
MemAvailable:   125287252 kB
Buffers:            3280 kB
Cached:           583724 kB
SwapCached:            0 kB
Active:          4868060 kB
Inactive:         385596 kB
Active(anon):    4684608 kB
Inactive(anon):        0 kB
Active(file):     183452 kB
Inactive(file):   385596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46004 kB
Writeback:            48 kB
AnonPages:       4667448 kB
Mapped:           137260 kB
Shmem:             17956 kB
KReclaimable:      83220 kB
Slab:             161640 kB
SReclaimable:      83220 kB
SUnreclaim:        78420 kB
KernelStack:        4112 kB
PageTables:        12356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5337428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2521088 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC008 at 2025-06-28 21:07:57