Trace number 4527054

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.08 2915.04

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K188.opb
MD5SUM416ae2bcad94d751017f8086501bbe46
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 benchmark28.0032
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints22750
Number of constraints which are clauses22562
Number of constraints which are cardinality constraints (but not clauses)188
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint188
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 189
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527054-1752234060/watcher-4527054-1752234060 -o /tmp/evaluation-result-4527054-1752234060/solver-4527054-1752234060 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752232205-123424 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527054-1752234060.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=124076, runsolver pid=124073

[startup+0.100071 s]*
/proc/loadavg: 7.34 7.90 6.93 6/251 124077
/proc/meminfo: memFree=118788216/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=65504 memory=30848 CPUtime=0.09 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 6715 0 0 0 7 2 0 0 20 0 1 0 139085223 67076096 7712 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 16376 7712 1184 6655 0 6611 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 65504 KiB
Current children cumulated memory: 30848 KiB

[startup+0.213396 s]*
/proc/loadavg: 7.34 7.90 6.93 6/251 124077
/proc/meminfo: memFree=118780656/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=0.21 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 18 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+0.31089 s]*
/proc/loadavg: 7.34 7.90 6.93 6/251 124077
/proc/meminfo: memFree=118778892/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=0.31 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 28 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+0.700286 s]
/proc/loadavg: 7.34 7.90 6.93 6/251 124077
/proc/meminfo: memFree=118776876/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=0.68 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 65 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+1.50028 s]
/proc/loadavg: 7.15 7.85 6.92 6/251 124077
/proc/meminfo: memFree=118621988/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=1.48 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 145 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+3.11301 s]
/proc/loadavg: 7.15 7.85 6.92 6/252 124078
/proc/meminfo: memFree=117959336/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=3.09 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 306 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+6.30026 s]
/proc/loadavg: 7.06 7.82 6.91 6/252 124078
/proc/meminfo: memFree=117418920/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=69904 memory=35200 CPUtime=6.27 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 7799 0 0 0 624 3 0 0 20 0 1 0 139085223 71581696 8800 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 17476 8800 1184 6655 0 7711 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35200 KiB

[startup+12.7002 s]
/proc/loadavg: 6.97 7.79 6.91 7/254 124080
/proc/meminfo: memFree=116757124/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=239824 memory=159964 CPUtime=14.7 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 38204 0 0 0 1461 9 0 0 20 0 2 0 139085223 245579776 39991 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 59956 39991 3392 6655 0 40506 0
[pid=124076/tid=124080] ppid=124073 vsize=239824 memory=159964 CPUtime=2.11 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 5555 0 0 0 210 1 0 0 20 0 2 0 139086231 245579776 39991 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 14.7 s
Current children cumulated vsize: 239824 KiB
Current children cumulated memory: 159964 KiB

[startup+25.5001 s]
/proc/loadavg: 6.90 7.75 6.90 7/254 124080
/proc/meminfo: memFree=116185400/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=240356 memory=161116 CPUtime=40.15 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 54252 0 0 0 4004 11 0 0 20 0 2 0 139085223 246124544 40279 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 60089 40279 3392 6655 0 40639 0
[pid=124076/tid=124080] ppid=124073 vsize=240356 memory=160988 CPUtime=14.79 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 8619 0 0 0 1478 1 0 0 20 0 2 0 139086231 246124544 40279 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 40.15 s
Current children cumulated vsize: 240356 KiB
Current children cumulated memory: 161116 KiB

[startup+51.1055 s]
/proc/loadavg: 6.51 7.57 6.87 7/254 124081
/proc/meminfo: memFree=116286992/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=284752 memory=206620 CPUtime=78.83 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 79567 0 0 0 7870 13 0 0 20 0 2 0 139085223 291586048 51655 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 71188 51655 3456 6655 0 53354 0
[pid=124076/tid=124080] ppid=124073 vsize=284752 memory=206620 CPUtime=27.95 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 17787 0 0 0 2793 2 0 0 20 0 2 0 139086231 291586048 51655 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 78.83 s
Current children cumulated vsize: 284752 KiB
Current children cumulated memory: 206620 KiB

