Trace number 4507040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.14 2561.27

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K155.opb
MD5SUM4394b20101c323a14e6df6504cadd31d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18445
Total number of constraints18757
Number of constraints which are clauses18602
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint155
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 156
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

2127.17/1084.10	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2127.17/1084.10	c numVar: 18445
2127.17/1084.10	c numCon: 18757
2127.17/1084.10	c numEqual: 0
2127.17/1084.10	c intSize: 8
2127.17/1084.10	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2127.17/1084.10	c ------------------- Paras list -------------------
2127.17/1084.10	c Name                	 Type      	 Now       	 Default   	 Comment
2127.17/1084.10	c timeout             	 double    	 3600.000000	 3600      	 
2127.17/1084.10	c mip_time            	 double    	 0.300000  	 0.5       	 
2127.17/1084.10	c ls_time             	 double    	 10.000000 	 10        	 
2127.17/1084.10	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2127.17/1084.10	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2127.17/1084.10	c random_seed         	 int       	 0         	 0         	 
2127.17/1084.10	c sample_size         	 int       	 50        	 50        	 
2127.17/1084.10	c sub_score           	 int       	 1         	 1         	 
2127.17/1084.10	c tabu_base           	 int       	 3         	 3         	 
2127.17/1084.10	c tabu_variation      	 int       	 1         	 1         	 
2127.17/1084.10	c sub_div             	 int       	 4         	 4         	 
2127.17/1084.10	c nbcore              	 int       	 2         	 1         	 
2127.17/1084.10	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2127.17/1084.10	c print_sol           	 int       	 1         	 1         	 
2127.17/1084.10	c tmpdir              	 string		 .         	 "."       	 
2127.17/1084.10	c home                	 string		 HOME	 "."       	 
2127.17/1084.10	c benchname           	 string		 HOME/instance-4507040-1751142723.opb	 ""        	 
2127.17/1084.10	c --------------------------------------------------
2127.17/1084.10	c Local Search solver
2127.17/1084.10	c MIP solver
2127.17/1084.10	c use Exact solver
3600.07/2561.11	c receive signal 15, try to interrupt solver...
2127.38/2561.22	c Exact solver (PID 13904) interrupted gracefully.
2127.38/2561.26	s UNKNOWN
2127.38/2561.26	c Total time: 2562

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63038 MiB free)
  memory of node 1: 64507 MiB (46530 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=13751, runsolver pid=13748
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112171456/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64172 memory=29696 CPUtime=0.1 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6385 0 0 0 8 2 0 0 20 0 1 0 29952026 65712128 7392 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16043 7424 1184 6655 0 6278 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 64172 KiB
Current children cumulated memory: 29696 KiB

[startup+0.213414 s]*
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112171456/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=0.21 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 19 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+0.313374 s]*
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112170448/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=0.31 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 29 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+0.700289 s]
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112170448/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=0.68 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 66 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+1.50032 s]
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112168432/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=1.48 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 146 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+3.11316 s]
/proc/loadavg: 4.33 4.28 4.95 6/253 13752
/proc/meminfo: memFree=112168756/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=3.09 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 307 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+6.30027 s]
/proc/loadavg: 4.38 4.29 4.95 6/253 13752
/proc/meminfo: memFree=112168772/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=64444 memory=29824 CPUtime=6.26 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 6428 0 0 0 624 2 0 0 20 0 1 0 29952026 65990656 7456 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+12.7002 s]
/proc/loadavg: 4.51 4.32 4.95 7/254 13753
/proc/meminfo: memFree=112105456/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=214084 memory=130984 CPUtime=14.21 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 30604 0 0 0 1414 7 0 0 20 0 2 0 29952026 219222016 32746 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 53521 32746 3072 6655 0 33031 0
[pid=13751/tid=13753] ppid=13748 vsize=214084 memory=101016 CPUtime=1.9 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 4705 0 0 0 189 1 0 0 20 0 2 0 29953032 219222016 32746 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 14.21 s
Current children cumulated vsize: 214084 KiB
Current children cumulated memory: 130984 KiB

