Trace number 4527048

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.13 3014.96

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 6.91 7.75 6.93 6/251 111488
/proc/meminfo: memFree=126383884/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=62752 memory=28032 CPUtime=0.09 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6040 0 0 0 7 2 0 0 20 0 1 0 139085797 64258048 7008 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 15688 7008 1152 6655 0 5923 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62752 KiB
Current children cumulated memory: 28032 KiB

[startup+0.216643 s]*
/proc/loadavg: 6.91 7.75 6.93 6/251 111488
/proc/meminfo: memFree=126380860/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=0.2 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 18 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+0.313372 s]*
/proc/loadavg: 6.84 7.72 6.92 6/251 111488
/proc/meminfo: memFree=126380860/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=0.29 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 27 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+0.700284 s]
/proc/loadavg: 6.84 7.72 6.92 6/251 111488
/proc/meminfo: memFree=126372796/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=0.66 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 64 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+1.50032 s]
/proc/loadavg: 6.84 7.72 6.92 6/251 111488
/proc/meminfo: memFree=126377576/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=1.46 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 144 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+3.11303 s]
/proc/loadavg: 6.84 7.72 6.92 6/251 111488
/proc/meminfo: memFree=126256096/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=3.07 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 305 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+6.30027 s]
/proc/loadavg: 6.77 7.69 6.92 7/251 111488
/proc/meminfo: memFree=125643668/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=66460 memory=31616 CPUtime=6.25 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 6929 0 0 0 623 2 0 0 20 0 1 0 139085797 68055040 7904 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 16615 7904 1152 6655 0 6850 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31616 KiB

[startup+12.7002 s]
/proc/loadavg: 6.71 7.66 6.91 7/252 111489
/proc/meminfo: memFree=125330112/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=223572 memory=142128 CPUtime=14.72 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 33374 0 0 0 1464 8 0 0 20 0 2 0 139085797 228937728 35532 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 55893 35532 3328 6655 0 35379 0
[pid=111487/tid=111489] ppid=111484 vsize=223572 memory=6512 CPUtime=2.14 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 4864 0 0 0 212 2 0 0 20 0 2 0 139086804 228937728 35532 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 223572 KiB
Current children cumulated memory: 142128 KiB

[startup+25.5004 s]
/proc/loadavg: 6.60 7.61 6.90 6/252 111489
/proc/meminfo: memFree=125056492/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=225352 memory=144176 CPUtime=37.92 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 45546 0 0 0 3783 9 0 0 20 0 2 0 139085797 230760448 36044 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 56338 36044 3328 6655 0 35896 0
[pid=111487/tid=111489] ppid=111484 vsize=225352 memory=16256 CPUtime=12.6 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) S 111484 111487 110907 0 -1 4194368 7249 0 0 0 1258 2 0 0 20 0 2 0 139086804 230760448 36044 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 37.92 s
Current children cumulated vsize: 225352 KiB
Current children cumulated memory: 144176 KiB

[startup+51.1054 s]
/proc/loadavg: 6.18 7.41 6.85 7/252 111490
/proc/meminfo: memFree=124690300/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=265160 memory=180400 CPUtime=70.43 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 67492 0 0 0 7031 12 0 0 20 0 2 0 139085797 271523840 45100 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 66290 45100 3360 6655 0 46706 0
[pid=111487/tid=111489] ppid=111484 vsize=265160 memory=16096 CPUtime=19.58 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 12047 0 0 0 1956 2 0 0 20 0 2 0 139086804 271523840 45100 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 70.43 s
Current children cumulated vsize: 265160 KiB
Current children cumulated memory: 180400 KiB

[startup+102.3 s]
/proc/loadavg: 6.52 7.31 6.85 8/252 111538
/proc/meminfo: memFree=123126332/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=268084 memory=183600 CPUtime=172.07 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 85421 0 0 0 17194 13 0 0 20 0 2 0 139085797 274518016 45900 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 67021 45900 3360 6655 0 47437 0
[pid=111487/tid=111489] ppid=111484 vsize=268084 memory=183600 CPUtime=70.24 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 19911 0 0 0 7021 3 0 0 20 0 2 0 139086804 274518016 45900 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 172.07 s
Current children cumulated vsize: 268084 KiB
Current children cumulated memory: 183600 KiB

[startup+162.3 s]
/proc/loadavg: 6.90 7.27 6.87 8/252 111540
/proc/meminfo: memFree=123115116/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=269992 memory=186416 CPUtime=291.18 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 97548 0 0 0 29104 14 0 0 20 0 2 0 139085797 276471808 46604 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 67498 46604 3360 6655 0 47914 0
[pid=111487/tid=111489] ppid=111484 vsize=269992 memory=186416 CPUtime=129.59 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 23488 0 0 0 12956 3 0 0 20 0 2 0 139086804 276471808 46604 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 291.18 s
Current children cumulated vsize: 269992 KiB
Current children cumulated memory: 186416 KiB

