Trace number 4527055

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.14 3146.28

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100074 s]*
/proc/loadavg: 7.25 7.77 6.90 6/255 120112
/proc/meminfo: memFree=121939584/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=66728 memory=32000 CPUtime=0.09 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 7033 0 0 0 8 1 0 0 20 0 1 0 139088214 68329472 8000 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 16682 8000 1120 6655 0 6917 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66728 KiB
Current children cumulated memory: 32000 KiB

[startup+0.213037 s]*
/proc/loadavg: 7.25 7.77 6.90 6/255 120112
/proc/meminfo: memFree=121939584/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=0.21 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 19 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+0.312955 s]*
/proc/loadavg: 7.25 7.77 6.90 6/255 120112
/proc/meminfo: memFree=121939332/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=0.31 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 29 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+0.700313 s]
/proc/loadavg: 7.25 7.77 6.90 6/255 120112
/proc/meminfo: memFree=121939332/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=0.68 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 66 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+1.50032 s]
/proc/loadavg: 7.25 7.77 6.90 6/255 120112
/proc/meminfo: memFree=121939496/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=1.48 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 146 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+3.11273 s]
/proc/loadavg: 7.07 7.72 6.89 6/255 120112
/proc/meminfo: memFree=121939896/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=3.09 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 307 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+6.30032 s]
/proc/loadavg: 7.07 7.72 6.89 6/255 120112
/proc/meminfo: memFree=121258152/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=70832 memory=35968 CPUtime=6.26 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 8028 0 0 0 624 2 0 0 20 0 1 0 139088214 72531968 8992 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 17708 8992 1120 6655 0 7943 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 70832 KiB
Current children cumulated memory: 35968 KiB

[startup+12.7002 s]
/proc/loadavg: 6.83 7.65 6.87 7/256 120113
/proc/meminfo: memFree=120805504/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=240820 memory=161332 CPUtime=13.94 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 38823 0 0 0 1386 8 0 0 20 0 2 0 139088214 246599680 40333 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 60205 40333 3360 6655 0 40349 0
[pid=120111/tid=120113] ppid=120108 vsize=240820 memory=-7808294779663842944 CPUtime=1.88 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) R 120108 120111 119344 0 -1 4194368 6208 0 0 0 186 2 0 0 20 0 2 0 139089223 246599680 40333 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 13.94 s
Current children cumulated vsize: 240820 KiB
Current children cumulated memory: 161332 KiB

[startup+25.5002 s]
/proc/loadavg: 6.86 7.63 6.87 8/255 120159
/proc/meminfo: memFree=121273596/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=243196 memory=167348 CPUtime=39.34 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 56647 0 0 0 3923 11 0 0 20 0 2 0 139088214 249032704 41837 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 60799 41837 3360 6655 0 41720 0
[pid=120111/tid=120113] ppid=120108 vsize=243196 memory=166324 CPUtime=14.54 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) R 120108 120111 119344 0 -1 4194368 10132 0 0 0 1452 2 0 0 20 0 2 0 139089223 249032704 41837 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 39.34 s
Current children cumulated vsize: 243196 KiB
Current children cumulated memory: 167348 KiB

[startup+51.1134 s]
/proc/loadavg: 7.10 7.62 6.90 8/256 120160
/proc/meminfo: memFree=121164348/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=243900 memory=168116 CPUtime=75.62 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 63272 0 0 0 7551 11 0 0 20 0 2 0 139088214 249753600 42029 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 60975 42029 3360 6655 0 41896 0
[pid=120111/tid=120113] ppid=120108 vsize=243900 memory=15616 CPUtime=25.33 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) S 120108 120111 119344 0 -1 4194368 11528 0 0 0 2530 3 0 0 20 0 2 0 139089223 249753600 42029 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 75.62 s
Current children cumulated vsize: 243900 KiB
Current children cumulated memory: 168116 KiB

[startup+102.3 s]
/proc/loadavg: 7.02 7.52 6.91 8/256 120162
/proc/meminfo: memFree=120961028/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=244660 memory=168756 CPUtime=126.6 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 72980 0 0 0 12648 12 0 0 20 0 2 0 139088214 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 61165 42189 3360 6655 0 42086 0
[pid=120111/tid=120113] ppid=120108 vsize=244660 memory=14468 CPUtime=25.33 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) S 120108 120111 119344 0 -1 4194368 11528 0 0 0 2530 3 0 0 20 0 2 0 139089223 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 126.6 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 168756 KiB

