Trace number 4506967

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.11 2923.03

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K159.opb
MD5SUM27d58ce279c297ab3aeba38d0412d1d9
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 benchmark2789.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18921
Total number of constraints19241
Number of constraints which are clauses19082
Number of constraints which are cardinality constraints (but not clauses)159
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint159
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 160
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506967-1751135021/watcher-4506967-1751135021 -o /tmp/evaluation-result-4506967-1751135021/solver-4506967-1751135021 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751133631-11301 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506967-1751135021.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
Starting watchdog thread
solver pid=11945, runsolver pid=11942
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 8.10 7.54 5.85 8/256 11946
/proc/meminfo: memFree=124851848/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=63604 memory=29056 CPUtime=0.1 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6262 0 0 0 8 2 0 0 20 0 1 0 29181197 65130496 7264 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 15901 7264 1152 6655 0 6136 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63604 KiB
Current children cumulated memory: 29056 KiB

[startup+0.214304 s]*
/proc/loadavg: 8.10 7.54 5.85 8/256 11946
/proc/meminfo: memFree=124843784/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=0.21 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 19 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+0.3142 s]*
/proc/loadavg: 8.10 7.54 5.85 8/256 11946
/proc/meminfo: memFree=124843784/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=0.31 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 29 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+0.700332 s]
/proc/loadavg: 8.10 7.54 5.85 8/256 11946
/proc/meminfo: memFree=124843784/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=0.68 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 66 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+1.5003 s]
/proc/loadavg: 8.10 7.54 5.85 8/256 11946
/proc/meminfo: memFree=124843784/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=1.48 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 146 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+3.11393 s]
/proc/loadavg: 8.01 7.53 5.86 8/256 11946
/proc/meminfo: memFree=124843792/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=3.08 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 306 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+6.30029 s]
/proc/loadavg: 8.01 7.53 5.86 8/256 11946
/proc/meminfo: memFree=124843800/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=65068 memory=30336 CPUtime=6.26 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 6581 0 0 0 624 2 0 0 20 0 1 0 29181197 66629632 7584 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 16267 7584 1152 6655 0 6502 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 65068 KiB
Current children cumulated memory: 30336 KiB

[startup+12.7002 s]
/proc/loadavg: 7.94 7.53 5.87 9/257 11947
/proc/meminfo: memFree=124629384/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=219528 memory=138396 CPUtime=14.68 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 32329 0 0 0 1460 8 0 0 20 0 2 0 29181197 224796672 34599 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 54882 34599 3296 6655 0 34580 0
[pid=11945/tid=11947] ppid=11942 vsize=219528 memory=138396 CPUtime=2.1 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 5056 0 0 0 209 1 0 0 20 0 2 0 29182205 224796672 34599 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 219528 KiB
Current children cumulated memory: 138396 KiB

[startup+25.5002 s]
/proc/loadavg: 7.95 7.54 5.90 9/257 11947
/proc/meminfo: memFree=124181700/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=221176 memory=140444 CPUtime=39.84 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 45990 0 0 0 3974 10 0 0 20 0 2 0 29181197 226484224 35111 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 55294 35111 3296 6655 0 34992 0
[pid=11945/tid=11947] ppid=11942 vsize=221176 memory=140444 CPUtime=14.52 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) S 11942 11945 11283 0 -1 4194368 7752 0 0 0 1450 2 0 0 20 0 2 0 29182205 226484224 35111 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 39.84 s
Current children cumulated vsize: 221176 KiB
Current children cumulated memory: 140444 KiB

[startup+51.1058 s]
/proc/loadavg: 7.77 7.53 5.94 9/257 11947
/proc/meminfo: memFree=124095156/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=260964 memory=176392 CPUtime=72.31 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 67734 0 0 0 7219 12 0 0 20 0 2 0 29181197 267227136 44098 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 65241 44098 3328 6655 0 45260 0
[pid=11945/tid=11947] ppid=11942 vsize=260964 memory=174600 CPUtime=21.49 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 15856 0 0 0 2146 3 0 0 20 0 2 0 29182205 267227136 44098 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 72.31 s
Current children cumulated vsize: 260964 KiB
Current children cumulated memory: 176392 KiB

