Trace number 4506824

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K188.opb
MD5SUM416ae2bcad94d751017f8086501bbe46
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.0032
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints22750
Number of constraints which are clauses22562
Number of constraints which are cardinality constraints (but not clauses)188
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint188
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 189
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

2126.76/1084.08	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2126.76/1084.08	c numVar: 22372
2126.76/1084.08	c numCon: 22750
2126.76/1084.08	c numEqual: 0
2126.76/1084.08	c intSize: 8
2126.76/1084.08	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2126.76/1084.08	c ------------------- Paras list -------------------
2126.76/1084.08	c Name                	 Type      	 Now       	 Default   	 Comment
2126.76/1084.08	c timeout             	 double    	 3600.000000	 3600      	 
2126.76/1084.08	c mip_time            	 double    	 0.300000  	 0.5       	 
2126.76/1084.08	c ls_time             	 double    	 10.000000 	 10        	 
2126.76/1084.08	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2126.76/1084.08	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2126.76/1084.08	c random_seed         	 int       	 0         	 0         	 
2126.76/1084.08	c sample_size         	 int       	 50        	 50        	 
2126.76/1084.08	c sub_score           	 int       	 1         	 1         	 
2126.76/1084.08	c tabu_base           	 int       	 3         	 3         	 
2126.76/1084.08	c tabu_variation      	 int       	 1         	 1         	 
2126.76/1084.08	c sub_div             	 int       	 4         	 4         	 
2126.76/1084.08	c nbcore              	 int       	 2         	 1         	 
2126.76/1084.08	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2126.76/1084.08	c print_sol           	 int       	 1         	 1         	 
2126.76/1084.08	c tmpdir              	 string		 .         	 "."       	 
2126.76/1084.08	c home                	 string		 HOME	 "."       	 
2126.76/1084.08	c benchname           	 string		 HOME/instance-4506824-1751141249.opb	 ""        	 
2126.76/1084.08	c --------------------------------------------------
2126.76/1084.08	c Local Search solver
2126.76/1084.08	c MIP solver
2126.76/1084.08	c use Exact solver
3600.08/2561.30	c receive signal 15, try to interrupt solver...
2126.91/2561.41	c Exact solver (PID 14626) interrupted gracefully.
2126.91/2561.43	s UNKNOWN
2126.91/2561.43	c Total time: 2561

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=14484, runsolver pid=14481
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 5.54 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128014904/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=0.09 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 8 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+0.205883 s]*
/proc/loadavg: 5.54 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128014904/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=0.19 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 18 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+0.305753 s]*
/proc/loadavg: 5.54 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128014904/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=0.29 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 28 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+0.700194 s]
/proc/loadavg: 5.54 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128014904/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=0.68 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 67 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+1.5002 s]
/proc/loadavg: 5.54 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128015640/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=1.48 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 147 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+3.10558 s]
/proc/loadavg: 5.58 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128015656/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=3.08 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 307 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+6.30016 s]
/proc/loadavg: 5.58 5.72 5.88 7/267 14485
/proc/meminfo: memFree=128007464/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=69904 memory=35456 CPUtime=6.27 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 7802 0 0 0 626 1 0 0 20 0 1 0 29803726 71581696 8864 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 17476 8864 1216 6655 0 7711 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35456 KiB

[startup+12.7002 s]
/proc/loadavg: 5.69 5.75 5.89 8/268 14486
/proc/meminfo: memFree=127891292/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=239824 memory=160656 CPUtime=14.83 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 38353 0 0 0 1477 6 0 0 20 0 2 0 29803726 245579776 40164 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 59956 40164 3424 6655 0 40506 0
[pid=14484/tid=14486] ppid=14481 vsize=239824 memory=6384 CPUtime=2.17 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 5613 0 0 0 216 1 0 0 20 0 2 0 29804732 245579776 40164 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 14.83 s
Current children cumulated vsize: 239824 KiB
Current children cumulated memory: 160656 KiB

