Trace number 4503304

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.52 2548.53

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
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 benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
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

2141.16/1084.86	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2141.16/1084.86	c numVar: 12587
2141.16/1084.86	c numCon: 283937
2141.16/1084.86	c numEqual: 461
2141.16/1084.86	c intSize: 9
2141.16/1084.86	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2141.16/1084.86	c ------------------- Paras list -------------------
2141.16/1084.86	c Name                	 Type      	 Now       	 Default   	 Comment
2141.16/1084.86	c timeout             	 double    	 3600.000000	 3600      	 
2141.16/1084.86	c mip_time            	 double    	 0.300000  	 0.5       	 
2141.16/1084.86	c ls_time             	 double    	 10.000000 	 10        	 
2141.16/1084.86	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2141.16/1084.86	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2141.16/1084.86	c random_seed         	 int       	 0         	 0         	 
2141.16/1084.86	c sample_size         	 int       	 50        	 50        	 
2141.16/1084.86	c sub_score           	 int       	 1         	 1         	 
2141.16/1084.86	c tabu_base           	 int       	 3         	 3         	 
2141.16/1084.86	c tabu_variation      	 int       	 1         	 1         	 
2141.16/1084.86	c sub_div             	 int       	 4         	 4         	 
2141.16/1084.86	c nbcore              	 int       	 2         	 1         	 
2141.16/1084.86	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2141.16/1084.86	c print_sol           	 int       	 1         	 1         	 
2141.16/1084.86	c tmpdir              	 string		 .         	 "."       	 
2141.16/1084.86	c home                	 string		 HOME	 "."       	 
2141.16/1084.86	c benchname           	 string		 HOME/instance-4503304-1751138119.opb	 ""        	 
2141.16/1084.86	c --------------------------------------------------
2141.16/1084.86	c Local Search solver
2141.16/1084.86	c MIP solver
2141.16/1084.86	c use Exact solver
3600.08/2548.01	c receive signal 15, try to interrupt solver...
2141.24/2548.12	c Exact solver (PID 14174) interrupted gracefully.
3600.47/2548.50	s UNKNOWN
3600.47/2548.50	c Total time: 2549

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14122, runsolver pid=14119

[startup+0.100068 s]*
/proc/loadavg: 7.00 7.23 7.12 7/255 14123
/proc/meminfo: memFree=128952500/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=118912 memory=75884 CPUtime=0.09 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 14445 0 0 0 5 4 0 0 20 0 1 0 29490822 121765888 18971 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 29728 18971 1120 6655 0 19963 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 118912 KiB
Current children cumulated memory: 75884 KiB

[startup+0.213353 s]*
/proc/loadavg: 7.00 7.23 7.12 7/255 14123
/proc/meminfo: memFree=128952500/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=118912 memory=75884 CPUtime=0.2 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 14468 0 0 0 16 4 0 0 20 0 1 0 29490822 121765888 18971 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 29728 18971 1120 6655 0 19963 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 118912 KiB
Current children cumulated memory: 75884 KiB

[startup+0.313195 s]*
/proc/loadavg: 7.00 7.23 7.12 7/255 14123
/proc/meminfo: memFree=128928560/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=145324 memory=110408 CPUtime=0.31 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 21551 0 0 0 24 7 0 0 20 0 1 0 29490822 148811776 27602 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 36331 27602 1120 6655 0 26566 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 145324 KiB
Current children cumulated memory: 110408 KiB

[startup+0.700267 s]
/proc/loadavg: 7.00 7.23 7.12 7/255 14123
/proc/meminfo: memFree=128872112/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=220868 memory=185544 CPUtime=0.68 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 40322 0 0 0 56 12 0 0 20 0 1 0 29490822 226168832 46354 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 55217 46354 1120 6655 0 45452 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 220868 KiB
Current children cumulated memory: 185544 KiB

[startup+1.50027 s]
/proc/loadavg: 6.92 7.21 7.12 7/255 14123
/proc/meminfo: memFree=128815664/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=240716 memory=205256 CPUtime=1.47 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 45284 0 0 0 134 13 0 0 20 0 1 0 29490822 246493184 51314 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 60179 51314 1120 6655 0 50414 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 240716 KiB
Current children cumulated memory: 205256 KiB

[startup+3.11312 s]
/proc/loadavg: 6.92 7.21 7.12 7/255 14123
/proc/meminfo: memFree=128815744/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=240716 memory=205256 CPUtime=3.08 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 45294 0 0 0 295 13 0 0 20 0 1 0 29490822 246493184 51314 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 60179 51314 1120 6655 0 50414 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 240716 KiB
Current children cumulated memory: 205256 KiB

