Trace number 4527257

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) 3600.91 1828.83

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_binary/
normalized-BA_RDC4.dot_luby_0null50mast_rapportOE2.0_TMAX60_K67_cod2_pbEq1_newVersion_binary.opb
MD5SUMcedbd6bdd86c4b8a6a7f33f1889b1b8a
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-1290
Best CPU time to get the best result obtained on this benchmark125.402
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44809
Total number of constraints297596
Number of constraints which are clauses297595
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 486
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 63032
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 63032
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527257-1752232205/watcher-4527257-1752232205 -o /tmp/evaluation-result-4527257-1752232205/solver-4527257-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752232205-113689 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527257-1752232205.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
solver pid=113730, runsolver pid=113723
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 0.05 0.08 0.09 4/249 113744
/proc/meminfo: memFree=126814668/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=119764 memory=76348 CPUtime=0.09 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 13960 0 0 0 4 5 0 0 20 0 1 0 138900431 122638336 19087 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 29941 19087 1184 6655 0 20176 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 119764 KiB
Current children cumulated memory: 76348 KiB

[startup+0.214199 s]*
/proc/loadavg: 0.05 0.08 0.09 5/251 113749
/proc/meminfo: memFree=126776868/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=123064 memory=80316 CPUtime=0.2 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 14976 0 0 0 14 6 0 0 20 0 1 0 138900431 126017536 20079 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 30766 20079 1184 6655 0 21001 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 123064 KiB
Current children cumulated memory: 80316 KiB

[startup+0.313732 s]*
/proc/loadavg: 0.05 0.08 0.09 5/251 113749
/proc/meminfo: memFree=126721300/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=151780 memory=117448 CPUtime=0.3 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 22671 0 0 0 21 9 0 0 20 0 1 0 138900431 155422720 29362 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 37945 29362 1216 6655 0 28180 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 151780 KiB
Current children cumulated memory: 117448 KiB

[startup+0.700332 s]
/proc/loadavg: 0.05 0.08 0.09 5/251 113749
/proc/meminfo: memFree=126680980/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=215932 memory=181576 CPUtime=0.68 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 38699 0 0 0 52 16 0 0 20 0 1 0 138900431 221114368 45362 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 53983 45362 1216 6655 0 44218 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 215932 KiB
Current children cumulated memory: 181576 KiB

[startup+1.50032 s]
/proc/loadavg: 0.05 0.08 0.09 5/251 113749
/proc/meminfo: memFree=126657164/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=216856 memory=182472 CPUtime=1.47 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 38936 0 0 0 131 16 0 0 20 0 1 0 138900431 222060544 45618 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 54214 45618 1216 6655 0 44449 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182472 KiB

[startup+3.11292 s]
/proc/loadavg: 0.05 0.08 0.09 5/251 113749
/proc/meminfo: memFree=126658292/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=216856 memory=182472 CPUtime=3.08 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 38942 0 0 0 292 16 0 0 20 0 1 0 138900431 222060544 45618 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 54214 45618 1216 6655 0 44449 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182472 KiB

[startup+6.30028 s]
/proc/loadavg: 0.37 0.14 0.11 5/252 113751
/proc/meminfo: memFree=126658792/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=216856 memory=182472 CPUtime=6.25 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 38948 0 0 0 609 16 0 0 20 0 1 0 138900431 222060544 45618 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 54214 45618 1216 6655 0 44449 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182472 KiB

