Trace number 4493292

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.08 2569.34

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
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 benchmark21643.2
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2118.29/1084.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2118.29/1084.09	c numVar: 23409
2118.29/1084.09	c numCon: 1386
2118.29/1084.09	c numEqual: 0
2118.29/1084.09	c intSize: 9
2118.29/1084.09	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2118.29/1084.09	c ------------------- Paras list -------------------
2118.29/1084.09	c Name                	 Type      	 Now       	 Default   	 Comment
2118.29/1084.09	c timeout             	 double    	 3600.000000	 3600      	 
2118.29/1084.09	c mip_time            	 double    	 0.300000  	 0.5       	 
2118.29/1084.09	c ls_time             	 double    	 10.000000 	 10        	 
2118.29/1084.09	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2118.29/1084.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2118.29/1084.09	c random_seed         	 int       	 0         	 0         	 
2118.29/1084.09	c sample_size         	 int       	 50        	 50        	 
2118.29/1084.09	c sub_score           	 int       	 1         	 1         	 
2118.29/1084.09	c tabu_base           	 int       	 3         	 3         	 
2118.29/1084.09	c tabu_variation      	 int       	 1         	 1         	 
2118.29/1084.09	c sub_div             	 int       	 4         	 4         	 
2118.29/1084.09	c nbcore              	 int       	 2         	 1         	 
2118.29/1084.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2118.29/1084.09	c print_sol           	 int       	 1         	 1         	 
2118.29/1084.09	c tmpdir              	 string		 .         	 "."       	 
2118.29/1084.09	c home                	 string		 HOME	 "."       	 
2118.29/1084.09	c benchname           	 string		 HOME/instance-4493292-1751134727.opb	 ""        	 
2118.29/1084.09	c --------------------------------------------------
2118.29/1084.09	c Local Search solver
2118.29/1084.09	c MIP solver
2118.29/1084.09	c use Exact solver
3600.01/2569.20	c receive signal 15, try to interrupt solver...
2118.45/2569.31	c Exact solver (PID 13277) interrupted gracefully.
2118.45/2569.34	s UNKNOWN
2118.45/2569.34	c Total time: 2569

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=11911, runsolver pid=11908

[startup+0.100068 s]*
/proc/loadavg: 6.70 6.85 4.93 5/268 11912
/proc/meminfo: memFree=125003596/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=0.09 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 8 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.205685 s]*
/proc/loadavg: 6.70 6.85 4.93 5/268 11912
/proc/meminfo: memFree=125003596/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=0.19 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 18 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.305573 s]*
/proc/loadavg: 6.70 6.85 4.93 5/268 11912
/proc/meminfo: memFree=125003596/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=0.29 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 28 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.700192 s]
/proc/loadavg: 6.70 6.85 4.93 7/268 11912
/proc/meminfo: memFree=125003596/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=0.68 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 67 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+1.50019 s]
/proc/loadavg: 6.70 6.85 4.93 5/268 11912
/proc/meminfo: memFree=125008548/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=1.48 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 147 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+3.10541 s]
/proc/loadavg: 6.48 6.80 4.92 5/268 11912
/proc/meminfo: memFree=125006108/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=3.08 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 307 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+6.30018 s]
/proc/loadavg: 6.48 6.80 4.92 5/268 11912
/proc/meminfo: memFree=125013248/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=73812 memory=39040 CPUtime=6.27 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 8776 0 0 0 626 1 0 0 20 0 1 0 29151594 75583488 9760 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+12.7002 s]
/proc/loadavg: 6.28 6.76 4.92 6/269 11913
/proc/meminfo: memFree=124898440/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=250188 memory=161276 CPUtime=14.17 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 36365 0 0 0 1412 5 0 0 20 0 2 0 29151594 256192512 40319 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 62547 40319 3328 6655 0 42192 0
[pid=11911/tid=11913] ppid=11908 vsize=250188 memory=14444 CPUtime=1.52 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 4926 0 0 0 152 0 0 0 20 0 2 0 29152600 256192512 40319 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 250188 KiB
Current children cumulated memory: 161276 KiB

