Trace number 4507003

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.13 2970.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K174.opb
MD5SUMc4faa5671d3144bef53831284f041277
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 benchmark278.497
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20706
Total number of constraints21056
Number of constraints which are clauses20882
Number of constraints which are cardinality constraints (but not clauses)174
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint174
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 175
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

1361.33/726.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1361.33/726.09	c numVar: 20706
1361.33/726.09	c numCon: 21056
1361.33/726.09	c numEqual: 0
1361.33/726.09	c intSize: 8
1361.33/726.09	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1361.33/726.09	c ------------------- Paras list -------------------
1361.33/726.09	c Name                	 Type      	 Now       	 Default   	 Comment
1361.33/726.09	c timeout             	 double    	 3600.000000	 3600      	 
1361.33/726.09	c mip_time            	 double    	 0.200000  	 0.5       	 
1361.33/726.09	c ls_time             	 double    	 10.000000 	 10        	 
1361.33/726.09	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1361.33/726.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1361.33/726.09	c random_seed         	 int       	 0         	 0         	 
1361.33/726.09	c sample_size         	 int       	 50        	 50        	 
1361.33/726.09	c sub_score           	 int       	 1         	 1         	 
1361.33/726.09	c tabu_base           	 int       	 3         	 3         	 
1361.33/726.09	c tabu_variation      	 int       	 1         	 1         	 
1361.33/726.09	c sub_div             	 int       	 4         	 4         	 
1361.33/726.09	c nbcore              	 int       	 2         	 1         	 
1361.33/726.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1361.33/726.09	c print_sol           	 int       	 1         	 1         	 
1361.33/726.09	c tmpdir              	 string		 .         	 "."       	 
1361.33/726.09	c home                	 string		 HOME	 "."       	 
1361.33/726.09	c benchname           	 string		 HOME/instance-4507003-1751135094.opb	 ""        	 
1361.33/726.09	c --------------------------------------------------
1361.33/726.09	c Local Search solver
1361.33/726.09	c MIP solver
1361.33/726.09	c use Exact solver
3600.07/2970.50	c receive signal 15, try to interrupt solver...
1361.52/2970.61	c Exact solver (PID 12120) interrupted gracefully.
1361.52/2970.62	s UNKNOWN
1361.52/2970.62	c Total time: 2970

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100069 s]*
/proc/loadavg: 6.45 6.69 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=0.09 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 8 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+0.205974 s]*
/proc/loadavg: 6.45 6.69 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=0.2 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 19 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+0.305857 s]*
/proc/loadavg: 6.45 6.69 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=0.29 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 28 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+0.700185 s]
/proc/loadavg: 6.41 6.68 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=0.68 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 67 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+1.50018 s]
/proc/loadavg: 6.41 6.68 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=1.48 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 147 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+3.1057 s]
/proc/loadavg: 6.41 6.68 5.56 7/268 12080
/proc/meminfo: memFree=129275752/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=3.08 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 307 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+6.30017 s]
/proc/loadavg: 6.38 6.66 5.56 7/268 12080
/proc/meminfo: memFree=129277384/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=67712 memory=33024 CPUtime=6.26 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 7246 0 0 0 625 1 0 0 20 0 1 0 29187803 69337088 8256 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 16928 8256 1184 6655 0 7163 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 33024 KiB

[startup+12.7002 s]
/proc/loadavg: 6.43 6.67 5.57 8/269 12081
/proc/meminfo: memFree=129193788/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=225000 memory=139800 CPUtime=14.67 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 33320 0 0 0 1462 5 0 0 20 0 2 0 29187803 230400000 34950 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 56250 34950 3040 6655 0 35725 0
[pid=12079/tid=12081] ppid=12076 vsize=225000 memory=139800 CPUtime=2.04 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 5712 0 0 0 204 0 0 0 20 0 2 0 29188809 230400000 34950 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 225000 KiB
Current children cumulated memory: 139800 KiB