[startup+25.5002 s]
/proc/loadavg: 4.92 4.42 4.98 7/254 13753
/proc/meminfo: memFree=112087660/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=224968 memory=144936 CPUtime=39.6 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 46035 0 0 0 3951 9 0 0 20 0 2 0 29952026 230367232 36234 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 56242 36234 3392 6655 0 35985 0
[pid=13751/tid=13753] ppid=13748 vsize=224968 memory=144936 CPUtime=14.64 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 7461 0 0 0 1463 1 0 0 20 0 2 0 29953032 230367232 36234 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 39.6 s
Current children cumulated vsize: 224968 KiB
Current children cumulated memory: 144936 KiB

[startup+51.1055 s]
/proc/loadavg: 5.17 4.52 4.99 7/255 13755
/proc/meminfo: memFree=112060668/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=263544 memory=178600 CPUtime=80.97 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 78053 0 0 0 8084 13 0 0 20 0 2 0 29952026 269869056 44650 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 65886 44650 3456 6655 0 46113 0
[pid=13751/tid=13753] ppid=13748 vsize=263544 memory=178472 CPUtime=30.64 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 15306 0 0 0 3062 2 0 0 20 0 2 0 29953032 269869056 44650 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 80.97 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 178600 KiB

[startup+102.3 s]
/proc/loadavg: 5.68 4.76 5.05 7/255 13757
/proc/meminfo: memFree=112039716/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=265200 memory=180520 CPUtime=182.29 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 104483 0 0 0 18215 14 0 0 20 0 2 0 29952026 271564800 45130 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 66300 45130 3488 6655 0 46527 0
[pid=13751/tid=13753] ppid=13748 vsize=265200 memory=17152 CPUtime=81.49 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 25455 0 0 0 8146 3 0 0 20 0 2 0 29953032 271564800 45130 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 182.29 s
Current children cumulated vsize: 265200 KiB
Current children cumulated memory: 180520 KiB

[startup+162.3 s]
/proc/loadavg: 5.95 5.01 5.12 7/255 13759
/proc/meminfo: memFree=112008220/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=292044 memory=205160 CPUtime=300.99 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 124731 0 0 0 30083 16 0 0 20 0 2 0 29952026 299053056 51290 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 73011 51290 3488 6655 0 53238 0
[pid=13751/tid=13753] ppid=13748 vsize=292044 memory=205160 CPUtime=141.04 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 29465 0 0 0 14101 3 0 0 20 0 2 0 29953032 299053056 51290 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 300.99 s
Current children cumulated vsize: 292044 KiB
Current children cumulated memory: 205160 KiB

[startup+222.3 s]
/proc/loadavg: 6.10 5.22 5.19 7/257 13764
/proc/meminfo: memFree=112015496/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=292044 memory=205160 CPUtime=419.72 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 131684 0 0 0 41955 17 0 0 20 0 2 0 29952026 299053056 51290 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 73011 51290 3488 6655 0 53238 0
[pid=13751/tid=13753] ppid=13748 vsize=292044 memory=14848 CPUtime=200.61 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 33153 0 0 0 20057 4 0 0 20 0 2 0 29953032 299053056 51290 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 419.72 s
Current children cumulated vsize: 292044 KiB
Current children cumulated memory: 205160 KiB

[startup+282.3 s]
/proc/loadavg: 6.15 5.40 5.25 7/256 13770
/proc/meminfo: memFree=111963328/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=294812 memory=207720 CPUtime=538.41 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 134111 0 0 0 53823 18 0 0 20 0 2 0 29952026 301887488 51930 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 73703 51930 3488 6655 0 53930 0
[pid=13751/tid=13753] ppid=13748 vsize=294812 memory=207720 CPUtime=260.16 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 33172 0 0 0 26012 4 0 0 20 0 2 0 29953032 301887488 51930 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 538.41 s
Current children cumulated vsize: 294812 KiB
Current children cumulated memory: 207720 KiB

[startup+342.3 s]
/proc/loadavg: 6.06 5.51 5.30 7/256 13772
/proc/meminfo: memFree=111956360/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=294812 memory=207720 CPUtime=657.12 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) R 13748 13751 11357 0 -1 4194304 134167 0 0 0 65694 18 0 0 20 0 2 0 29952026 301887488 51930 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 73703 51930 3488 6655 0 53930 0
[pid=13751/tid=13753] ppid=13748 vsize=294812 memory=207720 CPUtime=319.72 cores=0,2
/proc/13751/task/13753/stat : 13753 (LSIPExact) R 13748 13751 11357 0 -1 4194368 33172 0 0 0 31968 4 0 0 20 0 2 0 29953032 301887488 51930 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
Current children cumulated CPU time: 657.12 s
Current children cumulated vsize: 294812 KiB
Current children cumulated memory: 207720 KiB

