Trace number 4505893

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.61 1835.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM726b0595b04a91a84feeb3b27d81e819
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2792
Best CPU time to get the best result obtained on this benchmark72004
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 8196
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 66727
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/1833.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.05/1833.11	c numVar: 400896
3600.05/1833.11	c numCon: 402763
3600.05/1833.11	c numEqual: 0
3600.05/1833.11	c intSize: 17
3600.05/1833.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.05/1833.11	c ------------------- Paras list -------------------
3600.05/1833.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.05/1833.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.05/1833.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.05/1833.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.05/1833.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.05/1833.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.05/1833.11	c random_seed         	 int       	 0         	 0         	 
3600.05/1833.11	c sample_size         	 int       	 50        	 50        	 
3600.05/1833.11	c sub_score           	 int       	 1         	 1         	 
3600.05/1833.11	c tabu_base           	 int       	 3         	 3         	 
3600.05/1833.11	c tabu_variation      	 int       	 1         	 1         	 
3600.05/1833.11	c sub_div             	 int       	 4         	 4         	 
3600.05/1833.11	c nbcore              	 int       	 2         	 1         	 
3600.05/1833.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.05/1833.11	c print_sol           	 int       	 1         	 1         	 
3600.05/1833.11	c tmpdir              	 string		 .         	 "."       	 
3600.05/1833.11	c home                	 string		 HOME	 "."       	 
3600.05/1833.11	c benchname           	 string		 HOME/instance-4505893-1751480326.opb	 ""        	 
3600.05/1833.11	c --------------------------------------------------
3600.05/1833.11	c Local Search solver
3600.05/1833.11	c LS find feasible solution for PBO with objective value 0
3600.05/1833.11	c MIP solver
3600.05/1833.11	c receive signal 15, try to interrupt solver...
3600.83/1833.57	c MIP solver find feasible solution
3600.97/1833.64	c MIP solver objective value: -1640
3601.07/1833.78	c MIP find feasible solution for PBO with objective value -1640
3601.07/1833.78	c copy file: 0
3601.07/1833.78	c gen ub file: HOME/instance-4505893-1751480326.opb_ub.opb
3601.07/1833.78	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505893-1751480326/watcher-4505893-1751480326 -o /tmp/evaluation-result-4505893-1751480326/solver-4505893-1751480326 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505893-1751480326.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=71343, runsolver pid=71340

[startup+0.100069 s]*
/proc/loadavg: 6.72 6.06 5.86 8/255 71344
/proc/meminfo: memFree=118309784/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=140464 memory=95664 CPUtime=0.1 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 17295 0 0 0 4 6 0 0 20 0 1 0 63712450 143835136 23916 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 35116 23916 1184 6655 0 25351 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 140464 KiB
Current children cumulated memory: 95664 KiB

[startup+0.213347 s]*
/proc/loadavg: 6.72 6.06 5.86 8/255 71344
/proc/meminfo: memFree=118285844/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=150520 memory=107696 CPUtime=0.21 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 20306 0 0 0 15 6 0 0 20 0 1 0 63712450 154132480 26924 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 37630 26924 1184 6655 0 27865 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 150520 KiB
Current children cumulated memory: 107696 KiB

[startup+0.313573 s]*
/proc/loadavg: 6.72 6.06 5.86 8/255 71344
/proc/meminfo: memFree=118286116/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=150520 memory=107696 CPUtime=0.31 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 20306 0 0 0 24 7 0 0 20 0 1 0 63712450 154132480 26924 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 37630 26924 1184 6655 0 27865 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 150520 KiB
Current children cumulated memory: 107696 KiB

[startup+0.700305 s]
/proc/loadavg: 6.72 6.06 5.86 8/255 71344
/proc/meminfo: memFree=118176544/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=295008 memory=260384 CPUtime=0.68 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 42974 0 0 0 53 15 0 0 20 0 1 0 63712450 302088192 65096 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 73752 65096 1184 6655 0 63987 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 295008 KiB
Current children cumulated memory: 260384 KiB

[startup+1.50032 s]
/proc/loadavg: 6.72 6.06 5.86 8/255 71344
/proc/meminfo: memFree=118031392/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=517336 memory=482576 CPUtime=1.48 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 98025 0 0 0 120 28 0 0 20 0 1 0 63712450 529752064 120644 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 129334 120644 1184 6655 0 119569 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 517336 KiB
Current children cumulated memory: 482576 KiB

