Trace number 4506932

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.1 2564.53

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
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 variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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

2124.18/1084.86	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2124.18/1084.86	c numVar: 15827
2124.18/1084.86	c numCon: 16095
2124.18/1084.86	c numEqual: 0
2124.18/1084.86	c intSize: 8
2124.18/1084.86	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2124.18/1084.86	c ------------------- Paras list -------------------
2124.18/1084.86	c Name                	 Type      	 Now       	 Default   	 Comment
2124.18/1084.86	c timeout             	 double    	 3600.000000	 3600      	 
2124.18/1084.86	c mip_time            	 double    	 0.300000  	 0.5       	 
2124.18/1084.86	c ls_time             	 double    	 10.000000 	 10        	 
2124.18/1084.86	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2124.18/1084.86	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2124.18/1084.86	c random_seed         	 int       	 0         	 0         	 
2124.18/1084.86	c sample_size         	 int       	 50        	 50        	 
2124.18/1084.86	c sub_score           	 int       	 1         	 1         	 
2124.18/1084.86	c tabu_base           	 int       	 3         	 3         	 
2124.18/1084.86	c tabu_variation      	 int       	 1         	 1         	 
2124.18/1084.86	c sub_div             	 int       	 4         	 4         	 
2124.18/1084.86	c nbcore              	 int       	 2         	 1         	 
2124.18/1084.86	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2124.18/1084.86	c print_sol           	 int       	 1         	 1         	 
2124.18/1084.86	c tmpdir              	 string		 .         	 "."       	 
2124.18/1084.86	c home                	 string		 HOME	 "."       	 
2124.18/1084.86	c benchname           	 string		 HOME/instance-4506932-1751141569.opb	 ""        	 
2124.18/1084.86	c --------------------------------------------------
2124.18/1084.86	c Local Search solver
2124.18/1084.86	c MIP solver
2124.18/1084.86	c use Exact solver
3600.05/2564.40	c receive signal 15, try to interrupt solver...
2124.24/2564.51	c Exact solver (PID 14648) interrupted gracefully.
2124.24/2564.52	s UNKNOWN
2124.24/2564.52	c Total time: 2564

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506932-1751141569/watcher-4506932-1751141569 -o /tmp/evaluation-result-4506932-1751141569/solver-4506932-1751141569 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11284 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506932-1751141569.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
Current StackSize limit: 8192 KiB

solver pid=14587, runsolver pid=14584

[startup+0.100069 s]*
/proc/loadavg: 7.26 6.77 6.31 8/265 14588
/proc/meminfo: memFree=129381772/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=0.09 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 9 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+0.205774 s]*
/proc/loadavg: 7.26 6.77 6.31 8/265 14588
/proc/meminfo: memFree=129381772/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=0.19 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 19 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+0.305678 s]*
/proc/loadavg: 7.26 6.77 6.31 8/265 14588
/proc/meminfo: memFree=129381772/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=0.29 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 29 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+0.700179 s]
/proc/loadavg: 7.26 6.77 6.31 8/265 14588
/proc/meminfo: memFree=129381772/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=0.68 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 68 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+1.50017 s]
/proc/loadavg: 7.26 6.77 6.31 8/265 14588
/proc/meminfo: memFree=129381780/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=1.48 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 148 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+3.10552 s]
/proc/loadavg: 7.24 6.78 6.31 8/265 14588
/proc/meminfo: memFree=129381780/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=3.08 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 308 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+6.30016 s]
/proc/loadavg: 7.24 6.78 6.31 8/265 14588
/proc/meminfo: memFree=129381784/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=60876 memory=26496 CPUtime=6.26 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 5562 0 0 0 626 0 0 0 20 0 1 0 29835794 62337024 6624 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 15219 6624 1216 6655 0 5454 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 60876 KiB
Current children cumulated memory: 26496 KiB

[startup+12.7002 s]
/proc/loadavg: 7.28 6.80 6.32 9/266 14589
/proc/meminfo: memFree=129322248/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=208584 memory=123924 CPUtime=14.88 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 27202 0 0 0 1484 4 0 0 20 0 2 0 29835794 213590016 30981 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 52146 30981 3424 6655 0 31203 0
[pid=14587/tid=14589] ppid=14584 vsize=208584 memory=113812 CPUtime=2.24 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 5092 0 0 0 223 1 0 0 20 0 2 0 29836798 213590016 30981 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 208584 KiB
Current children cumulated memory: 123924 KiB