[startup+102.3 s]
/proc/loadavg: 6.82 7.48 6.88 8/254 124083
/proc/meminfo: memFree=112948596/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=286000 memory=208028 CPUtime=180.48 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 97660 0 0 0 18032 16 0 0 20 0 2 0 139085223 292864000 52007 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 71500 52007 3456 6655 0 53666 0
[pid=124076/tid=124080] ppid=124073 vsize=286000 memory=208028 CPUtime=78.61 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 21943 0 0 0 7858 3 0 0 20 0 2 0 139086231 292864000 52007 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 180.48 s
Current children cumulated vsize: 286000 KiB
Current children cumulated memory: 208028 KiB

[startup+162.3 s]
/proc/loadavg: 6.99 7.40 6.90 8/254 124084
/proc/meminfo: memFree=112411596/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=317244 memory=236956 CPUtime=299.63 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 130764 0 0 0 29944 19 0 0 20 0 2 0 139085223 324857856 59239 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 79311 59239 3520 6655 0 61477 0
[pid=124076/tid=124080] ppid=124073 vsize=317244 memory=210844 CPUtime=137.99 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 29854 0 0 0 13796 3 0 0 20 0 2 0 139086231 324857856 59239 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 299.63 s
Current children cumulated vsize: 317244 KiB
Current children cumulated memory: 236956 KiB

[startup+222.3 s]
/proc/loadavg: 7.64 7.48 6.95 9/254 124087
/proc/meminfo: memFree=110582104/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=319756 memory=241612 CPUtime=418.74 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 136023 0 0 0 41853 21 0 0 20 0 2 0 139085223 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 79939 60403 3520 6655 0 62105 0
[pid=124076/tid=124080] ppid=124073 vsize=319756 memory=241612 CPUtime=197.35 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 29898 0 0 0 19732 3 0 0 20 0 2 0 139086231 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 418.74 s
Current children cumulated vsize: 319756 KiB
Current children cumulated memory: 241612 KiB

[startup+282.3 s]
/proc/loadavg: 7.93 7.59 7.03 9/254 124090
/proc/meminfo: memFree=105264052/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=319756 memory=241612 CPUtime=537.72 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 152787 0 0 0 53749 23 0 0 20 0 2 0 139085223 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 79939 60403 3520 6655 0 62105 0
[pid=124076/tid=124080] ppid=124073 vsize=319756 memory=14080 CPUtime=256.67 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 37718 0 0 0 25662 5 0 0 20 0 2 0 139086231 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 537.72 s
Current children cumulated vsize: 319756 KiB
Current children cumulated memory: 241612 KiB

[startup+342.3 s]
/proc/loadavg: 7.49 7.54 7.05 8/254 124092
/proc/meminfo: memFree=107544120/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=319756 memory=241612 CPUtime=656.74 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 152943 0 0 0 65650 24 0 0 20 0 2 0 139085223 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 79939 60403 3520 6655 0 62105 0
[pid=124076/tid=124080] ppid=124073 vsize=319756 memory=241612 CPUtime=316.01 cores=1,3
/proc/124076/task/124080/stat : 124080 (LSIPExact) R 124073 124076 123405 0 -1 4194368 37761 0 0 0 31596 5 0 0 20 0 2 0 139086231 327430144 60403 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
Current children cumulated CPU time: 656.74 s
Current children cumulated vsize: 319756 KiB
Current children cumulated memory: 241612 KiB


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

Current children cumulated memory: 711828 KiB

[startup+2382.3 s]
/proc/loadavg: 7.12 6.92 6.93 8/253 124752
/proc/meminfo: memFree=122214504/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=489788 memory=482960 CPUtime=1650.42 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 66013 0 0 0 164911 131 0 0 20 0 1 0 139157834 501542912 120740 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 122447 120740 1120 1011 0 121214 0
Current children cumulated CPU time: 3068.83 s
Current children cumulated vsize: 785784 KiB
Current children cumulated memory: 715156 KiB