[startup+222.3 s]
/proc/loadavg: 7.02 7.23 6.89 6/247 111551
/proc/meminfo: memFree=122496528/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=297808 memory=214260 CPUtime=410.3 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 108068 0 0 0 41014 16 0 0 20 0 2 0 139085797 304955392 53565 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 74452 53565 3424 6655 0 54868 0
[pid=111487/tid=111489] ppid=111484 vsize=297808 memory=207604 CPUtime=188.96 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 26092 0 0 0 18893 3 0 0 20 0 2 0 139086804 304955392 53565 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 410.3 s
Current children cumulated vsize: 297808 KiB
Current children cumulated memory: 214260 KiB

[startup+282.3 s]
/proc/loadavg: 6.99 7.17 6.89 8/253 111591
/proc/meminfo: memFree=122494228/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=297808 memory=214260 CPUtime=529.42 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 108165 0 0 0 52924 18 0 0 20 0 2 0 139085797 304955392 53565 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 74452 53565 3424 6655 0 54868 0
[pid=111487/tid=111489] ppid=111484 vsize=297808 memory=214260 CPUtime=248.33 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 26187 0 0 0 24829 4 0 0 20 0 2 0 139086804 304955392 53565 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 529.42 s
Current children cumulated vsize: 297808 KiB
Current children cumulated memory: 214260 KiB

[startup+342.3 s]
/proc/loadavg: 6.75 7.06 6.87 8/252 111685
/proc/meminfo: memFree=122732056/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=299836 memory=216308 CPUtime=648.48 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) R 111484 111487 110907 0 -1 4194304 118787 0 0 0 64826 22 0 0 20 0 2 0 139085797 307032064 54077 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 74959 54077 3424 6655 0 55375 0
[pid=111487/tid=111489] ppid=111484 vsize=299836 memory=216308 CPUtime=307.69 cores=1,3
/proc/111487/task/111489/stat : 111489 (LSIPExact) R 111484 111487 110907 0 -1 4194368 32343 0 0 0 30764 5 0 0 20 0 2 0 139086804 307032064 54077 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
Current children cumulated CPU time: 648.48 s
Current children cumulated vsize: 299836 KiB
Current children cumulated memory: 216308 KiB

[startup+402.3 s]

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

Current children cumulated memory: 692372 KiB

[startup+2502.3 s]
/proc/loadavg: 4.42 5.09 5.22 5/249 112070
/proc/meminfo: memFree=121385552/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=489308 memory=469980 CPUtime=1770.27 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 65533 0 0 0 176877 150 0 0 20 0 1 0 139158407 501051392 117495 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 122327 117495 1120 1011 0 121094 0
Current children cumulated CPU time: 3089.24 s
Current children cumulated vsize: 789960 KiB
Current children cumulated memory: 695188 KiB

[startup+2562.3 s]
/proc/loadavg: 4.15 4.89 5.14 5/249 112072
/proc/meminfo: memFree=121383844/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=491908 memory=472540 CPUtime=1830.04 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 66250 0 0 0 182854 150 0 0 20 0 1 0 139158407 503713792 118135 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 122977 118135 1120 1011 0 121744 0
Current children cumulated CPU time: 3149.01 s
Current children cumulated vsize: 792560 KiB
Current children cumulated memory: 697748 KiB

[startup+2622.3 s]
/proc/loadavg: 4.15 4.75 5.08 5/249 112074
/proc/meminfo: memFree=121353724/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=495032 memory=475740 CPUtime=1889.81 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 67031 0 0 0 188831 150 0 0 20 0 1 0 139158407 506912768 118935 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 123758 118935 1120 1011 0 122525 0
Current children cumulated CPU time: 3208.78 s
Current children cumulated vsize: 795684 KiB
Current children cumulated memory: 700948 KiB

[startup+2682.3 s]
/proc/loadavg: 4.11 4.63 5.02 5/249 112076
/proc/meminfo: memFree=121343108/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=498080 memory=478812 CPUtime=1949.59 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 67869 0 0 0 194808 151 0 0 20 0 1 0 139158407 510033920 119703 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 124520 119703 1120 1011 0 123287 0
Current children cumulated CPU time: 3268.56 s
Current children cumulated vsize: 798732 KiB
Current children cumulated memory: 704020 KiB

[startup+2742.3 s]
/proc/loadavg: 4.08 4.53 4.95 5/250 112081
/proc/meminfo: memFree=121345044/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=498800 memory=479964 CPUtime=2009.39 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 68059 0 0 0 200774 165 0 0 20 0 1 0 139158407 510771200 119991 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 124700 119991 1120 1011 0 123467 0
Current children cumulated CPU time: 3328.36 s
Current children cumulated vsize: 799452 KiB
Current children cumulated memory: 705172 KiB