[startup+25.5002 s]
/proc/loadavg: 7.31 6.83 6.34 8/267 14591
/proc/meminfo: memFree=129317964/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=210064 memory=125588 CPUtime=34.99 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 37335 0 0 0 3494 5 0 0 20 0 2 0 29835794 215105536 31397 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 52516 31397 3424 6655 0 31573 0
[pid=14587/tid=14589] ppid=14584 vsize=210064 memory=125588 CPUtime=9.6 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) S 14584 14587 11267 0 -1 4194368 6093 0 0 0 959 1 0 0 20 0 2 0 29836798 215105536 31397 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 34.99 s
Current children cumulated vsize: 210064 KiB
Current children cumulated memory: 125588 KiB

[startup+51.1055 s]
/proc/loadavg: 7.42 6.89 6.37 9/267 14591
/proc/meminfo: memFree=129276848/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=245244 memory=156436 CPUtime=74.38 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 63495 0 0 0 7430 8 0 0 20 0 2 0 29835794 251129856 39109 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 61311 39109 3488 6655 0 40368 0
[pid=14587/tid=14589] ppid=14584 vsize=245244 memory=156436 CPUtime=23.49 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 13154 0 0 0 2348 1 0 0 20 0 2 0 29836798 251129856 39109 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 74.38 s
Current children cumulated vsize: 245244 KiB
Current children cumulated memory: 156436 KiB

[startup+102.3 s]
/proc/loadavg: 7.82 7.09 6.47 9/267 14593
/proc/meminfo: memFree=129224764/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=245244 memory=157076 CPUtime=175.81 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 75875 0 0 0 17571 10 0 0 20 0 2 0 29835794 251129856 39269 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 61311 39269 3488 6655 0 40368 0
[pid=14587/tid=14589] ppid=14584 vsize=245244 memory=157076 CPUtime=73.99 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 16288 0 0 0 7397 2 0 0 20 0 2 0 29836798 251129856 39269 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 175.81 s
Current children cumulated vsize: 245244 KiB
Current children cumulated memory: 157076 KiB

[startup+162.3 s]
/proc/loadavg: 7.97 7.28 6.58 9/267 14595
/proc/meminfo: memFree=129202388/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=248696 memory=160404 CPUtime=294.69 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 91036 0 0 0 29457 12 0 0 20 0 2 0 29835794 254664704 40101 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 62174 40101 3488 6655 0 41231 0
[pid=14587/tid=14589] ppid=14584 vsize=248696 memory=157204 CPUtime=133.18 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 23211 0 0 0 13314 4 0 0 20 0 2 0 29836798 254664704 40101 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 294.69 s
Current children cumulated vsize: 248696 KiB
Current children cumulated memory: 160404 KiB

[startup+222.3 s]
/proc/loadavg: 8.04 7.43 6.67 9/270 14602
/proc/meminfo: memFree=129142112/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=269692 memory=178196 CPUtime=413.57 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 96563 0 0 0 41344 13 0 0 20 0 2 0 29835794 276164608 44549 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 67423 44549 3520 6655 0 46480 0
[pid=14587/tid=14589] ppid=14584 vsize=269692 memory=175124 CPUtime=192.35 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 23276 0 0 0 19231 4 0 0 20 0 2 0 29836798 276164608 44549 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 413.57 s
Current children cumulated vsize: 269692 KiB
Current children cumulated memory: 178196 KiB