[startup+25.5002 s]
/proc/loadavg: 6.52 6.68 5.59 8/269 12081
/proc/meminfo: memFree=129165044/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=237892 memory=157336 CPUtime=40.06 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 51326 0 0 0 3999 7 0 0 20 0 2 0 29187803 243601408 39334 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 59473 39334 3392 6655 0 39747 0
[pid=12079/tid=12081] ppid=12076 vsize=237892 memory=157336 CPUtime=14.69 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 9239 0 0 0 1469 0 0 0 20 0 2 0 29188809 243601408 39334 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 40.06 s
Current children cumulated vsize: 237892 KiB
Current children cumulated memory: 157336 KiB

[startup+51.1058 s]
/proc/loadavg: 6.36 6.63 5.61 7/269 12082
/proc/meminfo: memFree=129160704/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=239624 memory=159000 CPUtime=70.11 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 52139 0 0 0 7003 8 0 0 20 0 2 0 29187803 245374976 39750 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 59906 39750 3392 6655 0 40180 0
[pid=12079/tid=12081] ppid=12076 vsize=239624 memory=157336 CPUtime=19.23 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) S 12076 12079 11416 0 -1 4194368 9351 0 0 0 1923 0 0 0 20 0 2 0 29188809 245374976 39750 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 70.11 s
Current children cumulated vsize: 239624 KiB
Current children cumulated memory: 159000 KiB

[startup+102.3 s]
/proc/loadavg: 6.28 6.56 5.64 8/267 12083
/proc/meminfo: memFree=129112048/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=280556 memory=195224 CPUtime=123.39 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 79186 0 0 0 12329 10 0 0 20 0 2 0 29187803 287289344 48806 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 70139 48806 3424 6655 0 50413 0
[pid=12079/tid=12081] ppid=12076 vsize=280556 memory=159128 CPUtime=21.54 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 13066 0 0 0 2153 1 0 0 20 0 2 0 29188809 287289344 48806 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 123.39 s
Current children cumulated vsize: 280556 KiB
Current children cumulated memory: 195224 KiB

[startup+162.3 s]
/proc/loadavg: 6.79 6.66 5.73 8/266 12085
/proc/meminfo: memFree=129116848/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=280556 memory=198040 CPUtime=242.3 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 98452 0 0 0 24218 12 0 0 20 0 2 0 29187803 287289344 49510 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 70139 49510 3424 6655 0 50795 0
[pid=12079/tid=12081] ppid=12076 vsize=280556 memory=159128 CPUtime=80.77 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 21775 0 0 0 8075 2 0 0 20 0 2 0 29188809 287289344 49510 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 242.3 s
Current children cumulated vsize: 280556 KiB
Current children cumulated memory: 198040 KiB

[startup+222.3 s]
/proc/loadavg: 6.96 6.74 5.82 8/266 12087
/proc/meminfo: memFree=129121532/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=280556 memory=198040 CPUtime=361.18 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 107735 0 0 0 36105 13 0 0 20 0 2 0 29187803 287289344 49510 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 70139 49510 3424 6655 0 50795 0
[pid=12079/tid=12081] ppid=12076 vsize=280556 memory=14976 CPUtime=139.99 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 25320 0 0 0 13997 2 0 0 20 0 2 0 29188809 287289344 49510 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 361.18 s
Current children cumulated vsize: 280556 KiB
Current children cumulated memory: 198040 KiB

[startup+282.3 s]
/proc/loadavg: 6.16 6.58 5.83 6/266 12091
/proc/meminfo: memFree=128778588/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=284664 memory=201880 CPUtime=480.18 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 113627 0 0 0 48003 15 0 0 20 0 2 0 29187803 291495936 50470 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 71166 50470 3456 6655 0 51822 0
[pid=12079/tid=12081] ppid=12076 vsize=284664 memory=201880 CPUtime=199.26 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 25363 0 0 0 19923 3 0 0 20 0 2 0 29188809 291495936 50470 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 480.18 s
Current children cumulated vsize: 284664 KiB
Current children cumulated memory: 201880 KiB