[startup+3.11294 s]
/proc/loadavg: 6.74 6.07 5.87 8/255 71344
/proc/meminfo: memFree=117868092/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=564624 memory=529808 CPUtime=3.08 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 109861 0 0 0 278 30 0 0 20 0 1 0 63712450 578174976 132452 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 141156 132452 1184 6655 0 131391 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 564624 KiB
Current children cumulated memory: 529808 KiB

[startup+6.30031 s]
/proc/loadavg: 6.74 6.07 5.87 8/255 71344
/proc/meminfo: memFree=117866396/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=564624 memory=529808 CPUtime=6.27 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 109904 0 0 0 596 31 0 0 20 0 1 0 63712450 578174976 132452 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 141156 132452 1184 6655 0 131391 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 564624 KiB
Current children cumulated memory: 529808 KiB

[startup+12.7003 s]
/proc/loadavg: 6.76 6.09 5.87 8/256 71345
/proc/meminfo: memFree=117338008/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=1208964 memory=1087872 CPUtime=12.65 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 182402 0 0 0 1216 49 0 0 20 0 2 0 63712450 1237979136 271968 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 302241 271968 2880 6655 0 276124 0
[pid=71343/tid=71345] ppid=71340 vsize=1208964 memory=1004188 CPUtime=0 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) S 71340 71343 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 63713603 1237979136 271968 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1208964 KiB
Current children cumulated memory: 1087872 KiB

[startup+25.5002 s]
/proc/loadavg: 6.89 6.15 5.90 9/256 71345
/proc/meminfo: memFree=116437368/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2214280 memory=1926256 CPUtime=30.7 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 332582 0 0 0 2977 93 0 0 20 0 2 0 63712450 2267422720 481564 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 553570 481564 3168 6655 0 539733 0
[pid=71343/tid=71345] ppid=71340 vsize=2214280 memory=1923824 CPUtime=5.71 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 12591 0 0 0 564 7 0 0 20 0 2 0 63713603 2267422720 481564 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 30.7 s
Current children cumulated vsize: 2214280 KiB
Current children cumulated memory: 1926256 KiB

[startup+51.1055 s]
/proc/loadavg: 7.27 6.30 5.95 8/256 71346
/proc/meminfo: memFree=116436972/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2214280 memory=1929968 CPUtime=81.15 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 363366 0 0 0 8020 95 0 0 20 0 2 0 63712450 2267422720 482492 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 553570 482492 3168 6655 0 539733 0
[pid=71343/tid=71345] ppid=71340 vsize=2214280 memory=1929968 CPUtime=31.04 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 26253 0 0 0 3096 8 0 0 20 0 2 0 63713603 2267422720 482492 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 81.15 s
Current children cumulated vsize: 2214280 KiB
Current children cumulated memory: 1929968 KiB

[startup+102.3 s]
/proc/loadavg: 7.45 6.50 6.04 8/256 71347
/proc/meminfo: memFree=115741484/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2427180 memory=2075700 CPUtime=171.94 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 405294 0 0 0 17091 103 0 0 20 0 2 0 63712450 2485432320 518925 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 606795 518925 3168 6655 0 595790 0
[pid=71343/tid=71345] ppid=71340 vsize=2427180 memory=1908508 CPUtime=71.75 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) S 71340 71343 70730 0 -1 4194368 37310 0 0 0 7165 10 0 0 20 0 2 0 63713603 2485432320 518925 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 171.94 s
Current children cumulated vsize: 2427180 KiB
Current children cumulated memory: 2075700 KiB

[startup+162.3 s]
/proc/loadavg: 7.82 6.78 6.17 9/255 71349
/proc/meminfo: memFree=114852340/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2952540 memory=2652812 CPUtime=288.59 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 577737 0 0 0 28716 143 0 0 20 0 2 0 63712450 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 738135 663203 3424 6655 0 711923 0
[pid=71343/tid=71345] ppid=71340 vsize=2952540 memory=2649228 CPUtime=128.78 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 121033 0 0 0 12842 36 0 0 20 0 2 0 63713603 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 288.59 s
Current children cumulated vsize: 2952540 KiB
Current children cumulated memory: 2652812 KiB

