Trace number 4507184

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.06 2566.03

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K182.opb
MD5SUMa76bcc507230b7348cd315b0b6909f20
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 benchmark196.92
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21658
Total number of constraints22024
Number of constraints which are clauses21842
Number of constraints which are cardinality constraints (but not clauses)182
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
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 183
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

2122.10/1084.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2122.10/1084.09	c numVar: 21658
2122.10/1084.09	c numCon: 22024
2122.10/1084.09	c numEqual: 0
2122.10/1084.09	c intSize: 8
2122.10/1084.09	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2122.10/1084.09	c ------------------- Paras list -------------------
2122.10/1084.09	c Name                	 Type      	 Now       	 Default   	 Comment
2122.10/1084.09	c timeout             	 double    	 3600.000000	 3600      	 
2122.10/1084.09	c mip_time            	 double    	 0.300000  	 0.5       	 
2122.10/1084.09	c ls_time             	 double    	 10.000000 	 10        	 
2122.10/1084.09	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2122.10/1084.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2122.10/1084.09	c random_seed         	 int       	 0         	 0         	 
2122.10/1084.09	c sample_size         	 int       	 50        	 50        	 
2122.10/1084.09	c sub_score           	 int       	 1         	 1         	 
2122.10/1084.09	c tabu_base           	 int       	 3         	 3         	 
2122.10/1084.09	c tabu_variation      	 int       	 1         	 1         	 
2122.10/1084.09	c sub_div             	 int       	 4         	 4         	 
2122.10/1084.09	c nbcore              	 int       	 2         	 1         	 
2122.10/1084.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2122.10/1084.09	c print_sol           	 int       	 1         	 1         	 
2122.10/1084.09	c tmpdir              	 string		 .         	 "."       	 
2122.10/1084.09	c home                	 string		 HOME	 "."       	 
2122.10/1084.09	c benchname           	 string		 HOME/instance-4507184-1751179186.opb	 ""        	 
2122.10/1084.09	c --------------------------------------------------
2122.10/1084.09	c Local Search solver
2122.10/1084.09	c MIP solver
2122.10/1084.09	c use Exact solver
3600.00/2565.90	c receive signal 15, try to interrupt solver...
2122.29/2566.01	c Exact solver (PID 29558) interrupted gracefully.
2122.29/2566.02	s UNKNOWN
2122.29/2566.02	c Total time: 2566

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62916 MiB free)
  memory of node 1: 64465 MiB (63936 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507184-1751179186/watcher-4507184-1751179186 -o /tmp/evaluation-result-4507184-1751179186/solver-4507184-1751179186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29163 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4507184-1751179186.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=29212, runsolver pid=29203
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.77 1.27 2.40 5/265 29221
/proc/meminfo: memFree=129831908/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=0.08 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 7 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+0.205366 s]*
/proc/loadavg: 0.77 1.27 2.40 5/265 29221
/proc/meminfo: memFree=129831908/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=0.18 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 17 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+0.305281 s]*
/proc/loadavg: 0.77 1.27 2.40 5/265 29221
/proc/meminfo: memFree=129831908/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=0.28 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 27 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+0.70017 s]
/proc/loadavg: 1.03 1.32 2.41 5/265 29221
/proc/meminfo: memFree=129831908/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=0.67 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 66 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+1.50017 s]
/proc/loadavg: 1.03 1.32 2.41 5/265 29221
/proc/meminfo: memFree=129831940/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=1.47 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 146 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+3.10512 s]
/proc/loadavg: 1.03 1.32 2.41 5/265 29221
/proc/meminfo: memFree=129832256/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=3.07 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 306 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+6.30015 s]
/proc/loadavg: 1.26 1.36 2.42 5/265 29221
/proc/meminfo: memFree=129832768/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=68964 memory=34304 CPUtime=6.26 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 7564 0 0 0 625 1 0 0 20 0 1 0 33596187 70619136 8576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 17241 8576 1184 6655 0 7476 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34304 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.46 2.45 9/269 29225
/proc/meminfo: memFree=129525856/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=233556 memory=156804 CPUtime=14.77 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 35340 0 0 0 1472 5 0 0 20 0 2 0 33596187 239161344 39201 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 58389 39201 3424 6655 0 38894 0
[pid=29212/tid=29225] ppid=29203 vsize=233556 memory=153732 CPUtime=2.15 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 6318 0 0 0 214 1 0 0 20 0 2 0 33597194 239161344 39201 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 14.77 s
Current children cumulated vsize: 233556 KiB
Current children cumulated memory: 156804 KiB