[startup+12.7003 s]
/proc/loadavg: 0.74 0.22 0.13 5/251 113763
/proc/meminfo: memFree=126237056/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=732224 memory=588536 CPUtime=12.63 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 111252 0 0 0 1233 30 0 0 20 0 2 0 138900431 749797376 147134 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 183056 147134 2912 6655 0 156939 0
[pid=113730/tid=113763] ppid=113723 vsize=732224 memory=65800 CPUtime=0 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) S 113723 113730 113672 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138901487 749797376 147134 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 732224 KiB
Current children cumulated memory: 588536 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 0.57 0.25 7/251 113763
/proc/meminfo: memFree=125646452/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1119368 memory=966900 CPUtime=34.16 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 219540 0 0 0 3358 58 0 0 20 0 2 0 138900431 1146232832 241725 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 279842 241725 3456 6655 0 259921 0
[pid=113730/tid=113763] ppid=113723 vsize=1119368 memory=694160 CPUtime=9.57 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 39788 0 0 0 944 13 0 0 20 0 2 0 138901487 1146232832 241725 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 34.16 s
Current children cumulated vsize: 1119368 KiB
Current children cumulated memory: 966900 KiB

[startup+51.1053 s]
/proc/loadavg: 4.05 1.14 0.45 9/256 113801
/proc/meminfo: memFree=125547160/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1123804 memory=976668 CPUtime=84.97 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 236646 0 0 0 8437 60 0 0 20 0 2 0 138900431 1150775296 244167 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 280951 244167 3456 6655 0 261030 0
[pid=113730/tid=113763] ppid=113723 vsize=1123804 memory=694160 CPUtime=34.9 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 39804 0 0 0 3477 13 0 0 20 0 2 0 138901487 1150775296 244167 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 84.97 s
Current children cumulated vsize: 1123804 KiB
Current children cumulated memory: 976668 KiB

[startup+102.3 s]
/proc/loadavg: 6.26 2.20 0.84 9/257 113804
/proc/meminfo: memFree=125482160/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1058676 memory=914144 CPUtime=186.78 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 251065 0 0 0 18616 62 0 0 20 0 2 0 138900431 1084084224 228536 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 264669 228536 3456 6655 0 244748 0
[pid=113730/tid=113763] ppid=113723 vsize=1058676 memory=20224 CPUtime=85.63 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 42659 0 0 0 8550 13 0 0 20 0 2 0 138901487 1084084224 228536 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 186.78 s
Current children cumulated vsize: 1058676 KiB
Current children cumulated memory: 914144 KiB

[startup+162.3 s]
/proc/loadavg: 7.47 3.29 1.31 9/258 113807
/proc/meminfo: memFree=125211416/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1238676 memory=1147456 CPUtime=305.87 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 358292 0 0 0 30509 78 0 0 20 0 2 0 138900431 1268404224 286864 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 309669 286864 3520 6655 0 295853 0
[pid=113730/tid=113763] ppid=113723 vsize=1238676 memory=14560 CPUtime=144.91 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 71681 0 0 0 14474 17 0 0 20 0 2 0 138901487 1268404224 286864 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 305.87 s
Current children cumulated vsize: 1238676 KiB
Current children cumulated memory: 1147456 KiB