[startup+6.30027 s]
/proc/loadavg: 6.85 7.19 7.11 7/255 14123
/proc/meminfo: memFree=128815676/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=240716 memory=205256 CPUtime=6.26 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 45304 0 0 0 613 13 0 0 20 0 1 0 29490822 246493184 51314 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 60179 51314 1120 6655 0 50414 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 240716 KiB
Current children cumulated memory: 205256 KiB

[startup+12.7003 s]
/proc/loadavg: 6.78 7.17 7.10 7/256 14124
/proc/meminfo: memFree=128600508/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=597404 memory=493080 CPUtime=12.64 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 93088 0 0 0 1242 22 0 0 20 0 2 0 29490822 611741696 123270 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 149351 123270 2880 6655 0 123234 0
[pid=14122/tid=14124] ppid=14119 vsize=597404 memory=6388 CPUtime=0 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) S 14119 14122 11133 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29491874 611741696 123270 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 597404 KiB
Current children cumulated memory: 493080 KiB

[startup+25.5002 s]
/proc/loadavg: 6.89 7.18 7.11 8/256 14124
/proc/meminfo: memFree=127999232/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1185028 memory=1100556 CPUtime=36.85 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 179490 0 0 0 3641 44 0 0 20 0 2 0 29490822 1213468672 275139 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 296257 275139 3360 6655 0 284841 0
[pid=14122/tid=14124] ppid=14119 vsize=1185028 memory=1114020 CPUtime=11.48 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 34389 0 0 0 1138 10 0 0 20 0 2 0 29491874 1213468672 275139 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 36.85 s
Current children cumulated vsize: 1185028 KiB
Current children cumulated memory: 1100556 KiB

[startup+51.1056 s]
/proc/loadavg: 6.99 7.18 7.11 8/255 14125
/proc/meminfo: memFree=128016820/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1185952 memory=1105400 CPUtime=87.72 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 230533 0 0 0 8723 49 0 0 20 0 2 0 29490822 1214414848 276350 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 296488 276350 3360 6655 0 285072 0
[pid=14122/tid=14124] ppid=14119 vsize=1185952 memory=1104504 CPUtime=36.83 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 44405 0 0 0 3671 12 0 0 20 0 2 0 29491874 1214414848 276350 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 87.72 s
Current children cumulated vsize: 1185952 KiB
Current children cumulated memory: 1105400 KiB

[startup+102.3 s]
/proc/loadavg: 7.07 7.17 7.10 8/255 14127
/proc/meminfo: memFree=127755012/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1453472 memory=1373532 CPUtime=189.42 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 328187 0 0 0 18876 66 0 0 20 0 2 0 29490822 1488355328 343383 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 363368 343383 3392 6655 0 351952 0
[pid=14122/tid=14124] ppid=14119 vsize=1453472 memory=17152 CPUtime=87.51 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 65234 0 0 0 8736 15 0 0 20 0 2 0 29491874 1488355328 343383 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 189.42 s
Current children cumulated vsize: 1453472 KiB
Current children cumulated memory: 1373532 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 7.15 7.10 8/255 14129
/proc/meminfo: memFree=127745508/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1453472 memory=1373532 CPUtime=308.67 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 362121 0 0 0 30798 69 0 0 20 0 2 0 29490822 1488355328 343383 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 363368 343383 3392 6655 0 351952 0
[pid=14122/tid=14124] ppid=14119 vsize=1453472 memory=1373532 CPUtime=146.94 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 73739 0 0 0 14677 17 0 0 20 0 2 0 29491874 1488355328 343383 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 308.67 s
Current children cumulated vsize: 1453472 KiB
Current children cumulated memory: 1373532 KiB

[startup+222.3 s]
/proc/loadavg: 6.68 7.04 7.06 7/254 14132
/proc/meminfo: memFree=127695308/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1453472 memory=1381852 CPUtime=427.85 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 432277 0 0 0 42709 76 0 0 20 0 2 0 29490822 1488355328 345463 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 363368 345463 3392 6655 0 351952 0
[pid=14122/tid=14124] ppid=14119 vsize=1453472 memory=14720 CPUtime=206.34 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 82347 0 0 0 20616 18 0 0 20 0 2 0 29491874 1488355328 345463 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 427.85 s
Current children cumulated vsize: 1453472 KiB
Current children cumulated memory: 1381852 KiB

[startup+282.3 s]
/proc/loadavg: 6.36 6.88 7.00 7/253 14134
/proc/meminfo: memFree=127691504/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1453472 memory=1381852 CPUtime=547.13 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 440001 0 0 0 54636 77 0 0 20 0 2 0 29490822 1488355328 345463 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 363368 345463 3392 6655 0 351952 0
[pid=14122/tid=14124] ppid=14119 vsize=1453472 memory=1381852 CPUtime=265.78 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 90068 0 0 0 26559 19 0 0 20 0 2 0 29491874 1488355328 345463 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 547.13 s
Current children cumulated vsize: 1453472 KiB
Current children cumulated memory: 1381852 KiB

