Trace number 4507148

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K194.opb
MD5SUM7d29d77727f08087434452962a118642
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 benchmark38.0612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23086
Total number of constraints23476
Number of constraints which are clauses23282
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint194
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 195
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

1894.87/1084.13	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1894.87/1084.13	c numVar: 23086
1894.87/1084.13	c numCon: 23476
1894.87/1084.13	c numEqual: 0
1894.87/1084.13	c intSize: 8
1894.87/1084.13	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1894.87/1084.13	c ------------------- Paras list -------------------
1894.87/1084.13	c Name                	 Type      	 Now       	 Default   	 Comment
1894.87/1084.13	c timeout             	 double    	 3600.000000	 3600      	 
1894.87/1084.13	c mip_time            	 double    	 0.300000  	 0.5       	 
1894.87/1084.13	c ls_time             	 double    	 10.000000 	 10        	 
1894.87/1084.13	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1894.87/1084.13	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1894.87/1084.13	c random_seed         	 int       	 0         	 0         	 
1894.87/1084.13	c sample_size         	 int       	 50        	 50        	 
1894.87/1084.13	c sub_score           	 int       	 1         	 1         	 
1894.87/1084.13	c tabu_base           	 int       	 3         	 3         	 
1894.87/1084.13	c tabu_variation      	 int       	 1         	 1         	 
1894.87/1084.13	c sub_div             	 int       	 4         	 4         	 
1894.87/1084.13	c nbcore              	 int       	 2         	 1         	 
1894.87/1084.13	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1894.87/1084.13	c print_sol           	 int       	 1         	 1         	 
1894.87/1084.13	c tmpdir              	 string		 .         	 "."       	 
1894.87/1084.13	c home                	 string		 HOME	 "."       	 
1894.87/1084.13	c benchname           	 string		 HOME/instance-4507148-1751143378.opb	 ""        	 
1894.87/1084.13	c --------------------------------------------------
1894.87/1084.13	c Local Search solver
1894.87/1084.13	c MIP solver
1894.87/1084.13	c use Exact solver
3600.04/2794.20	c receive signal 15, try to interrupt solver...
1894.93/2794.31	c Exact solver (PID 13948) interrupted gracefully.
1894.93/2794.36	s UNKNOWN
1894.93/2794.36	c Total time: 2795

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 (62841 MiB free)
  memory of node 1: 64507 MiB (63749 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=13879, runsolver pid=13876

[startup+0.100074 s]*
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604824/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=65936 memory=31360 CPUtime=0.1 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 6815 0 0 0 8 2 0 0 20 0 1 0 30017537 67518464 7840 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 16484 7840 1184 6655 0 6719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 65936 KiB
Current children cumulated memory: 31360 KiB

[startup+0.213532 s]*
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604824/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=0.21 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 19 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+0.313662 s]*
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604824/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=0.31 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 29 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+0.700317 s]
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604624/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=0.68 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 66 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+1.50029 s]
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604624/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=1.47 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 145 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+3.11347 s]
/proc/loadavg: 6.80 6.14 5.63 8/255 13880
/proc/meminfo: memFree=129604648/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=3.08 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 306 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+6.30031 s]
/proc/loadavg: 6.81 6.15 5.64 8/255 13880
/proc/meminfo: memFree=129604688/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=70832 memory=36224 CPUtime=6.26 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 8034 0 0 0 624 2 0 0 20 0 1 0 30017537 72531968 9056 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 17708 9056 1184 6655 0 7943 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 36224 KiB

[startup+12.7002 s]
/proc/loadavg: 6.91 6.18 5.65 9/256 13881
/proc/meminfo: memFree=129520252/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=240820 memory=161784 CPUtime=14.04 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 38877 0 0 0 1395 9 0 0 20 0 2 0 30017537 246599680 40446 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 60205 40446 3424 6655 0 40349 0
[pid=13879/tid=13881] ppid=13876 vsize=240820 memory=127388 CPUtime=1.92 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) R 13876 13879 11357 0 -1 4194368 6210 0 0 0 191 1 0 0 20 0 2 0 30018545 246599680 40446 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 14.04 s
Current children cumulated vsize: 240820 KiB
Current children cumulated memory: 161784 KiB