[startup+25.5002 s]
/proc/loadavg: 2.62 1.66 2.50 8/269 29271
/proc/meminfo: memFree=129544768/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=237808 memory=161284 CPUtime=40.14 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 48782 0 0 0 4005 9 0 0 20 0 2 0 33596187 243515392 40321 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 59452 40321 3424 6655 0 39957 0
[pid=29212/tid=29225] ppid=29203 vsize=237808 memory=159748 CPUtime=14.78 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 8757 0 0 0 1475 3 0 0 20 0 2 0 33597194 243515392 40321 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 40.14 s
Current children cumulated vsize: 237808 KiB
Current children cumulated memory: 161284 KiB

[startup+51.1054 s]
/proc/loadavg: 4.31 2.16 2.64 9/269 29272
/proc/meminfo: memFree=129421792/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=280720 memory=201772 CPUtime=75.16 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 72464 0 0 0 7505 11 0 0 20 0 2 0 33596187 287457280 50443 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 70180 50443 3456 6655 0 51585 0
[pid=29212/tid=29225] ppid=29203 vsize=280720 memory=161412 CPUtime=24.28 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 14554 0 0 0 2424 4 0 0 20 0 2 0 33597194 287457280 50443 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 75.16 s
Current children cumulated vsize: 280720 KiB
Current children cumulated memory: 201772 KiB

[startup+102.3 s]
/proc/loadavg: 6.52 3.09 2.93 9/270 29275
/proc/meminfo: memFree=129401664/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=281432 memory=203308 CPUtime=176.63 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 83655 0 0 0 17649 14 0 0 20 0 2 0 33596187 288186368 50827 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 70358 50827 3456 6655 0 51763 0
[pid=29212/tid=29225] ppid=29203 vsize=281432 memory=203308 CPUtime=74.82 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 18469 0 0 0 7476 6 0 0 20 0 2 0 33597194 288186368 50827 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 176.63 s
Current children cumulated vsize: 281432 KiB
Current children cumulated memory: 203308 KiB

[startup+162.3 s]
/proc/loadavg: 7.52 4.00 3.26 9/272 29281
/proc/meminfo: memFree=129346504/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=281432 memory=203564 CPUtime=295.52 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 104531 0 0 0 29535 17 0 0 20 0 2 0 33596187 288186368 50891 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 70358 50891 3488 6655 0 51763 0
[pid=29212/tid=29225] ppid=29203 vsize=281432 memory=203308 CPUtime=134.03 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 26077 0 0 0 13395 8 0 0 20 0 2 0 33597194 288186368 50891 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 295.52 s
Current children cumulated vsize: 281432 KiB
Current children cumulated memory: 203564 KiB

[startup+222.3 s]
/proc/loadavg: 7.77 4.72 3.55 9/272 29328
/proc/meminfo: memFree=129253616/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=313232 memory=230080 CPUtime=414.38 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 120340 0 0 0 41415 23 0 0 20 0 2 0 33596187 320749568 57520 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78308 57520 3488 6655 0 59713 0
[pid=29212/tid=29225] ppid=29203 vsize=313232 memory=229824 CPUtime=193.22 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 29846 0 0 0 19310 12 0 0 20 0 2 0 33597194 320749568 57520 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 414.38 s
Current children cumulated vsize: 313232 KiB
Current children cumulated memory: 230080 KiB

