Trace number 4507075

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 3.81 4.13 3.81 4/260 12298
/proc/meminfo: memFree=125690556/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=0.09 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 9 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.205567 s]*
/proc/loadavg: 3.81 4.13 3.81 4/260 12298
/proc/meminfo: memFree=125690556/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=0.19 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 19 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.305388 s]*
/proc/loadavg: 3.81 4.13 3.81 4/260 12298
/proc/meminfo: memFree=125682780/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=0.29 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 29 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.700164 s]
/proc/loadavg: 3.81 4.13 3.81 4/260 12298
/proc/meminfo: memFree=125682780/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=0.68 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 68 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+1.50017 s]
/proc/loadavg: 3.74 4.12 3.81 4/260 12298
/proc/meminfo: memFree=125682780/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=1.48 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 148 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+3.10523 s]
/proc/loadavg: 3.74 4.12 3.81 4/260 12298
/proc/meminfo: memFree=125682308/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=3.08 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 308 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+6.30016 s]
/proc/loadavg: 3.68 4.10 3.80 4/260 12298
/proc/meminfo: memFree=125686196/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=63668 memory=29056 CPUtime=6.26 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 6230 0 0 0 626 0 0 0 20 0 1 0 29196272 65196032 7264 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+12.7002 s]
/proc/loadavg: 3.71 4.09 3.81 5/262 12301
/proc/meminfo: memFree=125628560/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=220068 memory=139860 CPUtime=14.9 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 32569 0 0 0 1485 5 0 0 20 0 2 0 29196272 225349632 34965 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 55017 34965 3424 6655 0 34622 0
[pid=12297/tid=12301] ppid=12294 vsize=220068 memory=138324 CPUtime=2.24 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 5689 0 0 0 223 1 0 0 20 0 2 0 29197277 225349632 34965 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 220068 KiB
Current children cumulated memory: 139860 KiB

[startup+25.5002 s]
/proc/loadavg: 3.75 4.09 3.81 4/262 12301
/proc/meminfo: memFree=125614772/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=221704 memory=141652 CPUtime=35.82 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 44159 0 0 0 3576 6 0 0 20 0 2 0 29196272 227024896 35413 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 55426 35413 3424 6655 0 35031 0
[pid=12297/tid=12301] ppid=12294 vsize=221704 memory=141524 CPUtime=10.39 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) S 12294 12297 11488 0 -1 4194368 7681 0 0 0 1038 1 0 0 20 0 2 0 29197277 227024896 35413 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 35.82 s
Current children cumulated vsize: 221704 KiB
Current children cumulated memory: 141652 KiB

[startup+51.1055 s]
/proc/loadavg: 3.79 4.06 3.81 5/262 12301
/proc/meminfo: memFree=125581616/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=260028 memory=176340 CPUtime=81.22 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 78769 0 0 0 8113 9 0 0 20 0 2 0 29196272 266268672 44085 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 65007 44085 3488 6655 0 44896 0
[pid=12297/tid=12301] ppid=12294 vsize=260028 memory=176340 CPUtime=30.26 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 18303 0 0 0 3024 2 0 0 20 0 2 0 29197277 266268672 44085 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 81.22 s
Current children cumulated vsize: 260028 KiB
Current children cumulated memory: 176340 KiB