[startup+25.5002 s]
/proc/loadavg: 6.00 6.67 4.92 6/269 11913
/proc/meminfo: memFree=124863484/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=273988 memory=188288 CPUtime=39.61 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 71321 0 0 0 3954 7 0 0 20 0 2 0 29151594 280563712 47072 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 68497 47072 3360 6655 0 48142 0
[pid=11911/tid=11913] ppid=11908 vsize=273988 memory=164860 CPUtime=14.19 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 19154 0 0 0 1418 1 0 0 20 0 2 0 29152600 280563712 47072 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 39.61 s
Current children cumulated vsize: 273988 KiB
Current children cumulated memory: 188288 KiB

[startup+51.1055 s]
/proc/loadavg: 5.58 6.52 4.92 6/269 11914
/proc/meminfo: memFree=124770904/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=329764 memory=251048 CPUtime=84.72 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 100967 0 0 0 8461 11 0 0 20 0 2 0 29151594 337678336 62762 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 82441 62762 3360 6655 0 62916 0
[pid=11911/tid=11913] ppid=11908 vsize=329764 memory=245672 CPUtime=33.77 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 27736 0 0 0 3375 2 0 0 20 0 2 0 29152600 337678336 62762 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 84.72 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 251048 KiB

[startup+102.3 s]
/proc/loadavg: 5.30 6.30 4.93 6/269 11916
/proc/meminfo: memFree=124730540/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=329764 memory=272936 CPUtime=186.47 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 127249 0 0 0 18633 14 0 0 20 0 2 0 29151594 337678336 68234 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 82441 68234 3360 6655 0 67761 0
[pid=11911/tid=11913] ppid=11908 vsize=329764 memory=270632 CPUtime=84.46 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 43628 0 0 0 8442 4 0 0 20 0 2 0 29152600 337678336 68234 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 186.47 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 272936 KiB

[startup+162.3 s]
/proc/loadavg: 5.23 6.09 4.94 6/268 11966
/proc/meminfo: memFree=125856024/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=329764 memory=273704 CPUtime=305.73 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 163634 0 0 0 30557 16 0 0 20 0 2 0 29151594 337678336 68426 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 82441 68426 3360 6655 0 67951 0
[pid=11911/tid=11913] ppid=11908 vsize=329764 memory=273704 CPUtime=143.87 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 63846 0 0 0 14382 5 0 0 20 0 2 0 29152600 337678336 68426 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 305.73 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 273704 KiB

[startup+222.3 s]
/proc/loadavg: 5.31 5.94 4.96 7/267 12529
/proc/meminfo: memFree=128886568/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=329764 memory=274088 CPUtime=425.05 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 164862 0 0 0 42489 16 0 0 20 0 2 0 29151594 337678336 68522 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 82441 68522 3360 6655 0 68296 0
[pid=11911/tid=11913] ppid=11908 vsize=329764 memory=273960 CPUtime=203.34 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 64296 0 0 0 20329 5 0 0 20 0 2 0 29152600 337678336 68522 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 425.05 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 274088 KiB

[startup+282.3 s]
/proc/loadavg: 5.52 5.90 5.01 6/267 12923
/proc/meminfo: memFree=125891392/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=329764 memory=274344 CPUtime=544.37 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 192946 0 0 0 54419 18 0 0 20 0 2 0 29151594 337678336 68586 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 82441 68586 3360 6655 0 68296 0
[pid=11911/tid=11913] ppid=11908 vsize=329764 memory=274088 CPUtime=262.8 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 79478 0 0 0 26274 6 0 0 20 0 2 0 29152600 337678336 68586 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 544.37 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 274344 KiB

[startup+342.3 s]
/proc/loadavg: 5.64 5.85 5.05 8/269 13241
/proc/meminfo: memFree=127593924/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=307704 memory=239320 CPUtime=657.22 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) R 11908 11911 11267 0 -1 4194304 217994 0 0 0 65703 19 0 0 20 0 2 0 29151594 315088896 59830 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 76926 59830 3360 6655 0 62781 0
[pid=11911/tid=11913] ppid=11908 vsize=307704 memory=274600 CPUtime=320.88 cores=5,7
/proc/11911/task/11913/stat : 11913 (LSIPExact) R 11908 11911 11267 0 -1 4194368 84024 0 0 0 32082 6 0 0 20 0 2 0 29152600 315088896 59830 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
Current children cumulated CPU time: 657.22 s
Current children cumulated vsize: 307704 KiB
Current children cumulated memory: 239320 KiB

