Trace number 4512084

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? (MO) 1821.71 1191.44

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM0020647681361a6ff6bc771888680f52
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 benchmark12.925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
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 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
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

1719.37/1088.81	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1719.37/1088.81	c numVar: 2723840
1719.37/1088.81	c numCon: 11664
1719.37/1088.81	c numEqual: 0
1719.37/1088.81	c intSize: 23
1719.37/1088.81	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1719.37/1088.81	c ------------------- Paras list -------------------
1719.37/1088.81	c Name                	 Type      	 Now       	 Default   	 Comment
1719.37/1088.81	c timeout             	 double    	 3600.000000	 3600      	 
1719.37/1088.81	c mip_time            	 double    	 0.300000  	 0.5       	 
1719.37/1088.81	c ls_time             	 double    	 10.000000 	 10        	 
1719.37/1088.81	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1719.37/1088.81	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1719.37/1088.81	c random_seed         	 int       	 0         	 0         	 
1719.37/1088.81	c sample_size         	 int       	 50        	 50        	 
1719.37/1088.81	c sub_score           	 int       	 1         	 1         	 
1719.37/1088.81	c tabu_base           	 int       	 3         	 3         	 
1719.37/1088.81	c tabu_variation      	 int       	 1         	 1         	 
1719.37/1088.81	c sub_div             	 int       	 4         	 4         	 
1719.37/1088.81	c nbcore              	 int       	 2         	 1         	 
1719.37/1088.81	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1719.37/1088.81	c print_sol           	 int       	 1         	 1         	 
1719.37/1088.81	c tmpdir              	 string		 .         	 "."       	 
1719.37/1088.81	c home                	 string		 HOME	 "."       	 
1719.37/1088.81	c benchname           	 string		 HOME/instance-4512084-1751187304.opb	 ""        	 
1719.37/1088.81	c --------------------------------------------------
1719.37/1088.81	c Local Search solver
1719.37/1088.81	c MIP solver
1719.37/1088.81	c use Exact solver
1819.59/1189.30	c receive signal 15, try to interrupt solver...
1719.39/1189.71	c Exact solver (PID 23653) 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: 63837 MiB (63017 MiB free)
  memory of node 1: 64465 MiB (60162 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512084-1751187304/watcher-4512084-1751187304 -o /tmp/evaluation-result-4512084-1751187304/solver-4512084-1751187304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512084-1751187304.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=23404, runsolver pid=23401

[startup+0.100074 s]*
/proc/loadavg: 6.44 6.76 7.02 7/256 23405
/proc/meminfo: memFree=126104000/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=110976 memory=42240 CPUtime=0.1 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 9576 0 0 0 8 2 0 0 20 0 1 0 34410021 113639424 10560 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 27744 10560 1152 6655 0 17979 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 110976 KiB
Current children cumulated memory: 42240 KiB

[startup+0.214231 s]*
/proc/loadavg: 6.44 6.76 7.02 7/256 23405
/proc/meminfo: memFree=126055616/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=177068 memory=79872 CPUtime=0.21 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 18962 0 0 0 17 4 0 0 20 0 1 0 34410021 181317632 19968 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 44267 19968 1152 6655 0 34502 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 177068 KiB
Current children cumulated memory: 79872 KiB

[startup+0.313904 s]*
/proc/loadavg: 6.44 6.76 7.02 7/256 23405
/proc/meminfo: memFree=126023360/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=227556 memory=114176 CPUtime=0.31 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 27546 0 0 0 25 6 0 0 20 0 1 0 34410021 233017344 28544 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 56889 28544 1152 6655 0 47124 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 227556 KiB
Current children cumulated memory: 114176 KiB

[startup+0.70034 s]
/proc/loadavg: 6.44 6.76 7.02 7/256 23405
/proc/meminfo: memFree=125942720/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=764084 memory=658936 CPUtime=0.68 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 55901 0 0 0 49 19 0 0 20 0 1 0 34410021 782422016 164702 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 191021 164734 1152 6655 0 181256 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 764084 KiB
Current children cumulated memory: 658936 KiB

[startup+1.50032 s]
/proc/loadavg: 6.44 6.76 7.02 7/256 23405
/proc/meminfo: memFree=125170740/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=1377236 memory=1271928 CPUtime=1.47 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 209179 0 0 0 106 41 0 0 20 0 1 0 34410021 1410289664 317982 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 344309 317982 1152 6655 0 334544 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1377236 KiB
Current children cumulated memory: 1271928 KiB

[startup+3.11335 s]
/proc/loadavg: 6.44 6.76 7.02 8/256 23405
/proc/meminfo: memFree=124475460/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=1796624 memory=1691368 CPUtime=3.08 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 302492 0 0 0 249 59 0 0 20 0 1 0 34410021 1839742976 422842 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 449156 422842 1152 6655 0 439391 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1796624 KiB
Current children cumulated memory: 1691368 KiB

[startup+6.3003 s]
/proc/loadavg: 6.40 6.74 7.02 7/256 23405
/proc/meminfo: memFree=123934804/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=2301200 memory=2195816 CPUtime=6.25 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 428798 0 0 0 543 82 0 0 20 0 1 0 34410021 2356428800 548954 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 575300 548954 1152 6655 0 565535 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2301200 KiB
Current children cumulated memory: 2195816 KiB

[startup+12.7003 s]
/proc/loadavg: 6.37 6.73 7.01 7/256 23405
/proc/meminfo: memFree=122873576/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=3363312 memory=3224276 CPUtime=12.62 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 559382 0 0 0 1143 119 0 0 20 0 1 0 34410021 3444031488 806069 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 840828 806069 2144 6655 0 831063 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 3363312 KiB
Current children cumulated memory: 3224276 KiB

[startup+25.5004 s]
/proc/loadavg: 6.29 6.69 6.99 7/257 23406
/proc/meminfo: memFree=122094612/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=4447724 memory=4037316 CPUtime=25.37 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 591017 0 0 0 2389 148 0 0 20 0 2 0 34410021 4554469376 1009329 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1111931 1009329 2720 6655 0 1085814 0
[pid=23404/tid=23406] ppid=23401 vsize=4447724 memory=4037316 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 4554469376 1009329 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 4447724 KiB
Current children cumulated memory: 4037316 KiB

[startup+51.1135 s]
/proc/loadavg: 6.25 6.65 6.97 7/259 23410
/proc/meminfo: memFree=122085928/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=4447724 memory=4037316 CPUtime=50.91 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 601344 0 0 0 4942 149 0 0 20 0 2 0 34410021 4554469376 1009329 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1111931 1009329 2720 6655 0 1085814 0
[pid=23404/tid=23406] ppid=23401 vsize=4447724 memory=4037316 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 4554469376 1009329 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 4447724 KiB
Current children cumulated memory: 4037316 KiB

[startup+102.3 s]
/proc/loadavg: 6.37 6.62 6.94 7/258 23411
/proc/meminfo: memFree=120101444/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=7015548 memory=5972936 CPUtime=101.94 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 704991 0 0 0 9971 223 0 0 20 0 2 0 34410021 7183921152 1493234 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1753887 1493234 2816 6655 0 1727770 0
[pid=23404/tid=23406] ppid=23401 vsize=7015548 memory=5972936 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 7183921152 1493234 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 7015548 KiB
Current children cumulated memory: 5972936 KiB

[startup+162.3 s]
/proc/loadavg: 6.28 6.56 6.90 7/258 23413
/proc/meminfo: memFree=120270976/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=6565616 memory=5666836 CPUtime=161.72 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 769826 0 0 0 15921 251 0 0 20 0 2 0 34410021 6723190784 1416709 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1641404 1416709 2848 6655 0 1615287 0
[pid=23404/tid=23406] ppid=23401 vsize=6565616 memory=5666836 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 6723190784 1416709 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 6565616 KiB
Current children cumulated memory: 5666836 KiB

[startup+222.3 s]
/proc/loadavg: 6.20 6.49 6.85 7/257 23415
/proc/meminfo: memFree=119540596/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=7361792 memory=6240376 CPUtime=221.49 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 797345 0 0 0 21867 282 0 0 20 0 2 0 34410021 7538475008 1560094 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1840448 1560094 2848 6655 0 1814331 0
[pid=23404/tid=23406] ppid=23401 vsize=7361792 memory=6234232 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 7538475008 1560094 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 7361792 KiB
Current children cumulated memory: 6240376 KiB

[startup+282.3 s]
/proc/loadavg: 5.72 6.31 6.77 6/257 23509
/proc/meminfo: memFree=116635544/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=7379488 memory=6258168 CPUtime=281.26 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 807833 0 0 0 27842 284 0 0 20 0 2 0 34410021 7556595712 1564542 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1844872 1564542 2848 6655 0 1818755 0
[pid=23404/tid=23406] ppid=23401 vsize=7379488 memory=6249080 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 7556595712 1564542 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 281.26 s
Current children cumulated vsize: 7379488 KiB
Current children cumulated memory: 6258168 KiB

[startup+342.3 s]
/proc/loadavg: 5.76 6.20 6.70 6/255 23559
/proc/meminfo: memFree=119659612/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=7392948 memory=6271480 CPUtime=341.07 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 815421 0 0 0 33821 286 0 0 20 0 2 0 34410021 7570378752 1567870 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 1848237 1567870 2848 6655 0 1822120 0
[pid=23404/tid=23406] ppid=23401 vsize=7392948 memory=6249080 CPUtime=0 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) S 23401 23404 21012 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 34411400 7570378752 1567870 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 7392948 KiB
Current children cumulated memory: 6271480 KiB