[startup+222.3 s]
/proc/loadavg: 8.24 7.09 6.32 9/255 71351
/proc/meminfo: memFree=114895032/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2952540 memory=2652812 CPUtime=407.56 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 580196 0 0 0 40612 144 0 0 20 0 2 0 63712450 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 738135 663203 3424 6655 0 711923 0
[pid=71343/tid=71345] ppid=71340 vsize=2952540 memory=14336 CPUtime=188.04 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 122856 0 0 0 18768 36 0 0 20 0 2 0 63713603 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 407.56 s
Current children cumulated vsize: 2952540 KiB
Current children cumulated memory: 2652812 KiB

[startup+282.3 s]
/proc/loadavg: 8.22 7.29 6.44 9/257 71359
/proc/meminfo: memFree=114878460/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2952540 memory=2652812 CPUtime=526.52 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 607048 0 0 0 52506 146 0 0 20 0 2 0 63712450 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 738135 663203 3424 6655 0 711923 0
[pid=71343/tid=71345] ppid=71340 vsize=2952540 memory=14336 CPUtime=247.32 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 122958 0 0 0 24695 37 0 0 20 0 2 0 63713603 3023400960 663203 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 526.52 s
Current children cumulated vsize: 2952540 KiB
Current children cumulated memory: 2652812 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 7.44 6.54 9/256 71361
/proc/meminfo: memFree=114810676/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=2970492 memory=2671024 CPUtime=645.47 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 642979 0 0 0 64397 150 0 0 20 0 2 0 63712450 3041783808 667756 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 742623 667756 3424 6655 0 716411 0
[pid=71343/tid=71345] ppid=71340 vsize=2970492 memory=2670896 CPUtime=306.59 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 123055 0 0 0 30622 37 0 0 20 0 2 0 63713603 3041783808 667756 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 645.47 s
Current children cumulated vsize: 2970492 KiB
Current children cumulated memory: 2671024 KiB

[startup+402.3 s]

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

/proc/loadavg: 7.72 7.99 7.69 8/255 71514
/proc/meminfo: memFree=117394788/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3631516 memory=3459712 CPUtime=3023.73 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1344544 0 0 0 302132 241 0 0 20 0 2 0 63712450 3718672384 864928 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 907879 864928 3520 6655 0 889095 0
[pid=71343/tid=71345] ppid=71340 vsize=3631516 memory=3459712 CPUtime=1491.14 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 424833 0 0 0 149041 73 0 0 20 0 2 0 63713603 3718672384 864928 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3023.73 s
Current children cumulated vsize: 3631516 KiB
Current children cumulated memory: 3459712 KiB

[startup+1602.3 s]
/proc/loadavg: 7.67 7.94 7.69 8/255 71516
/proc/meminfo: memFree=117393480/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3631516 memory=3460224 CPUtime=3142.8 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1349658 0 0 0 314034 246 0 0 20 0 2 0 63712450 3718672384 865056 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 907879 865056 3520 6655 0 889095 0
[pid=71343/tid=71345] ppid=71340 vsize=3631516 memory=18304 CPUtime=1550.44 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 429940 0 0 0 154967 77 0 0 20 0 2 0 63713603 3718672384 865056 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3142.8 s
Current children cumulated vsize: 3631516 KiB
Current children cumulated memory: 3460224 KiB

[startup+1662.3 s]
/proc/loadavg: 7.22 7.76 7.64 7/255 71518
/proc/meminfo: memFree=117404264/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3558748 memory=3388196 CPUtime=3261.73 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1427225 0 0 0 325917 256 0 0 20 0 2 0 63712450 3644157952 847049 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 889687 847049 3520 6655 0 870903 0
[pid=71343/tid=71345] ppid=71340 vsize=3558748 memory=3507956 CPUtime=1609.68 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 449665 0 0 0 160889 79 0 0 20 0 2 0 63713603 3644157952 847049 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3261.73 s
Current children cumulated vsize: 3558748 KiB
Current children cumulated memory: 3388196 KiB

[startup+1722.3 s]
/proc/loadavg: 7.06 7.61 7.60 8/255 71520
/proc/meminfo: memFree=116699320/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3698432 memory=3489224 CPUtime=3380.54 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1463621 0 0 0 337793 261 0 0 20 0 2 0 63712450 3787194368 872306 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 924608 872306 3584 6655 0 905824 0
[pid=71343/tid=71345] ppid=71340 vsize=3698432 memory=3489224 CPUtime=1668.86 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 467928 0 0 0 166805 81 0 0 20 0 2 0 63713603 3787194368 872306 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3380.54 s
Current children cumulated vsize: 3698432 KiB
Current children cumulated memory: 3489224 KiB

