Trace number 4527261

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) 3601.24 1824.74

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/
normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
MD5SUM45fe61862ea6af1146fa753dc4b3b822
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7184
Best CPU time to get the best result obtained on this benchmark1515.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57510
Total number of constraints149401
Number of constraints which are clauses149400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26095
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26095
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1822.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1822.70	c numVar: 57510
3600.00/1822.70	c numCon: 149401
3600.00/1822.70	c numEqual: 0
3600.00/1822.70	c intSize: 15
3600.00/1822.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1822.70	c ------------------- Paras list -------------------
3600.00/1822.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1822.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1822.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1822.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1822.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1822.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1822.70	c random_seed         	 int       	 0         	 0         	 
3600.00/1822.70	c sample_size         	 int       	 50        	 50        	 
3600.00/1822.70	c sub_score           	 int       	 1         	 1         	 
3600.00/1822.70	c tabu_base           	 int       	 3         	 3         	 
3600.00/1822.70	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1822.70	c sub_div             	 int       	 4         	 4         	 
3600.00/1822.70	c nbcore              	 int       	 2         	 1         	 
3600.00/1822.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1822.70	c print_sol           	 int       	 1         	 1         	 
3600.00/1822.70	c tmpdir              	 string		 .         	 "."       	 
3600.00/1822.70	c home                	 string		 HOME	 "."       	 
3600.00/1822.70	c benchname           	 string		 HOME/instance-4527261-1752232205.opb	 ""        	 
3600.00/1822.70	c --------------------------------------------------
3600.00/1822.70	c Local Search solver
3600.00/1822.70	c LS find feasible solution for PBO with objective value -2338
3600.00/1822.70	c MIP solver
3600.00/1822.70	c receive signal 15, try to interrupt solver...
3600.00/1822.75	c MIP solver find feasible solution
3600.00/1822.76	c MIP solver objective value: -6400
3600.13/1823.16	c MIP find feasible solution for PBO with objective value -6400
3600.13/1823.16	c copy file: 0
3600.13/1823.16	c gen ub file: HOME/instance-4527261-1752232205.opb_ub.opb
3600.13/1823.16	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 (62784 MiB free)
  memory of node 1: 64507 MiB (63231 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10007 s]*
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128965136/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=85560 memory=42760 CPUtime=0.08 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 8164 0 0 0 5 3 0 0 20 0 1 0 138900379 87613440 10690 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 21390 10690 1152 6655 0 11625 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 85560 KiB
Current children cumulated memory: 42760 KiB

[startup+0.212622 s]*
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128913412/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=110304 memory=75604 CPUtime=0.2 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 15386 0 0 0 14 6 0 0 20 0 1 0 138900379 112951296 18901 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 27576 18901 1152 6655 0 17811 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 110304 KiB
Current children cumulated memory: 75604 KiB

[startup+0.312675 s]*
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128889472/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=128196 memory=93524 CPUtime=0.3 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 19863 0 0 0 22 8 0 0 20 0 1 0 138900379 131272704 23381 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 32049 23381 1152 6655 0 22284 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 128196 KiB
Current children cumulated memory: 93524 KiB

[startup+0.700271 s]
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128893680/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=144696 memory=110036 CPUtime=0.67 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 24004 0 0 0 58 9 0 0 20 0 1 0 138900379 148168704 27509 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 36174 27509 1152 6655 0 26409 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 144696 KiB
Current children cumulated memory: 110036 KiB

[startup+1.50028 s]
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128894128/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=144828 memory=110164 CPUtime=1.47 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 24010 0 0 0 138 9 0 0 20 0 1 0 138900379 148303872 27541 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 36207 27541 1152 6655 0 26442 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 144828 KiB
Current children cumulated memory: 110164 KiB

[startup+3.11204 s]
/proc/loadavg: 0.37 0.14 0.11 6/251 115712
/proc/meminfo: memFree=128894508/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=145348 memory=110548 CPUtime=3.07 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 24130 0 0 0 298 9 0 0 20 0 1 0 138900379 148836352 27637 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 36337 27637 1152 6655 0 26572 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 145348 KiB
Current children cumulated memory: 110548 KiB

[startup+6.30024 s]
/proc/loadavg: 0.66 0.21 0.13 6/252 115714
/proc/meminfo: memFree=128895176/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=145348 memory=110548 CPUtime=6.25 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 24135 0 0 0 616 9 0 0 20 0 1 0 138900379 148836352 27637 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 36337 27637 1152 6655 0 26572 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 145348 KiB
Current children cumulated memory: 110548 KiB