[startup+162.3 s]
/proc/loadavg: 7.12 7.45 6.92 8/256 120165
/proc/meminfo: memFree=120747240/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=244660 memory=168756 CPUtime=186.35 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 73027 0 0 0 18623 12 0 0 20 0 2 0 139088214 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 61165 42189 3360 6655 0 42086 0
[pid=120111/tid=120113] ppid=120108 vsize=244660 memory=15616 CPUtime=25.33 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) S 120108 120111 119344 0 -1 4194368 11528 0 0 0 2530 3 0 0 20 0 2 0 139089223 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 186.35 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 168756 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 7.35 6.92 7/254 120212
/proc/meminfo: memFree=120791980/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=244660 memory=168756 CPUtime=246.11 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 81872 0 0 0 24598 13 0 0 20 0 2 0 139088214 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 61165 42189 3360 6655 0 42086 0
[pid=120111/tid=120113] ppid=120108 vsize=244660 memory=14468 CPUtime=25.33 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) S 120108 120111 119344 0 -1 4194368 11528 0 0 0 2530 3 0 0 20 0 2 0 139089223 250531840 42189 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 246.11 s
Current children cumulated vsize: 244660 KiB
Current children cumulated memory: 168756 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.31 6.94 9/255 120216
/proc/meminfo: memFree=120360540/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=289860 memory=209756 CPUtime=308.26 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 105797 0 0 0 30810 16 0 0 20 0 2 0 139088214 296816640 52439 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72465 52439 3392 6655 0 53386 0
[pid=120111/tid=120113] ppid=120108 vsize=289860 memory=5632 CPUtime=27.71 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) R 120108 120111 119344 0 -1 4194368 15283 0 0 0 2768 3 0 0 20 0 2 0 139089223 296816640 52439 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 308.26 s
Current children cumulated vsize: 289860 KiB
Current children cumulated memory: 209756 KiB

[startup+342.3 s]
/proc/loadavg: 7.56 7.40 6.99 9/254 120263
/proc/meminfo: memFree=120759324/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=212060 CPUtime=427.21 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) R 120108 120111 119344 0 -1 4194304 116235 0 0 0 42704 17 0 0 20 0 2 0 139088214 297467904 53015 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 53015 3392 6655 0 54405 0
[pid=120111/tid=120113] ppid=120108 vsize=290496 memory=212060 CPUtime=86.96 cores=4,6
/proc/120111/task/120113/stat : 120113 (LSIPExact) R 120108 120111 119344 0 -1 4194368 21171 0 0 0 8691 5 0 0 20 0 2 0 139089223 297467904 53015 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
Current children cumulated CPU time: 427.21 s
Current children cumulated vsize: 290496 KiB
Current children cumulated memory: 212060 KiB

[startup+402.3 s]

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

Current children cumulated memory: 753520 KiB

[startup+2622.3 s]
/proc/loadavg: 4.12 4.20 4.86 5/255 120619
/proc/meminfo: memFree=123182340/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=655948 memory=533804 CPUtime=1889.51 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 80957 0 0 0 188795 156 0 0 20 0 1 0 139160827 671690752 133451 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 163987 133451 1120 1011 0 162754 0
Current children cumulated CPU time: 3077.69 s
Current children cumulated vsize: 946444 KiB
Current children cumulated memory: 757668 KiB

[startup+2682.3 s]
/proc/loadavg: 4.04 4.16 4.80 5/254 120621
/proc/meminfo: memFree=123192616/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=656936 memory=534792 CPUtime=1949.36 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 81801 0 0 0 194768 168 0 0 20 0 1 0 139160827 672702464 133698 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 164234 133698 1120 1011 0 163001 0
Current children cumulated CPU time: 3137.54 s
Current children cumulated vsize: 947432 KiB
Current children cumulated memory: 758656 KiB

[startup+2742.3 s]
/proc/loadavg: 4.20 4.17 4.77 5/254 120623
/proc/meminfo: memFree=123190456/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=663144 memory=541000 CPUtime=2009.21 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 83913 0 0 0 200751 170 0 0 20 0 1 0 139160827 679059456 135250 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 165786 135250 1120 1011 0 164553 0
Current children cumulated CPU time: 3197.39 s
Current children cumulated vsize: 953640 KiB
Current children cumulated memory: 764864 KiB

[startup+2802.3 s]
/proc/loadavg: 4.13 4.16 4.72 5/254 120625
/proc/meminfo: memFree=123173876/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=666424 memory=544280 CPUtime=2069.05 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 85873 0 0 0 206734 171 0 0 20 0 1 0 139160827 682418176 136070 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 166606 136070 1120 1011 0 165373 0
Current children cumulated CPU time: 3257.23 s
Current children cumulated vsize: 956920 KiB
Current children cumulated memory: 768144 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.14 4.68 5/254 120627
/proc/meminfo: memFree=123113336/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=668432 memory=581104 CPUtime=2128.91 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 86927 0 0 0 212712 179 0 0 20 0 1 0 139160827 684474368 145276 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 167108 145276 1120 1011 0 165875 0
Current children cumulated CPU time: 3317.09 s
Current children cumulated vsize: 958928 KiB
Current children cumulated memory: 804968 KiB

[startup+2922.3 s]
/proc/loadavg: 3.86 4.08 4.62 4/246 120660
/proc/meminfo: memFree=123755984/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=673232 memory=585904 CPUtime=2188.74 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 88766 0 0 0 218691 183 0 0 20 0 1 0 139160827 689389568 146476 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 168308 146476 1120 1011 0 167075 0
Current children cumulated CPU time: 3376.92 s
Current children cumulated vsize: 963728 KiB
Current children cumulated memory: 809768 KiB