[startup+102.3 s]
/proc/loadavg: 3.96 4.07 3.83 5/262 12303
/proc/meminfo: memFree=125543096/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=286540 memory=201696 CPUtime=182.91 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 90814 0 0 0 18280 11 0 0 20 0 2 0 29196272 293416960 50424 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 71635 50424 3520 6655 0 51524 0
[pid=12297/tid=12301] ppid=12294 vsize=286540 memory=197600 CPUtime=80.93 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 18357 0 0 0 8091 2 0 0 20 0 2 0 29197277 293416960 50424 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 182.91 s
Current children cumulated vsize: 286540 KiB
Current children cumulated memory: 201696 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 4.14 3.87 5/262 12306
/proc/meminfo: memFree=125535512/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=286540 memory=201952 CPUtime=302.06 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 105827 0 0 0 30193 13 0 0 20 0 2 0 29196272 293416960 50488 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 71635 50488 3520 6655 0 51524 0
[pid=12297/tid=12301] ppid=12294 vsize=286540 memory=201824 CPUtime=140.3 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 26449 0 0 0 14026 4 0 0 20 0 2 0 29197277 293416960 50488 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 302.06 s
Current children cumulated vsize: 286540 KiB
Current children cumulated memory: 201952 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.13 3.89 5/262 12308
/proc/meminfo: memFree=125518184/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=288800 memory=204128 CPUtime=421.23 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 108796 0 0 0 42109 14 0 0 20 0 2 0 29196272 295731200 51032 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 72200 51032 3520 6655 0 52114 0
[pid=12297/tid=12301] ppid=12294 vsize=288800 memory=203872 CPUtime=199.66 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 27019 0 0 0 19962 4 0 0 20 0 2 0 29197277 295731200 51032 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 421.23 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 204128 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.12 3.91 5/262 12311
/proc/meminfo: memFree=125502900/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=288800 memory=204128 CPUtime=540.37 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 111656 0 0 0 54023 14 0 0 20 0 2 0 29196272 295731200 51032 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 72200 51032 3520 6655 0 52566 0
[pid=12297/tid=12301] ppid=12294 vsize=288800 memory=203872 CPUtime=259.02 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 29867 0 0 0 25898 4 0 0 20 0 2 0 29197277 295731200 51032 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 540.37 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 204128 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 3.92 5/261 12313
/proc/meminfo: memFree=125492956/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=289140 memory=204640 CPUtime=659.54 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) R 12294 12297 11488 0 -1 4194304 112572 0 0 0 65940 14 0 0 20 0 2 0 29196272 296079360 51160 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 72285 51160 3520 6655 0 52651 0
[pid=12297/tid=12301] ppid=12294 vsize=289140 memory=204640 CPUtime=318.4 cores=4,6
/proc/12297/task/12301/stat : 12301 (LSIPExact) R 12294 12297 11488 0 -1 4194368 30467 0 0 0 31836 4 0 0 20 0 2 0 29197277 296079360 51160 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
Current children cumulated CPU time: 659.54 s
Current children cumulated vsize: 289140 KiB
Current children cumulated memory: 204640 KiB

[startup+402.3 s]

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

Current children cumulated memory: 733408 KiB

[startup+2382.3 s]
/proc/loadavg: 5.01 4.55 4.19 6/261 12794
/proc/meminfo: memFree=129320108/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=610128 memory=509024 CPUtime=1651.33 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 57010 0 0 0 164987 146 0 0 20 0 1 0 29268880 624771072 127256 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 152532 127256 1152 1011 0 151299 0
Current children cumulated CPU time: 3073.31 s
Current children cumulated vsize: 908824 KiB
Current children cumulated memory: 735584 KiB

[startup+2442.3 s]
/proc/loadavg: 5.11 4.67 4.25 6/261 12796
/proc/meminfo: memFree=129318012/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=611864 memory=510688 CPUtime=1711.19 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 57471 0 0 0 170973 146 0 0 20 0 1 0 29268880 626548736 127672 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 152966 127672 1152 1011 0 151733 0
Current children cumulated CPU time: 3133.17 s
Current children cumulated vsize: 910560 KiB
Current children cumulated memory: 737248 KiB

[startup+2502.3 s]
/proc/loadavg: 5.10 4.75 4.31 6/260 12798
/proc/meminfo: memFree=129318260/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=613036 memory=511840 CPUtime=1771.05 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 57766 0 0 0 176959 146 0 0 20 0 1 0 29268880 627748864 127960 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 153259 127960 1152 1011 0 152026 0
Current children cumulated CPU time: 3193.03 s
Current children cumulated vsize: 911732 KiB
Current children cumulated memory: 738400 KiB

[startup+2562.3 s]
/proc/loadavg: 5.08 4.81 4.36 6/259 12800
/proc/meminfo: memFree=129317376/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=615256 memory=514144 CPUtime=1830.92 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 58322 0 0 0 182945 147 0 0 20 0 1 0 29268880 630022144 128536 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 153814 128536 1152 1011 0 152581 0
Current children cumulated CPU time: 3252.9 s
Current children cumulated vsize: 913952 KiB
Current children cumulated memory: 740704 KiB

[startup+2622.3 s]
/proc/loadavg: 5.09 4.86 4.41 6/259 12802
/proc/meminfo: memFree=129317116/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=617732 memory=516576 CPUtime=1890.78 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 59120 0 0 0 188931 147 0 0 20 0 1 0 29268880 632557568 129144 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 154433 129144 1152 1011 0 153200 0
Current children cumulated CPU time: 3312.76 s
Current children cumulated vsize: 916428 KiB
Current children cumulated memory: 743136 KiB

[startup+2682.3 s]
/proc/loadavg: 5.08 4.90 4.45 6/259 12805
/proc/meminfo: memFree=129307972/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=619080 memory=517984 CPUtime=1950.64 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 59493 0 0 0 194907 157 0 0 20 0 1 0 29268880 633937920 129496 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 154770 129496 1152 1011 0 153537 0
Current children cumulated CPU time: 3372.62 s
Current children cumulated vsize: 917776 KiB
Current children cumulated memory: 744544 KiB

