Trace number 4507219

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.12 2917.86

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
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 benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (59172 MiB free)
  memory of node 1: 64465 MiB (63393 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=12679, runsolver pid=12676

[startup+0.100102 s]*
/proc/loadavg: 4.15 4.59 4.68 5/252 12680
/proc/meminfo: memFree=125480256/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=66948 memory=32256 CPUtime=0.1 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7075 0 0 0 8 2 0 0 20 0 1 0 29224561 68554752 8064 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 16737 8064 1152 6655 0 6972 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 66948 KiB
Current children cumulated memory: 32256 KiB

[startup+0.213249 s]*
/proc/loadavg: 4.15 4.59 4.68 5/252 12680
/proc/meminfo: memFree=125480508/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=0.21 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 19 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+0.313277 s]*
/proc/loadavg: 4.15 4.59 4.68 5/252 12680
/proc/meminfo: memFree=125480760/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=0.31 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 29 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+0.700303 s]
/proc/loadavg: 4.15 4.59 4.68 5/252 12680
/proc/meminfo: memFree=125480760/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=0.68 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 66 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+1.50032 s]
/proc/loadavg: 4.15 4.59 4.68 5/252 12680
/proc/meminfo: memFree=125480760/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=1.48 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 146 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+3.11316 s]
/proc/loadavg: 4.14 4.58 4.68 5/252 12680
/proc/meminfo: memFree=125480792/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=3.09 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 307 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+6.3003 s]
/proc/loadavg: 4.14 4.58 4.68 5/252 12680
/proc/meminfo: memFree=125481296/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=68180 memory=33408 CPUtime=6.26 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 7362 0 0 0 624 2 0 0 20 0 1 0 29224561 69816320 8352 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 17045 8352 1152 6655 0 7280 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 68180 KiB
Current children cumulated memory: 33408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.57 4.67 6/253 12681
/proc/meminfo: memFree=125364340/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=229628 memory=150944 CPUtime=14.24 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 35419 0 0 0 1416 8 0 0 20 0 2 0 29224561 235139072 37736 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 57407 37736 3296 6655 0 37629 0
[pid=12679/tid=12681] ppid=12676 vsize=229628 memory=14352 CPUtime=1.95 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 6089 0 0 0 194 1 0 0 20 0 2 0 29225568 235139072 37736 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 14.24 s
Current children cumulated vsize: 229628 KiB
Current children cumulated memory: 150944 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.59 4.68 6/252 12681
/proc/meminfo: memFree=125357796/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=232284 memory=154784 CPUtime=39.68 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 50858 0 0 0 3959 9 0 0 20 0 2 0 29224561 237858816 38696 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 58071 38696 3296 6655 0 38449 0
[pid=12679/tid=12681] ppid=12676 vsize=232284 memory=153248 CPUtime=14.72 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 9194 0 0 0 1470 2 0 0 20 0 2 0 29225568 237858816 38696 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 39.68 s
Current children cumulated vsize: 232284 KiB
Current children cumulated memory: 154784 KiB

[startup+51.1057 s]
/proc/loadavg: 4.35 4.58 4.67 6/252 12682
/proc/meminfo: memFree=125322540/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=274620 memory=194800 CPUtime=73.75 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 74317 0 0 0 7363 12 0 0 20 0 2 0 29224561 281210880 48700 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 68655 48700 3328 6655 0 49410 0
[pid=12679/tid=12681] ppid=12676 vsize=274620 memory=14352 CPUtime=23.25 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 14420 0 0 0 2323 2 0 0 20 0 2 0 29225568 281210880 48700 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 73.75 s
Current children cumulated vsize: 274620 KiB
Current children cumulated memory: 194800 KiB

[startup+102.3 s]
/proc/loadavg: 5.21 4.77 4.73 6/255 12690
/proc/meminfo: memFree=125314800/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=275116 memory=195440 CPUtime=175.43 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 86049 0 0 0 17531 12 0 0 20 0 2 0 29224561 281718784 48860 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 68779 48860 3328 6655 0 49534 0
[pid=12679/tid=12681] ppid=12676 vsize=275116 memory=14352 CPUtime=73.92 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 18370 0 0 0 7389 3 0 0 20 0 2 0 29225568 281718784 48860 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 175.43 s
Current children cumulated vsize: 275116 KiB
Current children cumulated memory: 195440 KiB

[startup+162.3 s]
/proc/loadavg: 5.36 4.92 4.79 6/255 12694
/proc/meminfo: memFree=125282788/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=305984 memory=223084 CPUtime=294.61 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 118269 0 0 0 29445 16 0 0 20 0 2 0 29224561 313327616 55771 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 76496 55771 3392 6655 0 57251 0
[pid=12679/tid=12681] ppid=12676 vsize=305984 memory=223084 CPUtime=133.29 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 25998 0 0 0 13325 4 0 0 20 0 2 0 29225568 313327616 55771 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 294.61 s
Current children cumulated vsize: 305984 KiB
Current children cumulated memory: 223084 KiB

