Trace number 4527116

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 S1? (MO) 1085.01 830.362

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
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 benchmark13.8301
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

985.34/730.49	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
985.34/730.49	c numVar: 2766336
985.34/730.49	c numCon: 11830
985.34/730.49	c numEqual: 0
985.34/730.49	c intSize: 23
985.34/730.49	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
985.34/730.49	c ------------------- Paras list -------------------
985.34/730.49	c Name                	 Type      	 Now       	 Default   	 Comment
985.34/730.49	c timeout             	 double    	 3600.000000	 3600      	 
985.34/730.49	c mip_time            	 double    	 0.200000  	 0.5       	 
985.34/730.49	c ls_time             	 double    	 10.000000 	 10        	 
985.34/730.49	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
985.34/730.49	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
985.34/730.49	c random_seed         	 int       	 0         	 0         	 
985.34/730.49	c sample_size         	 int       	 50        	 50        	 
985.34/730.49	c sub_score           	 int       	 1         	 1         	 
985.34/730.49	c tabu_base           	 int       	 3         	 3         	 
985.34/730.49	c tabu_variation      	 int       	 1         	 1         	 
985.34/730.49	c sub_div             	 int       	 4         	 4         	 
985.34/730.49	c nbcore              	 int       	 2         	 1         	 
985.34/730.49	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
985.34/730.49	c print_sol           	 int       	 1         	 1         	 
985.34/730.49	c tmpdir              	 string		 .         	 "."       	 
985.34/730.49	c home                	 string		 HOME	 "."       	 
985.34/730.49	c benchname           	 string		 HOME/instance-4527116-1752235164.opb	 ""        	 
985.34/730.49	c --------------------------------------------------
985.34/730.49	c Local Search solver
985.34/730.49	c MIP solver
985.34/730.49	c use Exact solver
1082.87/828.20	c receive signal 15, try to interrupt solver...
985.44/828.61	c Exact solver (PID 129868) interrupted gracefully.

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: 63708 MiB (52745 MiB free)
  memory of node 1: 64465 MiB (59927 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527116-1752235164/watcher-4527116-1752235164 -o /tmp/evaluation-result-4527116-1752235164/solver-4527116-1752235164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527116-1752235164.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=129627, runsolver pid=129624
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 7.71 7.94 7.64 9/268 129628
/proc/meminfo: memFree=115376900/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=108132 memory=40960 CPUtime=0.09 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 9260 0 0 0 8 1 0 0 20 0 1 0 139194129 110727168 10240 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 27033 10240 1152 6655 0 17268 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 108132 KiB
Current children cumulated memory: 40960 KiB

[startup+0.205847 s]*
/proc/loadavg: 7.71 7.94 7.64 8/268 129628
/proc/meminfo: memFree=115376900/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=170064 memory=76800 CPUtime=0.2 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 18204 0 0 0 17 3 0 0 20 0 1 0 139194129 174145536 19200 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 42516 19200 1152 6655 0 32751 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 170064 KiB
Current children cumulated memory: 76800 KiB

[startup+0.305756 s]*
/proc/loadavg: 7.71 7.94 7.64 8/268 129628
/proc/meminfo: memFree=115352960/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=223748 memory=111616 CPUtime=0.29 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 26923 0 0 0 24 5 0 0 20 0 1 0 139194129 229117952 27904 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 55937 27904 1152 6655 0 46172 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 223748 KiB
Current children cumulated memory: 111616 KiB

[startup+0.70018 s]
/proc/loadavg: 7.71 7.94 7.64 8/268 129628
/proc/meminfo: memFree=115264256/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=789684 memory=685868 CPUtime=0.69 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 60584 0 0 0 49 20 0 0 20 0 1 0 139194129 808636416 171467 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 197421 171467 1184 6655 0 187656 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 789684 KiB
Current children cumulated memory: 685868 KiB

[startup+1.50017 s]
/proc/loadavg: 7.71 7.94 7.64 8/268 129628
/proc/meminfo: memFree=114481232/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=1408128 memory=1304236 CPUtime=1.48 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 215184 0 0 0 108 40 0 0 20 0 1 0 139194129 1441923072 326059 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 352032 326059 1184 6655 0 342267 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1408128 KiB
Current children cumulated memory: 1304236 KiB

[startup+3.10555 s]
/proc/loadavg: 7.73 7.94 7.64 8/268 129628
/proc/meminfo: memFree=113712116/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=1896060 memory=1792244 CPUtime=3.08 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 325043 0 0 0 247 61 0 0 20 0 1 0 139194129 1941565440 448061 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 474015 448061 1184 6655 0 464250 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1896060 KiB
Current children cumulated memory: 1792244 KiB

[startup+6.30017 s]
/proc/loadavg: 7.73 7.94 7.64 8/268 129628
/proc/meminfo: memFree=113243620/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=2333932 memory=2230004 CPUtime=6.27 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 434717 0 0 0 549 78 0 0 20 0 1 0 139194129 2389946368 557501 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 583483 557501 1184 6655 0 573718 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2333932 KiB
Current children cumulated memory: 2230004 KiB

[startup+12.7002 s]
/proc/loadavg: 7.75 7.94 7.64 8/268 129628
/proc/meminfo: memFree=112172860/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=3408708 memory=3283912 CPUtime=12.64 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 568398 0 0 0 1151 113 0 0 20 0 1 0 139194129 3490516992 820978 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 852177 820978 2208 6655 0 842412 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3408708 KiB
Current children cumulated memory: 3283912 KiB

[startup+25.5002 s]
/proc/loadavg: 7.58 7.90 7.63 8/269 129629
/proc/meminfo: memFree=111307864/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=4509312 memory=4099072 CPUtime=25.41 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 600183 0 0 0 2399 142 0 0 20 0 2 0 139194129 4617535488 1024768 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1127328 1024768 2752 6655 0 1101211 0
[pid=129627/tid=129629] ppid=129624 vsize=4509312 memory=4099072 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 4617535488 1024768 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4509312 KiB
Current children cumulated memory: 4099072 KiB

[startup+51.1057 s]
/proc/loadavg: 7.46 7.84 7.62 8/269 129630
/proc/meminfo: memFree=111343084/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=4509312 memory=4099072 CPUtime=50.96 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 613607 0 0 0 4952 144 0 0 20 0 2 0 139194129 4617535488 1024768 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1127328 1024768 2752 6655 0 1101211 0
[pid=129627/tid=129629] ppid=129624 vsize=4509312 memory=4099072 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 4617535488 1024768 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 4509312 KiB
Current children cumulated memory: 4099072 KiB

[startup+102.3 s]
/proc/loadavg: 7.20 7.71 7.58 8/269 129642
/proc/meminfo: memFree=109384688/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=7112900 memory=6053124 CPUtime=102.02 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 714953 0 0 0 9988 214 0 0 20 0 2 0 139194129 7283609600 1513281 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1778225 1513281 2912 6655 0 1752108 0
[pid=129627/tid=129629] ppid=129624 vsize=7112900 memory=14432 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 7283609600 1513281 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 7112900 KiB
Current children cumulated memory: 6053124 KiB

[startup+162.3 s]
/proc/loadavg: 7.18 7.61 7.56 8/270 129652
/proc/meminfo: memFree=109682284/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=6655940 memory=5748952 CPUtime=161.88 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 777770 0 0 0 15943 245 0 0 20 0 2 0 139194129 6815682560 1437238 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1663985 1437238 2912 6655 0 1637868 0
[pid=129627/tid=129629] ppid=129624 vsize=6655940 memory=14432 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 6815682560 1437238 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 6655940 KiB
Current children cumulated memory: 5748952 KiB

[startup+222.3 s]
/proc/loadavg: 7.18 7.53 7.53 8/270 129654
/proc/meminfo: memFree=109095972/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=7457716 memory=6324768 CPUtime=221.72 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 815344 0 0 0 21900 272 0 0 20 0 2 0 139194129 7636701184 1581192 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1864429 1581192 2944 6655 0 1838312 0
[pid=129627/tid=129629] ppid=129624 vsize=7457716 memory=5834784 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 7636701184 1581192 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 7457716 KiB
Current children cumulated memory: 6324768 KiB

[startup+282.3 s]
/proc/loadavg: 7.06 7.43 7.50 7/270 129656
/proc/meminfo: memFree=109025020/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=7478728 memory=6345888 CPUtime=281.56 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 824398 0 0 0 27883 273 0 0 20 0 2 0 139194129 7658217472 1586472 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1869682 1586472 2944 6655 0 1843565 0
[pid=129627/tid=129629] ppid=129624 vsize=7478728 memory=6336416 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 7658217472 1586472 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 7478728 KiB
Current children cumulated memory: 6345888 KiB

[startup+342.3 s]
/proc/loadavg: 6.99 7.33 7.45 8/269 129658
/proc/meminfo: memFree=109008988/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=7493664 memory=6360992 CPUtime=341.41 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 834867 0 0 0 33866 275 0 0 20 0 2 0 139194129 7673511936 1590248 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 1873416 1590248 2944 6655 0 1847299 0
[pid=129627/tid=129629] ppid=129624 vsize=7493664 memory=6336416 CPUtime=0 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139195492 7673511936 1590248 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 7493664 KiB
Current children cumulated memory: 6360992 KiB

[startup+402.3 s]
/proc/loadavg: 7.32 7.35 7.45 8/269 129660
/proc/meminfo: memFree=106652768/131250000 swapFree=33010160/33010684

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


[startup+462.3 s]
/proc/loadavg: 7.17 7.30 7.43 8/268 129662
/proc/meminfo: memFree=106597656/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=10739600 memory=8785268 CPUtime=477.82 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1164975 0 0 0 47372 410 0 0 20 0 2 0 139194129 10997350400 2196317 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 2684900 2196317 3392 6655 0 2628410 0
[pid=129627/tid=129629] ppid=129624 vsize=10739600 memory=14432 CPUtime=16.93 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) S 129624 129627 128431 0 -1 4194368 103209 0 0 0 1648 45 0 0 20 0 2 0 139195492 10997350400 2196317 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 477.82 s
Current children cumulated vsize: 10739600 KiB
Current children cumulated memory: 8785268 KiB