[startup+102.3 s]
/proc/loadavg: 7.96 7.63 6.07 9/257 11949
/proc/meminfo: memFree=124106768/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=261620 memory=177544 CPUtime=173.82 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 96177 0 0 0 17367 15 0 0 20 0 2 0 29181197 267898880 44386 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 65405 44386 3328 6655 0 45424 0
[pid=11945/tid=11947] ppid=11942 vsize=261620 memory=177544 CPUtime=72.04 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 24041 0 0 0 7200 4 0 0 20 0 2 0 29182205 267898880 44386 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 173.82 s
Current children cumulated vsize: 261620 KiB
Current children cumulated memory: 177544 KiB

[startup+162.3 s]
/proc/loadavg: 7.21 7.51 6.12 7/257 11953
/proc/meminfo: memFree=124394428/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=286584 memory=201664 CPUtime=292.81 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 115296 0 0 0 29264 17 0 0 20 0 2 0 29181197 293462016 50416 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 71646 50416 3360 6655 0 51665 0
[pid=11945/tid=11947] ppid=11942 vsize=286584 memory=178952 CPUtime=131.3 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 27604 0 0 0 13126 4 0 0 20 0 2 0 29182205 293462016 50416 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 292.81 s
Current children cumulated vsize: 286584 KiB
Current children cumulated memory: 201664 KiB

[startup+222.3 s]
/proc/loadavg: 6.50 7.24 6.12 7/255 11955
/proc/meminfo: memFree=124338088/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=290424 memory=208064 CPUtime=411.92 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 118994 0 0 0 41174 18 0 0 20 0 2 0 29181197 297394176 52016 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 72606 52016 3360 6655 0 52625 0
[pid=11945/tid=11947] ppid=11942 vsize=290424 memory=208064 CPUtime=190.64 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 29753 0 0 0 19059 5 0 0 20 0 2 0 29182205 297394176 52016 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 411.92 s
Current children cumulated vsize: 290424 KiB
Current children cumulated memory: 208064 KiB

[startup+282.3 s]
/proc/loadavg: 6.23 7.03 6.11 7/255 11957
/proc/meminfo: memFree=124295688/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=213440 CPUtime=531.01 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 130153 0 0 0 53082 19 0 0 20 0 2 0 29181197 302702592 53360 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 53360 3360 6655 0 53999 0
[pid=11945/tid=11947] ppid=11942 vsize=295608 memory=17152 CPUtime=249.97 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 33908 0 0 0 24992 5 0 0 20 0 2 0 29182205 302702592 53360 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 531.01 s
Current children cumulated vsize: 295608 KiB
Current children cumulated memory: 213440 KiB

[startup+342.3 s]
/proc/loadavg: 5.81 6.75 6.07 7/253 12006
/proc/meminfo: memFree=124875760/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=214208 CPUtime=650.08 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 130801 0 0 0 64989 19 0 0 20 0 2 0 29181197 302702592 53552 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 53552 3360 6655 0 54190 0
[pid=11945/tid=11947] ppid=11942 vsize=295608 memory=17152 CPUtime=309.29 cores=5,7
/proc/11945/task/11947/stat : 11947 (LSIPExact) R 11942 11945 11283 0 -1 4194368 34303 0 0 0 30923 6 0 0 20 0 2 0 29182205 302702592 53552 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
Current children cumulated CPU time: 650.08 s
Current children cumulated vsize: 295608 KiB
Current children cumulated memory: 214208 KiB

[startup+402.3 s]

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

Current children cumulated memory: 675284 KiB

