Trace number 4503664

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) 3601.5 2604.81

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2088.84/1086.74	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2088.84/1086.74	c numVar: 44846
2088.84/1086.74	c numCon: 988104
2088.84/1086.74	c numEqual: 1773
2088.84/1086.74	c intSize: 10
2088.84/1086.74	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2088.84/1086.74	c ------------------- Paras list -------------------
2088.84/1086.74	c Name                	 Type      	 Now       	 Default   	 Comment
2088.84/1086.74	c timeout             	 double    	 3600.000000	 3600      	 
2088.84/1086.74	c mip_time            	 double    	 0.300000  	 0.5       	 
2088.84/1086.74	c ls_time             	 double    	 10.000000 	 10        	 
2088.84/1086.74	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2088.84/1086.74	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2088.84/1086.74	c random_seed         	 int       	 0         	 0         	 
2088.84/1086.74	c sample_size         	 int       	 50        	 50        	 
2088.84/1086.74	c sub_score           	 int       	 1         	 1         	 
2088.84/1086.74	c tabu_base           	 int       	 3         	 3         	 
2088.84/1086.74	c tabu_variation      	 int       	 1         	 1         	 
2088.84/1086.74	c sub_div             	 int       	 4         	 4         	 
2088.84/1086.74	c nbcore              	 int       	 2         	 1         	 
2088.84/1086.74	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2088.84/1086.74	c print_sol           	 int       	 1         	 1         	 
2088.84/1086.74	c tmpdir              	 string		 .         	 "."       	 
2088.84/1086.74	c home                	 string		 HOME	 "."       	 
2088.84/1086.74	c benchname           	 string		 HOME/instance-4503664-1751140494.opb	 ""        	 
2088.84/1086.74	c --------------------------------------------------
2088.84/1086.74	c Local Search solver
2088.84/1086.74	c MIP solver
2088.84/1086.74	c use Exact solver
3600.07/2603.30	c receive signal 15, try to interrupt solver...
2088.89/2603.41	c Exact solver (PID 14526) interrupted gracefully.
3601.38/2604.72	s UNKNOWN
3601.38/2604.72	c Total time: 2604

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503664-1751140494/watcher-4503664-1751140494 -o /tmp/evaluation-result-4503664-1751140494/solver-4503664-1751140494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11151 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4503664-1751140494.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
solver pid=14326, runsolver pid=14323
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=128113316/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=174672 memory=93080 CPUtime=0.1 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 16644 0 0 0 5 5 0 0 20 0 1 0 29728347 178864128 23270 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 43701 23270 1152 6655 0 33936 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 174672 KiB
Current children cumulated memory: 93080 KiB

[startup+0.213912 s]*
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=128016164/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=246348 memory=189336 CPUtime=0.21 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 34575 0 0 0 12 9 0 0 20 0 1 0 29728347 252260352 47334 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 61620 47334 1152 6655 0 51855 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 246348 KiB
Current children cumulated memory: 189336 KiB

[startup+0.31373 s]*
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=127943332/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=294924 memory=252184 CPUtime=0.31 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 47218 0 0 0 17 14 0 0 20 0 1 0 29728347 302002176 63046 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 73731 63046 1152 6655 0 63966 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 294924 KiB
Current children cumulated memory: 252184 KiB

