Trace number 4542065

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? 2908.78 2898.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

48.38/29.67	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
48.38/29.67	c numVar: 4482
48.38/29.67	c numCon: 6670
48.38/29.67	c numEqual: 2295
48.38/29.67	c intSize: 55
48.38/29.67	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
48.38/29.67	c ------------------- Paras list -------------------
48.38/29.67	c Name                	 Type      	 Now       	 Default   	 Comment
48.38/29.67	c timeout             	 double    	 3600.000000	 3600      	 
48.38/29.67	c mip_time            	 double    	 0.300000  	 0.5       	 
48.38/29.67	c ls_time             	 double    	 10.000000 	 10        	 
48.38/29.67	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
48.38/29.67	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
48.38/29.67	c random_seed         	 int       	 0         	 0         	 
48.38/29.67	c sample_size         	 int       	 50        	 50        	 
48.38/29.67	c sub_score           	 int       	 1         	 1         	 
48.38/29.67	c tabu_base           	 int       	 3         	 3         	 
48.38/29.67	c tabu_variation      	 int       	 1         	 1         	 
48.38/29.67	c sub_div             	 int       	 4         	 4         	 
48.38/29.67	c nbcore              	 int       	 2         	 1         	 
48.38/29.67	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
48.38/29.67	c print_sol           	 int       	 1         	 1         	 
48.38/29.67	c tmpdir              	 string		 .         	 "."       	 
48.38/29.67	c home                	 string		 HOME	 "."       	 
48.38/29.67	c benchname           	 string		 HOME/instance-4542065-1753207207.opb	 ""        	 
48.38/29.67	c --------------------------------------------------
48.38/29.67	c Local Search solver
48.38/29.67	c MIP solver
48.38/29.67	c Branch and Bound solver find optimal solution
48.38/29.68	c failed: constraint #12 not satisfied. calculated value: 0, constant: 1, >=
48.38/29.68	c MIP solver objective value: 0
48.38/29.68	c failed: constraint #12 not satisfied. calculated value: 0, constant: 1, >=
48.38/29.68	c use Exact solver
2908.68/2898.18	s UNKNOWN
2908.68/2898.18	c Total time: 2898

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542065-1753207207/watcher-4542065-1753207207 -o /tmp/evaluation-result-4542065-1753207207/solver-4542065-1753207207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164296 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542065-1753207207.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=165268, runsolver pid=165265

[startup+0.10007 s]*
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128031488/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=0.09 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1671 0 0 0 9 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+0.213395 s]*
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128031488/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=0.21 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1671 0 0 0 21 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+0.313251 s]*
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128031816/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=0.31 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1671 0 0 0 31 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+0.700339 s]
/proc/loadavg: 3.99 4.07 4.10 6/254 165269
/proc/meminfo: memFree=128031816/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=0.68 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1673 0 0 0 68 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+1.5003 s]
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128031816/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=1.48 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1673 0 0 0 148 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+3.11324 s]
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128023752/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=3.09 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1673 0 0 0 309 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+6.30027 s]
/proc/loadavg: 3.99 4.07 4.10 5/254 165269
/proc/meminfo: memFree=128023752/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=45232 memory=10752 CPUtime=6.27 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 1673 0 0 0 627 0 0 0 20 0 1 0 236399854 46317568 2688 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 11308 2688 1184 6655 0 1543 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45232 KiB
Current children cumulated memory: 10752 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.09 4.11 6/255 165270
/proc/meminfo: memFree=127984000/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=144312 memory=54208 CPUtime=15.11 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 10003 0 0 0 1509 2 0 0 20 0 2 0 236399854 147775488 13552 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 36078 13552 3520 6655 0 12081 0
[pid=165268/tid=165270] ppid=165265 vsize=144312 memory=54208 CPUtime=2.56 cores=4,6
/proc/165268/task/165270/stat : 165270 (LSIPExact) R 165265 165268 164278 0 -1 4194368 2282 0 0 0 256 0 0 0 20 0 2 0 236400856 147775488 13552 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 144312 KiB
Current children cumulated memory: 54208 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.13 4.12 6/255 165270
/proc/meminfo: memFree=127966096/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=69824 CPUtime=40.5 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) R 165265 165268 164278 0 -1 4194304 33661 0 0 0 4046 4 0 0 20 0 2 0 236399854 153280512 17456 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17456 3520 6655 0 15647 0
[pid=165268/tid=165270] ppid=165265 vsize=149688 memory=59968 CPUtime=15.19 cores=4,6
/proc/165268/task/165270/stat : 165270 (LSIPExact) R 165265 165268 164278 0 -1 4194368 12230 0 0 0 1518 1 0 0 20 0 2 0 236400856 153280512 17456 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
Current children cumulated CPU time: 40.5 s
Current children cumulated vsize: 149688 KiB
Current children cumulated memory: 69824 KiB