[startup+282.3 s]
/proc/loadavg: 8.06 7.55 6.76 9/270 14608
/proc/meminfo: memFree=129125816/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=271756 memory=180500 CPUtime=532.44 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 108747 0 0 0 53230 14 0 0 20 0 2 0 29835794 278278144 45125 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 67939 45125 3520 6655 0 46996 0
[pid=14587/tid=14589] ppid=14584 vsize=271756 memory=180372 CPUtime=251.54 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 29703 0 0 0 25149 5 0 0 20 0 2 0 29836798 278278144 45125 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 532.44 s
Current children cumulated vsize: 271756 KiB
Current children cumulated memory: 180500 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 7.66 6.85 9/269 14610
/proc/meminfo: memFree=129138024/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=272632 memory=182164 CPUtime=651.37 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) R 14584 14587 11267 0 -1 4194304 112613 0 0 0 65122 15 0 0 20 0 2 0 29835794 279175168 45541 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 68158 45541 3520 6655 0 47518 0
[pid=14587/tid=14589] ppid=14584 vsize=272632 memory=180500 CPUtime=310.73 cores=4,6
/proc/14587/task/14589/stat : 14589 (LSIPExact) R 14584 14587 11267 0 -1 4194368 32727 0 0 0 31068 5 0 0 20 0 2 0 29836798 279175168 45541 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
Current children cumulated CPU time: 651.37 s
Current children cumulated vsize: 272632 KiB
Current children cumulated memory: 182164 KiB

[startup+402.3 s]

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

Current children cumulated memory: 546572 KiB

[startup+2082.3 s]
/proc/loadavg: 4.10 4.16 4.88 5/267 14697
/proc/meminfo: memFree=127445516/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=343332 memory=337968 CPUtime=994.81 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 50617 0 0 0 99384 97 0 0 20 0 1 0 29944281 351571968 84492 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 85833 84492 1120 1011 0 84600 0
Current children cumulated CPU time: 3119.05 s
Current children cumulated vsize: 626244 KiB
Current children cumulated memory: 549772 KiB

[startup+2142.3 s]
/proc/loadavg: 4.15 4.16 4.84 5/267 14699
/proc/meminfo: memFree=127406232/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=415084 memory=348672 CPUtime=1054.66 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 51368 0 0 0 105367 99 0 0 20 0 1 0 29944281 425046016 87168 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 103771 87168 1120 1011 0 102538 0
Current children cumulated CPU time: 3178.9 s
Current children cumulated vsize: 697996 KiB
Current children cumulated memory: 560476 KiB

[startup+2202.3 s]
/proc/loadavg: 3.89 4.09 4.77 4/260 14733
/proc/meminfo: memFree=128082820/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=424828 memory=364596 CPUtime=1114.5 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 52834 0 0 0 111351 99 0 0 20 0 1 0 29944281 435023872 91149 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 106207 91149 1120 1011 0 104974 0
Current children cumulated CPU time: 3238.74 s
Current children cumulated vsize: 707740 KiB
Current children cumulated memory: 576400 KiB

[startup+2262.3 s]
/proc/loadavg: 3.09 3.84 4.64 3/254 14767
/proc/meminfo: memFree=128841180/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=425916 memory=377908 CPUtime=1174.36 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 53113 0 0 0 117336 100 0 0 20 0 1 0 29944281 436137984 94477 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 106479 94477 1120 1011 0 105246 0
Current children cumulated CPU time: 3298.6 s
Current children cumulated vsize: 708828 KiB
Current children cumulated memory: 589712 KiB

[startup+2322.3 s]
/proc/loadavg: 2.51 3.53 4.48 3/254 14769
/proc/meminfo: memFree=128834640/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=427192 memory=379188 CPUtime=1234.24 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 53432 0 0 0 123312 112 0 0 20 0 1 0 29944281 437444608 94797 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 106798 94797 1120 1011 0 105565 0
Current children cumulated CPU time: 3358.48 s
Current children cumulated vsize: 710104 KiB
Current children cumulated memory: 590992 KiB

[startup+2382.3 s]
/proc/loadavg: 2.23 3.27 4.33 3/254 14771
/proc/meminfo: memFree=128833756/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=430744 memory=382772 CPUtime=1294.11 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 54320 0 0 0 129298 113 0 0 20 0 1 0 29944281 441081856 95693 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 107686 95693 1120 1011 0 106453 0
Current children cumulated CPU time: 3418.35 s
Current children cumulated vsize: 713656 KiB
Current children cumulated memory: 594576 KiB

[startup+2442.3 s]
/proc/loadavg: 2.20 3.06 4.19 3/254 14773
/proc/meminfo: memFree=128825748/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=432644 memory=384692 CPUtime=1353.98 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 54954 0 0 0 135275 123 0 0 20 0 1 0 29944281 443027456 96173 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 108161 96173 1120 1011 0 106928 0
Current children cumulated CPU time: 3478.22 s
Current children cumulated vsize: 715556 KiB
Current children cumulated memory: 596496 KiB