[startup+342.3 s]
/proc/loadavg: 5.43 6.29 5.77 6/267 12094
/proc/meminfo: memFree=128640032/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=311972 memory=226720 CPUtime=599.29 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) R 12076 12079 11416 0 -1 4194304 133275 0 0 0 59911 18 0 0 20 0 2 0 29187803 319459328 56680 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 77993 56680 3456 6655 0 58649 0
[pid=12079/tid=12081] ppid=12076 vsize=311972 memory=201880 CPUtime=258.59 cores=0,2
/proc/12079/task/12081/stat : 12081 (LSIPExact) R 12076 12079 11416 0 -1 4194368 28918 0 0 0 25855 4 0 0 20 0 2 0 29188809 319459328 56680 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
Current children cumulated CPU time: 599.29 s
Current children cumulated vsize: 311972 KiB
Current children cumulated memory: 226720 KiB

[startup+402.3 s]

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

Current children cumulated memory: 799292 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.61 4.85 5/267 12441
/proc/meminfo: memFree=128392472/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=627844 memory=577160 CPUtime=1711.65 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 70505 0 0 0 171008 157 0 0 20 0 1 0 29260413 642912256 144290 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 156961 144290 1120 1011 0 155728 0
Current children cumulated CPU time: 3073.16 s
Current children cumulated vsize: 923944 KiB
Current children cumulated memory: 802748 KiB

[startup+2502.3 s]
/proc/loadavg: 5.30 4.84 4.92 7/268 12489
/proc/meminfo: memFree=129153156/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=632276 memory=581640 CPUtime=1771.5 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 71813 0 0 0 176993 157 0 0 20 0 1 0 29260413 647450624 145410 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 158069 145410 1120 1011 0 156836 0
Current children cumulated CPU time: 3133.01 s
Current children cumulated vsize: 928376 KiB
Current children cumulated memory: 807228 KiB

[startup+2562.3 s]
/proc/loadavg: 5.81 5.07 5.00 7/267 12491
/proc/meminfo: memFree=129127572/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=634232 memory=583560 CPUtime=1831.36 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 72430 0 0 0 182973 163 0 0 20 0 1 0 29260413 649453568 145890 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 158558 145890 1120 1011 0 157325 0
Current children cumulated CPU time: 3192.87 s
Current children cumulated vsize: 930332 KiB
Current children cumulated memory: 809148 KiB

[startup+2622.3 s]
/proc/loadavg: 5.98 5.26 5.07 7/267 12493
/proc/meminfo: memFree=129129360/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=634232 memory=583560 CPUtime=1891.21 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 72517 0 0 0 188947 174 0 0 20 0 1 0 29260413 649453568 145890 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 158558 145890 1120 1011 0 157325 0
Current children cumulated CPU time: 3252.72 s
Current children cumulated vsize: 930332 KiB
Current children cumulated memory: 809148 KiB

[startup+2682.3 s]
/proc/loadavg: 6.43 5.51 5.16 7/267 12495
/proc/meminfo: memFree=129107724/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=637664 memory=587180 CPUtime=1951.06 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 74442 0 0 0 194931 175 0 0 20 0 1 0 29260413 652967936 146795 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 159416 146795 1120 1011 0 158183 0
Current children cumulated CPU time: 3312.57 s
Current children cumulated vsize: 933764 KiB
Current children cumulated memory: 812768 KiB

[startup+2742.3 s]
/proc/loadavg: 6.15 5.60 5.22 7/267 12498
/proc/meminfo: memFree=129102540/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=640616 memory=590132 CPUtime=2010.92 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 76489 0 0 0 200915 177 0 0 20 0 1 0 29260413 655990784 147533 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 160154 147533 1120 1011 0 158921 0
Current children cumulated CPU time: 3372.43 s
Current children cumulated vsize: 936716 KiB
Current children cumulated memory: 815720 KiB

[startup+2802.3 s]
/proc/loadavg: 6.10 5.69 5.28 7/267 12501
/proc/meminfo: memFree=129101104/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=641816 memory=591332 CPUtime=2070.78 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 77324 0 0 0 206900 178 0 0 20 0 1 0 29260413 657219584 147833 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 160454 147833 1120 1011 0 159221 0
Current children cumulated CPU time: 3432.29 s
Current children cumulated vsize: 937916 KiB
Current children cumulated memory: 816920 KiB