[startup+282.3 s]
/proc/loadavg: 7.82 5.30 3.83 9/272 29377
/proc/meminfo: memFree=129252860/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=313364 memory=234304 CPUtime=533.25 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 123642 0 0 0 53297 28 0 0 20 0 2 0 33596187 320884736 58576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78341 58576 3520 6655 0 59746 0
[pid=29212/tid=29225] ppid=29203 vsize=313364 memory=233664 CPUtime=252.42 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 29903 0 0 0 25227 15 0 0 20 0 2 0 33597194 320884736 58576 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 533.25 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 234304 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.83 4.10 9/270 29379
/proc/meminfo: memFree=129230556/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=313364 memory=238912 CPUtime=652.19 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) R 29203 29212 29149 0 -1 4194304 127278 0 0 0 65189 30 0 0 20 0 2 0 33596187 320884736 59728 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78341 59728 3520 6655 0 59746 0
[pid=29212/tid=29225] ppid=29203 vsize=313364 memory=233664 CPUtime=311.66 cores=4,6
/proc/29212/task/29225/stat : 29225 (LSIPExact) R 29203 29212 29149 0 -1 4194368 29933 0 0 0 31150 16 0 0 20 0 2 0 33597194 320884736 59728 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
Current children cumulated CPU time: 652.19 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 238912 KiB


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

Current children cumulated memory: 686228 KiB

[startup+2082.3 s]
/proc/loadavg: 4.15 4.46 5.13 5/269 29622
/proc/meminfo: memFree=128076004/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=462472 memory=445828 CPUtime=995.47 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 56445 0 0 0 99457 90 0 0 20 0 1 0 33704597 473571328 111457 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 115618 111457 1152 1011 0 114385 0
Current children cumulated CPU time: 3117.76 s
Current children cumulated vsize: 778152 KiB
Current children cumulated memory: 693268 KiB

[startup+2142.3 s]
/proc/loadavg: 4.11 4.39 5.06 5/269 29624
/proc/meminfo: memFree=128059692/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=467344 memory=450692 CPUtime=1055.31 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 57776 0 0 0 105441 90 0 0 20 0 1 0 33704597 478560256 112673 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 116836 112673 1152 1011 0 115603 0
Current children cumulated CPU time: 3177.6 s
Current children cumulated vsize: 783024 KiB
Current children cumulated memory: 698132 KiB

[startup+2202.3 s]
/proc/loadavg: 4.09 4.33 5.00 5/267 29626
/proc/meminfo: memFree=128001516/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=472132 memory=455556 CPUtime=1115.15 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 59054 0 0 0 111424 91 0 0 20 0 1 0 33704597 483463168 113889 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 118033 113889 1152 1011 0 116800 0
Current children cumulated CPU time: 3237.44 s
Current children cumulated vsize: 787812 KiB
Current children cumulated memory: 702996 KiB

[startup+2262.3 s]
/proc/loadavg: 4.10 4.29 4.94 5/268 29631
/proc/meminfo: memFree=128032792/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=476252 memory=459652 CPUtime=1175 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 60208 0 0 0 117408 92 0 0 20 0 1 0 33704597 487682048 114913 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 119063 114913 1152 1011 0 117830 0
Current children cumulated CPU time: 3297.29 s
Current children cumulated vsize: 791932 KiB
Current children cumulated memory: 707092 KiB

[startup+2322.3 s]
/proc/loadavg: 4.09 4.25 4.88 5/268 29633
/proc/meminfo: memFree=127973408/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=479596 memory=462980 CPUtime=1234.83 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 61126 0 0 0 123391 92 0 0 20 0 1 0 33704597 491106304 115745 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 119899 115745 1152 1011 0 118666 0
Current children cumulated CPU time: 3357.12 s
Current children cumulated vsize: 795276 KiB
Current children cumulated memory: 710420 KiB

[startup+2382.3 s]
/proc/loadavg: 4.07 4.21 4.83 5/270 29639
/proc/meminfo: memFree=127936608/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=482224 memory=465584 CPUtime=1294.66 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 61275 0 0 0 129361 105 0 0 20 0 1 0 33704597 493797376 116396 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 120556 116396 1152 1011 0 119323 0
Current children cumulated CPU time: 3416.95 s
Current children cumulated vsize: 797904 KiB
Current children cumulated memory: 713024 KiB

[startup+2442.3 s]
/proc/loadavg: 4.06 4.19 4.78 5/271 29644
/proc/meminfo: memFree=127951568/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=486744 memory=470064 CPUtime=1354.48 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 62410 0 0 0 135343 105 0 0 20 0 1 0 33704597 498425856 117516 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 121686 117516 1152 1011 0 120453 0
Current children cumulated CPU time: 3476.77 s
Current children cumulated vsize: 802424 KiB
Current children cumulated memory: 717504 KiB