[startup+522.3 s]
/proc/loadavg: 7.55 7.37 7.45 9/268 129665
/proc/meminfo: memFree=103594120/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=14086580 memory=11735300 CPUtime=572.78 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1434799 0 0 0 56778 500 0 0 20 0 2 0 139194129 14424657920 2933825 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3521645 2933825 3456 6655 0 3465155 0
[pid=129627/tid=129629] ppid=129624 vsize=14086580 memory=11735300 CPUtime=52.1 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) R 129624 129627 128431 0 -1 4194368 142466 0 0 0 5155 55 0 0 20 0 2 0 139195492 14424657920 2933825 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 572.78 s
Current children cumulated vsize: 14086580 KiB
Current children cumulated memory: 11735300 KiB

[startup+582.3 s]
/proc/loadavg: 7.89 7.50 7.49 9/267 129667
/proc/meminfo: memFree=103572748/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=14086580 memory=11748100 CPUtime=691.85 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1497775 0 0 0 68680 505 0 0 20 0 2 0 139194129 14424657920 2937025 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3521645 2937025 3456 6655 0 3465155 0
[pid=129627/tid=129629] ppid=129624 vsize=14086580 memory=14432 CPUtime=111.4 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) R 129624 129627 128431 0 -1 4194368 163154 0 0 0 11083 57 0 0 20 0 2 0 139195492 14424657920 2937025 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 691.85 s
Current children cumulated vsize: 14086580 KiB
Current children cumulated memory: 11748100 KiB