[startup+2862.3 s]
/proc/loadavg: 6.13 5.78 5.33 7/267 12503
/proc/meminfo: memFree=129069564/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=645616 memory=595132 CPUtime=2130.62 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 80095 0 0 0 212882 180 0 0 20 0 1 0 29260413 661110784 148783 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 161404 148783 1120 1011 0 160171 0
Current children cumulated CPU time: 3492.13 s
Current children cumulated vsize: 941716 KiB
Current children cumulated memory: 820720 KiB

[startup+2922.3 s]
/proc/loadavg: 6.10 5.84 5.38 7/268 12510
/proc/meminfo: memFree=129074812/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=646716 memory=596232 CPUtime=2190.48 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 81042 0 0 0 218860 188 0 0 20 0 1 0 29260413 662237184 149058 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 161679 149058 1120 1011 0 160446 0
Current children cumulated CPU time: 3551.99 s
Current children cumulated vsize: 942816 KiB
Current children cumulated memory: 821820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2970.5 s]
/proc/loadavg: 6.05 5.86 5.41 7/268 12514
/proc/meminfo: memFree=129053632/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.51 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151358 0 0 0 136126 25 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
[pid=12120] ppid=12079 vsize=648320 memory=597836 CPUtime=2238.56 cores=0,2
/proc/12120/stat : 12120 (Exact) R 12079 12120 12120 0 -1 4194304 82065 0 0 0 223664 192 0 0 20 0 1 0 29260413 663879680 149459 18446744073709551615 4198400 8335837 140735544867296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18673664 140735544871099 140735544871453 140735544871453 140735544877007 0
/proc/12120/statm: 162080 149459 1120 1011 0 160847 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 944420 KiB
Current children cumulated memory: 823424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.93 s, system=2.19466 s

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

[startup+2970.6 s]
/proc/loadavg: 6.05 5.86 5.41 7/268 12514
/proc/meminfo: memFree=129053632/131249996 swapFree=33010684/33010684
[pid=12079] ppid=12076 vsize=296100 memory=225588 CPUtime=1361.52 cores=0,2
/proc/12079/stat : 12079 (LSIPExact) S 12076 12079 11416 0 -1 4194304 151359 136 0 0 136126 26 0 0 20 0 1 0 29187803 303206400 56397 18446744073709551615 94219086413824 94219113670225 140734318429488 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94219122173064 94219122604672 94219151806464 140734318434650 140734318434826 140734318434826 140734318440428 0
/proc/12079/statm: 74025 56397 3488 6655 0 55216 0
Current children cumulated CPU time: 1361.52 s
Current children cumulated vsize: 296100 KiB
Current children cumulated memory: 225588 KiB

Child status: 0

Real time (s): 2970.63
CPU time (s): 3600.13
CPU user time (s): 3597.93
CPU system time (s): 2.19466
CPU usage (%): 121.191
Max. virtual memory (cumulated for all children) (KiB): 1046756
Max. memory (cumulated for all children) (KiB): 858132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.93
system time used= 2.19466
maximum resident set size= 632544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237330
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= 530
involuntary context switches= 16362


# summary of solver processes directly reported to runsolver:
#   pid: 12079
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.93
#   total CPU system time (s): 2.19466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76929 second user time and 13.2815 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 20:24:54
IDJOB=4507003
IDBENCH=158316
IDSOLVER=3336
FILE ID=nodeC029/4507003-1751135094
RUNJOBID= nodeC029-1751133631-11431
SLURM_JOB_ID= 9587429
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= c4faa5671d3144bef53831284f041277
RANDOM SEED=1054116676

nodeC029 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	: 0xb00002a
cpu MHz		: 3599.722
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.720
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3606.681
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.530
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.496
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3600.071
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.596
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.729
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129307252 kB
MemAvailable:   129033332 kB
Buffers:            3280 kB
Cached:           537936 kB
SwapCached:            0 kB
Active:          1024188 kB
Inactive:         331452 kB
Active(anon):     832484 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   331452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46040 kB
Writeback:             4 kB
AnonPages:        817520 kB
Mapped:           142840 kB
Shmem:             18060 kB
KReclaimable:      84324 kB
Slab:             166308 kB
SReclaimable:      84324 kB
SUnreclaim:        81984 kB
KernelStack:        4320 kB
PageTables:         4804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1230040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC029 at 2025-06-28 21:14:25