[startup+222.3 s]
/proc/loadavg: 5.23 4.96 4.82 6/255 12696
/proc/meminfo: memFree=125278416/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=308664 memory=227052 CPUtime=413.76 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 129492 0 0 0 41359 17 0 0 20 0 2 0 29224561 316071936 56763 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77166 56763 3392 6655 0 57921 0
[pid=12679/tid=12681] ppid=12676 vsize=308664 memory=227052 CPUtime=192.66 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 29798 0 0 0 19261 5 0 0 20 0 2 0 29225568 316071936 56763 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 413.76 s
Current children cumulated vsize: 308664 KiB
Current children cumulated memory: 227052 KiB

[startup+282.3 s]
/proc/loadavg: 5.13 4.99 4.84 6/255 12698
/proc/meminfo: memFree=125281924/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=308664 memory=227052 CPUtime=532.91 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 129526 0 0 0 53274 17 0 0 20 0 2 0 29224561 316071936 56763 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77166 56763 3392 6655 0 57921 0
[pid=12679/tid=12681] ppid=12676 vsize=308664 memory=227052 CPUtime=252.01 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 29828 0 0 0 25196 5 0 0 20 0 2 0 29225568 316071936 56763 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 532.91 s
Current children cumulated vsize: 308664 KiB
Current children cumulated memory: 227052 KiB

[startup+342.3 s]
/proc/loadavg: 5.15 5.02 4.86 6/257 12703
/proc/meminfo: memFree=125296300/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=309456 memory=229612 CPUtime=652.08 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) R 12676 12679 11315 0 -1 4194304 141892 0 0 0 65190 18 0 0 20 0 2 0 29224561 316882944 57403 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77364 57403 3392 6655 0 58119 0
[pid=12679/tid=12681] ppid=12676 vsize=309456 memory=227052 CPUtime=311.38 cores=5,7
/proc/12679/task/12681/stat : 12681 (LSIPExact) R 12676 12679 11315 0 -1 4194368 35658 0 0 0 31132 6 0 0 20 0 2 0 29225568 316882944 57403 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
Current children cumulated CPU time: 652.08 s
Current children cumulated vsize: 309456 KiB
Current children cumulated memory: 229612 KiB

[startup+402.3 s]

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

Current children cumulated memory: 742172 KiB

[startup+2382.3 s]
/proc/loadavg: 5.11 5.45 5.38 6/256 12998
/proc/meminfo: memFree=129360276/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=514376 memory=502832 CPUtime=1651.58 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 68843 0 0 0 165015 143 0 0 20 0 1 0 29297173 526721024 125708 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 128594 125708 1120 1011 0 127361 0
Current children cumulated CPU time: 3065.95 s
Current children cumulated vsize: 824640 KiB
Current children cumulated memory: 743708 KiB

[startup+2442.3 s]
/proc/loadavg: 5.12 5.38 5.36 7/256 13000
/proc/meminfo: memFree=129330860/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=518556 memory=511020 CPUtime=1711.44 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 70037 0 0 0 170999 145 0 0 20 0 1 0 29297173 531001344 127755 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 129639 127755 1120 1011 0 128406 0
Current children cumulated CPU time: 3125.81 s
Current children cumulated vsize: 828820 KiB
Current children cumulated memory: 751896 KiB

[startup+2502.3 s]
/proc/loadavg: 5.10 5.33 5.35 7/256 13002
/proc/meminfo: memFree=129323684/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=642356 memory=520272 CPUtime=1771.28 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 71503 0 0 0 176979 149 0 0 20 0 1 0 29297173 657772544 130068 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 160589 130068 1120 1011 0 159356 0
Current children cumulated CPU time: 3185.65 s
Current children cumulated vsize: 952620 KiB
Current children cumulated memory: 761148 KiB

[startup+2562.3 s]
/proc/loadavg: 5.16 5.31 5.34 7/255 13008
/proc/meminfo: memFree=129319664/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=644536 memory=522448 CPUtime=1831.14 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 72165 0 0 0 182965 149 0 0 20 0 1 0 29297173 660004864 130612 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 161134 130612 1120 1011 0 159901 0
Current children cumulated CPU time: 3245.51 s
Current children cumulated vsize: 954800 KiB
Current children cumulated memory: 763324 KiB

[startup+2622.3 s]
/proc/loadavg: 5.10 5.26 5.32 7/255 13013
/proc/meminfo: memFree=129319924/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=647924 memory=525776 CPUtime=1891 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 73118 0 0 0 188950 150 0 0 20 0 1 0 29297173 663474176 131444 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 161981 131444 1120 1011 0 160748 0
Current children cumulated CPU time: 3305.37 s
Current children cumulated vsize: 958188 KiB
Current children cumulated memory: 766652 KiB

[startup+2682.3 s]
/proc/loadavg: 5.01 5.21 5.30 6/255 13016
/proc/meminfo: memFree=129327512/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=650120 memory=540304 CPUtime=1950.85 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 73678 0 0 0 194935 150 0 0 20 0 1 0 29297173 665722880 135076 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 162530 135076 1120 1011 0 161297 0
Current children cumulated CPU time: 3365.22 s
Current children cumulated vsize: 960384 KiB
Current children cumulated memory: 781180 KiB