[startup+51.1134 s]
/proc/loadavg: 4.24 4.14 4.12 5/255 165271
/proc/meminfo: memFree=127932892/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=66752 memory=54572 CPUtime=21.27 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 8327 0 0 0 2121 6 0 0 20 0 1 0 236402822 68354048 13643 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 16688 13643 1120 1011 0 15455 0
Current children cumulated CPU time: 69.73 s
Current children cumulated vsize: 216440 KiB
Current children cumulated memory: 123244 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.15 4.12 5/255 165284
/proc/meminfo: memFree=127901148/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=76124 memory=63916 CPUtime=72.32 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 10679 0 0 0 7216 16 0 0 20 0 1 0 236402822 77950976 15979 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 19031 15979 1120 1011 0 17798 0
Current children cumulated CPU time: 120.78 s
Current children cumulated vsize: 225812 KiB
Current children cumulated memory: 132588 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/255 165286
/proc/meminfo: memFree=127856488/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=78772 memory=66860 CPUtime=132.15 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 11417 0 0 0 13189 26 0 0 20 0 1 0 236402822 80662528 16715 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 19693 16715 1120 1011 0 18460 0
Current children cumulated CPU time: 180.61 s
Current children cumulated vsize: 228460 KiB
Current children cumulated memory: 135532 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.11 5/254 165288
/proc/meminfo: memFree=127849448/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=89952 memory=83616 CPUtime=191.99 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 14108 0 0 0 19160 39 0 0 20 0 1 0 236402822 92110848 20904 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 22488 20904 1120 1011 0 21255 0
Current children cumulated CPU time: 240.45 s
Current children cumulated vsize: 239640 KiB
Current children cumulated memory: 152288 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/254 165290
/proc/meminfo: memFree=127842592/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=90288 memory=84000 CPUtime=251.83 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 14206 0 0 0 25133 50 0 0 20 0 1 0 236402822 92454912 21000 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 22572 21000 1120 1011 0 21339 0
Current children cumulated CPU time: 300.29 s
Current children cumulated vsize: 239976 KiB
Current children cumulated memory: 152672 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/254 165296
/proc/meminfo: memFree=127824664/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=68672 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17168 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17168 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=117840 memory=100692 CPUtime=311.67 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 15716 0 0 0 31107 60 0 0 20 0 1 0 236402822 120668160 25173 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0

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

/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 27789 0 0 0 270144 342 0 0 20 0 1 0 236402822 208089088 42128 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 50803 42128 1152 1011 0 49570 0
Current children cumulated CPU time: 2753.32 s
Current children cumulated vsize: 352900 KiB
Current children cumulated memory: 239488 KiB

[startup+2802.3 s]
/proc/loadavg: 3.08 3.84 4.34 4/247 165582
/proc/meminfo: memFree=89860172/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=203212 memory=168640 CPUtime=2764.69 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 27841 0 0 0 276118 351 0 0 20 0 1 0 236402822 208089088 42160 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 50803 42160 1152 1011 0 49570 0
Current children cumulated CPU time: 2813.15 s
Current children cumulated vsize: 352900 KiB
Current children cumulated memory: 239616 KiB