[startup+642.3 s]
/proc/loadavg: 8.08 7.63 7.53 9/267 129669
/proc/meminfo: memFree=103548716/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=14086580 memory=11779080 CPUtime=810.91 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1638007 0 0 0 80577 514 0 0 20 0 2 0 139194129 14424657920 2944770 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3521645 2944770 3456 6655 0 3465155 0
[pid=129627/tid=129629] ppid=129624 vsize=14086580 memory=6784 CPUtime=170.71 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) R 129624 129627 128431 0 -1 4194368 216057 0 0 0 17009 62 0 0 20 0 2 0 139195492 14424657920 2944770 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 810.91 s
Current children cumulated vsize: 14086580 KiB
Current children cumulated memory: 11779080 KiB

[startup+702.3 s]
/proc/loadavg: 8.14 7.73 7.58 7/262 129681
/proc/meminfo: memFree=104015124/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=14086580 memory=11820476 CPUtime=929.83 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1681657 0 0 0 92464 519 0 0 20 0 2 0 139194129 14424657920 2955119 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3521645 2955119 3456 6655 0 3465155 0
[pid=129627/tid=129629] ppid=129624 vsize=14086580 memory=11779080 CPUtime=229.92 cores=5,7
/proc/129627/task/129629/stat : 129629 (LSIPExact) R 129624 129627 128431 0 -1 4194368 233905 0 0 0 22927 65 0 0 20 0 2 0 139195492 14424657920 2955119 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
Current children cumulated CPU time: 929.83 s
Current children cumulated vsize: 14086580 KiB
Current children cumulated memory: 11820476 KiB