[startup+222.3 s]
/proc/loadavg: 7.87 4.16 1.73 9/258 113809
/proc/meminfo: memFree=125132316/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1238676 memory=1156844 CPUtime=424.9 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 394568 0 0 0 42407 83 0 0 20 0 2 0 138900431 1268404224 289211 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 309669 289211 3520 6655 0 298591 0
[pid=113730/tid=113763] ppid=113723 vsize=1238676 memory=1156716 CPUtime=204.4 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 89673 0 0 0 20419 21 0 0 20 0 2 0 138901487 1268404224 289211 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 424.9 s
Current children cumulated vsize: 1238676 KiB
Current children cumulated memory: 1156844 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 4.88 2.13 9/258 113811
/proc/meminfo: memFree=124895568/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1266408 memory=1184672 CPUtime=543.88 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 431039 0 0 0 54301 87 0 0 20 0 2 0 138900431 1296801792 296168 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 316602 296168 3520 6655 0 305524 0
[pid=113730/tid=113763] ppid=113723 vsize=1266408 memory=1184032 CPUtime=263.99 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 122391 0 0 0 26375 24 0 0 20 0 2 0 138901487 1296801792 296168 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 543.88 s
Current children cumulated vsize: 1266408 KiB
Current children cumulated memory: 1184672 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 5.46 2.51 9/255 113813
/proc/meminfo: memFree=124707440/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1266408 memory=1185824 CPUtime=662.9 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 431605 0 0 0 66203 87 0 0 20 0 2 0 138900431 1296801792 296456 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 316602 296456 3520 6655 0 305524 0
[pid=113730/tid=113763] ppid=113723 vsize=1266408 memory=14560 CPUtime=323.27 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 122918 0 0 0 32303 24 0 0 20 0 2 0 138901487 1296801792 296456 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 662.9 s
Current children cumulated vsize: 1266408 KiB
Current children cumulated memory: 1185824 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2797.11 s
Current children cumulated vsize: 1491408 KiB
Current children cumulated memory: 1407740 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.05 6.49 9/254 113912
/proc/meminfo: memFree=120992840/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1517628 memory=1430504 CPUtime=2916.21 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 677992 0 0 0 291499 122 0 0 20 0 2 0 138900431 1554051072 357626 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 379407 357626 3520 6655 0 362876 0
[pid=113730/tid=113763] ppid=113723 vsize=1517628 memory=1406716 CPUtime=1448.28 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 292208 0 0 0 144781 47 0 0 20 0 2 0 138901487 1554051072 357626 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 2916.21 s
Current children cumulated vsize: 1517628 KiB
Current children cumulated memory: 1430504 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.05 6.60 9/254 113914
/proc/meminfo: memFree=120666004/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1517628 memory=1430888 CPUtime=3035.31 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 678084 0 0 0 303409 122 0 0 20 0 2 0 138900431 1554051072 357722 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 379407 357722 3520 6655 0 362876 0
[pid=113730/tid=113763] ppid=113723 vsize=1517628 memory=1430888 CPUtime=1508.03 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 292262 0 0 0 150756 47 0 0 20 0 2 0 138901487 1554051072 357722 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3035.31 s
Current children cumulated vsize: 1517628 KiB
Current children cumulated memory: 1430888 KiB

[startup+1602.3 s]
/proc/loadavg: 8.07 8.06 6.69 9/254 113917
/proc/meminfo: memFree=120436052/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1448576 memory=1372344 CPUtime=3154.44 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 695251 0 0 0 315321 123 0 0 20 0 2 0 138900431 1483341824 343086 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 362144 343086 3520 6655 0 345613 0
[pid=113730/tid=113763] ppid=113723 vsize=1448576 memory=14560 CPUtime=1567.81 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 298487 0 0 0 156734 47 0 0 20 0 2 0 138901487 1483341824 343086 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3154.44 s
Current children cumulated vsize: 1448576 KiB
Current children cumulated memory: 1372344 KiB

[startup+1662.3 s]
/proc/loadavg: 8.14 8.07 6.79 9/254 113918
/proc/meminfo: memFree=120097064/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1448576 memory=1372600 CPUtime=3273.5 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 695300 0 0 0 327227 123 0 0 20 0 2 0 138900431 1483341824 343150 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 362144 343150 3520 6655 0 345613 0
[pid=113730/tid=113763] ppid=113723 vsize=1448576 memory=14560 CPUtime=1627.56 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 298530 0 0 0 162709 47 0 0 20 0 2 0 138901487 1483341824 343150 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3273.5 s
Current children cumulated vsize: 1448576 KiB
Current children cumulated memory: 1372600 KiB

[startup+1722.3 s]
/proc/loadavg: 8.11 8.07 6.87 9/255 113921
/proc/meminfo: memFree=119838048/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1448576 memory=1372600 CPUtime=3392.57 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 701535 0 0 0 339133 124 0 0 20 0 2 0 138900431 1483341824 343150 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 362144 343150 3520 6655 0 345613 0
[pid=113730/tid=113763] ppid=113723 vsize=1448576 memory=14560 CPUtime=1687.33 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 304758 0 0 0 168685 48 0 0 20 0 2 0 138901487 1483341824 343150 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 1448576 KiB
Current children cumulated memory: 1372600 KiB