[startup+25.5002 s]
/proc/loadavg: 5.98 5.81 5.91 8/268 14486
/proc/meminfo: memFree=127895156/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=240356 memory=161552 CPUtime=40.26 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 48356 0 0 0 4019 7 0 0 20 0 2 0 29803726 246124544 40388 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 60089 40388 3424 6655 0 40639 0
[pid=14484/tid=14486] ppid=14481 vsize=240356 memory=161424 CPUtime=14.85 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 6865 0 0 0 1484 1 0 0 20 0 2 0 29804732 246124544 40388 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 40.26 s
Current children cumulated vsize: 240356 KiB
Current children cumulated memory: 161552 KiB

[startup+51.1057 s]
/proc/loadavg: 6.14 5.86 5.92 8/268 14487
/proc/meminfo: memFree=127847400/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=284752 memory=206136 CPUtime=79.3 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 78187 0 0 0 7920 10 0 0 20 0 2 0 29803726 291586048 51534 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 71188 51534 3456 6655 0 53354 0
[pid=14484/tid=14486] ppid=14481 vsize=284752 memory=206136 CPUtime=28.35 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 16245 0 0 0 2833 2 0 0 20 0 2 0 29804732 291586048 51534 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 79.3 s
Current children cumulated vsize: 284752 KiB
Current children cumulated memory: 206136 KiB

[startup+102.3 s]
/proc/loadavg: 6.88 6.10 6.00 8/268 14535
/proc/meminfo: memFree=128754368/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=285976 memory=207672 CPUtime=180.89 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 93928 0 0 0 18077 12 0 0 20 0 2 0 29803726 292839424 51918 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 71494 51918 3456 6655 0 53660 0
[pid=14484/tid=14486] ppid=14481 vsize=285976 memory=-6585784849681977694 CPUtime=78.95 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 20234 0 0 0 7893 2 0 0 20 0 2 0 29804732 292839424 51918 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 180.89 s
Current children cumulated vsize: 285976 KiB
Current children cumulated memory: 207672 KiB

[startup+162.3 s]
/proc/loadavg: 7.46 6.41 6.11 8/268 14538
/proc/meminfo: memFree=128624876/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=288380 memory=209464 CPUtime=299.85 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 117798 0 0 0 29971 14 0 0 20 0 2 0 29803726 295301120 52366 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 72095 52366 3456 6655 0 54261 0
[pid=14484/tid=14486] ppid=14481 vsize=288380 memory=209336 CPUtime=138.21 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 28194 0 0 0 13818 3 0 0 20 0 2 0 29804732 295301120 52366 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 299.85 s
Current children cumulated vsize: 288380 KiB
Current children cumulated memory: 209464 KiB

[startup+222.3 s]
/proc/loadavg: 7.21 6.53 6.18 8/268 14540
/proc/meminfo: memFree=128539052/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=319952 memory=241592 CPUtime=418.71 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 148928 0 0 0 41854 17 0 0 20 0 2 0 29803726 327630848 60398 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 79988 60398 3520 6655 0 62154 0
[pid=14484/tid=14486] ppid=14481 vsize=319952 memory=240440 CPUtime=197.42 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 33212 0 0 0 19739 3 0 0 20 0 2 0 29804732 327630848 60398 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 418.71 s
Current children cumulated vsize: 319952 KiB
Current children cumulated memory: 241592 KiB

[startup+282.3 s]
/proc/loadavg: 7.39 6.72 6.27 8/267 14542
/proc/meminfo: memFree=128500676/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=319952 memory=241848 CPUtime=537.59 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 157898 0 0 0 53741 18 0 0 20 0 2 0 29803726 327630848 60462 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 79988 60462 3520 6655 0 62154 0
[pid=14484/tid=14486] ppid=14481 vsize=319952 memory=4252 CPUtime=256.64 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 37155 0 0 0 25660 4 0 0 20 0 2 0 29804732 327630848 60462 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 537.59 s
Current children cumulated vsize: 319952 KiB
Current children cumulated memory: 241848 KiB