[startup+762.3 s]
/proc/loadavg: 7.32 7.55 7.52 8/269 129869
/proc/meminfo: memFree=98153748/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=12228964 memory=10194424 CPUtime=985.44 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) S 129624 129627 128431 0 -1 4194304 1846012 0 0 0 98015 529 0 0 20 0 1 0 139194129 12522459136 2548606 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3057241 2548606 3488 6655 0 3012313 0
[pid=129868] ppid=129627 vsize=7885240 memory=7124620 CPUtime=31.7 cores=5,7
/proc/129868/stat : 129868 (Exact) R 129627 129868 129868 0 -1 4194304 971324 0 0 0 2900 270 0 0 20 0 1 0 139267178 8074485760 1781155 18446744073709551615 4198400 8335837 140727000659136 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29630464 140727000664249 140727000664603 140727000664603 140727000670159 0
/proc/129868/statm: 1971310 1781155 960 1011 0 1970077 0
Current children cumulated CPU time: 1017.14 s
Current children cumulated vsize: 20114204 KiB
Current children cumulated memory: 17319044 KiB

[startup+822.3 s]
/proc/loadavg: 7.23 7.48 7.50 6/268 129873
/proc/meminfo: memFree=89301112/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=12228964 memory=10194424 CPUtime=985.44 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) S 129624 129627 128431 0 -1 4194304 1846012 0 0 0 98015 529 0 0 20 0 1 0 139194129 12522459136 2548606 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3057241 2548606 3488 6655 0 3012313 0
[pid=129868] ppid=129627 vsize=18330884 memory=16418224 CPUtime=91.54 cores=5,7
/proc/129868/stat : 129868 (Exact) R 129627 129868 129868 0 -1 4194304 2357664 0 0 0 8476 678 0 0 20 0 1 0 139267178 18770825216 4104556 18446744073709551615 4198400 8335837 140727000659136 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29630464 140727000664249 140727000664603 140727000664603 140727000670159 0
/proc/129868/statm: 4582721 4104556 960 1011 0 4581488 0
Current children cumulated CPU time: 1076.98 s
Current children cumulated vsize: 30559848 KiB
Current children cumulated memory: 26612648 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+828.2 s]
/proc/loadavg: 6.97 7.42 7.48 7/267 129918
/proc/meminfo: memFree=88662048/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=12228964 memory=10194424 CPUtime=985.44 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) S 129624 129627 128431 0 -1 4194304 1846012 0 0 0 98015 529 0 0 20 0 1 0 139194129 12522459136 2548606 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3057241 2548606 3488 6655 0 3012313 0
[pid=129868] ppid=129627 vsize=19515556 memory=17814280 CPUtime=97.43 cores=5,7
/proc/129868/stat : 129868 (Exact) R 129627 129868 129868 0 -1 4194304 2649435 0 0 0 9017 726 0 0 20 0 1 0 139267178 19983929344 4453570 18446744073709551615 4198400 8335837 140727000659136 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29630464 140727000664249 140727000664603 140727000664603 140727000670159 0
/proc/129868/statm: 4878889 4453570 960 1011 0 4877656 0
Current children cumulated CPU time: 1082.87 s
Current children cumulated vsize: 31744520 KiB
Current children cumulated memory: 28008704 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+830.362 s]
# the end of solver process 129627 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=1071.81 s, system=13.1949 s

Solver just ended.
Dumping a history of the last processes samples