[startup+12.7003 s]
/proc/loadavg: 1.01 0.29 0.16 6/251 115726
/proc/meminfo: memFree=128373328/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=542276 memory=406884 CPUtime=12.63 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 90089 0 0 0 1242 21 0 0 20 0 2 0 138900379 555290624 101721 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 135569 101721 3136 6655 0 109452 0
[pid=115703/tid=115719] ppid=115694 vsize=542276 memory=382412 CPUtime=0 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) S 115694 115703 115635 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138901413 555290624 101721 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 542276 KiB
Current children cumulated memory: 406884 KiB

[startup+25.5002 s]
/proc/loadavg: 2.34 0.62 0.27 5/249 115734
/proc/meminfo: memFree=128002980/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=792820 memory=716668 CPUtime=34.76 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 193132 0 0 0 3428 48 0 0 20 0 2 0 138900379 811847680 179167 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 198205 179167 3296 6655 0 183965 0
[pid=115703/tid=115719] ppid=115694 vsize=792820 memory=716400 CPUtime=10.32 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 47359 0 0 0 1016 16 0 0 20 0 2 0 138901413 811847680 179167 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 34.76 s
Current children cumulated vsize: 792820 KiB
Current children cumulated memory: 716668 KiB

[startup+51.1055 s]
/proc/loadavg: 3.59 1.05 0.42 5/246 115897
/proc/meminfo: memFree=127862004/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=871648 CPUtime=85.38 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 295840 0 0 0 8458 80 0 0 20 0 2 0 138900379 984842240 217912 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 217912 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=424436 CPUtime=35.48 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 79326 0 0 0 3517 31 0 0 20 0 2 0 138901413 984842240 217912 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 85.38 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 871648 KiB

[startup+102.3 s]
/proc/loadavg: 6.26 2.17 0.84 9/257 115949
/proc/meminfo: memFree=127388584/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=871776 CPUtime=187.06 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 351254 0 0 0 18621 85 0 0 20 0 2 0 138900379 984842240 217944 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 217944 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=871776 CPUtime=86.14 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 107251 0 0 0 8580 34 0 0 20 0 2 0 138901413 984842240 217944 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 187.06 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 871776 KiB

[startup+162.3 s]
/proc/loadavg: 6.97 3.13 1.25 9/257 116043
/proc/meminfo: memFree=127237820/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=848032 CPUtime=303.61 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 417305 0 0 0 30265 96 0 0 20 0 2 0 138900379 984842240 212008 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 212008 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=838376 CPUtime=142.92 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 133805 0 0 0 14251 41 0 0 20 0 2 0 138901413 984842240 212008 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 303.61 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 848032 KiB

[startup+222.3 s]
/proc/loadavg: 7.71 4.05 1.68 9/258 116046
/proc/meminfo: memFree=127195448/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=849696 CPUtime=422.74 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 458066 0 0 0 42172 102 0 0 20 0 2 0 138900379 984842240 212424 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 212424 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=849696 CPUtime=202.36 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 154991 0 0 0 20193 43 0 0 20 0 2 0 138901413 984842240 212424 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 422.74 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 849696 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 4.80 2.09 9/258 116048
/proc/meminfo: memFree=127143084/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=862796 CPUtime=541.87 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 470471 0 0 0 54084 103 0 0 20 0 2 0 138900379 984842240 215699 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 215699 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=849696 CPUtime=262.14 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 160168 0 0 0 26170 44 0 0 20 0 2 0 138901413 984842240 215699 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 541.87 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 862796 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 5.40 2.47 9/256 116051
/proc/meminfo: memFree=127142232/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=862796 CPUtime=660.94 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 504238 0 0 0 65987 107 0 0 20 0 2 0 138900379 984842240 215699 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 215699 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=849696 CPUtime=321.89 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 175974 0 0 0 32144 45 0 0 20 0 2 0 138901413 984842240 215699 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 660.94 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 862796 KiB

[startup+402.3 s]

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

[pid=115703] ppid=115694 vsize=961760 memory=880248 CPUtime=2924.15 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 575229 0 0 0 292295 120 0 0 20 0 2 0 138900379 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220062 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=10752 CPUtime=1457.86 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 229656 0 0 0 145730 56 0 0 20 0 2 0 138901413 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 2924.15 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 880248 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.06 6.59 9/255 116154
/proc/meminfo: memFree=127147628/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=880248 CPUtime=3043.27 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 576057 0 0 0 304207 120 0 0 20 0 2 0 138900379 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220062 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=880248 CPUtime=1517.66 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 229658 0 0 0 151710 56 0 0 20 0 2 0 138901413 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3043.27 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 880248 KiB