[startup+0.700355 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=127943332/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=295320 memory=252440 CPUtime=0.68 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 47308 0 0 0 53 15 0 0 20 0 1 0 29728347 302407680 63110 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 73830 63110 1152 6655 0 64065 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 295320 KiB
Current children cumulated memory: 252440 KiB

[startup+1.50033 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=127826836/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=558368 memory=521284 CPUtime=1.48 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 104803 0 0 0 121 27 0 0 20 0 1 0 29728347 571768832 130321 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 139625 130321 1152 6655 0 129860 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 558368 KiB
Current children cumulated memory: 521284 KiB

[startup+3.11346 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=127480108/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=748160 memory=710212 CPUtime=3.09 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 152062 0 0 0 275 34 0 0 20 0 1 0 29728347 766115840 177553 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 187040 177553 1152 6655 0 177275 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 748160 KiB
Current children cumulated memory: 710212 KiB

[startup+6.30035 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14327
/proc/meminfo: memFree=127480108/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=748160 memory=710212 CPUtime=6.27 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 152098 0 0 0 593 34 0 0 20 0 1 0 29728347 766115840 177553 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 187040 177553 1152 6655 0 177275 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 748160 KiB
Current children cumulated memory: 710212 KiB

[startup+12.7004 s]
/proc/loadavg: 5.13 5.04 5.18 6/254 14328
/proc/meminfo: memFree=126747640/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=1576696 memory=1463156 CPUtime=12.65 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 243509 0 0 0 1211 54 0 0 20 0 2 0 29728347 1614536704 365789 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 394174 365789 2848 6655 0 368057 0
[pid=14326/tid=14328] ppid=14323 vsize=1576696 memory=1325784 CPUtime=0 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) S 14323 14326 11133 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29729516 1614536704 365789 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1576696 KiB
Current children cumulated memory: 1463156 KiB

[startup+25.5004 s]
/proc/loadavg: 5.11 5.04 5.17 6/254 14328
/proc/meminfo: memFree=126326096/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=1958012 memory=1859792 CPUtime=25.46 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 310579 0 0 0 2470 76 0 0 20 0 2 0 29728347 2005004288 464948 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 489503 464948 2976 6655 0 473879 0
[pid=14326/tid=14328] ppid=14323 vsize=1958012 memory=1728764 CPUtime=0.08 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) S 14323 14326 11133 0 -1 4194368 4967 0 0 0 5 3 0 0 20 0 2 0 29729516 2005004288 464948 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 1958012 KiB
Current children cumulated memory: 1859792 KiB

[startup+51.1138 s]
/proc/loadavg: 5.20 5.07 5.18 6/254 14329
/proc/meminfo: memFree=125368556/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3264752 memory=2826020 CPUtime=59.53 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 398743 0 0 0 5838 115 0 0 20 0 2 0 29728347 3343106048 706505 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 816188 706505 3328 6655 0 792109 0
[pid=14326/tid=14328] ppid=14323 vsize=3264752 memory=2826020 CPUtime=22.72 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 34232 0 0 0 2257 15 0 0 20 0 2 0 29729516 3343106048 706505 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 59.53 s
Current children cumulated vsize: 3264752 KiB
Current children cumulated memory: 2826020 KiB

[startup+102.3 s]
/proc/loadavg: 5.46 5.15 5.20 7/254 14330
/proc/meminfo: memFree=124529052/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=4075560 memory=3630108 CPUtime=134.72 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 500335 0 0 0 13311 161 0 0 20 0 2 0 29728347 4173373440 907527 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 1018890 907527 3328 6655 0 996066 0
[pid=14326/tid=14328] ppid=14323 vsize=4075560 memory=3591380 CPUtime=73.22 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 70301 0 0 0 7289 33 0 0 20 0 2 0 29729516 4173373440 907527 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 134.72 s
Current children cumulated vsize: 4075560 KiB
Current children cumulated memory: 3630108 KiB

[startup+162.3 s]
/proc/loadavg: 5.85 5.33 5.26 7/255 14335
/proc/meminfo: memFree=124686752/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3787956 memory=3439464 CPUtime=253.84 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 604508 0 0 0 25199 185 0 0 20 0 2 0 29728347 3878866944 859866 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 946989 859866 3328 6655 0 924165 0
[pid=14326/tid=14328] ppid=14323 vsize=3787956 memory=3438696 CPUtime=133.02 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 108312 0 0 0 13259 43 0 0 20 0 2 0 29729516 3878866944 859866 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 253.84 s
Current children cumulated vsize: 3787956 KiB
Current children cumulated memory: 3439464 KiB

[startup+222.3 s]
/proc/loadavg: 6.35 5.55 5.34 8/255 14383
/proc/meminfo: memFree=122712248/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=4628132 memory=4259656 CPUtime=372.97 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 745868 0 0 0 37032 265 0 0 20 0 2 0 29728347 4739207168 1064914 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 1157033 1064914 3392 6655 0 1134209 0
[pid=14326/tid=14328] ppid=14323 vsize=4628132 memory=3640364 CPUtime=192.83 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 146821 0 0 0 19230 53 0 0 20 0 2 0 29729516 4739207168 1064914 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 372.97 s
Current children cumulated vsize: 4628132 KiB
Current children cumulated memory: 4259656 KiB

[startup+282.3 s]
/proc/loadavg: 6.83 5.83 5.45 8/255 14385
/proc/meminfo: memFree=123120888/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=4018944 memory=3831632 CPUtime=492.12 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 810376 0 0 0 48922 290 0 0 20 0 2 0 29728347 4115398656 957908 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 1004736 957908 3392 6655 0 981912 0
[pid=14326/tid=14328] ppid=14323 vsize=4018944 memory=4207040 CPUtime=252.64 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 164892 0 0 0 25200 64 0 0 20 0 2 0 29729516 4115398656 957908 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 492.12 s
Current children cumulated vsize: 4018944 KiB
Current children cumulated memory: 3831632 KiB

[startup+342.3 s]
/proc/loadavg: 7.00 6.06 5.56 8/255 14387
/proc/meminfo: memFree=122620112/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3987520 memory=3779792 CPUtime=611.33 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 903719 0 0 0 60822 311 0 0 20 0 2 0 29728347 4083220480 944948 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 996880 944948 3392 6655 0 974056 0
[pid=14326/tid=14328] ppid=14323 vsize=3987520 memory=4207040 CPUtime=312.48 cores=5,7
/proc/14326/task/14328/stat : 14328 (LSIPExact) R 14323 14326 11133 0 -1 4194368 209806 0 0 0 31173 75 0 0 20 0 2 0 29729516 4083220480 944948 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
Current children cumulated CPU time: 611.33 s
Current children cumulated vsize: 3987520 KiB
Current children cumulated memory: 3779792 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=124692272/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2930892 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 732723 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 732723 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1411852 memory=1293564 CPUtime=1111.51 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 147226 0 0 0 111056 95 0 0 20 0 1 0 29837022 1445736448 323391 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 352963 323391 1088 1011 0 351730 0
Current children cumulated CPU time: 3200.4 s
Current children cumulated vsize: 4415332 KiB
Current children cumulated memory: 4224456 KiB

[startup+2262.3 s]
/proc/loadavg: 5.05 4.96 5.58 6/253 14629
/proc/meminfo: memFree=124595756/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1414892 memory=1296652 CPUtime=1171.31 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 148677 0 0 0 117034 97 0 0 20 0 1 0 29837022 1448849408 324163 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 353723 324163 1088 1011 0 352490 0
Current children cumulated CPU time: 3260.2 s
Current children cumulated vsize: 4418372 KiB
Current children cumulated memory: 4229592 KiB

[startup+2322.3 s]
/proc/loadavg: 5.06 4.98 5.54 6/253 14631
/proc/meminfo: memFree=124546284/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1415716 memory=1297428 CPUtime=1231.11 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 149585 0 0 0 123011 100 0 0 20 0 1 0 29837022 1449693184 324357 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 353929 324357 1088 1011 0 352696 0
Current children cumulated CPU time: 3320 s
Current children cumulated vsize: 4419196 KiB
Current children cumulated memory: 4230368 KiB

[startup+2382.3 s]
/proc/loadavg: 5.12 5.02 5.52 6/253 14633
/proc/meminfo: memFree=124522360/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1426072 memory=1309912 CPUtime=1290.91 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 151303 0 0 0 128989 102 0 0 20 0 1 0 29837022 1460297728 327478 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 356518 327478 1088 1011 0 355285 0
Current children cumulated CPU time: 3379.8 s
Current children cumulated vsize: 4429552 KiB
Current children cumulated memory: 4242852 KiB

[startup+2442.3 s]
/proc/loadavg: 5.10 5.03 5.49 6/253 14635
/proc/meminfo: memFree=124526008/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1428248 memory=1316192 CPUtime=1350.7 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 152518 0 0 0 134967 103 0 0 20 0 1 0 29837022 1462525952 329048 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 357062 329048 1088 1011 0 355829 0
Current children cumulated CPU time: 3439.59 s
Current children cumulated vsize: 4431728 KiB
Current children cumulated memory: 4249132 KiB

[startup+2502.3 s]
/proc/loadavg: 5.15 5.05 5.46 6/254 14642
/proc/meminfo: memFree=124475416/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1428248 memory=1316196 CPUtime=1410.51 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 153714 0 0 0 140946 105 0 0 20 0 1 0 29837022 1462525952 329049 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 357062 329049 1088 1011 0 355829 0
Current children cumulated CPU time: 3499.4 s
Current children cumulated vsize: 4431728 KiB
Current children cumulated memory: 4249136 KiB

[startup+2562.3 s]
/proc/loadavg: 5.15 5.07 5.44 6/254 14644
/proc/meminfo: memFree=124437220/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1430288 memory=1320300 CPUtime=1470.31 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 155418 0 0 0 146924 107 0 0 20 0 1 0 29837022 1464614912 330075 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 357572 330075 1088 1011 0 356339 0
Current children cumulated CPU time: 3559.2 s
Current children cumulated vsize: 4433768 KiB
Current children cumulated memory: 4253240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2603.3 s]
/proc/loadavg: 5.14 5.08 5.43 6/254 14645
/proc/meminfo: memFree=124428440/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=3003480 memory=2932940 CPUtime=2088.89 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) S 14323 14326 11133 0 -1 4194304 1424906 0 0 0 208382 507 0 0 20 0 1 0 29728347 3075563520 733235 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 750870 733235 3424 6655 0 733351 0
[pid=14526] ppid=14326 vsize=1431256 memory=1322176 CPUtime=1511.18 cores=5,7
/proc/14526/stat : 14526 (Exact) R 14326 14526 14526 0 -1 4194304 156280 0 0 0 151010 108 0 0 20 0 1 0 29837022 1465606144 330544 18446744073709551615 4198400 8335837 140724598952928 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31592448 140724598958267 140724598958621 140724598958621 140724598964175 0
/proc/14526/statm: 357814 330544 1088 1011 0 356581 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4434736 KiB
Current children cumulated memory: 4255116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.06 s, system=6.43952 s

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

