Trace number 4517354

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? 3173.36 3181.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
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.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

9.95/10.04	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
9.95/10.04	c numVar: 848
9.95/10.04	c numCon: 1058
9.95/10.04	c numEqual: 289
9.95/10.04	c intSize: 33
9.95/10.04	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
9.95/10.04	c ------------------- Paras list -------------------
9.95/10.04	c Name                	 Type      	 Now       	 Default   	 Comment
9.95/10.04	c timeout             	 double    	 3600.000000	 3600      	 
9.95/10.04	c mip_time            	 double    	 0.300000  	 0.5       	 
9.95/10.04	c ls_time             	 double    	 10.000000 	 10        	 
9.95/10.04	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
9.95/10.04	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
9.95/10.04	c random_seed         	 int       	 0         	 0         	 
9.95/10.04	c sample_size         	 int       	 50        	 50        	 
9.95/10.04	c sub_score           	 int       	 1         	 1         	 
9.95/10.04	c tabu_base           	 int       	 3         	 3         	 
9.95/10.04	c tabu_variation      	 int       	 1         	 1         	 
9.95/10.04	c sub_div             	 int       	 4         	 4         	 
9.95/10.04	c nbcore              	 int       	 2         	 1         	 
9.95/10.04	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
9.95/10.04	c print_sol           	 int       	 1         	 1         	 
9.95/10.04	c tmpdir              	 string		 .         	 "."       	 
9.95/10.04	c home                	 string		 HOME	 "."       	 
9.95/10.04	c benchname           	 string		 HOME/instance-4517354-1751230517.opb	 ""        	 
9.95/10.04	c --------------------------------------------------
9.95/10.04	c Local Search solver
9.95/10.04	c MIP solver
9.95/10.04	c MIP solver infeasible
9.95/10.04	c use Exact solver
3173.27/3181.66	s UNKNOWN
3173.27/3181.66	c Total time: 3181

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61153 MiB free)
  memory of node 1: 64507 MiB (54975 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517354-1751230517/watcher-4517354-1751230517 -o /tmp/evaluation-result-4517354-1751230517/solver-4517354-1751230517 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751228388-32388 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4517354-1751230517.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=32784, runsolver pid=32781

[startup+0.100066 s]*
/proc/loadavg: 4.19 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118916700/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=0.09 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 9 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+0.214991 s]*
/proc/loadavg: 4.19 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118916700/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=0.19 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 19 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+0.313612 s]*
/proc/loadavg: 4.19 4.36 4.65 7/254 32785
/proc/meminfo: memFree=118916700/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=0.29 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 29 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+0.700267 s]
/proc/loadavg: 4.19 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118916700/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=0.66 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 66 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+1.50028 s]
/proc/loadavg: 4.19 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118916796/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=1.46 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 146 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+3.11315 s]
/proc/loadavg: 4.17 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118916820/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=3.07 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 307 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+6.30026 s]
/proc/loadavg: 4.17 4.36 4.65 5/254 32785
/proc/meminfo: memFree=118917072/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=40596 memory=6144 CPUtime=6.25 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) R 32781 32784 32377 0 -1 4194304 516 0 0 0 625 0 0 0 20 0 1 0 38731115 41570304 1536 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 10149 1536 1184 6655 0 384 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 40596 KiB
Current children cumulated memory: 6144 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.34 4.64 5/255 32787
/proc/meminfo: memFree=118901960/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=34200 memory=17728 CPUtime=2.62 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 2757 0 0 0 260 2 0 0 20 0 1 0 38732119 35020800 4432 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 8550 4432 1120 1011 0 7317 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 154416 KiB
Current children cumulated memory: 38768 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.33 4.63 5/255 32787
/proc/meminfo: memFree=118885148/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=42540 memory=30040 CPUtime=15.39 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 4807 0 0 0 1533 6 0 0 20 0 1 0 38732119 43560960 7510 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 10635 7510 1120 1011 0 9402 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 162756 KiB
Current children cumulated memory: 51080 KiB

[startup+51.1136 s]
/proc/loadavg: 4.15 4.32 4.62 5/254 32788
/proc/meminfo: memFree=118842536/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=69312 memory=52424 CPUtime=40.93 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 8632 0 0 0 4079 14 0 0 20 0 1 0 38732119 70975488 13106 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 17328 13106 1120 1011 0 16095 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 189528 KiB
Current children cumulated memory: 73464 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.26 4.58 5/255 32841
/proc/meminfo: memFree=120772856/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=77780 memory=66172 CPUtime=91.97 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 10575 0 0 0 9171 26 0 0 20 0 1 0 38732119 79646720 16543 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 19445 16543 1120 1011 0 18212 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 197996 KiB
Current children cumulated memory: 87212 KiB