[startup+25.5001 s]
/proc/loadavg: 7.15 6.27 5.69 9/256 13881
/proc/meminfo: memFree=129476172/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=243196 memory=167800 CPUtime=39.42 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 56593 0 0 0 3931 11 0 0 20 0 2 0 30017537 249032704 41950 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 60799 41950 3456 6655 0 41720 0
[pid=13879/tid=13881] ppid=13876 vsize=243196 memory=167800 CPUtime=14.56 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) R 13876 13879 11357 0 -1 4194368 10139 0 0 0 1454 2 0 0 20 0 2 0 30018545 249032704 41950 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 39.42 s
Current children cumulated vsize: 243196 KiB
Current children cumulated memory: 167800 KiB

[startup+51.1136 s]
/proc/loadavg: 7.22 6.36 5.74 8/256 13881
/proc/meminfo: memFree=129467316/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=243900 memory=168568 CPUtime=76.13 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 63172 0 0 0 7601 12 0 0 20 0 2 0 30017537 249753600 42142 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 60975 42142 3456 6655 0 41896 0
[pid=13879/tid=13881] ppid=13876 vsize=243900 memory=168568 CPUtime=25.76 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) S 13876 13879 11357 0 -1 4194368 11540 0 0 0 2574 2 0 0 20 0 2 0 30018545 249753600 42142 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 76.13 s
Current children cumulated vsize: 243900 KiB
Current children cumulated memory: 168568 KiB

[startup+102.3 s]
/proc/loadavg: 7.21 6.50 5.81 8/256 13883
/proc/meminfo: memFree=129445180/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=244660 memory=169208 CPUtime=127.09 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 72853 0 0 0 12696 13 0 0 20 0 2 0 30017537 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 61165 42302 3456 6655 0 42086 0
[pid=13879/tid=13881] ppid=13876 vsize=244660 memory=168952 CPUtime=25.76 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) S 13876 13879 11357 0 -1 4194368 11540 0 0 0 2574 2 0 0 20 0 2 0 30018545 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 127.09 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 169208 KiB

[startup+162.3 s]
/proc/loadavg: 7.13 6.61 5.90 8/256 13885
/proc/meminfo: memFree=129434300/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=244660 memory=169208 CPUtime=186.83 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 72913 0 0 0 18670 13 0 0 20 0 2 0 30017537 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 61165 42302 3456 6655 0 42086 0
[pid=13879/tid=13881] ppid=13876 vsize=244660 memory=169208 CPUtime=25.76 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) S 13876 13879 11357 0 -1 4194368 11540 0 0 0 2574 2 0 0 20 0 2 0 30018545 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 186.83 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 169208 KiB

[startup+222.3 s]
/proc/loadavg: 7.09 6.69 5.97 8/255 13887
/proc/meminfo: memFree=129433000/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=244660 memory=169208 CPUtime=246.58 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 81679 0 0 0 24644 14 0 0 20 0 2 0 30017537 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 61165 42302 3456 6655 0 42086 0
[pid=13879/tid=13881] ppid=13876 vsize=244660 memory=169208 CPUtime=25.76 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) S 13876 13879 11357 0 -1 4194368 11540 0 0 0 2574 2 0 0 20 0 2 0 30018545 250531840 42302 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 246.58 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 169208 KiB

[startup+282.3 s]
/proc/loadavg: 7.13 6.78 6.05 8/254 13893
/proc/meminfo: memFree=129423336/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=284624 memory=205012 CPUtime=306.44 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 99784 0 0 0 30628 16 0 0 20 0 2 0 30017537 291454976 51253 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 71156 51253 3488 6655 0 52077 0
[pid=13879/tid=13881] ppid=13876 vsize=284624 memory=14848 CPUtime=25.88 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) R 13876 13879 11357 0 -1 4194368 15199 0 0 0 2585 3 0 0 20 0 2 0 30018545 291454976 51253 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 306.44 s
Current children cumulated vsize: 284624 KiB
Current children cumulated memory: 205012 KiB