[startup+2742.3 s]
/proc/loadavg: 4.46 5.02 5.22 6/254 13063
/proc/meminfo: memFree=127690064/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=650744 memory=540944 CPUtime=2010.69 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 73843 0 0 0 200905 164 0 0 20 0 1 0 29297173 666361856 135236 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 162686 135236 1120 1011 0 161453 0
Current children cumulated CPU time: 3425.06 s
Current children cumulated vsize: 961008 KiB
Current children cumulated memory: 781820 KiB

[startup+2802.3 s]
/proc/loadavg: 4.75 4.99 5.20 7/254 13065
/proc/meminfo: memFree=126173308/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=655384 memory=545652 CPUtime=2070.55 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 75029 0 0 0 206890 165 0 0 20 0 1 0 29297173 671113216 136413 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 163846 136413 1120 1011 0 162613 0
Current children cumulated CPU time: 3484.92 s
Current children cumulated vsize: 965648 KiB
Current children cumulated memory: 786528 KiB

[startup+2862.3 s]
/proc/loadavg: 4.91 4.99 5.18 6/254 13067
/proc/meminfo: memFree=126166988/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=657344 memory=547584 CPUtime=2130.4 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 76693 0 0 0 212873 167 0 0 20 0 1 0 29297173 673120256 136896 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 164336 136896 1120 1011 0 163103 0
Current children cumulated CPU time: 3544.77 s
Current children cumulated vsize: 967608 KiB
Current children cumulated memory: 788460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2917.7 s]
/proc/loadavg: 5.08 5.02 5.18 6/254 13069
/proc/meminfo: memFree=126112320/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165438 0 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
[pid=12726] ppid=12679 vsize=658864 memory=549104 CPUtime=2185.67 cores=5,7
/proc/12726/stat : 12726 (Exact) R 12679 12726 12726 0 -1 4194304 77707 0 0 0 218399 168 0 0 20 0 1 0 29297173 674676736 137276 18446744073709551615 4198400 8335837 140723543525712 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 17055744 140723543529659 140723543530013 140723543530013 140723543535567 0
/proc/12726/statm: 164716 137276 1120 1011 0 163483 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 969128 KiB
Current children cumulated memory: 789980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.17 s, system=1.95034 s

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

[startup+2917.8 s]
/proc/loadavg: 5.08 5.02 5.18 6/254 13069
/proc/meminfo: memFree=126112320/131382116 swapFree=33010684/33010684
[pid=12679] ppid=12676 vsize=310264 memory=240876 CPUtime=1414.37 cores=5,7
/proc/12679/stat : 12679 (LSIPExact) S 12676 12679 11315 0 -1 4194304 165439 137 0 0 141413 24 0 0 20 0 1 0 29224561 317710336 60219 18446744073709551615 94279673651200 94279700907601 140720337622464 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94279709410440 94279709842048 94279729709056 140720337631578 140720337631754 140720337631754 140720337637356 0
/proc/12679/statm: 77566 60219 3424 6655 0 58405 0
Current children cumulated CPU time: 1414.37 s
Current children cumulated vsize: 310264 KiB
Current children cumulated memory: 240876 KiB

Child status: 0

Real time (s): 2917.86
CPU time (s): 3600.12
CPU user time (s): 3598.17
CPU system time (s): 1.95034
CPU usage (%): 123.382
Max. virtual memory (cumulated for all children) (KiB): 1112016
Max. memory (cumulated for all children) (KiB): 824764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.17
system time used= 1.95034
maximum resident set size= 677612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247672
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= 477
involuntary context switches= 14454


# summary of solver processes directly reported to runsolver:
#   pid: 12679
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.17
#   total CPU system time (s): 1.95034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2015 second user time and 24.3152 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 20:30:51
IDJOB=4507219
IDBENCH=158331
IDSOLVER=3336
FILE ID=nodeC010/4507219-1751135451
RUNJOBID= nodeC010-1751133631-11333
SLURM_JOB_ID= 9587410
Free space on /tmp= 432880 MiB

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

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
RANDOM SEED=1841080667

nodeC010 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		: 3591.449
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.36
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		: 3691.237
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.36
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		: 1197.459
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
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.36
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		: 3591.396
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.36
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		: 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 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.36
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.149
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.36
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		: 1197.150
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125507220 kB
MemAvailable:   125278728 kB
Buffers:            3280 kB
Cached:           584152 kB
SwapCached:            0 kB
Active:          4880652 kB
Inactive:         377992 kB
Active(anon):    4689172 kB
Inactive(anon):        0 kB
Active(file):     191480 kB
Inactive(file):   377992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46084 kB
Writeback:             4 kB
AnonPages:       4664100 kB
Mapped:           152004 kB
Shmem:             17960 kB
KReclaimable:      83328 kB
Slab:             162132 kB
SReclaimable:      83328 kB
SUnreclaim:        78804 kB
KernelStack:        4064 kB
PageTables:        12400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5165992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2535424 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC010 at 2025-06-28 21:19:30