[startup+342.3 s]
/proc/loadavg: 6.18 6.73 6.94 7/254 14137
/proc/meminfo: memFree=127744540/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1453472 memory=1384028 CPUtime=666.38 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 497156 0 0 0 66557 81 0 0 20 0 2 0 29490822 1488355328 346007 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 363368 346007 3392 6655 0 351952 0
[pid=14122/tid=14124] ppid=14119 vsize=1453472 memory=1381852 CPUtime=325.21 cores=0,2
/proc/14122/task/14124/stat : 14124 (LSIPExact) R 14119 14122 11133 0 -1 4194368 100501 0 0 0 32501 20 0 0 20 0 2 0 29491874 1488355328 346007 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
Current children cumulated CPU time: 666.38 s
Current children cumulated vsize: 1453472 KiB
Current children cumulated memory: 1384028 KiB


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

/proc/14174/statm: 126978 123662 1088 1011 0 125745 0
Current children cumulated CPU time: 3075.82 s
Current children cumulated vsize: 1581332 KiB
Current children cumulated memory: 1532092 KiB

[startup+2082.3 s]
/proc/loadavg: 5.14 4.95 5.22 6/254 14267
/proc/meminfo: memFree=126988692/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=582964 memory=501752 CPUtime=994.41 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 55196 0 0 0 99414 27 0 0 20 0 1 0 29599308 596955136 125438 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 145741 125438 1088 1011 0 144508 0
Current children cumulated CPU time: 3135.65 s
Current children cumulated vsize: 1656384 KiB
Current children cumulated memory: 1539196 KiB

[startup+2142.3 s]
/proc/loadavg: 5.11 4.97 5.21 6/253 14269
/proc/meminfo: memFree=126960804/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=586228 memory=507028 CPUtime=1054.25 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 56158 0 0 0 105398 27 0 0 20 0 1 0 29599308 600297472 126757 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 146557 126757 1088 1011 0 145324 0
Current children cumulated CPU time: 3195.49 s
Current children cumulated vsize: 1659648 KiB
Current children cumulated memory: 1544472 KiB

[startup+2202.3 s]
/proc/loadavg: 5.08 4.99 5.19 6/253 14271
/proc/meminfo: memFree=126952804/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=586772 memory=511700 CPUtime=1114.08 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 56297 0 0 0 111381 27 0 0 20 0 1 0 29599308 600854528 127925 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 146693 127925 1088 1011 0 145460 0
Current children cumulated CPU time: 3255.32 s
Current children cumulated vsize: 1660192 KiB
Current children cumulated memory: 1549144 KiB

[startup+2262.3 s]
/proc/loadavg: 5.06 5.01 5.18 6/253 14273
/proc/meminfo: memFree=126911840/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=590128 memory=517068 CPUtime=1173.93 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 57269 0 0 0 117365 28 0 0 20 0 1 0 29599308 604291072 129267 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 147532 129267 1088 1011 0 146299 0
Current children cumulated CPU time: 3315.17 s
Current children cumulated vsize: 1663548 KiB
Current children cumulated memory: 1554512 KiB

[startup+2322.3 s]
/proc/loadavg: 5.07 5.02 5.18 6/253 14275
/proc/meminfo: memFree=126927704/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=591788 memory=518732 CPUtime=1233.76 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 57701 0 0 0 123348 28 0 0 20 0 1 0 29599308 605990912 129683 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 147947 129683 1088 1011 0 146714 0
Current children cumulated CPU time: 3375 s
Current children cumulated vsize: 1665208 KiB
Current children cumulated memory: 1556176 KiB

[startup+2382.3 s]
/proc/loadavg: 5.14 5.04 5.18 6/253 14327
/proc/meminfo: memFree=127480108/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=594092 memory=525196 CPUtime=1293.58 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 58345 0 0 0 129330 28 0 0 20 0 1 0 29599308 608350208 131299 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 148523 131299 1088 1011 0 147290 0
Current children cumulated CPU time: 3434.82 s
Current children cumulated vsize: 1667512 KiB
Current children cumulated memory: 1562640 KiB