[startup+402.3 s]

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

Current children cumulated memory: 840296 KiB

[startup+2082.3 s]
/proc/loadavg: 6.10 6.17 6.24 7/267 13462
/proc/meminfo: memFree=126926680/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=590248 memory=559520 CPUtime=995.85 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 80444 0 0 0 99519 66 0 0 20 0 1 0 29260003 604413952 139880 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 147562 139880 1120 1011 0 146329 0
Current children cumulated CPU time: 3114.3 s
Current children cumulated vsize: 926296 KiB
Current children cumulated memory: 844520 KiB

[startup+2142.3 s]
/proc/loadavg: 6.19 6.18 6.24 7/267 13466
/proc/meminfo: memFree=126922812/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=595004 memory=565536 CPUtime=1055.71 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 81750 0 0 0 105500 71 0 0 20 0 1 0 29260003 609284096 141384 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 148751 141384 1120 1011 0 147518 0
Current children cumulated CPU time: 3174.16 s
Current children cumulated vsize: 931052 KiB
Current children cumulated memory: 850536 KiB

[startup+2202.3 s]
/proc/loadavg: 5.98 6.13 6.22 6/267 13469
/proc/meminfo: memFree=126923320/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=598156 memory=569120 CPUtime=1115.56 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 82577 0 0 0 111485 71 0 0 20 0 1 0 29260003 612511744 142280 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 149539 142280 1120 1011 0 148306 0
Current children cumulated CPU time: 3234.01 s
Current children cumulated vsize: 934204 KiB
Current children cumulated memory: 854120 KiB

[startup+2262.3 s]
/proc/loadavg: 5.80 6.03 6.18 7/267 13562
/proc/meminfo: memFree=126971468/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=602016 memory=572960 CPUtime=1175.4 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 83656 0 0 0 117467 73 0 0 20 0 1 0 29260003 616464384 143240 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 150504 143240 1120 1011 0 149271 0
Current children cumulated CPU time: 3293.85 s
Current children cumulated vsize: 938064 KiB
Current children cumulated memory: 857960 KiB

[startup+2322.3 s]
/proc/loadavg: 6.03 6.05 6.18 7/267 13564
/proc/meminfo: memFree=126945676/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=617768 memory=601964 CPUtime=1235.23 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 87332 0 0 0 123448 75 0 0 20 0 1 0 29260003 632594432 150491 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 154442 150491 1120 1011 0 153209 0
Current children cumulated CPU time: 3353.68 s
Current children cumulated vsize: 953816 KiB
Current children cumulated memory: 886964 KiB

[startup+2382.3 s]
/proc/loadavg: 6.06 6.06 6.17 7/267 13566
/proc/meminfo: memFree=126916124/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=620628 memory=604396 CPUtime=1295.08 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 88081 0 0 0 129429 79 0 0 20 0 1 0 29260003 635523072 151099 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 155157 151099 1120 1011 0 153924 0
Current children cumulated CPU time: 3413.53 s
Current children cumulated vsize: 956676 KiB
Current children cumulated memory: 889396 KiB

[startup+2442.3 s]
/proc/loadavg: 6.14 6.08 6.17 7/266 13568
/proc/meminfo: memFree=126915568/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=621216 memory=605036 CPUtime=1354.95 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 88339 0 0 0 135416 79 0 0 20 0 1 0 29260003 636125184 151259 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 155304 151259 1120 1011 0 154071 0
Current children cumulated CPU time: 3473.4 s
Current children cumulated vsize: 957264 KiB
Current children cumulated memory: 890036 KiB

[startup+2502.3 s]
/proc/loadavg: 6.10 6.07 6.17 7/266 13570
/proc/meminfo: memFree=126913408/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=624724 memory=608492 CPUtime=1414.82 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 89204 0 0 0 141403 79 0 0 20 0 1 0 29260003 639717376 152123 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 156181 152123 1120 1011 0 154948 0
Current children cumulated CPU time: 3533.27 s
Current children cumulated vsize: 960772 KiB
Current children cumulated memory: 893492 KiB