[startup+2502.3 s]
/proc/loadavg: 2.13 2.88 4.06 3/255 14776
/proc/meminfo: memFree=128809316/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=442900 memory=394884 CPUtime=1413.85 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 55991 0 0 0 141261 124 0 0 20 0 1 0 29944281 453529600 98721 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 110725 98721 1120 1011 0 109492 0
Current children cumulated CPU time: 3538.09 s
Current children cumulated vsize: 725812 KiB
Current children cumulated memory: 606688 KiB

[startup+2562.3 s]
/proc/loadavg: 2.10 2.74 3.93 3/254 14778
/proc/meminfo: memFree=128810056/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=443712 memory=395652 CPUtime=1473.72 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 56198 0 0 0 147232 140 0 0 20 0 1 0 29944281 454361088 98913 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 110928 98913 1120 1011 0 109695 0
Current children cumulated CPU time: 3597.96 s
Current children cumulated vsize: 726624 KiB
Current children cumulated memory: 607456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2564.4 s]
/proc/loadavg: 2.17 2.74 3.93 3/254 14778
/proc/meminfo: memFree=128810056/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147915 0 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
[pid=14648] ppid=14587 vsize=443712 memory=395652 CPUtime=1475.81 cores=4,6
/proc/14648/stat : 14648 (Exact) R 14587 14648 14648 0 -1 4194304 56198 0 0 0 147440 141 0 0 20 0 1 0 29944281 454361088 98913 18446744073709551615 4198400 8335837 140724302272896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34824192 140724302280891 140724302281245 140724302281245 140724302286799 0
/proc/14648/statm: 110928 98913 1120 1011 0 109695 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 726624 KiB
Current children cumulated memory: 607456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.67361 s

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

[startup+2564.5 s]
/proc/loadavg: 2.17 2.74 3.93 3/254 14778
/proc/meminfo: memFree=128810056/131249988 swapFree=33010684/33010684
[pid=14587] ppid=14584 vsize=282912 memory=211804 CPUtime=2124.24 cores=4,6
/proc/14587/stat : 14587 (LSIPExact) S 14584 14587 11267 0 -1 4194304 147916 136 0 0 212399 25 0 0 20 0 1 0 29835794 289701888 52951 18446744073709551615 94918893985792 94918921242193 140723351691712 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94918929745032 94918930176640 94918950461440 140723351697754 140723351697930 140723351697930 140723351703532 0
/proc/14587/statm: 70728 52951 3616 6655 0 52634 0
Current children cumulated CPU time: 2124.24 s
Current children cumulated vsize: 282912 KiB
Current children cumulated memory: 211804 KiB

Child status: 0

Real time (s): 2564.53
CPU time (s): 3600.1
CPU user time (s): 3598.43
CPU system time (s): 1.67361
CPU usage (%): 140.381
Max. virtual memory (cumulated for all children) (KiB): 726624
Max. memory (cumulated for all children) (KiB): 607456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.67361
maximum resident set size= 433204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207103
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= 490
involuntary context switches= 41434


# summary of solver processes directly reported to runsolver:
#   pid: 14587
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.67361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.90808 second user time and 11.5789 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 22:12:49
IDJOB=4506932
IDBENCH=158309
IDSOLVER=3337
FILE ID=nodeC034/4506932-1751141569
RUNJOBID= nodeC034-1751133631-11284
SLURM_JOB_ID= 9587434
Free space on /tmp= 432928 MiB

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

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=1284792882

nodeC034 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.747
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.53
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.040
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.53
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		: 3599.980
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.53
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.156
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.53
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.449
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.53
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.085
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.53
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.616
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.53
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.753
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129409240 kB
MemAvailable:   129151920 kB
Buffers:            3280 kB
Cached:           554072 kB
SwapCached:            0 kB
Active:           902956 kB
Inactive:         345276 kB
Active(anon):     708984 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   345276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45688 kB
Writeback:             4 kB
AnonPages:        693968 kB
Mapped:           139004 kB
Shmem:             18104 kB
KReclaimable:      84944 kB
Slab:             168024 kB
SReclaimable:      84944 kB
SUnreclaim:        83080 kB
KernelStack:        4272 kB
PageTables:         4440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1083240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC034 at 2025-06-28 22:55:34