[startup+2442.3 s]
/proc/loadavg: 7.10 6.95 6.95 8/254 124755
/proc/meminfo: memFree=121695188/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=492872 memory=486032 CPUtime=1710.25 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 66790 0 0 0 170883 142 0 0 20 0 1 0 139157834 504700928 121508 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 123218 121508 1120 1011 0 121985 0
Current children cumulated CPU time: 3128.66 s
Current children cumulated vsize: 788868 KiB
Current children cumulated memory: 718228 KiB

[startup+2502.3 s]
/proc/loadavg: 7.07 6.97 6.96 8/255 124764
/proc/meminfo: memFree=121530024/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=496740 memory=490000 CPUtime=1770.08 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 67770 0 0 0 176865 143 0 0 20 0 1 0 139157834 508661760 122500 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 124185 122500 1120 1011 0 122952 0
Current children cumulated CPU time: 3188.49 s
Current children cumulated vsize: 792736 KiB
Current children cumulated memory: 722196 KiB

[startup+2562.3 s]
/proc/loadavg: 6.28 6.78 6.89 7/253 124781
/proc/meminfo: memFree=121760848/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=502348 memory=495508 CPUtime=1829.92 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 68728 0 0 0 182848 144 0 0 20 0 1 0 139157834 514404352 123877 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 125587 123877 1120 1011 0 124354 0
Current children cumulated CPU time: 3248.33 s
Current children cumulated vsize: 798344 KiB
Current children cumulated memory: 727704 KiB

[startup+2622.3 s]
/proc/loadavg: 5.60 6.48 6.78 6/248 124800
/proc/meminfo: memFree=121781628/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=502348 memory=495508 CPUtime=1889.77 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 68797 0 0 0 188821 156 0 0 20 0 1 0 139157834 514404352 123877 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 125587 123877 1120 1011 0 124354 0
Current children cumulated CPU time: 3308.18 s
Current children cumulated vsize: 798344 KiB
Current children cumulated memory: 727704 KiB

[startup+2682.3 s]
/proc/loadavg: 4.98 6.16 6.65 5/248 124802
/proc/meminfo: memFree=121766032/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=506768 memory=499964 CPUtime=1949.62 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 69394 0 0 0 194806 156 0 0 20 0 1 0 139157834 518930432 124991 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 126692 124991 1120 1011 0 125459 0
Current children cumulated CPU time: 3368.03 s
Current children cumulated vsize: 802764 KiB
Current children cumulated memory: 732160 KiB

[startup+2742.3 s]
/proc/loadavg: 5.05 5.96 6.55 6/248 124803
/proc/meminfo: memFree=121767372/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=508944 memory=502140 CPUtime=2009.46 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 69944 0 0 0 200789 157 0 0 20 0 1 0 139157834 521158656 125535 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 127236 125535 1120 1011 0 126003 0
Current children cumulated CPU time: 3427.87 s
Current children cumulated vsize: 804940 KiB
Current children cumulated memory: 734336 KiB

[startup+2802.3 s]
/proc/loadavg: 5.02 5.78 6.45 6/247 124806
/proc/meminfo: memFree=121763480/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=511776 memory=505024 CPUtime=2069.3 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 70147 0 0 0 206763 167 0 0 20 0 1 0 139157834 524058624 126256 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 127944 126256 1120 1011 0 126711 0
Current children cumulated CPU time: 3487.71 s
Current children cumulated vsize: 807772 KiB
Current children cumulated memory: 737220 KiB