[startup+402.3 s]

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

Current children cumulated memory: 605596 KiB

[startup+2022.3 s]
/proc/loadavg: 4.11 4.85 5.60 5/254 13958
/proc/meminfo: memFree=127880192/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=429280 memory=388864 CPUtime=935.36 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 53536 0 0 0 93440 96 0 0 20 0 1 0 30060436 439582720 97216 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 107320 97216 1120 1011 0 106087 0
Current children cumulated CPU time: 3062.74 s
Current children cumulated vsize: 734616 KiB
Current children cumulated memory: 613372 KiB

[startup+2082.3 s]
/proc/loadavg: 4.69 4.88 5.56 5/254 13960
/proc/meminfo: memFree=127845884/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=433312 memory=392832 CPUtime=995.2 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 54655 0 0 0 99423 97 0 0 20 0 1 0 30060436 443711488 98208 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 108328 98208 1120 1011 0 107095 0
Current children cumulated CPU time: 3122.58 s
Current children cumulated vsize: 738648 KiB
Current children cumulated memory: 617340 KiB

[startup+2142.3 s]
/proc/loadavg: 4.42 4.78 5.48 5/253 13966
/proc/meminfo: memFree=127774952/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=436564 memory=402184 CPUtime=1055.03 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 55525 0 0 0 105406 97 0 0 20 0 1 0 30060436 447041536 100546 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 109141 100546 1120 1011 0 107908 0
Current children cumulated CPU time: 3182.41 s
Current children cumulated vsize: 741900 KiB
Current children cumulated memory: 626692 KiB

[startup+2202.3 s]
/proc/loadavg: 4.20 4.65 5.39 5/253 13968
/proc/meminfo: memFree=127749884/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=438692 memory=404360 CPUtime=1114.86 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 56058 0 0 0 111381 105 0 0 20 0 1 0 30060436 449220608 101090 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 109673 101090 1120 1011 0 108440 0
Current children cumulated CPU time: 3242.24 s
Current children cumulated vsize: 744028 KiB
Current children cumulated memory: 628868 KiB

[startup+2262.3 s]
/proc/loadavg: 4.19 4.56 5.31 5/254 13973
/proc/meminfo: memFree=127718876/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=443680 memory=409352 CPUtime=1174.7 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 57310 0 0 0 117365 105 0 0 20 0 1 0 30060436 454328320 102338 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 110920 102338 1120 1011 0 109687 0
Current children cumulated CPU time: 3302.08 s
Current children cumulated vsize: 749016 KiB
Current children cumulated memory: 633860 KiB

[startup+2322.3 s]
/proc/loadavg: 4.10 4.47 5.23 5/254 13975
/proc/meminfo: memFree=127646356/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=445544 memory=411272 CPUtime=1234.54 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 57879 0 0 0 123337 117 0 0 20 0 1 0 30060436 456237056 102818 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 111386 102818 1120 1011 0 110153 0
Current children cumulated CPU time: 3361.92 s
Current children cumulated vsize: 750880 KiB
Current children cumulated memory: 635780 KiB

[startup+2382.3 s]
/proc/loadavg: 4.08 4.40 5.16 5/254 13977
/proc/meminfo: memFree=127624848/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=224508 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 56127 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 56127 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=448984 memory=414600 CPUtime=1294.37 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 58805 0 0 0 129320 117 0 0 20 0 1 0 30060436 459759616 103650 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 112246 103650 1120 1011 0 111013 0
Current children cumulated CPU time: 3421.75 s
Current children cumulated vsize: 754320 KiB
Current children cumulated memory: 639108 KiB