[startup+162.3 s]
/proc/loadavg: 3.54 4.08 4.50 4/249 32874
/proc/meminfo: memFree=120641196/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=111768 memory=86340 CPUtime=151.78 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 12949 0 0 0 15141 37 0 0 20 0 1 0 38732119 114450432 21585 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 27942 21585 1120 1011 0 26709 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 231984 KiB
Current children cumulated memory: 107380 KiB

[startup+222.3 s]
/proc/loadavg: 3.26 3.89 4.40 4/249 32876
/proc/meminfo: memFree=120610648/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=114368 memory=88388 CPUtime=211.57 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 13454 0 0 0 21109 48 0 0 20 0 1 0 38732119 117112832 22097 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 28592 22097 1120 1011 0 27359 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 234584 KiB
Current children cumulated memory: 109428 KiB

[startup+282.3 s]
/proc/loadavg: 3.14 3.74 4.32 4/249 32878
/proc/meminfo: memFree=120599464/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=122388 memory=95428 CPUtime=271.36 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 15246 0 0 0 27080 56 0 0 20 0 1 0 38732119 125325312 23857 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 30597 23857 1120 1011 0 29364 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 242604 KiB
Current children cumulated memory: 116468 KiB

[startup+342.3 s]
/proc/loadavg: 3.12 3.62 4.24 4/249 32880
/proc/meminfo: memFree=120498308/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=21040 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5260 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5260 3296 6655 0 4240 0

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

/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26731 0 0 0 284123 348 0 0 20 0 1 0 38732119 223141888 44268 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54478 44268 1120 1011 0 53245 0
Current children cumulated CPU time: 2854.7 s
Current children cumulated vsize: 338128 KiB
Current children cumulated memory: 200544 KiB

[startup+2922.3 s]
/proc/loadavg: 1.07 1.10 1.35 2/234 33089
/proc/meminfo: memFree=128437652/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=217912 memory=177072 CPUtime=2904.57 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26731 0 0 0 290105 352 0 0 20 0 1 0 38732119 223141888 44268 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54478 44268 1120 1011 0 53245 0
Current children cumulated CPU time: 2914.56 s
Current children cumulated vsize: 338128 KiB
Current children cumulated memory: 200544 KiB

[startup+2982.3 s]
/proc/loadavg: 1.08 1.09 1.33 2/234 33091
/proc/meminfo: memFree=128437920/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=217912 memory=177072 CPUtime=2964.44 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26731 0 0 0 296087 357 0 0 20 0 1 0 38732119 223141888 44268 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54478 44268 1120 1011 0 53245 0
Current children cumulated CPU time: 2974.43 s
Current children cumulated vsize: 338128 KiB
Current children cumulated memory: 200544 KiB

[startup+3042.3 s]
/proc/loadavg: 1.07 1.09 1.31 2/234 33095
/proc/meminfo: memFree=128438440/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=217912 memory=177072 CPUtime=3024.3 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26731 0 0 0 302069 361 0 0 20 0 1 0 38732119 223141888 44268 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54478 44268 1120 1011 0 53245 0
Current children cumulated CPU time: 3034.29 s
Current children cumulated vsize: 338128 KiB
Current children cumulated memory: 200544 KiB

[startup+3102.3 s]
/proc/loadavg: 1.12 1.10 1.30 2/233 33102
/proc/meminfo: memFree=128439448/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=217912 memory=177072 CPUtime=3084.17 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26731 0 0 0 308052 365 0 0 20 0 1 0 38732119 223141888 44268 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54478 44268 1120 1011 0 53245 0
Current children cumulated CPU time: 3094.16 s
Current children cumulated vsize: 338128 KiB
Current children cumulated memory: 200544 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.10 1.28 2/233 33104
/proc/meminfo: memFree=128439716/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=218304 memory=177200 CPUtime=3144.02 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 26825 0 0 0 314035 367 0 0 20 0 1 0 38732119 223543296 44300 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54576 44300 1120 1011 0 53343 0
Current children cumulated CPU time: 3154.01 s
Current children cumulated vsize: 338520 KiB
Current children cumulated memory: 200672 KiB

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