[startup+2982.3 s]
/proc/loadavg: 3.36 3.89 4.52 4/246 120662
/proc/meminfo: memFree=123759048/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=674424 memory=587096 CPUtime=2248.55 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 89671 0 0 0 224666 189 0 0 20 0 1 0 139160827 690610176 146774 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 168606 146774 1120 1011 0 167373 0
Current children cumulated CPU time: 3436.73 s
Current children cumulated vsize: 964920 KiB
Current children cumulated memory: 810960 KiB

[startup+3042.3 s]
/proc/loadavg: 3.25 3.76 4.44 4/248 120668
/proc/meminfo: memFree=123754408/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=679340 memory=592012 CPUtime=2308.37 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 91462 0 0 0 230646 191 0 0 20 0 1 0 139160827 695644160 148003 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 169835 148003 1120 1011 0 168602 0
Current children cumulated CPU time: 3496.55 s
Current children cumulated vsize: 969836 KiB
Current children cumulated memory: 815876 KiB

[startup+3102.3 s]
/proc/loadavg: 3.15 3.64 4.35 4/249 120671
/proc/meminfo: memFree=123757464/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=679884 memory=592556 CPUtime=2368.19 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 92127 0 0 0 236613 206 0 0 20 0 1 0 139160827 696201216 148139 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 169971 148139 1120 1011 0 168738 0
Current children cumulated CPU time: 3556.37 s
Current children cumulated vsize: 970380 KiB
Current children cumulated memory: 816420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3146.11 s]
/proc/loadavg: 3.13 3.57 4.30 4/249 120676
/proc/meminfo: memFree=123753456/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165538 0 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
[pid=120286] ppid=120111 vsize=684824 memory=597492 CPUtime=2411.86 cores=4,6
/proc/120286/stat : 120286 (Exact) R 120111 120286 120286 0 -1 4194304 93465 0 0 0 240976 210 0 0 20 0 1 0 139160827 701259776 149373 18446744073709551615 4198400 8335837 140722736567168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 40271872 140722736572601 140722736572955 140722736572955 140722736578511 0
/proc/120286/statm: 171206 149373 1120 1011 0 169973 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 975320 KiB
Current children cumulated memory: 821356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.77 s, system=2.37148 s

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

[startup+3146.21 s]
/proc/loadavg: 3.13 3.57 4.30 4/249 120676
/proc/meminfo: memFree=123753456/131382112 swapFree=33000116/33010684
[pid=120111] ppid=120108 vsize=290496 memory=223864 CPUtime=1188.18 cores=4,6
/proc/120111/stat : 120111 (LSIPExact) S 120108 120111 119344 0 -1 4194304 165539 135 0 0 118794 24 0 0 20 0 1 0 139088214 297467904 55966 18446744073709551615 94459097186304 94459124443473 140731985377408 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94459132945544 94459133377152 94459148394496 140731985381720 140731985381896 140731985381896 140731985387500 0
/proc/120111/statm: 72624 55966 3424 6655 0 54405 0
Current children cumulated CPU time: 1188.18 s
Current children cumulated vsize: 290496 KiB
Current children cumulated memory: 223864 KiB

Child status: 0

Real time (s): 3146.28
CPU time (s): 3600.14
CPU user time (s): 3597.77
CPU system time (s): 2.37148
CPU usage (%): 114.425
Max. virtual memory (cumulated for all children) (KiB): 1010140
Max. memory (cumulated for all children) (KiB): 856128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.37148
maximum resident set size= 667968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263882
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= 498
involuntary context switches= 28613


# summary of solver processes directly reported to runsolver:
#   pid: 120111
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.77
#   total CPU system time (s): 2.37148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2013 second user time and 30.0643 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-11 13:41:31
IDJOB=4527055
IDBENCH=158327
IDSOLVER=3384
FILE ID=nodeC007/4527055-1752234090
RUNJOBID= nodeC007-1752232205-119362
SLURM_JOB_ID= 9682518
Free space on /tmp= 430928 MiB

SOLVER NAME= LSIPExact S1
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-4527055-1752234090/watcher-4527055-1752234090 -o /tmp/evaluation-result-4527055-1752234090/solver-4527055-1752234090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752232205-119362 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527055-1752234090.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7d29d77727f08087434452962a118642
RANDOM SEED=1101230875

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121965224 kB
MemAvailable:   126957724 kB
Buffers:              16 kB
Cached:          5658580 kB
SwapCached:         2804 kB
Active:          3144512 kB
Inactive:        5388208 kB
Active(anon):    2851048 kB
Inactive(anon):    35088 kB
Active(file):     293464 kB
Inactive(file):  5353120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             91960 kB
Writeback:             0 kB
AnonPages:       2870136 kB
Mapped:           139544 kB
Shmem:             12012 kB
KReclaimable:     371084 kB
Slab:             463784 kB
SReclaimable:     371084 kB
SUnreclaim:        92700 kB
KernelStack:        4112 kB
PageTables:         9060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3551612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1509376 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430952 MiB
End job on nodeC007 at 2025-07-11 14:33:57