[startup+2562.3 s]
/proc/loadavg: 6.08 6.07 6.16 7/266 13583
/proc/meminfo: memFree=126912796/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=628980 memory=612716 CPUtime=1474.68 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 90362 0 0 0 147384 84 0 0 20 0 1 0 29260003 644075520 153179 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 157245 153179 1120 1011 0 156012 0
Current children cumulated CPU time: 3593.13 s
Current children cumulated vsize: 965028 KiB
Current children cumulated memory: 897716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2569.2 s]
/proc/loadavg: 6.15 6.09 6.16 7/266 13583
/proc/meminfo: memFree=126912648/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307580 0 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
[pid=13277] ppid=11911 vsize=628980 memory=612716 CPUtime=1481.56 cores=5,7
/proc/13277/stat : 13277 (Exact) R 11911 13277 13277 0 -1 4194304 90362 0 0 0 148072 84 0 0 20 0 1 0 29260003 644075520 153179 18446744073709551615 4198400 8335837 140723253823232 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38035456 140723253827771 140723253828125 140723253828125 140723253833679 0
/proc/13277/statm: 157245 153179 1120 1011 0 156012 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 965028 KiB
Current children cumulated memory: 897716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.83 s, system=1.25047 s

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

[startup+2569.3 s]
/proc/loadavg: 6.15 6.09 6.16 7/266 13583
/proc/meminfo: memFree=126912648/131249988 swapFree=33010684/33010684
[pid=11911] ppid=11908 vsize=336048 memory=285000 CPUtime=2118.45 cores=5,7
/proc/11911/stat : 11911 (LSIPExact) S 11908 11911 11267 0 -1 4194304 307581 134 0 0 211806 39 0 0 20 0 1 0 29151594 344113152 71250 18446744073709551615 94773353762816 94773381019217 140735911546528 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94773389522056 94773389953664 94773403811840 140735911553370 140735911553546 140735911553546 140735911559148 0
/proc/11911/statm: 84012 71250 3360 6655 0 69975 0
Current children cumulated CPU time: 2118.45 s
Current children cumulated vsize: 336048 KiB
Current children cumulated memory: 285000 KiB

Child status: 0

Real time (s): 2569.34
CPU time (s): 3600.08
CPU user time (s): 3598.83
CPU system time (s): 1.25047
CPU usage (%): 140.117
Max. virtual memory (cumulated for all children) (KiB): 965028
Max. memory (cumulated for all children) (KiB): 897716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.83
system time used= 1.25047
maximum resident set size= 612844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406131
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= 579
involuntary context switches= 20983


# summary of solver processes directly reported to runsolver:
#   pid: 11911
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.83
#   total CPU system time (s): 1.25047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.05829 second user time and 11.8339 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 20:18:47
IDJOB=4493292
IDBENCH=147859
IDSOLVER=3337
FILE ID=nodeC034/4493292-1751134727
RUNJOBID= nodeC034-1751133631-11286
SLURM_JOB_ID= 9587434
Free space on /tmp= 432904 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493292-1751134727/watcher-4493292-1751134727 -o /tmp/evaluation-result-4493292-1751134727/solver-4493292-1751134727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11286 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4493292-1751134727.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=1054116676

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.756
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.748
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		: 3601.744
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		: 3700.000
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.761
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		: 3700.000
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		: 3700.000
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.756
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:        125039304 kB
MemAvailable:   124790176 kB
Buffers:            3280 kB
Cached:           562544 kB
SwapCached:            0 kB
Active:          5203960 kB
Inactive:         354072 kB
Active(anon):    5010312 kB
Inactive(anon):        0 kB
Active(file):     193648 kB
Inactive(file):   354072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46828 kB
Writeback:             0 kB
AnonPages:       4985244 kB
Mapped:           151668 kB
Shmem:             18104 kB
KReclaimable:      84384 kB
Slab:             166732 kB
SReclaimable:      84384 kB
SUnreclaim:        82348 kB
KernelStack:        4320 kB
PageTables:        13068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    5483632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2701312 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= 432868 MiB
End job on nodeC034 at 2025-06-28 21:01:37