Trace number 4483835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.23 1830.04

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483835-1751279512/watcher-4483835-1751279512 -o /tmp/evaluation-result-4483835-1751279512/solver-4483835-1751279512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40524 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4483835-1751279512.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=40580, runsolver pid=40573
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 1.53 3.27 3.80 6/266 40581
/proc/meminfo: memFree=126390560/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=141484 memory=106876 CPUtime=0.09 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 19598 0 0 0 6 3 0 0 20 0 1 0 43629032 144879616 26719 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 35371 26719 1152 6655 0 25606 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 141484 KiB
Current children cumulated memory: 106876 KiB

[startup+0.205287 s]*
/proc/loadavg: 1.53 3.27 3.80 6/266 40581
/proc/meminfo: memFree=126239864/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=191248 memory=156668 CPUtime=0.19 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 32025 0 0 0 14 5 0 0 20 0 1 0 43629032 195837952 39167 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 47812 39167 1152 6655 0 38047 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 191248 KiB
Current children cumulated memory: 156668 KiB

[startup+0.305354 s]*
/proc/loadavg: 1.53 3.27 3.80 6/266 40581
/proc/meminfo: memFree=126199544/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=216856 memory=182140 CPUtime=0.29 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 38414 0 0 0 23 6 0 0 20 0 1 0 43629032 222060544 45535 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 54214 45535 1152 6655 0 44449 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182140 KiB

[startup+0.700132 s]
/proc/loadavg: 1.53 3.27 3.80 6/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=216856 memory=182140 CPUtime=0.68 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 38419 0 0 0 62 6 0 0 20 0 1 0 43629032 222060544 45535 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 54214 45535 1152 6655 0 44449 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182140 KiB

[startup+1.50012 s]
/proc/loadavg: 1.53 3.27 3.80 6/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=216856 memory=182140 CPUtime=1.48 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 38420 0 0 0 142 6 0 0 20 0 1 0 43629032 222060544 45535 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 54214 45535 1152 6655 0 44449 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182140 KiB

[startup+3.1048 s]
/proc/loadavg: 1.73 3.29 3.80 6/266 40581
/proc/meminfo: memFree=126200200/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=216856 memory=182140 CPUtime=3.08 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 38427 0 0 0 302 6 0 0 20 0 1 0 43629032 222060544 45535 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 54214 45535 1152 6655 0 44449 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182140 KiB

[startup+6.30011 s]
/proc/loadavg: 1.73 3.29 3.80 6/266 40582
/proc/meminfo: memFree=126200496/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=216856 memory=182140 CPUtime=6.26 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 38434 0 0 0 620 6 0 0 20 0 1 0 43629032 222060544 45535 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 54214 45535 1152 6655 0 44449 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 216856 KiB
Current children cumulated memory: 182140 KiB

[startup+12.7002 s]
/proc/loadavg: 2.08 3.31 3.80 6/270 40586
/proc/meminfo: memFree=125002192/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=732224 memory=586696 CPUtime=12.65 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 111365 0 0 0 1245 20 0 0 20 0 2 0 43629032 749797376 146674 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 183056 146674 2880 6655 0 156939 0
[pid=40580/tid=40586] ppid=40573 vsize=732224 memory=538056 CPUtime=0 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) S 40573 40580 40512 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 43630072 749797376 146674 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 732224 KiB
Current children cumulated memory: 586696 KiB

[startup+25.5002 s]
/proc/loadavg: 2.60 3.38 3.82 10/270 40586
/proc/meminfo: memFree=124203436/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1119528 memory=970936 CPUtime=36.03 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 216109 0 0 0 3562 41 0 0 20 0 2 0 43629032 1146396672 242734 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 279882 242734 3360 6655 0 259961 0
[pid=40580/tid=40586] ppid=40573 vsize=1119528 memory=970808 CPUtime=10.64 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 37095 0 0 0 1056 8 0 0 20 0 2 0 43630072 1146396672 242734 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 36.03 s
Current children cumulated vsize: 1119528 KiB
Current children cumulated memory: 970936 KiB