[startup+2442.3 s]
/proc/loadavg: 5.21 5.08 5.18 6/254 14330
/proc/meminfo: memFree=125357024/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037444 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259361 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259361 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=595684 memory=526732 CPUtime=1353.41 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 58824 0 0 0 135313 28 0 0 20 0 1 0 29599308 609980416 131683 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 148921 131683 1088 1011 0 147688 0
Current children cumulated CPU time: 3494.65 s
Current children cumulated vsize: 1669104 KiB
Current children cumulated memory: 1564176 KiB

[startup+2502.3 s]
/proc/loadavg: 5.64 5.22 5.22 7/255 14335
/proc/meminfo: memFree=124531148/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037828 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259457 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259457 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=597164 memory=528268 CPUtime=1413.24 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 59322 0 0 0 141292 32 0 0 20 0 1 0 29599308 611495936 132067 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 149291 132067 1088 1011 0 148058 0
Current children cumulated CPU time: 3554.48 s
Current children cumulated vsize: 1670584 KiB
Current children cumulated memory: 1566096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2548 s]*
/proc/loadavg: 5.87 5.35 5.27 7/255 14335
/proc/meminfo: memFree=124673120/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037828 CPUtime=2141.24 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) S 14119 14122 11133 0 -1 4194304 954453 0 0 0 213997 127 0 0 20 0 1 0 29490822 1099182080 259457 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259457 3424 6655 0 258525 0
[pid=14174] ppid=14122 vsize=620692 memory=551796 CPUtime=1458.84 cores=0,2
/proc/14174/stat : 14174 (Exact) R 14122 14174 14174 0 -1 4194304 60211 0 0 0 145849 35 0 0 20 0 1 0 29599308 635588608 137949 18446744073709551615 4198400 8335837 140725065253968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44388352 140725065263291 140725065263645 140725065263645 140725065269199 0
/proc/14174/statm: 155173 137949 1088 1011 0 153940 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1694112 KiB
Current children cumulated memory: 1589624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.72562 s

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

[startup+2548.4 s]
/proc/loadavg: 5.87 5.35 5.27 7/255 14335
/proc/meminfo: memFree=124673120/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1073420 memory=1037828 CPUtime=3600.37 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 977444 60351 0 0 214020 131 145850 36 20 0 1 0 29490822 1099182080 259457 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 268355 259457 3424 6655 0 258525 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 1073420 KiB
Current children cumulated memory: 1037828 KiB

[startup+2548.5 s]
/proc/loadavg: 5.87 5.35 5.27 7/255 14335
/proc/meminfo: memFree=124673120/131382112 swapFree=33010684/33010684
[pid=14122] ppid=14119 vsize=1055672 memory=1020084 CPUtime=3600.47 cores=0,2
/proc/14122/stat : 14122 (LSIPExact) R 14119 14122 11133 0 -1 4194304 989731 60351 0 0 214028 133 145850 36 20 0 1 0 29490822 1081008128 255021 18446744073709551615 93932792774656 93932820031057 140736674935168 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93932828533896 93932828965504 93932846391296 140736674941274 140736674941450 140736674941450 140736674947052 0
/proc/14122/statm: 263918 255021 3424 6655 0 254088 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 1055672 KiB
Current children cumulated memory: 1020084 KiB

Child status: 0

Real time (s): 2548.53
CPU time (s): 3600.52
CPU user time (s): 3598.79
CPU system time (s): 1.72562
CPU usage (%): 141.278
Max. virtual memory (cumulated for all children) (KiB): 1744472
Max. memory (cumulated for all children) (KiB): 1589624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.72562
maximum resident set size= 1437312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1050088
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= 450
involuntary context switches= 23457


# summary of solver processes directly reported to runsolver:
#   pid: 14122
#   total CPU time (s): 3600.52
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.72562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.53628 second user time and 20.051 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 21:15:19
IDJOB=4503304
IDBENCH=155421
IDSOLVER=3337
FILE ID=nodeC001/4503304-1751138119
RUNJOBID= nodeC001-1751133631-11148
SLURM_JOB_ID= 9587401
Free space on /tmp= 432908 MiB

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

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=1662530170

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		: 1396.702
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		: 3491.747
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.483
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.513
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		: 3591.634
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.502
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		: 3491.949
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:        129008632 kB
MemAvailable:   128745300 kB
Buffers:            3280 kB
Cached:           548908 kB
SwapCached:            0 kB
Active:          1502848 kB
Inactive:         351008 kB
Active(anon):    1319628 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   351008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56556 kB
Writeback:             0 kB
AnonPages:       1304812 kB
Mapped:           143508 kB
Shmem:             17960 kB
KReclaimable:      83748 kB
Slab:             162080 kB
SReclaimable:      83748 kB
SUnreclaim:        78332 kB
KernelStack:        4112 kB
PageTables:         5692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1699452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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= 432828 MiB
End job on nodeC001 at 2025-06-28 21:57:48