[startup+2862.3 s]
/proc/loadavg: 3.13 3.71 4.26 4/247 165588
/proc/meminfo: memFree=89813156/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=212964 memory=176448 CPUtime=2824.51 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 29801 0 0 0 282093 358 0 0 20 0 1 0 236402822 218075136 44112 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 53241 44112 1152 1011 0 52008 0
Current children cumulated CPU time: 2872.97 s
Current children cumulated vsize: 362652 KiB
Current children cumulated memory: 247424 KiB

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

# cumulated CPU time of all completed processes:  user=2905.1 s, system=3.67712 s

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

[startup+2867.2 s]
/proc/loadavg: 3.12 3.70 4.25 4/247 165588
/proc/meminfo: memFree=89807148/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=213396 memory=176576 CPUtime=2829.4 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 29838 0 0 0 282582 358 0 0 20 0 1 0 236402822 218517504 44144 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 53349 44144 1152 1011 0 52116 0
Current children cumulated CPU time: 2877.86 s
Current children cumulated vsize: 363084 KiB
Current children cumulated memory: 247552 KiB

[startup+2880 s]*
/proc/loadavg: 3.09 3.67 4.23 4/247 165589
/proc/meminfo: memFree=89796416/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=215008 memory=178240 CPUtime=2842.17 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 30259 0 0 0 283857 360 0 0 20 0 1 0 236402822 220168192 44560 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 53752 44560 1152 1011 0 52519 0
Current children cumulated CPU time: 2890.63 s
Current children cumulated vsize: 364696 KiB
Current children cumulated memory: 249216 KiB

[startup+2886.4 s]
/proc/loadavg: 3.08 3.66 4.23 4/247 165590
/proc/meminfo: memFree=89791568/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=215848 memory=179008 CPUtime=2848.54 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 30444 0 0 0 284493 361 0 0 20 0 1 0 236402822 221028352 44752 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 53962 44752 1152 1011 0 52729 0
Current children cumulated CPU time: 2897 s
Current children cumulated vsize: 365536 KiB
Current children cumulated memory: 249984 KiB

[startup+2892.8 s]
/proc/loadavg: 3.08 3.64 4.22 4/247 165590
/proc/meminfo: memFree=89775184/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=217480 memory=180416 CPUtime=2854.92 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 30791 0 0 0 285131 361 0 0 20 0 1 0 236402822 222699520 45104 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54370 45104 1152 1011 0 53137 0
Current children cumulated CPU time: 2903.38 s
Current children cumulated vsize: 367168 KiB
Current children cumulated memory: 251392 KiB

[startup+2896 s]*
/proc/loadavg: 3.23 3.67 4.22 4/247 165590
/proc/meminfo: memFree=89771248/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=219280 memory=181696 CPUtime=2858.13 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 31125 0 0 0 285451 362 0 0 20 0 1 0 236402822 224542720 45424 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54820 45424 1152 1011 0 53587 0
Current children cumulated CPU time: 2906.59 s
Current children cumulated vsize: 368968 KiB
Current children cumulated memory: 252672 KiB

[startup+2896.8 s]
/proc/loadavg: 3.23 3.67 4.22 4/247 165590
/proc/meminfo: memFree=89771248/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=219424 memory=181952 CPUtime=2858.91 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 31182 0 0 0 285529 362 0 0 20 0 1 0 236402822 224690176 45488 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54856 45488 1152 1011 0 53623 0
Current children cumulated CPU time: 2907.37 s
Current children cumulated vsize: 369112 KiB
Current children cumulated memory: 252928 KiB

[startup+2897.6 s]
/proc/loadavg: 3.23 3.67 4.22 4/247 165590
/proc/meminfo: memFree=89767152/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=219424 memory=181952 CPUtime=2859.71 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 31183 0 0 0 285609 362 0 0 20 0 1 0 236402822 224690176 45488 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54856 45488 1152 1011 0 53623 0
Current children cumulated CPU time: 2908.17 s
Current children cumulated vsize: 369112 KiB
Current children cumulated memory: 252928 KiB