[startup+51.1056 s]
/proc/loadavg: 4.44 3.75 3.93 10/270 40586
/proc/meminfo: memFree=124172740/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1123804 memory=976264 CPUtime=86.88 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 235446 0 0 0 8644 44 0 0 20 0 2 0 43629032 1150775296 244066 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 280951 244066 3360 6655 0 261030 0
[pid=40580/tid=40586] ppid=40573 vsize=1123804 memory=976264 CPUtime=35.97 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 40282 0 0 0 3588 9 0 0 20 0 2 0 43630072 1150775296 244066 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 86.88 s
Current children cumulated vsize: 1123804 KiB
Current children cumulated memory: 976264 KiB

[startup+102.3 s]
/proc/loadavg: 6.73 4.49 4.17 9/270 40634
/proc/meminfo: memFree=124165556/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1058676 memory=913740 CPUtime=188.62 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 250912 0 0 0 18817 45 0 0 20 0 2 0 43629032 1084084224 228435 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 264669 228435 3360 6655 0 244748 0
[pid=40580/tid=40586] ppid=40573 vsize=1058676 memory=913740 CPUtime=86.68 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 40298 0 0 0 8659 9 0 0 20 0 2 0 43630072 1084084224 228435 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 188.62 s
Current children cumulated vsize: 1058676 KiB
Current children cumulated memory: 913740 KiB

[startup+162.3 s]
/proc/loadavg: 7.51 5.12 4.41 10/270 40636
/proc/meminfo: memFree=123700852/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1238676 memory=1155112 CPUtime=307.59 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 357253 0 0 0 30698 61 0 0 20 0 2 0 43629032 1268404224 288778 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 309669 288778 3424 6655 0 298591 0
[pid=40580/tid=40586] ppid=40573 vsize=1238676 memory=913740 CPUtime=145.9 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 74336 0 0 0 14576 14 0 0 20 0 2 0 43630072 1268404224 288778 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 307.59 s
Current children cumulated vsize: 1238676 KiB
Current children cumulated memory: 1155112 KiB

[startup+222.3 s]
/proc/loadavg: 7.88 5.66 4.64 10/269 40638
/proc/meminfo: memFree=123632324/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1238676 memory=1156392 CPUtime=426.47 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 396077 0 0 0 42582 65 0 0 20 0 2 0 43629032 1268404224 289098 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 309669 289098 3424 6655 0 298591 0
[pid=40580/tid=40586] ppid=40573 vsize=1238676 memory=14824 CPUtime=205.13 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 91900 0 0 0 20497 16 0 0 20 0 2 0 43630072 1268404224 289098 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 426.47 s
Current children cumulated vsize: 1238676 KiB
Current children cumulated memory: 1156392 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 6.10 4.86 10/268 40647
/proc/meminfo: memFree=123569772/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1266408 memory=1183716 CPUtime=545.37 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 403412 0 0 0 54470 67 0 0 20 0 2 0 43629032 1296801792 295929 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 316602 295929 3424 6655 0 305524 0
[pid=40580/tid=40586] ppid=40573 vsize=1266408 memory=1183588 CPUtime=264.37 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 94730 0 0 0 26420 17 0 0 20 0 2 0 43630072 1296801792 295929 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 545.37 s
Current children cumulated vsize: 1266408 KiB
Current children cumulated memory: 1183716 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 6.45 5.06 10/268 40649
/proc/meminfo: memFree=123538832/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1266408 memory=1183844 CPUtime=664.25 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 433216 0 0 0 66353 72 0 0 20 0 2 0 43629032 1296801792 295961 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 316602 295961 3424 6655 0 305524 0
[pid=40580/tid=40586] ppid=40573 vsize=1266408 memory=1183716 CPUtime=323.61 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 107575 0 0 0 32342 19 0 0 20 0 2 0 43630072 1296801792 295961 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 664.25 s
Current children cumulated vsize: 1266408 KiB
Current children cumulated memory: 1183844 KiB


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