[startup+2442.3 s]
/proc/loadavg: 4.13 4.35 5.09 5/254 13979
/proc/meminfo: memFree=127580480/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=229116 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 57279 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 57279 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=451556 memory=417160 CPUtime=1354.2 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 59551 0 0 0 135299 121 0 0 20 0 1 0 30060436 462393344 104290 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 112889 104290 1120 1011 0 111656 0
Current children cumulated CPU time: 3481.58 s
Current children cumulated vsize: 756892 KiB
Current children cumulated memory: 646276 KiB

[startup+2502.3 s]
/proc/loadavg: 4.14 4.32 5.03 5/254 13981
/proc/meminfo: memFree=127532748/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=231036 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 57759 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 57759 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=454528 memory=420232 CPUtime=1414.03 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 60351 0 0 0 141278 125 0 0 20 0 1 0 30060436 465436672 105058 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 113632 105058 1120 1011 0 112399 0
Current children cumulated CPU time: 3541.41 s
Current children cumulated vsize: 759864 KiB
Current children cumulated memory: 651268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2561.11 s]
/proc/loadavg: 3.64 4.15 4.93 4/247 14016
/proc/meminfo: memFree=128328328/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=231036 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175101 0 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 57759 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 57759 3552 6655 0 56561 0
[pid=13904] ppid=13751 vsize=458148 memory=423816 CPUtime=1472.69 cores=0,2
/proc/13904/stat : 13904 (Exact) R 13751 13904 13904 0 -1 4194304 61256 0 0 0 147144 125 0 0 20 0 1 0 30060436 469143552 105954 18446744073709551615 4198400 8335837 140730752164240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44130304 140730752166075 140730752166429 140730752166429 140730752171983 0
/proc/13904/statm: 114537 105954 1120 1011 0 113304 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 763484 KiB
Current children cumulated memory: 654852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.63 s, system=1.51536 s

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

[startup+2561.21 s]
/proc/loadavg: 3.64 4.15 4.93 4/247 14016
/proc/meminfo: memFree=128328328/131382112 swapFree=33010684/33010684
[pid=13751] ppid=13748 vsize=305336 memory=231036 CPUtime=2127.38 cores=0,2
/proc/13751/stat : 13751 (LSIPExact) S 13748 13751 11357 0 -1 4194304 175102 136 0 0 212714 24 0 0 20 0 1 0 29952026 312664064 57759 18446744073709551615 94500281815040 94500309071441 140732684444848 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94500317574280 94500318005888 94500350296064 140732684450138 140732684450314 140732684450314 140732684455916 0
/proc/13751/statm: 76334 57759 3552 6655 0 56561 0
Current children cumulated CPU time: 2127.38 s
Current children cumulated vsize: 305336 KiB
Current children cumulated memory: 231036 KiB

Child status: 0

Real time (s): 2561.27
CPU time (s): 3600.14
CPU user time (s): 3598.63
CPU system time (s): 1.51536
CPU usage (%): 140.561
Max. virtual memory (cumulated for all children) (KiB): 763484
Max. memory (cumulated for all children) (KiB): 654852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.63
system time used= 1.51536
maximum resident set size= 423816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239889
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= 505
involuntary context switches= 29655


# summary of solver processes directly reported to runsolver:
#   pid: 13751
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.63
#   total CPU system time (s): 1.51536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.48175 second user time and 20.6729 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 22:32:03
IDJOB=4507040
IDBENCH=158319
IDSOLVER=3337
FILE ID=nodeC012/4507040-1751142723
RUNJOBID= nodeC012-1751133631-11372
SLURM_JOB_ID= 9587412
Free space on /tmp= 432668 MiB

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

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

MD5SUM BENCH= 4394b20101c323a14e6df6504cadd31d
RANDOM SEED=89245473

nodeC012 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		: 1197.200
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        112198604 kB
MemAvailable:   112192508 kB
Buffers:            3280 kB
Cached:           805940 kB
SwapCached:            0 kB
Active:         17983480 kB
Inactive:         607944 kB
Active(anon):   17800164 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   607944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45872 kB
Writeback:             0 kB
AnonPages:      17778084 kB
Mapped:           147348 kB
Shmem:             17960 kB
KReclaimable:      84160 kB
Slab:             162956 kB
SReclaimable:      84160 kB
SUnreclaim:        78796 kB
KernelStack:        4080 kB
PageTables:        38812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19872536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7651328 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC012 at 2025-06-28 23:14:45