[startup+1782.3 s]
/proc/loadavg: 7.16 7.53 7.57 8/254 71522
/proc/meminfo: memFree=116699620/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3698432 memory=3489224 CPUtime=3499.4 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1474306 0 0 0 349678 262 0 0 20 0 2 0 63712450 3787194368 872306 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 924608 872306 3584 6655 0 905824 0
[pid=71343/tid=71345] ppid=71340 vsize=3698432 memory=3489224 CPUtime=1728.06 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 475460 0 0 0 172724 82 0 0 20 0 2 0 63713603 3787194368 872306 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3499.4 s
Current children cumulated vsize: 3698432 KiB
Current children cumulated memory: 3489224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.11 s]
/proc/loadavg: 7.12 7.46 7.54 8/255 71525
/proc/meminfo: memFree=116694264/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3698432 memory=3491016 CPUtime=3600.05 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1516357 0 0 0 359738 267 0 0 20 0 2 0 63712450 3787194368 872754 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 924608 872754 3584 6655 0 905824 0
[pid=71343/tid=71345] ppid=71340 vsize=3698432 memory=3489224 CPUtime=1778.19 cores=0,2
/proc/71343/task/71345/stat : 71345 (LSIPExact) R 71340 71343 70730 0 -1 4194368 501930 0 0 0 177734 85 0 0 20 0 2 0 63713603 3787194368 872754 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3698432 KiB
Current children cumulated memory: 3491016 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.41 s, system=2.88581 s

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

# cumulated CPU time of all completed processes:  user=3599.58 s, system=3.02518 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1833.6 s]
/proc/loadavg: 7.12 7.46 7.54 8/255 71525
/proc/meminfo: memFree=116694264/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3524420 memory=3362972 CPUtime=3600.97 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) R 71340 71343 70730 0 -1 4194304 1536474 0 0 0 359829 268 0 0 20 0 1 0 63712450 3609006080 840743 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 881105 840743 3648 6655 0 862321 0
Current children cumulated CPU time: 3600.97 s
Current children cumulated vsize: 3524420 KiB
Current children cumulated memory: 3362972 KiB

[startup+1834.4 s]
/proc/loadavg: 7.11 7.45 7.54 7/255 71527
/proc/meminfo: memFree=116662116/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3418656 memory=3257284 CPUtime=3601.11 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) S 71340 71343 70730 0 -1 4194304 1597798 228 0 0 359840 271 0 0 20 0 1 0 63712450 3500703744 814321 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 854664 814321 3648 6655 0 835880 0
[pid=71527] ppid=71343 vsize=331400 memory=316600 CPUtime=0.58 cores=0,2
/proc/71527/stat : 71527 (Exact) R 71343 71527 71527 0 -1 4194304 28616 0 0 0 49 9 0 0 20 0 1 0 63895828 339353600 79150 18446744073709551615 4198400 8335837 140724960451664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 21262336 140724960454836 140724960455197 140724960455197 140724960460751 0
/proc/71527/statm: 82850 79150 960 1011 0 81617 0
Current children cumulated CPU time: 3601.69 s
Current children cumulated vsize: 3750056 KiB
Current children cumulated memory: 3573884 KiB

[startup+1834.8 s]
/proc/loadavg: 7.11 7.45 7.54 7/255 71527
/proc/meminfo: memFree=116662116/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3418656 memory=3257284 CPUtime=3601.11 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) S 71340 71343 70730 0 -1 4194304 1597798 228 0 0 359840 271 0 0 20 0 1 0 63712450 3500703744 814321 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 854664 814321 3648 6655 0 835880 0
[pid=71527] ppid=71343 vsize=376644 memory=367972 CPUtime=0.99 cores=0,2
/proc/71527/stat : 71527 (Exact) R 71343 71527 71527 0 -1 4194304 40048 0 0 0 88 11 0 0 20 0 1 0 63895828 385683456 91961 18446744073709551615 4198400 8335837 140724960451664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 21262336 140724960454836 140724960455197 140724960455197 140724960460751 0
/proc/71527/statm: 94161 91961 960 1011 0 92928 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 3795300 KiB
Current children cumulated memory: 3625256 KiB