[startup+2442.3 s]
/proc/loadavg: 4.15 4.13 4.45 5/253 12165
/proc/meminfo: memFree=128104176/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=474416 memory=451144 CPUtime=1710.23 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 63943 0 0 0 170889 134 0 0 20 0 1 0 29253809 485801984 112786 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 118604 112786 1120 1011 0 117371 0
Current children cumulated CPU time: 3121.06 s
Current children cumulated vsize: 770024 KiB
Current children cumulated memory: 676436 KiB

[startup+2502.3 s]
/proc/loadavg: 4.65 4.28 4.48 6/254 12213
/proc/meminfo: memFree=128096536/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=478136 memory=454856 CPUtime=1770.04 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 64976 0 0 0 176870 134 0 0 20 0 1 0 29253809 489611264 113714 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 119534 113714 1120 1011 0 118301 0
Current children cumulated CPU time: 3180.87 s
Current children cumulated vsize: 773744 KiB
Current children cumulated memory: 680148 KiB

[startup+2562.3 s]
/proc/loadavg: 4.80 4.38 4.51 6/254 12306
/proc/meminfo: memFree=128082960/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=478604 memory=455368 CPUtime=1829.84 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 65093 0 0 0 182843 141 0 0 20 0 1 0 29253809 490090496 113842 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 119651 113842 1120 1011 0 118418 0
Current children cumulated CPU time: 3240.67 s
Current children cumulated vsize: 774212 KiB
Current children cumulated memory: 680660 KiB

[startup+2622.3 s]
/proc/loadavg: 4.85 4.47 4.53 6/254 12353
/proc/meminfo: memFree=128098008/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=480208 memory=456904 CPUtime=1889.65 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 65495 0 0 0 188818 147 0 0 20 0 1 0 29253809 491732992 114226 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 120052 114226 1120 1011 0 118819 0
Current children cumulated CPU time: 3300.48 s
Current children cumulated vsize: 775816 KiB
Current children cumulated memory: 682196 KiB

[startup+2682.3 s]
/proc/loadavg: 5.22 4.63 4.58 7/254 12402
/proc/meminfo: memFree=128756652/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=482924 memory=463780 CPUtime=1949.45 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 66178 0 0 0 194795 150 0 0 20 0 1 0 29253809 494514176 115945 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 120731 115945 1120 1011 0 119498 0
Current children cumulated CPU time: 3360.28 s
Current children cumulated vsize: 778532 KiB
Current children cumulated memory: 689072 KiB

[startup+2742.3 s]
/proc/loadavg: 5.66 4.86 4.67 7/254 12449
/proc/meminfo: memFree=128755384/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=484048 memory=464804 CPUtime=2009.24 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 66557 0 0 0 200772 152 0 0 20 0 1 0 29253809 495665152 116201 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 121012 116201 1120 1011 0 119779 0
Current children cumulated CPU time: 3420.07 s
Current children cumulated vsize: 779656 KiB
Current children cumulated memory: 690096 KiB

[startup+2802.3 s]
/proc/loadavg: 6.32 5.20 4.79 7/253 12497
/proc/meminfo: memFree=128725452/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=486172 memory=466980 CPUtime=2069.04 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 67090 0 0 0 206751 153 0 0 20 0 1 0 29253809 497840128 116745 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 121543 116745 1120 1011 0 120310 0
Current children cumulated CPU time: 3479.87 s
Current children cumulated vsize: 781780 KiB
Current children cumulated memory: 692272 KiB

[startup+2862.3 s]
/proc/loadavg: 6.35 5.43 4.90 7/253 12500
/proc/meminfo: memFree=128739896/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=488208 memory=469540 CPUtime=2128.81 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 67747 0 0 0 212727 154 0 0 20 0 1 0 29253809 499924992 117385 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 122052 117385 1120 1011 0 120819 0
Current children cumulated CPU time: 3539.64 s
Current children cumulated vsize: 783816 KiB
Current children cumulated memory: 694832 KiB