[startup+2802.3 s]
/proc/loadavg: 4.08 4.44 4.90 5/249 112083
/proc/meminfo: memFree=121302324/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=501864 memory=487236 CPUtime=2069.19 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 68870 0 0 0 206754 165 0 0 20 0 1 0 139158407 513908736 121809 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 125466 121809 1120 1011 0 124233 0
Current children cumulated CPU time: 3388.16 s
Current children cumulated vsize: 802516 KiB
Current children cumulated memory: 712444 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.38 4.84 5/248 112085
/proc/meminfo: memFree=121287524/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=513092 memory=498544 CPUtime=2129.01 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 69652 0 0 0 212736 165 0 0 20 0 1 0 139158407 525406208 124636 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 128273 124636 1120 1011 0 127040 0
Current children cumulated CPU time: 3447.98 s
Current children cumulated vsize: 813744 KiB
Current children cumulated memory: 723752 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.34 4.80 5/248 112087
/proc/meminfo: memFree=121292612/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=515144 memory=500592 CPUtime=2188.85 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 70242 0 0 0 218714 171 0 0 20 0 1 0 139158407 527507456 125148 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 128786 125148 1120 1011 0 127553 0
Current children cumulated CPU time: 3507.82 s
Current children cumulated vsize: 815796 KiB
Current children cumulated memory: 725800 KiB

[startup+2982.3 s]
/proc/loadavg: 3.33 4.07 4.68 4/241 112121
/proc/meminfo: memFree=125198904/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=516876 memory=502256 CPUtime=2248.67 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 70680 0 0 0 224689 178 0 0 20 0 1 0 139158407 529281024 125564 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 129219 125564 1120 1011 0 127986 0
Current children cumulated CPU time: 3567.64 s
Current children cumulated vsize: 817528 KiB
Current children cumulated memory: 727464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3014.8 s]
/proc/loadavg: 3.26 3.98 4.63 4/241 112122
/proc/meminfo: memFree=125138500/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158912 0 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
[pid=111753] ppid=111487 vsize=518696 memory=512332 CPUtime=2281.07 cores=1,3
/proc/111753/stat : 111753 (Exact) R 111487 111753 111753 0 -1 4194304 71213 0 0 0 227929 178 0 0 20 0 1 0 139158407 531144704 128083 18446744073709551615 4198400 8335837 140726311202160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45043712 140726311209145 140726311209499 140726311209499 140726311215055 0
/proc/111753/statm: 129674 128083 1120 1011 0 128441 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 819348 KiB
Current children cumulated memory: 737540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.08497 s

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

[startup+3014.91 s]
/proc/loadavg: 3.26 3.98 4.63 4/241 112122
/proc/meminfo: memFree=125138500/131382116 swapFree=33005528/33010684
[pid=111487] ppid=111484 vsize=300652 memory=225208 CPUtime=1318.97 cores=1,3
/proc/111487/stat : 111487 (LSIPExact) S 111484 111487 110907 0 -1 4194304 158913 137 0 0 131869 28 0 0 20 0 1 0 139085797 307867648 56302 18446744073709551615 94625651560448 94625678817617 140725552108544 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94625687319688 94625687751296 94625716334592 140725552114008 140725552114184 140725552114184 140725552119788 0
/proc/111487/statm: 75163 56302 3456 6655 0 55599 0
Current children cumulated CPU time: 1318.97 s
Current children cumulated vsize: 300652 KiB
Current children cumulated memory: 225208 KiB

Child status: 0

Real time (s): 3014.96
CPU time (s): 3600.13
CPU user time (s): 3598.04
CPU system time (s): 2.08497
CPU usage (%): 119.409
Max. virtual memory (cumulated for all children) (KiB): 819348
Max. memory (cumulated for all children) (KiB): 737540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.08497
maximum resident set size= 512332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234507
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= 502
involuntary context switches= 23904


# summary of solver processes directly reported to runsolver:
#   pid: 111487
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.08497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3862 second user time and 28.0633 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-11 13:41:04
IDJOB=4527048
IDBENCH=158308
IDSOLVER=3384
FILE ID=nodeC010/4527048-1752234064
RUNJOBID= nodeC010-1752232205-110926
SLURM_JOB_ID= 9682521
Free space on /tmp= 429648 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=1287912451

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.448
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		: 1197.148
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		: 3591.433
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.301
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.435
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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		: 3661.907
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:        126410848 kB
MemAvailable:   126825632 kB
Buffers:             228 kB
Cached:          1209080 kB
SwapCached:         4296 kB
Active:          3224872 kB
Inactive:         957132 kB
Active(anon):    2934052 kB
Inactive(anon):    52272 kB
Active(file):     290820 kB
Inactive(file):   904860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            134788 kB
Writeback:             0 kB
AnonPages:       2971508 kB
Mapped:           128436 kB
Shmem:             13628 kB
KReclaimable:     117460 kB
Slab:             204676 kB
SReclaimable:     117460 kB
SUnreclaim:        87216 kB
KernelStack:        4048 kB
PageTables:         9036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3534304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1363968 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= 429700 MiB
End job on nodeC010 at 2025-07-11 14:31:19