[startup+2502.3 s]
/proc/loadavg: 4.06 4.17 4.73 5/271 29646
/proc/meminfo: memFree=127952952/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=489336 memory=472752 CPUtime=1414.31 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 63180 0 0 0 141325 106 0 0 20 0 1 0 33704597 501080064 118188 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 122334 118188 1152 1011 0 121101 0
Current children cumulated CPU time: 3536.6 s
Current children cumulated vsize: 805016 KiB
Current children cumulated memory: 720192 KiB

[startup+2562.3 s]
/proc/loadavg: 4.13 4.16 4.70 5/270 29648
/proc/meminfo: memFree=127925664/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=494312 memory=485816 CPUtime=1474.13 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 64500 0 0 0 147300 113 0 0 20 0 1 0 33704597 506175488 121454 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 123578 121454 1152 1011 0 122345 0
Current children cumulated CPU time: 3596.42 s
Current children cumulated vsize: 809992 KiB
Current children cumulated memory: 733256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2565.9 s]
/proc/loadavg: 4.13 4.16 4.70 5/270 29648
/proc/meminfo: memFree=127925728/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247440 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132443 0 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61860 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61860 3552 6655 0 60325 0
[pid=29558] ppid=29212 vsize=494312 memory=485816 CPUtime=1477.71 cores=4,6
/proc/29558/stat : 29558 (Exact) R 29212 29558 29558 0 -1 4194304 64500 0 0 0 147657 114 0 0 20 0 1 0 33704597 506175488 121454 18446744073709551615 4198400 8335837 140726288149568 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36958208 140726288156859 140726288157213 140726288157213 140726288162767 0
/proc/29558/statm: 123578 121454 1152 1011 0 122345 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 809992 KiB
Current children cumulated memory: 733256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.44 s, system=1.61779 s

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

[startup+2566 s]*
/proc/loadavg: 4.12 4.16 4.69 4/270 29649
/proc/meminfo: memFree=128386040/131250000 swapFree=33010684/33010684
[pid=29212] ppid=29203 vsize=315680 memory=247568 CPUtime=2122.29 cores=4,6
/proc/29212/stat : 29212 (LSIPExact) S 29203 29212 29149 0 -1 4194304 132444 138 0 0 212183 46 0 0 20 0 1 0 33596187 323256320 61892 18446744073709551615 94748061364224 94748088620625 140728913313120 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94748097123464 94748097555072 94748105601024 140728913316186 140728913316362 140728913316362 140728913321964 0
/proc/29212/statm: 78920 61892 3552 6655 0 60325 0
Current children cumulated CPU time: 2122.29 s
Current children cumulated vsize: 315680 KiB
Current children cumulated memory: 247568 KiB

Child status: 0

Real time (s): 2566.03
CPU time (s): 3600.06
CPU user time (s): 3598.44
CPU system time (s): 1.61779
CPU usage (%): 140.297
Max. virtual memory (cumulated for all children) (KiB): 809992
Max. memory (cumulated for all children) (KiB): 733256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.61779
maximum resident set size= 485816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201004
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= 557
involuntary context switches= 63408


# summary of solver processes directly reported to runsolver:
#   pid: 29212
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.44
#   total CPU system time (s): 1.61779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.01863 second user time and 11.1099 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 08:39:46
IDJOB=4507184
IDBENCH=158329
IDSOLVER=3337
FILE ID=nodeC016/4507184-1751179186
RUNJOBID= nodeC016-1751179186-29163
SLURM_JOB_ID= 9587543
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
RANDOM SEED=116208418

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129902172 kB
MemAvailable:   129777452 kB
Buffers:            3280 kB
Cached:           685608 kB
SwapCached:            0 kB
Active:           295608 kB
Inactive:         463780 kB
Active(anon):      88652 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   463780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            181652 kB
Writeback:             0 kB
AnonPages:         73756 kB
Mapped:           102116 kB
Shmem:             18072 kB
KReclaimable:      87564 kB
Slab:             170612 kB
SReclaimable:      87564 kB
SUnreclaim:        83048 kB
KernelStack:        4020 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC016 at 2025-06-29 09:22:33