[startup+828.8 s]
/proc/loadavg: 6.97 7.42 7.48 7/267 129918
/proc/meminfo: memFree=88662048/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=12185732 memory=10151192 CPUtime=1083.42 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 1920891 2649699 0 0 98030 531 9018 763 20 0 1 0 139194129 12478189568 2537798 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 3046433 2537798 3488 6655 0 3001505 0
Current children cumulated CPU time: 1083.42 s
Current children cumulated vsize: 12185732 KiB
Current children cumulated memory: 10151192 KiB

[startup+829.6 s]
/proc/loadavg: 6.97 7.42 7.48 7/266 129919
/proc/meminfo: memFree=105298280/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=11947988 memory=9913444 CPUtime=1084.22 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 2051483 2649699 0 0 98104 537 9018 763 20 0 1 0 139194129 12234739712 2478361 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 2986997 2478361 3488 6655 0 2942069 0
Current children cumulated CPU time: 1084.22 s
Current children cumulated vsize: 11947988 KiB
Current children cumulated memory: 9913444 KiB

[startup+830 s]*
/proc/loadavg: 6.97 7.42 7.48 7/266 129919
/proc/meminfo: memFree=105554104/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=11947988 memory=9913444 CPUtime=1084.63 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 2051485 2649699 0 0 98145 537 9018 763 20 0 1 0 139194129 12234739712 2478361 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 2986997 2478361 3488 6655 0 2942069 0
Current children cumulated CPU time: 1084.63 s
Current children cumulated vsize: 11947988 KiB
Current children cumulated memory: 9913444 KiB

[startup+830.2 s]
/proc/loadavg: 6.97 7.42 7.48 7/266 129919
/proc/meminfo: memFree=105554104/131250000 swapFree=33010160/33010684
[pid=129627] ppid=129624 vsize=11926372 memory=9891868 CPUtime=1084.82 cores=5,7
/proc/129627/stat : 129627 (LSIPExact) R 129624 129627 128431 0 -1 4194304 2090220 2649699 0 0 98162 539 9018 763 20 0 1 0 139194129 12212604928 2472967 18446744073709551615 94728234831872 94728262089041 140730391235520 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94728270591112 94728271022720 94728281825280 140730391243096 140730391243272 140730391243272 140730391248876 0
/proc/129627/statm: 2981593 2472967 3488 6655 0 2936665 0
Current children cumulated CPU time: 1084.82 s
Current children cumulated vsize: 11926372 KiB
Current children cumulated memory: 9891868 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 830.362
CPU time (s): 1085.01
CPU user time (s): 1071.81
CPU system time (s): 13.1949
CPU usage (%): 130.667
Max. virtual memory (cumulated for all children) (KiB): 31744520
Max. memory (cumulated for all children) (KiB): 28008704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1071.81
system time used= 13.1949
maximum resident set size= 17814536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4739966
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= 397
involuntary context switches= 14054


# summary of solver processes directly reported to runsolver:
#   pid: 129627
#   total CPU time (s): 1085.01
#   total CPU user time (s): 1071.81
#   total CPU system time (s): 13.1949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60718 second user time and 3.94199 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 13:59:26
IDJOB=4527116
IDBENCH=160490
IDSOLVER=3384
FILE ID=nodeC016/4527116-1752235164
RUNJOBID= nodeC016-1752232205-128451
SLURM_JOB_ID= 9682527
Free space on /tmp= 430364 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527116-1752235164/watcher-4527116-1752235164 -o /tmp/evaluation-result-4527116-1752235164/solver-4527116-1752235164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527116-1752235164.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=41668078

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.005
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.709
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.482
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.734
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.449
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.944
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.987
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.738
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115377188 kB
MemAvailable:   127784016 kB
Buffers:            2144 kB
Cached:         13119116 kB
SwapCached:           28 kB
Active:          2447392 kB
Inactive:       12434488 kB
Active(anon):    1776552 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12432376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            180132 kB
Writeback:             4 kB
AnonPages:       1763664 kB
Mapped:           142496 kB
Shmem:             18044 kB
KReclaimable:     285704 kB
Slab:             382720 kB
SReclaimable:     285704 kB
SUnreclaim:        97016 kB
KernelStack:        4320 kB
PageTables:         6580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2125292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430320 MiB
End job on nodeC016 at 2025-07-11 14:13:16