[startup+402.3 s]
/proc/loadavg: 6.31 6.26 6.69 8/254 23572
/proc/meminfo: memFree=117094040/131382116 swapFree=33010684/33010684

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


[startup+822.3 s]
/proc/loadavg: 6.13 6.23 6.53 7/255 23593
/proc/meminfo: memFree=93888204/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=13934036 memory=11609620 CPUtime=1190.31 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 1779392 0 0 0 118461 570 0 0 20 0 2 0 34410021 14268452864 2902405 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3483509 2902405 3360 6655 0 3431503 0
[pid=23404/tid=23406] ppid=23401 vsize=13934036 memory=14352 CPUtime=371.35 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) R 23401 23404 21012 0 -1 4194368 195120 0 0 0 37063 72 0 0 20 0 2 0 34411400 14268452864 2902405 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 1190.31 s
Current children cumulated vsize: 13934036 KiB
Current children cumulated memory: 11609620 KiB

[startup+882.3 s]
/proc/loadavg: 6.32 6.25 6.51 8/255 23642
/proc/meminfo: memFree=117824868/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=13934036 memory=11611796 CPUtime=1309.47 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 1835462 0 0 0 130371 576 0 0 20 0 2 0 34410021 14268452864 2902949 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3483509 2902949 3360 6655 0 3431503 0
[pid=23404/tid=23406] ppid=23401 vsize=13934036 memory=11611796 CPUtime=430.73 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) R 23401 23404 21012 0 -1 4194368 199609 0 0 0 42998 75 0 0 20 0 2 0 34411400 14268452864 2902949 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 1309.47 s
Current children cumulated vsize: 13934036 KiB
Current children cumulated memory: 11611796 KiB