[startup+1422.3 s]
/proc/loadavg: 7.73 7.95 7.15 10/266 40695
/proc/meminfo: memFree=123226488/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1416924 CPUtime=2795.8 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 936852 0 0 0 279439 141 0 0 20 0 2 0 43629032 1543352320 354231 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354231 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=1398836 CPUtime=1380.83 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 362207 0 0 0 138031 52 0 0 20 0 2 0 43630072 1543352320 354231 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 2795.8 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1416924 KiB

[startup+1482.3 s]
/proc/loadavg: 7.95 7.98 7.21 10/267 40704
/proc/meminfo: memFree=123200224/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417308 CPUtime=2914.73 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 948579 0 0 0 291329 144 0 0 20 0 2 0 43629032 1543352320 354327 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354327 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=1417052 CPUtime=1440.07 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 373832 0 0 0 143953 54 0 0 20 0 2 0 43630072 1543352320 354327 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 2914.73 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417308 KiB

[startup+1542.3 s]
/proc/loadavg: 7.94 7.98 7.26 10/267 40706
/proc/meminfo: memFree=123171780/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3033.72 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 948889 0 0 0 303228 144 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=-6585507759866876255 CPUtime=1499.35 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 374108 0 0 0 149881 54 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3033.72 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB

[startup+1602.3 s]
/proc/loadavg: 8.08 8.02 7.32 10/267 40708
/proc/meminfo: memFree=123185760/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3152.64 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 948969 0 0 0 315120 144 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=14824 CPUtime=1558.6 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 374145 0 0 0 155805 55 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3152.64 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB

[startup+1662.3 s]
/proc/loadavg: 8.03 8.01 7.37 10/267 40709
/proc/meminfo: memFree=123145904/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3271.63 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 952790 0 0 0 327018 145 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=1417564 CPUtime=1617.89 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 374196 0 0 0 161734 55 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3271.63 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.04 7.42 10/268 40712
/proc/meminfo: memFree=123148164/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3390.59 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 953948 0 0 0 338914 145 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=1417564 CPUtime=1677.17 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 375005 0 0 0 167662 55 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3390.59 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB

[startup+1782.3 s]
/proc/loadavg: 8.10 8.04 7.46 10/267 40725
/proc/meminfo: memFree=123131652/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3509.54 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 954041 0 0 0 350809 145 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=1417564 CPUtime=1736.43 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 375056 0 0 0 173588 55 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3509.54 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828 s]*
/proc/loadavg: 8.09 8.05 7.50 9/267 40729
/proc/meminfo: memFree=123022040/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1507180 memory=1417564 CPUtime=3600.14 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) R 40573 40580 40512 0 -1 4194304 962761 0 0 0 359869 145 0 0 20 0 2 0 43629032 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 376795 354391 3424 6655 0 360244 0
[pid=40580/tid=40586] ppid=40573 vsize=1507180 memory=6784 CPUtime=1781.57 cores=1,3
/proc/40580/task/40586/stat : 40586 (LSIPExact) R 40573 40580 40512 0 -1 4194368 383765 0 0 0 178102 55 0 0 20 0 2 0 43630072 1543352320 354391 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 1507180 KiB
Current children cumulated memory: 1417564 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.95 s, system=1.51749 s

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

# cumulated CPU time of all completed processes:  user=3600.53 s, system=1.69524 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+1828.8 s]
/proc/loadavg: 8.09 8.05 7.50 9/267 40729
/proc/meminfo: memFree=123022040/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1163480 memory=1119924 CPUtime=3600.42 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) S 40573 40580 40512 0 -1 4194304 1001586 228 0 0 359894 148 0 0 20 0 1 0 43629032 1191403520 279981 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 290870 279981 3424 6655 0 280504 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 1163480 KiB
Current children cumulated memory: 1119924 KiB