[startup+2604 s]*
/proc/loadavg: 5.14 5.08 5.43 6/253 14646
/proc/meminfo: memFree=125780064/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=2980320 memory=2909828 CPUtime=3600.68 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 1481298 156417 0 0 208433 514 151012 109 20 0 1 0 29728347 3051847680 727457 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 745080 727457 3424 6655 0 727561 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 2980320 KiB
Current children cumulated memory: 2909828 KiB

[startup+2604.4 s]
/proc/loadavg: 5.14 5.08 5.43 6/253 14646
/proc/meminfo: memFree=125780064/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=2980320 memory=2909828 CPUtime=3601.07 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 1505806 156417 0 0 208468 518 151012 109 20 0 1 0 29728347 3051847680 727457 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 745080 727457 3424 6655 0 727561 0
Current children cumulated CPU time: 3601.07 s
Current children cumulated vsize: 2980320 KiB
Current children cumulated memory: 2909828 KiB

[startup+2604.6 s]
/proc/loadavg: 5.14 5.08 5.43 6/253 14646
/proc/meminfo: memFree=125780064/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=2980320 memory=2909828 CPUtime=3601.27 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 1539585 156417 0 0 208484 522 151012 109 20 0 1 0 29728347 3051847680 727457 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 745080 727457 3424 6655 0 727561 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 2980320 KiB
Current children cumulated memory: 2909828 KiB