[startup+342.3 s]
/proc/loadavg: 7.73 7.02 6.18 9/253 13895
/proc/meminfo: memFree=129349188/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=290496 memory=212564 CPUtime=425.31 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) R 13876 13879 11357 0 -1 4194304 111796 0 0 0 42512 19 0 0 20 0 2 0 30017537 297467904 53141 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72624 53141 3488 6655 0 54405 0
[pid=13879/tid=13881] ppid=13876 vsize=290496 memory=169208 CPUtime=85.06 cores=5,7
/proc/13879/task/13881/stat : 13881 (LSIPExact) R 13876 13879 11357 0 -1 4194368 21212 0 0 0 8502 4 0 0 20 0 2 0 30018545 297467904 53141 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
Current children cumulated CPU time: 425.31 s
Current children cumulated vsize: 290496 KiB
Current children cumulated memory: 212564 KiB


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

Current children cumulated memory: 693900 KiB

[startup+2262.3 s]
/proc/loadavg: 2.13 2.72 4.02 3/244 14077
/proc/meminfo: memFree=128858684/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=502876 memory=489440 CPUtime=1174.81 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 72680 0 0 0 117380 101 0 0 20 0 1 0 30125950 514945024 122360 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 125719 122360 1120 1011 0 124486 0
Current children cumulated CPU time: 3069.74 s
Current children cumulated vsize: 793988 KiB
Current children cumulated memory: 714424 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.59 3.89 3/242 14081
/proc/meminfo: memFree=128825816/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=506984 memory=493536 CPUtime=1234.63 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 73686 0 0 0 123362 101 0 0 20 0 1 0 30125950 519151616 123384 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 126746 123384 1120 1011 0 125513 0
Current children cumulated CPU time: 3129.56 s
Current children cumulated vsize: 798096 KiB
Current children cumulated memory: 718520 KiB

[startup+2382.3 s]
/proc/loadavg: 2.18 2.53 3.78 3/243 14084
/proc/meminfo: memFree=128813408/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=511308 memory=497788 CPUtime=1294.45 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 74361 0 0 0 129338 107 0 0 20 0 1 0 30125950 523579392 124447 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 127827 124447 1120 1011 0 126594 0
Current children cumulated CPU time: 3189.38 s
Current children cumulated vsize: 802420 KiB
Current children cumulated memory: 722772 KiB

[startup+2442.3 s]
/proc/loadavg: 2.12 2.44 3.67 3/243 14086
/proc/meminfo: memFree=128777724/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=637660 memory=515608 CPUtime=1354.27 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 75931 0 0 0 135316 111 0 0 20 0 1 0 30125950 652963840 128902 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 159415 128902 1120 1011 0 158182 0
Current children cumulated CPU time: 3249.2 s
Current children cumulated vsize: 928772 KiB
Current children cumulated memory: 740592 KiB

[startup+2502.3 s]
/proc/loadavg: 1.69 2.28 3.54 2/236 14120
/proc/meminfo: memFree=129544340/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=641292 memory=519316 CPUtime=1414.09 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 76438 0 0 0 141282 127 0 0 20 0 1 0 30125950 656683008 129829 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 160323 129829 1120 1011 0 159090 0
Current children cumulated CPU time: 3309.02 s
Current children cumulated vsize: 932404 KiB
Current children cumulated memory: 744300 KiB

[startup+2562.3 s]
/proc/loadavg: 1.31 2.06 3.38 2/235 14122
/proc/meminfo: memFree=129542940/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=645792 memory=523844 CPUtime=1473.9 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 77148 0 0 0 147262 128 0 0 20 0 1 0 30125950 661291008 130961 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 161448 130961 1120 1011 0 160215 0
Current children cumulated CPU time: 3368.83 s
Current children cumulated vsize: 936904 KiB
Current children cumulated memory: 748828 KiB

[startup+2622.3 s]
/proc/loadavg: 1.16 1.88 3.24 2/233 14124
/proc/meminfo: memFree=129535472/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=649024 memory=527044 CPUtime=1533.72 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 77969 0 0 0 153244 128 0 0 20 0 1 0 30125950 664600576 131761 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 162256 131761 1120 1011 0 161023 0
Current children cumulated CPU time: 3428.65 s
Current children cumulated vsize: 940136 KiB
Current children cumulated memory: 752028 KiB