[startup+2862.3 s]
/proc/loadavg: 5.07 5.65 6.36 6/247 124808
/proc/meminfo: memFree=121755288/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=514460 memory=507712 CPUtime=2129.15 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 70891 0 0 0 212747 168 0 0 20 0 1 0 139157834 526807040 126928 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 128615 126928 1120 1011 0 127382 0
Current children cumulated CPU time: 3547.56 s
Current children cumulated vsize: 810456 KiB
Current children cumulated memory: 739908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2914.9 s]
/proc/loadavg: 5.09 5.57 6.29 6/247 124810
/proc/meminfo: memFree=121753004/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=1418.41 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) S 124073 124076 123405 0 -1 4194304 197425 0 0 0 141808 33 0 0 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
[pid=124114] ppid=124076 vsize=516200 memory=509376 CPUtime=2181.61 cores=1,3
/proc/124114/stat : 124114 (Exact) R 124076 124114 124114 0 -1 4194304 71397 0 0 0 217993 168 0 0 20 0 1 0 139157834 528588800 127344 18446744073709551615 4198400 8335837 140731854032048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 35385344 140731854035129 140731854035483 140731854035483 140731854041039 0
/proc/124114/statm: 129050 127344 1120 1011 0 127817 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 812196 KiB
Current children cumulated memory: 741572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.05 s, system=2.03254 s

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

[startup+2915.01 s]*
/proc/loadavg: 5.09 5.57 6.29 5/247 124811
/proc/meminfo: memFree=122239512/131382116 swapFree=33009904/33010684
[pid=124076] ppid=124073 vsize=295996 memory=232196 CPUtime=3600.04 cores=1,3
/proc/124076/stat : 124076 (LSIPExact) R 124073 124076 123405 0 -1 4194304 198003 71536 0 0 141808 33 217994 169 20 0 1 0 139085223 303099904 58049 18446744073709551615 94405797314560 94405824571729 140735837463296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94405833073800 94405833505408 94405847085056 140735837469016 140735837469192 140735837469192 140735837474796 0
/proc/124076/statm: 73999 58049 3552 6655 0 56165 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 295996 KiB
Current children cumulated memory: 232196 KiB

Child status: 0

Real time (s): 2915.04
CPU time (s): 3600.08
CPU user time (s): 3598.05
CPU system time (s): 2.03254
CPU usage (%): 123.5
Max. virtual memory (cumulated for all children) (KiB): 812196
Max. memory (cumulated for all children) (KiB): 741572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.05
system time used= 2.03254
maximum resident set size= 509504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273117
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= 483
involuntary context switches= 13501


# summary of solver processes directly reported to runsolver:
#   pid: 124076
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.05
#   total CPU system time (s): 2.03254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1167 second user time and 25.8601 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 13:41:00
IDJOB=4527054
IDBENCH=158284
IDSOLVER=3384
FILE ID=nodeC004/4527054-1752234060
RUNJOBID= nodeC004-1752232205-123424
SLURM_JOB_ID= 9682515
Free space on /tmp= 431256 MiB

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

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

MD5SUM BENCH= 416ae2bcad94d751017f8086501bbe46
RANDOM SEED=291300059

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.802
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.74
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.412
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.74
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.359
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.74
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.215
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.74
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.631
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.74
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		: 3661.835
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.74
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		: 3540.419
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.74
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		: 3700.000
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118788216 kB
MemAvailable:   120320544 kB
Buffers:            2128 kB
Cached:          2278272 kB
SwapCached:           32 kB
Active:          9923008 kB
Inactive:        1672168 kB
Active(anon):    9321984 kB
Inactive(anon):    10724 kB
Active(file):     601024 kB
Inactive(file):  1661444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            383872 kB
Writeback:             4 kB
AnonPages:       9316712 kB
Mapped:           128488 kB
Shmem:             17932 kB
KReclaimable:     218976 kB
Slab:             308156 kB
SReclaimable:     218976 kB
SUnreclaim:        89180 kB
KernelStack:        4048 kB
PageTables:        21332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9732036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3274752 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431492 MiB
End job on nodeC004 at 2025-07-11 14:29:36