[startup+1829.6 s]
/proc/loadavg: 8.09 8.05 7.50 8/267 40731
/proc/meminfo: memFree=122886532/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1163480 memory=1119924 CPUtime=3600.42 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) S 40573 40580 40512 0 -1 4194304 1001586 228 0 0 359894 148 0 0 20 0 1 0 43629032 1191403520 279981 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 290870 279981 3424 6655 0 280504 0
[pid=40731] ppid=40580 vsize=334372 memory=297560 CPUtime=1.34 cores=1,3
/proc/40731/stat : 40731 (Exact) R 40580 40731 40731 0 -1 4194304 47108 0 0 0 122 12 0 0 20 0 1 0 43811855 342396928 74390 18446744073709551615 4198400 8335837 140726239408000 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21839872 140726239410356 140726239410717 140726239410717 140726239416271 0
/proc/40731/statm: 83593 74390 960 1011 0 82360 0
Current children cumulated CPU time: 3601.76 s
Current children cumulated vsize: 1497852 KiB
Current children cumulated memory: 1417484 KiB

[startup+1830 s]*
/proc/loadavg: 8.09 8.05 7.50 8/262 40739
/proc/meminfo: memFree=123256376/131249996 swapFree=33010684/33010684
[pid=40580] ppid=40573 vsize=1163480 memory=1119924 CPUtime=3600.42 cores=1,3
/proc/40580/stat : 40580 (LSIPExact) S 40573 40580 40512 0 -1 4194304 1001586 228 0 0 359894 148 0 0 20 0 1 0 43629032 1191403520 279981 18446744073709551615 94011036135424 94011063391825 140720853785520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94011071894664 94011072326272 94011090599936 140720853789018 140720853789194 140720853789194 140720853794796 0
/proc/40580/statm: 290870 279981 3424 6655 0 280504 0
[pid=40731] ppid=40580 vsize=491676 memory=457560 CPUtime=1.74 cores=1,3
/proc/40731/stat : 40731 (Exact) R 40580 40731 40731 0 -1 4194304 56939 0 0 0 158 16 0 0 20 0 1 0 43811855 503476224 114390 18446744073709551615 4198400 8335837 140726239408000 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21839872 140726239410356 140726239410717 140726239410717 140726239416271 0
/proc/40731/statm: 122919 114390 1056 1011 0 121686 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 1655156 KiB
Current children cumulated memory: 1577484 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1830.04
CPU time (s): 3602.23
CPU user time (s): 3600.53
CPU system time (s): 1.69524
CPU usage (%): 196.839
Max. virtual memory (cumulated for all children) (KiB): 1655156
Max. memory (cumulated for all children) (KiB): 1577484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.53
system time used= 1.69524
maximum resident set size= 1417564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1058755
page faults= 0
swaps= 0
block input operations= 17736
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 529
involuntary context switches= 105636


# summary of solver processes directly reported to runsolver:
#   pid: 40580,40731
#   total CPU time (s): 3602.23
#   total CPU user time (s): 3600.53
#   total CPU system time (s): 1.69524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.75047 second user time and 8.76701 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 12:31:53
IDJOB=4483835
IDBENCH=144808
IDSOLVER=3336
FILE ID=nodeC017/4483835-1751279512
RUNJOBID= nodeC017-1751279512-40524
SLURM_JOB_ID= 9594216
Free space on /tmp= 432972 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-4483835-1751279512/watcher-4483835-1751279512 -o /tmp/evaluation-result-4483835-1751279512/solver-4483835-1751279512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40524 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4483835-1751279512.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= cedbd6bdd86c4b8a6a7f33f1889b1b8a
RANDOM SEED=1837381171

nodeC017 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	: 0xb00002a
cpu MHz		: 3599.433
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.024
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.330
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.245
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.250
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.534
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
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	: 0xb00002a
cpu MHz		: 3600.192
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126768768 kB
MemAvailable:   129747984 kB
Buffers:            2380 kB
Cached:          3750628 kB
SwapCached:            0 kB
Active:           376052 kB
Inactive:        3445316 kB
Active(anon):      86428 kB
Inactive(anon):       12 kB
Active(file):     289624 kB
Inactive(file):  3445304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            205296 kB
Writeback:             4 kB
AnonPages:         71428 kB
Mapped:           102816 kB
Shmem:             18080 kB
KReclaimable:     166656 kB
Slab:             254944 kB
SReclaimable:     166656 kB
SUnreclaim:        88288 kB
KernelStack:        4080 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432816 MiB
End job on nodeC017 at 2025-06-30 13:02:23