[startup+2682.3 s]
/proc/loadavg: 1.18 1.75 3.10 2/232 14126
/proc/meminfo: memFree=129529476/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=654880 memory=532948 CPUtime=1593.54 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 80497 0 0 0 159224 130 0 0 20 0 1 0 30125950 670597120 133237 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 163720 133237 1120 1011 0 162487 0
Current children cumulated CPU time: 3488.47 s
Current children cumulated vsize: 945992 KiB
Current children cumulated memory: 757932 KiB

[startup+2742.3 s]
/proc/loadavg: 1.06 1.61 2.97 2/233 14133
/proc/meminfo: memFree=129527496/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=656936 memory=535004 CPUtime=1653.37 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 82198 0 0 0 165197 140 0 0 20 0 1 0 30125950 672702464 133751 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 164234 133751 1120 1011 0 163001 0
Current children cumulated CPU time: 3548.3 s
Current children cumulated vsize: 948048 KiB
Current children cumulated memory: 759988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2794.2 s]
/proc/loadavg: 1.07 1.53 2.87 2/233 14135
/proc/meminfo: memFree=129526440/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132892 0 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
[pid=13948] ppid=13879 vsize=660584 memory=538652 CPUtime=1705.11 cores=5,7
/proc/13948/stat : 13948 (Exact) R 13879 13948 13948 0 -1 4194304 83251 0 0 0 170370 141 0 0 20 0 1 0 30125950 676438016 134663 18446744073709551615 4198400 8335837 140736282397280 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33542144 140736282405051 140736282405405 140736282405405 140736282410959 0
/proc/13948/statm: 165146 134663 1120 1011 0 163913 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 951696 KiB
Current children cumulated memory: 763636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.39 s, system=1.73068 s

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

[startup+2794.31 s]
/proc/loadavg: 1.07 1.53 2.87 2/233 14135
/proc/meminfo: memFree=129526440/131382112 swapFree=33010684/33010684
[pid=13879] ppid=13876 vsize=291112 memory=224984 CPUtime=1894.93 cores=5,7
/proc/13879/stat : 13879 (LSIPExact) S 13876 13879 11357 0 -1 4194304 132893 136 0 0 189463 30 0 0 20 0 1 0 30017537 298098688 56246 18446744073709551615 94405430824960 94405458081361 140725428347696 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94405466584200 94405467015808 94405498933248 140725428353370 140725428353546 140725428353546 140725428359148 0
/proc/13879/statm: 72778 56246 3520 6655 0 54559 0
Current children cumulated CPU time: 1894.93 s
Current children cumulated vsize: 291112 KiB
Current children cumulated memory: 224984 KiB

Child status: 0

Real time (s): 2794.36
CPU time (s): 3600.12
CPU user time (s): 3598.39
CPU system time (s): 1.73068
CPU usage (%): 128.835
Max. virtual memory (cumulated for all children) (KiB): 986516
Max. memory (cumulated for all children) (KiB): 798456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.39
system time used= 1.73068
maximum resident set size= 668472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221082
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= 529
involuntary context switches= 28783


# summary of solver processes directly reported to runsolver:
#   pid: 13879
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.39
#   total CPU system time (s): 1.73068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8528 second user time and 23.3845 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 22:42:58
IDJOB=4507148
IDBENCH=158327
IDSOLVER=3337
FILE ID=nodeC012/4507148-1751143378
RUNJOBID= nodeC012-1751133631-11375
SLURM_JOB_ID= 9587412
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= 7d29d77727f08087434452962a118642
RANDOM SEED=1818746801

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		: 3491.746
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.466
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		: 3490.635
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		: 3591.534
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		: 3491.522
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		: 1197.385
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		: 3556.054
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.238
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:        129629016 kB
MemAvailable:   129360572 kB
Buffers:            3280 kB
Cached:           543728 kB
SwapCached:            0 kB
Active:           891456 kB
Inactive:         345732 kB
Active(anon):     708140 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   345732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46208 kB
Writeback:             4 kB
AnonPages:        693252 kB
Mapped:           138252 kB
Shmem:             17960 kB
KReclaimable:      83884 kB
Slab:             162668 kB
SReclaimable:      83884 kB
SUnreclaim:        78784 kB
KernelStack:        4112 kB
PageTables:         4476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1082576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 433016 MiB
End job on nodeC012 at 2025-06-28 23:29:33