[startup+942.3 s]
/proc/loadavg: 6.86 6.42 6.56 8/254 23646
/proc/meminfo: memFree=117820672/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=13934036 memory=11611924 CPUtime=1428.65 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 1900951 0 0 0 142284 581 0 0 20 0 2 0 34410021 14268452864 2902981 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3483509 2902981 3360 6655 0 3431503 0
[pid=23404/tid=23406] ppid=23401 vsize=13934036 memory=11611796 CPUtime=490.15 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) R 23401 23404 21012 0 -1 4194368 233004 0 0 0 48937 78 0 0 20 0 2 0 34411400 14268452864 2902981 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 1428.65 s
Current children cumulated vsize: 13934036 KiB
Current children cumulated memory: 11611924 KiB

[startup+1002.3 s]
/proc/loadavg: 7.01 6.55 6.59 8/254 23649
/proc/meminfo: memFree=117825180/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=13891544 memory=11593992 CPUtime=1547.82 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2019162 0 0 0 154182 600 0 0 20 0 2 0 34410021 14224941056 2898498 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3472886 2898498 3360 6655 0 3420880 0
[pid=23404/tid=23406] ppid=23401 vsize=13891544 memory=11593992 CPUtime=549.54 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) R 23401 23404 21012 0 -1 4194368 264584 0 0 0 54872 82 0 0 20 0 2 0 34411400 14224941056 2898498 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 1547.82 s
Current children cumulated vsize: 13891544 KiB
Current children cumulated memory: 11593992 KiB