[startup+2898 s]*
/proc/loadavg: 3.23 3.67 4.22 4/247 165590
/proc/meminfo: memFree=89754992/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=219424 memory=181952 CPUtime=2860.12 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 31183 0 0 0 285650 362 0 0 20 0 1 0 236402822 224690176 45488 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54856 45488 1152 1011 0 53623 0
Current children cumulated CPU time: 2908.58 s
Current children cumulated vsize: 369112 KiB
Current children cumulated memory: 252928 KiB

[startup+2898.11 s]
/proc/loadavg: 3.23 3.67 4.22 4/247 165590
/proc/meminfo: memFree=89754992/131382120 swapFree=33010160/33010684
[pid=165268] ppid=165265 vsize=149688 memory=70976 CPUtime=48.46 cores=4,6
/proc/165268/stat : 165268 (LSIPExact) S 165265 165268 164278 0 -1 4194304 36374 0 0 0 4842 4 0 0 20 0 1 0 236399854 153280512 17744 18446744073709551615 94315344400384 94315371656785 140727182339328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94315380159624 94315380591232 94315380776960 140727182346584 140727182346760 140727182346760 140727182352364 0
/proc/165268/statm: 37422 17744 3616 6655 0 15722 0
[pid=165271] ppid=165268 vsize=219424 memory=181952 CPUtime=2860.22 cores=4,6
/proc/165271/stat : 165271 (Exact) R 165268 165271 165271 0 -1 4194304 31183 0 0 0 285660 362 0 0 20 0 1 0 236402822 224690176 45488 18446744073709551615 4198400 8335837 140723719172432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20193280 140723719178425 140723719178779 140723719178779 140723719184335 0
/proc/165271/statm: 54856 45488 1152 1011 0 53623 0
Current children cumulated CPU time: 2908.68 s
Current children cumulated vsize: 369112 KiB
Current children cumulated memory: 252928 KiB

Child status: 0

Real time (s): 2898.18
CPU time (s): 2908.78
CPU user time (s): 2905.1
CPU system time (s): 3.67712
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 369112
Max. memory (cumulated for all children) (KiB): 252928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2905.1
system time used= 3.67713
maximum resident set size= 181952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68049
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= 388
involuntary context switches= 1892


# summary of solver processes directly reported to runsolver:
#   pid: 165268
#   total CPU time (s): 2908.78
#   total CPU user time (s): 2905.1
#   total CPU system time (s): 3.67712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3225 second user time and 28.9323 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 20:00:07
IDJOB=4542065
IDBENCH=163785
IDSOLVER=3337
FILE ID=nodeC008/4542065-1753207207
RUNJOBID= nodeC008-1753198970-164296
SLURM_JOB_ID= 9687741
Free space on /tmp= 432560 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_comm/normalized-27diagcomm_less_teq.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542065-1753207207/watcher-4542065-1753207207 -o /tmp/evaluation-result-4542065-1753207207/solver-4542065-1753207207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164296 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542065-1753207207.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1665046552

nodeC008 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		: 3662.087
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.72
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		: 3662.039
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.289
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.72
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.346
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.72
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		: 1197.433
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.72
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		: 3662.044
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.72
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		: 1197.214
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.72
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		: 3700.000
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128032196 kB
MemAvailable:   129009020 kB
Buffers:            2128 kB
Cached:          1749252 kB
SwapCached:           24 kB
Active:          1955064 kB
Inactive:         733024 kB
Active(anon):     931252 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   701448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44832 kB
Writeback:            48 kB
AnonPages:        937832 kB
Mapped:           158180 kB
Shmem:             26120 kB
KReclaimable:     182384 kB
Slab:             272952 kB
SReclaimable:     182384 kB
SUnreclaim:        90568 kB
KernelStack:        4096 kB
PageTables:         5084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1393956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC008 at 2025-07-22 20:48:26