[startup+342.3 s]
/proc/loadavg: 7.34 6.82 6.33 8/267 14591
/proc/meminfo: memFree=129317964/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=319952 memory=241848 CPUtime=656.45 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) R 14481 14484 11267 0 -1 4194304 157937 0 0 0 65627 18 0 0 20 0 2 0 29803726 327630848 60462 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 79988 60462 3520 6655 0 62154 0
[pid=14484/tid=14486] ppid=14481 vsize=319952 memory=4252 CPUtime=315.85 cores=1,3
/proc/14484/task/14486/stat : 14486 (LSIPExact) R 14481 14484 11267 0 -1 4194368 37186 0 0 0 31581 4 0 0 20 0 2 0 29804732 327630848 60462 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
Current children cumulated CPU time: 656.45 s
Current children cumulated vsize: 319952 KiB
Current children cumulated memory: 241848 KiB

[startup+402.3 s]

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

Current children cumulated memory: 707380 KiB

[startup+2022.3 s]
/proc/loadavg: 4.04 4.30 5.29 5/268 14677
/proc/meminfo: memFree=127679168/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=467408 memory=443752 CPUtime=935.71 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 63175 0 0 0 93485 86 0 0 20 0 1 0 29912135 478625792 110938 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 116852 110938 1120 1011 0 115619 0
Current children cumulated CPU time: 3062.62 s
Current children cumulated vsize: 802384 KiB
Current children cumulated memory: 713524 KiB

[startup+2082.3 s]
/proc/loadavg: 4.11 4.27 5.22 5/268 14680
/proc/meminfo: memFree=127604976/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=473832 memory=450152 CPUtime=995.54 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 64794 0 0 0 99468 86 0 0 20 0 1 0 29912135 485203968 112538 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 118458 112538 1120 1011 0 117225 0
Current children cumulated CPU time: 3122.45 s
Current children cumulated vsize: 808808 KiB
Current children cumulated memory: 719924 KiB

[startup+2142.3 s]
/proc/loadavg: 4.09 4.24 5.14 5/268 14682
/proc/meminfo: memFree=127564020/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=477568 memory=470308 CPUtime=1055.37 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 65237 0 0 0 105450 87 0 0 20 0 1 0 29912135 489029632 117577 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 119392 117577 1120 1011 0 118159 0
Current children cumulated CPU time: 3182.28 s
Current children cumulated vsize: 812544 KiB
Current children cumulated memory: 740080 KiB

[startup+2202.3 s]
/proc/loadavg: 4.07 4.21 5.07 5/268 14684
/proc/meminfo: memFree=127512716/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=480776 memory=473508 CPUtime=1115.2 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 66160 0 0 0 111432 88 0 0 20 0 1 0 29912135 492314624 118377 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 120194 118377 1120 1011 0 118961 0
Current children cumulated CPU time: 3242.11 s
Current children cumulated vsize: 815752 KiB
Current children cumulated memory: 743280 KiB

[startup+2262.3 s]
/proc/loadavg: 4.11 4.20 5.01 5/267 14686
/proc/meminfo: memFree=127471948/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=483952 memory=476708 CPUtime=1175.02 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 67038 0 0 0 117405 97 0 0 20 0 1 0 29912135 495566848 119177 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 120988 119177 1120 1011 0 119755 0
Current children cumulated CPU time: 3301.93 s
Current children cumulated vsize: 818928 KiB
Current children cumulated memory: 746480 KiB

[startup+2322.3 s]
/proc/loadavg: 4.08 4.17 4.95 5/268 14691
/proc/meminfo: memFree=127470420/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=487216 memory=479908 CPUtime=1234.85 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 67984 0 0 0 123388 97 0 0 20 0 1 0 29912135 498909184 119977 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 121804 119977 1120 1011 0 120571 0
Current children cumulated CPU time: 3361.76 s
Current children cumulated vsize: 822192 KiB
Current children cumulated memory: 749680 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.17 4.90 5/267 14697
/proc/meminfo: memFree=127451036/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=491452 memory=484132 CPUtime=1294.68 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 69108 0 0 0 129371 97 0 0 20 0 1 0 29912135 503246848 121033 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 122863 121033 1120 1011 0 121630 0
Current children cumulated CPU time: 3421.59 s
Current children cumulated vsize: 826428 KiB
Current children cumulated memory: 753904 KiB