[startup+1062.3 s]
/proc/loadavg: 7.05 6.65 6.63 8/254 23651
/proc/meminfo: memFree=117846472/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=13891544 memory=11602324 CPUtime=1666.99 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2065363 0 0 0 166096 603 0 0 20 0 2 0 34410021 14224941056 2900581 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3472886 2900581 3360 6655 0 3420880 0
[pid=23404/tid=23406] ppid=23401 vsize=13891544 memory=11611796 CPUtime=608.92 cores=1,3
/proc/23404/task/23406/stat : 23406 (LSIPExact) R 23401 23404 21012 0 -1 4194368 308210 0 0 0 60808 84 0 0 20 0 2 0 34411400 14224941056 2900581 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
Current children cumulated CPU time: 1666.99 s
Current children cumulated vsize: 13891544 KiB
Current children cumulated memory: 11602324 KiB

[startup+1122.3 s]
/proc/loadavg: 6.65 6.63 6.62 7/255 23655
/proc/meminfo: memFree=111284740/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=12024256 memory=10013644 CPUtime=1719.39 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) S 23401 23404 21012 0 -1 4194304 2239795 0 0 0 171322 617 0 0 20 0 1 0 34410021 12312838144 2503411 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3006064 2503411 3360 6655 0 2954221 0
[pid=23653] ppid=23404 vsize=8067672 memory=7409128 CPUtime=33.37 cores=1,3
/proc/23653/stat : 23653 (Exact) R 23404 23653 23653 0 -1 4194304 1017328 0 0 0 3064 273 0 0 20 0 1 0 34518902 8261296128 1852282 18446744073709551615 4198400 8335837 140724969863808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40779776 140724969871547 140724969871901 140724969871901 140724969877455 0
/proc/23653/statm: 2016918 1852282 960 1011 0 2015685 0
Current children cumulated CPU time: 1752.76 s
Current children cumulated vsize: 20091928 KiB
Current children cumulated memory: 17422772 KiB

[startup+1182.3 s]
/proc/loadavg: 6.33 6.54 6.59 7/255 23657
/proc/meminfo: memFree=102532332/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=12024256 memory=10013644 CPUtime=1719.39 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) S 23401 23404 21012 0 -1 4194304 2239795 0 0 0 171322 617 0 0 20 0 1 0 34410021 12312838144 2503411 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3006064 2503411 3360 6655 0 2954221 0
[pid=23653] ppid=23404 vsize=18633772 memory=16791380 CPUtime=93.22 cores=1,3
/proc/23653/stat : 23653 (Exact) R 23404 23653 23653 0 -1 4194304 2434165 0 0 0 8637 685 0 0 20 0 1 0 34518902 19080982528 4197845 18446744073709551615 4198400 8335837 140724969863808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40779776 140724969871547 140724969871901 140724969871901 140724969877455 0
/proc/23653/statm: 4658443 4197845 960 1011 0 4657210 0
Current children cumulated CPU time: 1812.61 s
Current children cumulated vsize: 30658028 KiB
Current children cumulated memory: 26805024 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1189.3 s]
/proc/loadavg: 6.28 6.52 6.59 7/255 23657
/proc/meminfo: memFree=101278472/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=12024256 memory=10013644 CPUtime=1719.39 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) S 23401 23404 21012 0 -1 4194304 2239795 0 0 0 171322 617 0 0 20 0 1 0 34410021 12312838144 2503411 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 3006064 2503411 3360 6655 0 2954221 0
[pid=23653] ppid=23404 vsize=19724260 memory=18146084 CPUtime=100.2 cores=1,3
/proc/23653/stat : 23653 (Exact) R 23404 23653 23653 0 -1 4194304 2701306 0 0 0 9286 734 0 0 20 0 1 0 34518902 20197642240 4536521 18446744073709551615 4198400 8335837 140724969863808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40779776 140724969871547 140724969871901 140724969871901 140724969877455 0
/proc/23653/statm: 4931065 4536521 960 1011 0 4929832 0
Current children cumulated CPU time: 1819.59 s
Current children cumulated vsize: 31748516 KiB
Current children cumulated memory: 28159728 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=1807.51 s, system=14.2025 s

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