[startup+1602.3 s]
/proc/loadavg: 8.11 8.07 6.69 9/253 116156
/proc/meminfo: memFree=127145080/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=880248 CPUtime=3162.42 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 576179 0 0 0 316121 121 0 0 20 0 2 0 138900379 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220062 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=880248 CPUtime=1577.47 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 229693 0 0 0 157690 57 0 0 20 0 2 0 138901413 984842240 220062 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3162.42 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 880248 KiB

[startup+1662.3 s]
/proc/loadavg: 8.16 8.09 6.79 9/253 116157
/proc/meminfo: memFree=127142592/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=882400 CPUtime=3281.54 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 578051 0 0 0 328033 121 0 0 20 0 2 0 138900379 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220600 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=880248 CPUtime=1637.26 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 230290 0 0 0 163669 57 0 0 20 0 2 0 138901413 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3281.54 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 882400 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.09 6.87 9/254 116160
/proc/meminfo: memFree=127133640/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=882400 CPUtime=3400.65 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 578888 0 0 0 339944 121 0 0 20 0 2 0 138900379 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220600 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=880248 CPUtime=1697.06 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 230937 0 0 0 169649 57 0 0 20 0 2 0 138901413 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3400.65 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 882400 KiB

[startup+1782.3 s]
/proc/loadavg: 8.04 8.07 6.95 9/254 116162
/proc/meminfo: memFree=127134412/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=882400 CPUtime=3519.78 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 579071 0 0 0 351856 122 0 0 20 0 2 0 138900379 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220600 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=882400 CPUtime=1756.87 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 230977 0 0 0 175629 58 0 0 20 0 2 0 138901413 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3519.78 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 882400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.7 s]
/proc/loadavg: 8.07 8.08 7.00 9/254 116163
/proc/meminfo: memFree=127135396/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=961760 memory=882400 CPUtime=3600 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) R 115694 115703 115635 0 -1 4194304 579129 0 0 0 359878 122 0 0 20 0 2 0 138900379 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 240440 220600 3360 6655 0 226200 0
[pid=115703/tid=115719] ppid=115694 vsize=961760 memory=882400 CPUtime=1797.13 cores=1,3
/proc/115703/task/115719/stat : 115719 (LSIPExact) R 115694 115703 115635 0 -1 4194368 230986 0 0 0 179655 58 0 0 20 0 2 0 138901413 984842240 220600 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 961760 KiB
Current children cumulated memory: 882400 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.9 s, system=1.26298 s

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

# cumulated CPU time of all completed processes:  user=3599.86 s, system=1.3808 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+1824 s]*
/proc/loadavg: 8.07 8.08 7.00 8/254 116165
/proc/meminfo: memFree=127187120/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=813936 memory=770516 CPUtime=3600.13 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) S 115694 115703 115635 0 -1 4194304 597508 228 0 0 359890 123 0 0 20 0 1 0 138900379 833470464 192629 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 203484 192629 3392 6655 0 192182 0
[pid=116165] ppid=115703 vsize=98900 memory=83684 CPUtime=0.37 cores=1,3
/proc/116165/stat : 116165 (Exact) R 115703 116165 116165 0 -1 4194304 15900 0 1 0 34 3 0 0 20 0 1 0 139082696 101273600 20921 18446744073709551615 4198400 8335837 140735532678368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24543232 140735532685490 140735532685851 140735532685851 140735532691407 0
/proc/116165/statm: 24725 20921 960 1011 0 23492 0
Current children cumulated CPU time: 3600.5 s
Current children cumulated vsize: 912836 KiB
Current children cumulated memory: 854200 KiB

[startup+1824.4 s]
/proc/loadavg: 8.07 8.08 7.00 8/254 116165
/proc/meminfo: memFree=127187120/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=813936 memory=770516 CPUtime=3600.13 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) S 115694 115703 115635 0 -1 4194304 597508 228 0 0 359890 123 0 0 20 0 1 0 138900379 833470464 192629 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 203484 192629 3392 6655 0 192182 0
[pid=116165] ppid=115703 vsize=214520 memory=186968 CPUtime=0.75 cores=1,3
/proc/116165/stat : 116165 (Exact) R 115703 116165 116165 0 -1 4194304 35831 0 1 0 68 7 0 0 20 0 1 0 139082696 219668480 46742 18446744073709551615 4198400 8335837 140735532678368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24543232 140735532685490 140735532685851 140735532685851 140735532691407 0
/proc/116165/statm: 53630 46742 960 1011 0 52397 0
Current children cumulated CPU time: 3600.88 s
Current children cumulated vsize: 1028456 KiB
Current children cumulated memory: 957484 KiB