[startup+1782.3 s]
/proc/loadavg: 7.76 7.99 6.92 8/255 113923
/proc/meminfo: memFree=119528152/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1448576 memory=1372728 CPUtime=3511.7 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 701583 0 0 0 351046 124 0 0 20 0 2 0 138900431 1483341824 343182 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 362144 343182 3520 6655 0 345613 0
[pid=113730/tid=113763] ppid=113723 vsize=1448576 memory=1372728 CPUtime=1747.11 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 304804 0 0 0 174663 48 0 0 20 0 2 0 138901487 1483341824 343182 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3511.7 s
Current children cumulated vsize: 1448576 KiB
Current children cumulated memory: 1372728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.8 s]
/proc/loadavg: 7.55 7.90 6.94 8/251 113936
/proc/meminfo: memFree=124938240/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1448576 memory=1372728 CPUtime=3600.01 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) R 113723 113730 113672 0 -1 4194304 706897 0 0 0 359876 125 0 0 20 0 2 0 138900431 1483341824 343182 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 362144 343182 3520 6655 0 345613 0
[pid=113730/tid=113763] ppid=113723 vsize=1448576 memory=7021675014659506479 CPUtime=1791.43 cores=0,2
/proc/113730/task/113763/stat : 113763 (LSIPExact) R 113723 113730 113672 0 -1 4194368 310115 0 0 0 179094 49 0 0 20 0 2 0 138901487 1483341824 343182 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1448576 KiB
Current children cumulated memory: 1372728 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.55 s, system=1.36003 s

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

[startup+1827.2 s]
/proc/loadavg: 7.55 7.90 6.94 5/251 113937
/proc/meminfo: memFree=125260632/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1081892 memory=1040228 CPUtime=3600.3 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) S 113723 113730 113672 0 -1 4194304 742666 0 0 0 359903 127 0 0 20 0 1 0 138900431 1107857408 260057 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 65536 6 16384 1 0 0 17 2 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 270473 260057 3584 6655 0 260112 0
[pid=113937] ppid=113730 vsize=1776 memory=256 CPUtime=0 cores=0,2
/proc/113937/stat : 113937 (sh) D 113730 113730 113672 0 -1 4456448 21 0 0 0 0 0 0 0 20 0 1 0 139083129 1818624 64 18446744073709551615 94100597772288 94100598666821 140732804499200 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94100598905872 94100598953616 94100623847424 140732804508022 140732804508172 140732804508172 140732804513776 0
/proc/113937/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 1083668 KiB
Current children cumulated memory: 1040484 KiB

[startup+1828 s]*
/proc/loadavg: 7.55 7.90 6.94 5/251 113938
/proc/meminfo: memFree=125270432/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1081892 memory=1040228 CPUtime=3600.3 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) S 113723 113730 113672 0 -1 4194304 742666 229 0 0 359903 127 0 0 20 0 1 0 138900431 1107857408 260057 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 270473 260057 3584 6655 0 260112 0
[pid=113938] ppid=113730 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/113938/stat : 113938 (bash) D 113730 113730 113672 0 -1 4456448 275 0 0 0 0 1 0 0 20 0 1 0 139083190 4292608 736 18446744073709551615 94540880896000 94540881790533 140725785522320 0 0 0 0 4 65536 1 0 0 17 0 0 0 0 0 0 94540882029584 94540882077328 94540897415168 140725785524368 140725785524774 140725785524774 140725785530346 0
/proc/113938/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 1086084 KiB
Current children cumulated memory: 1043172 KiB