[startup+2922.3 s]
/proc/loadavg: 6.24 5.57 4.99 7/254 12503
/proc/meminfo: memFree=128732056/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=489312 memory=470564 CPUtime=2188.62 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 68042 0 0 0 218691 171 0 0 20 0 1 0 29253809 501055488 117641 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 122328 117641 1120 1011 0 121095 0
Current children cumulated CPU time: 3599.45 s
Current children cumulated vsize: 784920 KiB
Current children cumulated memory: 695856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2922.9 s]
/proc/loadavg: 6.24 5.57 4.99 7/254 12503
/proc/meminfo: memFree=128732056/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=1410.83 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) S 11942 11945 11283 0 -1 4194304 165134 0 0 0 141056 27 0 0 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
[pid=12027] ppid=11945 vsize=489312 memory=470564 CPUtime=2189.22 cores=5,7
/proc/12027/stat : 12027 (Exact) R 11945 12027 12027 0 -1 4194304 68042 0 0 0 218751 171 0 0 20 0 1 0 29253809 501055488 117641 18446744073709551615 4198400 8335837 140728633029648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29007872 140728633034939 140728633035293 140728633035293 140728633040847 0
/proc/12027/statm: 122328 117641 1120 1011 0 121095 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 784920 KiB
Current children cumulated memory: 695856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.11 s, system=2.00128 s

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

[startup+2923 s]*
/proc/loadavg: 6.22 5.57 4.99 6/254 12504
/proc/meminfo: memFree=129190904/131382120 swapFree=33010684/33010684
[pid=11945] ppid=11942 vsize=295608 memory=225292 CPUtime=3600.08 cores=5,7
/proc/11945/stat : 11945 (LSIPExact) R 11942 11945 11283 0 -1 4194304 165683 68178 0 0 141056 27 218753 172 20 0 1 0 29181197 302702592 56323 18446744073709551615 94350821613568 94350848869969 140728624585232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94350857372808 94350857804416 94350884552704 140728624593242 140728624593418 140728624593418 140728624599020 0
/proc/11945/statm: 73902 56323 3392 6655 0 54510 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 295608 KiB
Current children cumulated memory: 225292 KiB

Child status: 0

Real time (s): 2923.03
CPU time (s): 3600.11
CPU user time (s): 3598.11
CPU system time (s): 2.00128
CPU usage (%): 123.164
Max. virtual memory (cumulated for all children) (KiB): 784920
Max. memory (cumulated for all children) (KiB): 695856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.11
system time used= 2.00128
maximum resident set size= 470564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236589
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= 435
involuntary context switches= 36339


# summary of solver processes directly reported to runsolver:
#   pid: 11945
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.11
#   total CPU system time (s): 2.00128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5244 second user time and 26.163 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-28 20:23:41
IDJOB=4506967
IDBENCH=158311
IDSOLVER=3336
FILE ID=nodeC008/4506967-1751135021
RUNJOBID= nodeC008-1751133631-11301
SLURM_JOB_ID= 9587408
Free space on /tmp= 432872 MiB

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

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
RANDOM SEED=1309337057

nodeC008 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		: 3492.601
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.72
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		: 3491.888
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.72
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		: 3491.994
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.72
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		: 3491.758
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.72
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		: 3530.382
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.72
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.249
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124874780 kB
MemAvailable:   124647056 kB
Buffers:            3280 kB
Cached:           584956 kB
SwapCached:            0 kB
Active:          5555992 kB
Inactive:         386824 kB
Active(anon):    5372540 kB
Inactive(anon):        0 kB
Active(file):     183452 kB
Inactive(file):   386824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45924 kB
Writeback:             0 kB
AnonPages:       5353352 kB
Mapped:           137368 kB
Shmem:             17956 kB
KReclaimable:      83252 kB
Slab:             161264 kB
SReclaimable:      83252 kB
SUnreclaim:        78012 kB
KernelStack:        4128 kB
PageTables:        13616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5824836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2945024 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC008 at 2025-06-28 21:12:24