[startup+1824.6 s]
/proc/loadavg: 8.07 8.08 7.00 8/254 116165
/proc/meminfo: memFree=127187120/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=813936 memory=770516 CPUtime=3600.13 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) S 115694 115703 115635 0 -1 4194304 597508 228 0 0 359890 123 0 0 20 0 1 0 138900379 833470464 192629 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 203484 192629 3392 6655 0 192182 0
[pid=116165] ppid=115703 vsize=266352 memory=253556 CPUtime=0.96 cores=1,3
/proc/116165/stat : 116165 (Exact) R 115703 116165 116165 0 -1 4194304 43269 0 1 0 86 10 0 0 20 0 1 0 139082696 272744448 63389 18446744073709551615 4198400 8335837 140735532678368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24543232 140735532685490 140735532685851 140735532685851 140735532691407 0
/proc/116165/statm: 66588 63389 960 1011 0 65355 0
Current children cumulated CPU time: 3601.09 s
Current children cumulated vsize: 1080288 KiB
Current children cumulated memory: 1024072 KiB

[startup+1824.7 s]
/proc/loadavg: 8.07 8.08 7.00 8/254 116165
/proc/meminfo: memFree=127187120/131382112 swapFree=33010416/33010684
[pid=115703] ppid=115694 vsize=813936 memory=770516 CPUtime=3600.13 cores=1,3
/proc/115703/stat : 115703 (LSIPExact) S 115694 115703 115635 0 -1 4194304 597508 228 0 0 359890 123 0 0 20 0 1 0 138900379 833470464 192629 18446744073709551615 93916230311936 93916257569105 140722086224992 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93916266071176 93916266502784 93916267958272 140722086226264 140722086226440 140722086226440 140722086232044 0
/proc/115703/statm: 203484 192629 3392 6655 0 192182 0
[pid=116165] ppid=115703 vsize=288888 memory=278996 CPUtime=1.06 cores=1,3
/proc/116165/stat : 116165 (Exact) R 115703 116165 116165 0 -1 4194304 47077 0 1 0 95 11 0 0 20 0 1 0 139082696 295821312 69749 18446744073709551615 4198400 8335837 140735532678368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24543232 140735532685490 140735532685851 140735532685851 140735532691407 0
/proc/116165/statm: 72222 69749 960 1011 0 70989 0
Current children cumulated CPU time: 3601.19 s
Current children cumulated vsize: 1102824 KiB
Current children cumulated memory: 1049512 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1824.74
CPU time (s): 3601.24
CPU user time (s): 3599.86
CPU system time (s): 1.3808
CPU usage (%): 197.356
Max. virtual memory (cumulated for all children) (KiB): 1102824
Max. memory (cumulated for all children) (KiB): 1049512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.86
system time used= 1.3808
maximum resident set size= 882656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644819
page faults= 1
swaps= 0
block input operations= 9800
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 534
involuntary context switches= 81122


# summary of solver processes directly reported to runsolver:
#   pid: 115703,116165
#   total CPU time (s): 3601.24
#   total CPU user time (s): 3599.86
#   total CPU system time (s): 1.3808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96225 second user time and 8.0815 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 13:10:06
IDJOB=4527261
IDBENCH=146011
IDSOLVER=3384
FILE ID=nodeC012/4527261-1752232205
RUNJOBID= nodeC012-1752232205-115654
SLURM_JOB_ID= 9682523
Free space on /tmp= 431568 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527261-1752232205/watcher-4527261-1752232205 -o /tmp/evaluation-result-4527261-1752232205/solver-4527261-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752232205-115654 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527261-1752232205.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 45fe61862ea6af1146fa753dc4b3b822
RANDOM SEED=417534739

nodeC012 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		: 1197.396
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.39
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		: 1197.152
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.39
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.321
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.39
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		: 3700.000
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.39
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.439
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.39
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		: 1197.522
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.39
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.654
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.39
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.226
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129045552 kB
MemAvailable:   129920540 kB
Buffers:            2136 kB
Cached:          1672232 kB
SwapCached:           16 kB
Active:           691516 kB
Inactive:        1048272 kB
Active(anon):      78416 kB
Inactive(anon):     4948 kB
Active(file):     613100 kB
Inactive(file):  1043324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            186000 kB
Writeback:             4 kB
AnonPages:         68580 kB
Mapped:           106220 kB
Shmem:             17944 kB
KReclaimable:     115996 kB
Slab:             204264 kB
SReclaimable:     115996 kB
SUnreclaim:        88268 kB
KernelStack:        3840 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431388 MiB
End job on nodeC012 at 2025-07-11 13:40:32