[startup+2742.3 s]
/proc/loadavg: 5.15 4.96 4.50 6/259 12807
/proc/meminfo: memFree=129292972/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=619080 memory=517984 CPUtime=2010.5 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 59525 0 0 0 200878 172 0 0 20 0 1 0 29268880 633937920 129496 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 154770 129496 1152 1011 0 153537 0
Current children cumulated CPU time: 3432.48 s
Current children cumulated vsize: 917776 KiB
Current children cumulated memory: 744544 KiB

[startup+2802.3 s]
/proc/loadavg: 5.05 4.97 4.54 6/259 12809
/proc/meminfo: memFree=129291856/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=621384 memory=520288 CPUtime=2070.38 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 60274 0 0 0 206863 175 0 0 20 0 1 0 29268880 636297216 130072 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 155346 130072 1152 1011 0 154113 0
Current children cumulated CPU time: 3492.36 s
Current children cumulated vsize: 920080 KiB
Current children cumulated memory: 746848 KiB

[startup+2862.3 s]
/proc/loadavg: 4.83 4.92 4.55 6/260 12907
/proc/meminfo: memFree=129320940/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=622636 memory=521440 CPUtime=2130.23 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 60592 0 0 0 212847 176 0 0 20 0 1 0 29268880 637579264 130360 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 155659 130360 1152 1011 0 154426 0
Current children cumulated CPU time: 3552.21 s
Current children cumulated vsize: 921332 KiB
Current children cumulated memory: 748000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2910.3 s]
/proc/loadavg: 4.69 4.88 4.55 6/262 13003
/proc/meminfo: memFree=129310376/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177768 0 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
[pid=12336] ppid=12297 vsize=623232 memory=522080 CPUtime=2178.09 cores=4,6
/proc/12336/stat : 12336 (Exact) R 12297 12336 12336 0 -1 4194304 60741 0 0 0 217632 177 0 0 20 0 1 0 29268880 638189568 130520 18446744073709551615 4198400 8335837 140736116576816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19165184 140736116578491 140736116578845 140736116578845 140736116584399 0
/proc/12336/statm: 155808 130520 1152 1011 0 154575 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 921928 KiB
Current children cumulated memory: 748640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.12 s, system=2.00311 s

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

[startup+2910.4 s]
/proc/loadavg: 4.69 4.88 4.55 6/262 13003
/proc/meminfo: memFree=129310376/131249996 swapFree=33010684/33010684
[pid=12297] ppid=12294 vsize=298696 memory=226560 CPUtime=1421.98 cores=4,6
/proc/12297/stat : 12297 (LSIPExact) S 12294 12297 11488 0 -1 4194304 177769 135 0 0 142176 22 0 0 20 0 1 0 29196272 305864704 56640 18446744073709551615 94331167477760 94331194734161 140733511375648 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94331203237000 94331203668608 94331225362432 140733511379290 140733511379466 140733511379466 140733511385068 0
/proc/12297/statm: 74674 56640 3552 6655 0 55377 0
Current children cumulated CPU time: 1421.98 s
Current children cumulated vsize: 298696 KiB
Current children cumulated memory: 226560 KiB

Child status: 0

Real time (s): 2910.43
CPU time (s): 3600.12
CPU user time (s): 3598.12
CPU system time (s): 2.00311
CPU usage (%): 123.697
Max. virtual memory (cumulated for all children) (KiB): 1050120
Max. memory (cumulated for all children) (KiB): 748640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 2.00311
maximum resident set size= 624980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242141
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= 476
involuntary context switches= 11580


# summary of solver processes directly reported to runsolver:
#   pid: 12297
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.12
#   total CPU system time (s): 2.00311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.87636 second user time and 13.4013 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 20:26:25
IDJOB=4507075
IDBENCH=158322
IDSOLVER=3336
FILE ID=nodeC017/4507075-1751135185
RUNJOBID= nodeC017-1751133631-11504
SLURM_JOB_ID= 9587417
Free space on /tmp= 432888 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1434631096

nodeC017 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		: 3600.066
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	: 7000.12
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		: 3600.059
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	: 7000.12
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		: 3601.635
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 7000.12
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		: 3600.069
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	: 7000.12
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		: 3600.413
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	: 7000.12
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.438
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	: 7000.12
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		: 3594.427
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	: 7000.12
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125709984 kB
MemAvailable:   125465632 kB
Buffers:            3280 kB
Cached:           578808 kB
SwapCached:            0 kB
Active:          4496280 kB
Inactive:         372248 kB
Active(anon):    4304520 kB
Inactive(anon):        0 kB
Active(file):     191760 kB
Inactive(file):   372248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45684 kB
Writeback:             0 kB
AnonPages:       4285428 kB
Mapped:           135652 kB
Shmem:             18080 kB
KReclaimable:      61360 kB
Slab:             142824 kB
SReclaimable:      61360 kB
SUnreclaim:        81464 kB
KernelStack:        4204 kB
PageTables:        11748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4695888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2420736 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

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