# cumulated CPU time of all completed processes:  user=3169.64 s, system=3.71857 s

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

[startup+3174.4 s]
/proc/loadavg: 1.40 1.16 1.30 2/237 33110
/proc/meminfo: memFree=128447408/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3156.09 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315240 369 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3166.08 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

[startup+3177.6 s]
/proc/loadavg: 1.40 1.16 1.30 2/237 33110
/proc/meminfo: memFree=128447660/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3159.29 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315559 370 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3169.28 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

[startup+3179.2 s]
/proc/loadavg: 1.45 1.17 1.30 2/237 33110
/proc/meminfo: memFree=128447660/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3160.89 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315719 370 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3170.88 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

[startup+3180.8 s]
/proc/loadavg: 1.45 1.17 1.30 2/237 33110
/proc/meminfo: memFree=128447660/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3162.48 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315878 370 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3172.47 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

[startup+3181.2 s]
/proc/loadavg: 1.45 1.17 1.30 2/237 33110
/proc/meminfo: memFree=128447660/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3162.88 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315918 370 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3172.87 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

[startup+3181.6 s]
/proc/loadavg: 1.45 1.17 1.30 2/237 33110
/proc/meminfo: memFree=128447660/131382120 swapFree=33010416/33010684
[pid=32784] ppid=32781 vsize=120216 memory=23472 CPUtime=9.99 cores=4,6
/proc/32784/stat : 32784 (LSIPExact) S 32781 32784 32377 0 -1 4194304 2270 0 0 0 999 0 0 0 20 0 1 0 38731115 123101184 5868 18446744073709551615 94624746967040 94624774223441 140734554145328 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624782726280 94624783157888 94624795480064 140734554147162 140734554147338 140734554147338 140734554152940 0
/proc/32784/statm: 30054 5868 3296 6655 0 4240 0
[pid=32787] ppid=32784 vsize=219256 memory=178224 CPUtime=3163.28 cores=4,6
/proc/32787/stat : 32787 (Exact) R 32784 32787 32787 0 -1 4194304 27064 0 0 0 315958 370 0 0 20 0 1 0 38732119 224518144 44556 18446744073709551615 4198400 8335837 140723614757632 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42545152 140723614763195 140723614763549 140723614763549 140723614769103 0
/proc/32787/statm: 54814 44556 1120 1011 0 53581 0
Current children cumulated CPU time: 3173.27 s
Current children cumulated vsize: 339472 KiB
Current children cumulated memory: 201696 KiB

Child status: 0

Real time (s): 3181.66
CPU time (s): 3173.36
CPU user time (s): 3169.64
CPU system time (s): 3.71857
CPU usage (%): 99.7389
Max. virtual memory (cumulated for all children) (KiB): 339472
Max. memory (cumulated for all children) (KiB): 201696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3169.64
system time used= 3.71857
maximum resident set size= 217116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29342
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= 320
involuntary context switches= 17177


# summary of solver processes directly reported to runsolver:
#   pid: 32784
#   total CPU time (s): 3173.36
#   total CPU user time (s): 3169.64
#   total CPU system time (s): 3.71857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4358 second user time and 33.1881 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 22:55:17
IDJOB=4517354
IDBENCH=176059
IDSOLVER=3337
FILE ID=nodeC006/4517354-1751230517
RUNJOBID= nodeC006-1751228388-32388
SLURM_JOB_ID= 9587690
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517354-1751230517/watcher-4517354-1751230517 -o /tmp/evaluation-result-4517354-1751230517/solver-4517354-1751230517 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751228388-32388 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4517354-1751230517.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=1104880640

nodeC006 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		: 3661.270
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.32
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.169
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.32
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.478
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.32
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.540
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.32
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.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.32
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.377
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.32
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.019
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        118916732 kB
MemAvailable:   120282048 kB
Buffers:            2128 kB
Cached:          2169968 kB
SwapCached:           12 kB
Active:          9929104 kB
Inactive:        1899320 kB
Active(anon):    9661536 kB
Inactive(anon):    12740 kB
Active(file):     267568 kB
Inactive(file):  1886580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44680 kB
Writeback:             0 kB
AnonPages:       9654176 kB
Mapped:           151804 kB
Shmem:             17948 kB
KReclaimable:     101204 kB
Slab:             183372 kB
SReclaimable:     101204 kB
SUnreclaim:        82168 kB
KernelStack:        4096 kB
PageTables:        23932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   11977960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4911104 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC006 at 2025-06-29 23:48:19