[startup+1835 s]*
/proc/loadavg: 7.11 7.45 7.54 7/255 71527
/proc/meminfo: memFree=116514004/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3418656 memory=3257284 CPUtime=3601.11 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) S 71340 71343 70730 0 -1 4194304 1597798 228 0 0 359840 271 0 0 20 0 1 0 63712450 3500703744 814321 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 854664 814321 3648 6655 0 835880 0
[pid=71527] ppid=71343 vsize=401892 memory=395044 CPUtime=1.19 cores=0,2
/proc/71527/stat : 71527 (Exact) R 71343 71527 71527 0 -1 4194304 46562 0 0 0 107 12 0 0 20 0 1 0 63895828 411537408 98729 18446744073709551615 4198400 8335837 140724960451664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 21262336 140724960454836 140724960455197 140724960455197 140724960460751 0
/proc/71527/statm: 100473 98761 960 1011 0 99240 0
Current children cumulated CPU time: 3602.3 s
Current children cumulated vsize: 3820548 KiB
Current children cumulated memory: 3652328 KiB

[startup+1835.11 s]
/proc/loadavg: 7.11 7.45 7.54 7/255 71527
/proc/meminfo: memFree=116514004/131382116 swapFree=33010684/33010684
[pid=71343] ppid=71340 vsize=3418656 memory=3257284 CPUtime=3601.11 cores=0,2
/proc/71343/stat : 71343 (LSIPExact) S 71340 71343 70730 0 -1 4194304 1597798 228 0 0 359840 271 0 0 20 0 1 0 63712450 3500703744 814321 18446744073709551615 94237618487296 94237645743697 140736842767776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94237654246536 94237654678144 94237655134208 140736842770778 140736842770954 140736842770954 140736842776556 0
/proc/71343/statm: 854664 814321 3648 6655 0 835880 0
[pid=71527] ppid=71343 vsize=425428 memory=407936 CPUtime=1.3 cores=0,2
/proc/71527/stat : 71527 (Exact) R 71343 71527 71527 0 -1 4194304 49523 0 0 0 117 13 0 0 20 0 1 0 63895828 435638272 101984 18446744073709551615 4198400 8335837 140724960451664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 21262336 140724960454836 140724960455197 140724960455197 140724960460751 0
/proc/71527/statm: 106357 101984 960 1011 0 105124 0
Current children cumulated CPU time: 3602.41 s
Current children cumulated vsize: 3844084 KiB
Current children cumulated memory: 3665220 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1835.3
CPU time (s): 3602.61
CPU user time (s): 3599.58
CPU system time (s): 3.02518
CPU usage (%): 196.296
Max. virtual memory (cumulated for all children) (KiB): 3844084
Max. memory (cumulated for all children) (KiB): 3665220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.58
system time used= 3.02518
maximum resident set size= 3530864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1647552
page faults= 0
swaps= 0
block input operations= 48456
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 486
involuntary context switches= 84781


# summary of solver processes directly reported to runsolver:
#   pid: 71343,71527
#   total CPU time (s): 3602.61
#   total CPU user time (s): 3599.58
#   total CPU system time (s): 3.02518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.78299 second user time and 9.10942 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 20:18:47
IDJOB=4505893
IDBENCH=157349
IDSOLVER=3336
FILE ID=nodeC011/4505893-1751480326
RUNJOBID= nodeC011-1751477276-70740
SLURM_JOB_ID= 9598512
Free space on /tmp= 430304 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505893-1751480326/watcher-4505893-1751480326 -o /tmp/evaluation-result-4505893-1751480326/solver-4505893-1751480326 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505893-1751480326.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 726b0595b04a91a84feeb3b27d81e819
RANDOM SEED=2024729698

nodeC011 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		: 1796.008
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118370156 kB
MemAvailable:   120498896 kB
Buffers:            3276 kB
Cached:          2930864 kB
SwapCached:            0 kB
Active:          9861192 kB
Inactive:        2502424 kB
Active(anon):    9445332 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2500320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72228 kB
Writeback:             4 kB
AnonPages:       9429880 kB
Mapped:           139608 kB
Shmem:             17960 kB
KReclaimable:     103992 kB
Slab:             188964 kB
SReclaimable:     103992 kB
SUnreclaim:        84972 kB
KernelStack:        4112 kB
PageTables:        22016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10121172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4999168 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430252 MiB
End job on nodeC011 at 2025-07-02 20:49:23