[startup+2604.7 s]
/proc/loadavg: 5.14 5.08 5.43 6/253 14646
/proc/meminfo: memFree=125780064/131382112 swapFree=33010684/33010684
[pid=14326] ppid=14323 vsize=2980320 memory=2909828 CPUtime=3601.38 cores=5,7
/proc/14326/stat : 14326 (LSIPExact) R 14323 14326 11133 0 -1 4194304 1564427 156417 0 0 208492 525 151012 109 20 0 1 0 29728347 3051847680 727457 18446744073709551615 93990789779456 93990817035857 140728190828032 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93990825538696 93990825970304 93990847754240 140728190830938 140728190831114 140728190831114 140728190836716 0
/proc/14326/statm: 745080 727457 3424 6655 0 727561 0
Current children cumulated CPU time: 3601.38 s
Current children cumulated vsize: 2980320 KiB
Current children cumulated memory: 2909828 KiB

Child status: 0

Real time (s): 2604.81
CPU time (s): 3601.5
CPU user time (s): 3595.06
CPU system time (s): 6.43952
CPU usage (%): 138.264
Max. virtual memory (cumulated for all children) (KiB): 4750892
Max. memory (cumulated for all children) (KiB): 4500120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.06
system time used= 6.43952
maximum resident set size= 4500120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1727355
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= 483
involuntary context switches= 32771


# summary of solver processes directly reported to runsolver:
#   pid: 14326
#   total CPU time (s): 3601.5
#   total CPU user time (s): 3595.06
#   total CPU system time (s): 6.43952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5284 second user time and 22.1166 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 21:54:54
IDJOB=4503664
IDBENCH=155532
IDSOLVER=3337
FILE ID=nodeC001/4503664-1751140494
RUNJOBID= nodeC001-1751133631-11151
SLURM_JOB_ID= 9587401
Free space on /tmp= 432872 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503664-1751140494/watcher-4503664-1751140494 -o /tmp/evaluation-result-4503664-1751140494/solver-4503664-1751140494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11151 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503664-1751140494.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=2059004868

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.509
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3637.950
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.426
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.475
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1795.972
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.506
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.169
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128181800 kB
MemAvailable:   127957224 kB
Buffers:            3280 kB
Cached:           587584 kB
SwapCached:            0 kB
Active:          2242344 kB
Inactive:         389684 kB
Active(anon):    2059124 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   389684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88764 kB
Writeback:             4 kB
AnonPages:       2042260 kB
Mapped:           147360 kB
Shmem:             17960 kB
KReclaimable:      83912 kB
Slab:             162356 kB
SReclaimable:      83912 kB
SUnreclaim:        78444 kB
KernelStack:        4096 kB
PageTables:         7196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2508736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1536000 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC001 at 2025-06-28 22:38:20