[startup+2442.3 s]
/proc/loadavg: 4.11 4.15 4.85 5/267 14699
/proc/meminfo: memFree=127406944/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=494620 memory=487332 CPUtime=1354.51 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 69910 0 0 0 135345 106 0 0 20 0 1 0 29912135 506490880 121833 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 123655 121833 1120 1011 0 122422 0
Current children cumulated CPU time: 3481.42 s
Current children cumulated vsize: 829596 KiB
Current children cumulated memory: 757104 KiB

[startup+2502.3 s]
/proc/loadavg: 4.16 4.15 4.80 5/267 14701
/proc/meminfo: memFree=127399288/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=500316 memory=493004 CPUtime=1414.34 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 70961 0 0 0 141328 106 0 0 20 0 1 0 29912135 512323584 123251 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 125079 123251 1120 1011 0 123846 0
Current children cumulated CPU time: 3541.25 s
Current children cumulated vsize: 835292 KiB
Current children cumulated memory: 762776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2561.3 s]
/proc/loadavg: 3.52 3.97 4.70 4/260 14734
/proc/meminfo: memFree=128066668/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184489 0 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
[pid=14626] ppid=14484 vsize=502348 memory=495052 CPUtime=1473.17 cores=1,3
/proc/14626/stat : 14626 (Exact) R 14484 14626 14626 0 -1 4194304 71547 0 0 0 147200 117 0 0 20 0 1 0 29912135 514404352 123763 18446744073709551615 4198400 8335837 140729174292768 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15556608 140729174296763 140729174297117 140729174297117 140729174302671 0
/proc/14626/statm: 125587 123763 1120 1011 0 124354 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 837324 KiB
Current children cumulated memory: 764824 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.39559 s

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

[startup+2561.4 s]
/proc/loadavg: 3.52 3.97 4.70 4/260 14734
/proc/meminfo: memFree=128066668/131249988 swapFree=33010684/33010684
[pid=14484] ppid=14481 vsize=334976 memory=269772 CPUtime=2126.91 cores=1,3
/proc/14484/stat : 14484 (LSIPExact) S 14481 14484 11267 0 -1 4194304 184490 137 0 0 212670 21 0 0 20 0 1 0 29803726 343015424 67443 18446744073709551615 94531553882112 94531581138513 140734326972592 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94531589641352 94531590072960 94531604029440 140734326978906 140734326979082 140734326979082 140734326984684 0
/proc/14484/statm: 83744 67443 3584 6655 0 65910 0
Current children cumulated CPU time: 2126.91 s
Current children cumulated vsize: 334976 KiB
Current children cumulated memory: 269772 KiB

Child status: 0

Real time (s): 2561.43
CPU time (s): 3600.13
CPU user time (s): 3598.74
CPU system time (s): 1.39559
CPU usage (%): 140.552
Max. virtual memory (cumulated for all children) (KiB): 837324
Max. memory (cumulated for all children) (KiB): 764824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.39559
maximum resident set size= 495180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260546
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= 586
involuntary context switches= 34517


# summary of solver processes directly reported to runsolver:
#   pid: 14484
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.39559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.37949 second user time and 12.2447 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 22:07:29
IDJOB=4506824
IDBENCH=158284
IDSOLVER=3337
FILE ID=nodeC034/4506824-1751141249
RUNJOBID= nodeC034-1751133631-11285
SLURM_JOB_ID= 9587434
Free space on /tmp= 432916 MiB

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

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

MD5SUM BENCH= 416ae2bcad94d751017f8086501bbe46
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.808
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		: 3599.753
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.709
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		: 3601.151
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		: 3599.223
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		: 3599.703
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.821
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		: 3603.041
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:        128046104 kB
MemAvailable:   127799876 kB
Buffers:            3280 kB
Cached:           565124 kB
SwapCached:            0 kB
Active:          2256796 kB
Inactive:         356328 kB
Active(anon):    2062824 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   356328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46160 kB
Writeback:            48 kB
AnonPages:       2042788 kB
Mapped:           143172 kB
Shmem:             18104 kB
KReclaimable:      85020 kB
Slab:             168588 kB
SReclaimable:      85020 kB
SUnreclaim:        83568 kB
KernelStack:        4304 kB
PageTables:         7164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2501548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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= 432928 MiB
End job on nodeC034 at 2025-06-28 22:50:10