[startup+1190.4 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23658
/proc/meminfo: memFree=118482056/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=11981688 memory=9971080 CPUtime=1820.65 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2409521 2701576 0 0 171375 631 9287 772 20 0 1 0 34410021 12269248512 2492770 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 2995422 2492770 3360 6655 0 2943579 0
Current children cumulated CPU time: 1820.65 s
Current children cumulated vsize: 11981688 KiB
Current children cumulated memory: 9971080 KiB

[startup+1190.8 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23658
/proc/meminfo: memFree=118482056/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=11747596 memory=9736984 CPUtime=1821.06 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2444044 2701576 0 0 171413 634 9287 772 20 0 1 0 34410021 12029538304 2434246 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 2936899 2434246 3360 6655 0 2885056 0
Current children cumulated CPU time: 1821.06 s
Current children cumulated vsize: 11747596 KiB
Current children cumulated memory: 9736984 KiB

[startup+1191.2 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23658
/proc/meminfo: memFree=118738208/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=11747596 memory=9736984 CPUtime=1821.45 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2444045 2701576 0 0 171452 634 9287 772 20 0 1 0 34410021 12029538304 2434246 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 2936899 2434246 3360 6655 0 2885056 0
Current children cumulated CPU time: 1821.45 s
Current children cumulated vsize: 11747596 KiB
Current children cumulated memory: 9736984 KiB

[startup+1191.3 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23658
/proc/meminfo: memFree=118738208/131382116 swapFree=33010684/33010684
[pid=23404] ppid=23401 vsize=11747596 memory=9736984 CPUtime=1821.55 cores=1,3
/proc/23404/stat : 23404 (LSIPExact) R 23401 23404 21012 0 -1 4194304 2444045 2701576 0 0 171462 634 9287 772 20 0 1 0 34410021 12029538304 2434246 18446744073709551615 94694901534720 94694928791121 140736678381712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94694937293960 94694937725568 94694955655168 140736678386010 140736678386186 140736678386186 140736678391788 0
/proc/23404/statm: 2936899 2434246 3360 6655 0 2885056 0
Current children cumulated CPU time: 1821.55 s
Current children cumulated vsize: 11747596 KiB
Current children cumulated memory: 9736984 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1191.44
CPU time (s): 1821.71
CPU user time (s): 1807.51
CPU system time (s): 14.2025
CPU usage (%): 152.9
Max. virtual memory (cumulated for all children) (KiB): 31748516
Max. memory (cumulated for all children) (KiB): 28159728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1807.51
system time used= 14.2025
maximum resident set size= 18146340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5145621
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= 380
involuntary context switches= 17147


# summary of solver processes directly reported to runsolver:
#   pid: 23404
#   total CPU time (s): 1821.71
#   total CPU user time (s): 1807.51
#   total CPU system time (s): 14.2025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.22178 second user time and 8.44276 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 10:55:06
IDJOB=4512084
IDBENCH=160492
IDSOLVER=3337
FILE ID=nodeC010/4512084-1751187304
RUNJOBID= nodeC010-1751180806-21024
SLURM_JOB_ID= 9587551
Free space on /tmp= 432768 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm98p-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-4512084-1751187304/watcher-4512084-1751187304 -o /tmp/evaluation-result-4512084-1751187304/solver-4512084-1751187304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512084-1751187304.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 0020647681361a6ff6bc771888680f52
RANDOM SEED=873418619

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.439
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.36
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		: 3492.941
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.36
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		: 3591.477
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.36
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		: 1197.200
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.36
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.399
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.36
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		: 3491.997
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.36
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.36
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		: 3592.751
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126136004 kB
MemAvailable:   126223632 kB
Buffers:            3280 kB
Cached:           898568 kB
SwapCached:            0 kB
Active:          4123720 kB
Inactive:         607204 kB
Active(anon):    3847036 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   607204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            177992 kB
Writeback:             4 kB
AnonPages:       3826136 kB
Mapped:           143624 kB
Shmem:             17960 kB
KReclaimable:      86732 kB
Slab:             165668 kB
SReclaimable:      86732 kB
SUnreclaim:        78936 kB
KernelStack:        4128 kB
PageTables:        10872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4508824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2072576 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC010 at 2025-06-29 11:14:58