[startup+1828.4 s]
/proc/loadavg: 7.55 7.90 6.94 5/251 113938
/proc/meminfo: memFree=125270432/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1081892 memory=1040228 CPUtime=3600.3 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) S 113723 113730 113672 0 -1 4194304 742666 229 0 0 359903 127 0 0 20 0 1 0 138900431 1107857408 260057 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 270473 260057 3584 6655 0 260112 0
[pid=113938] ppid=113730 vsize=61956 memory=40116 CPUtime=0.15 cores=0,2
/proc/113938/stat : 113938 (Exact) R 113730 113938 113938 0 -1 4194304 6004 0 0 0 11 4 0 0 20 0 1 0 139083190 63442944 10029 18446744073709551615 4198400 8335837 140724197117216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42225664 140724197120178 140724197120539 140724197120539 140724197126095 0
/proc/113938/statm: 15489 10029 928 1011 0 14256 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 1143848 KiB
Current children cumulated memory: 1080344 KiB

[startup+1828.8 s]
/proc/loadavg: 7.55 7.90 6.94 5/251 113938
/proc/meminfo: memFree=125270432/131382112 swapFree=33010160/33010684
[pid=113730] ppid=113723 vsize=1081892 memory=1040228 CPUtime=3600.3 cores=0,2
/proc/113730/stat : 113730 (LSIPExact) S 113723 113730 113672 0 -1 4194304 742666 229 0 0 359903 127 0 0 20 0 1 0 138900431 1107857408 260057 18446744073709551615 94608282640384 94608309897553 140735260811552 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94608318399624 94608318831232 94608323895296 140735260817752 140735260817928 140735260817928 140735260823532 0
/proc/113730/statm: 270473 260057 3584 6655 0 260112 0
[pid=113938] ppid=113730 vsize=73328 memory=56448 CPUtime=0.54 cores=0,2
/proc/113938/stat : 113938 (Exact) R 113730 113938 113938 0 -1 4194304 9076 0 0 0 50 4 0 0 20 0 1 0 139083190 75087872 14112 18446744073709551615 4198400 8335837 140724197117216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42225664 140724197120178 140724197120539 140724197120539 140724197126095 0
/proc/113938/statm: 18332 14112 928 1011 0 17099 0
Current children cumulated CPU time: 3600.84 s
Current children cumulated vsize: 1155220 KiB
Current children cumulated memory: 1096676 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1828.83
CPU time (s): 3600.91
CPU user time (s): 3599.55
CPU system time (s): 1.36003
CPU usage (%): 196.896
Max. virtual memory (cumulated for all children) (KiB): 1517628
Max. memory (cumulated for all children) (KiB): 1431144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.55
system time used= 1.36003
maximum resident set size= 1431144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 751973
page faults= 0
swaps= 0
block input operations= 15688
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 550
involuntary context switches= 84461


# summary of solver processes directly reported to runsolver:
#   pid: 113730
#   total CPU time (s): 3600.91
#   total CPU user time (s): 3599.55
#   total CPU system time (s): 1.36003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.4738 second user time and 8.65033 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 13:10:06
IDJOB=4527257
IDBENCH=144808
IDSOLVER=3384
FILE ID=nodeC009/4527257-1752232205
RUNJOBID= nodeC009-1752232205-113689
SLURM_JOB_ID= 9682520
Free space on /tmp= 431216 MiB

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

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

MD5SUM BENCH= cedbd6bdd86c4b8a6a7f33f1889b1b8a
RANDOM SEED=417534739

nodeC009 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.229
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.85
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.242
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.85
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		: 3700.000
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.201
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126895180 kB
MemAvailable:   129874352 kB
Buffers:            2144 kB
Cached:          3710792 kB
SwapCached:           24 kB
Active:           701504 kB
Inactive:        3078536 kB
Active(anon):      80860 kB
Inactive(anon):     4180 kB
Active(file):     620644 kB
Inactive(file):  3074356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            185120 kB
Writeback:             8 kB
AnonPages:         70196 kB
Mapped:           105256 kB
Shmem:             17936 kB
KReclaimable:     247212 kB
Slab:             336644 kB
SReclaimable:     247212 kB
SUnreclaim:        89432 kB
KernelStack:        3840 kB
PageTables:         2836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     334032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149208 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431040 MiB
End job on nodeC009 at 2025-07-11 13:40:35