Trace number 4527266

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.05 1840.73

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
MD5SUMb261ca8837cd3a85e5e1f3e7a937d60a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52506
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 994
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14671668
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 994
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14671668
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.12/1838.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.12/1838.70	c numVar: 40451
3600.12/1838.70	c numCon: 40950
3600.12/1838.70	c numEqual: 0
3600.12/1838.70	c intSize: 24
3600.12/1838.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.12/1838.70	c ------------------- Paras list -------------------
3600.12/1838.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.12/1838.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.12/1838.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.12/1838.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.12/1838.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.12/1838.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.12/1838.70	c random_seed         	 int       	 0         	 0         	 
3600.12/1838.70	c sample_size         	 int       	 50        	 50        	 
3600.12/1838.70	c sub_score           	 int       	 1         	 1         	 
3600.12/1838.70	c tabu_base           	 int       	 3         	 3         	 
3600.12/1838.70	c tabu_variation      	 int       	 1         	 1         	 
3600.12/1838.70	c sub_div             	 int       	 4         	 4         	 
3600.12/1838.70	c nbcore              	 int       	 2         	 1         	 
3600.12/1838.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.12/1838.70	c print_sol           	 int       	 1         	 1         	 
3600.12/1838.70	c tmpdir              	 string		 .         	 "."       	 
3600.12/1838.70	c home                	 string		 HOME	 "."       	 
3600.12/1838.70	c benchname           	 string		 HOME/instance-4527266-1752234042.opb	 ""        	 
3600.12/1838.70	c --------------------------------------------------
3600.12/1838.70	c Local Search solver
3600.12/1838.70	c MIP solver
3600.12/1838.70	c receive signal 15, try to interrupt solver...
3600.12/1838.72	c MIP solver find feasible solution
3600.12/1838.72	c MIP solver objective value: -47099
3600.18/1838.81	c MIP find feasible solution for PBO with objective value -47099
3600.18/1838.81	c copy file: 0
3600.18/1838.81	c gen ub file: HOME/instance-4527266-1752234042.opb_ub.opb
3600.18/1838.81	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: 63708 MiB (61775 MiB free)
  memory of node 1: 64465 MiB (63148 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=114779, runsolver pid=114776
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 7.40 7.92 6.97 5/267 114780
/proc/meminfo: memFree=127850836/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=89568 memory=54976 CPUtime=0.09 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 12911 0 0 0 7 2 0 0 20 0 1 0 139082131 91717632 13744 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22392 13744 1184 6655 0 12627 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 89568 KiB
Current children cumulated memory: 54976 KiB

[startup+0.205552 s]*
/proc/loadavg: 7.40 7.92 6.97 4/264 114780
/proc/meminfo: memFree=128294768/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=0.2 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13185 0 0 0 18 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+0.305357 s]*
/proc/loadavg: 7.40 7.92 6.97 5/262 114788
/proc/meminfo: memFree=128336296/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=0.3 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13185 0 0 0 28 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+0.70018 s]
/proc/loadavg: 7.40 7.92 6.97 4/262 114788
/proc/meminfo: memFree=128344456/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=0.68 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13185 0 0 0 66 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+1.50018 s]
/proc/loadavg: 7.40 7.92 6.97 4/264 114794
/proc/meminfo: memFree=128344028/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=1.48 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13185 0 0 0 146 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+3.10536 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=127942012/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=3.08 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13185 0 0 0 306 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+6.30017 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=127938660/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=90624 memory=56128 CPUtime=6.27 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 13186 0 0 0 625 2 0 0 20 0 1 0 139082131 92798976 14032 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 22656 14032 1184 6655 0 12891 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 56128 KiB

[startup+12.7002 s]
/proc/loadavg: 6.72 7.74 6.93 6/269 114828
/proc/meminfo: memFree=126555860/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=292384 memory=209128 CPUtime=13.78 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 40764 0 0 0 1371 7 0 0 20 0 2 0 139082131 299401216 52282 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 73096 52282 3392 6655 0 54014 0
[pid=114779/tid=114828] ppid=114776 vsize=292384 memory=199592 CPUtime=1.12 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 3675 0 0 0 112 0 0 0 20 0 2 0 139083143 299401216 52282 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 13.78 s
Current children cumulated vsize: 292384 KiB
Current children cumulated memory: 209128 KiB

[startup+25.5002 s]
/proc/loadavg: 6.54 7.67 6.91 7/270 114830
/proc/meminfo: memFree=124500512/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=402128 memory=320912 CPUtime=38.64 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 134415 0 0 0 3846 18 0 0 20 0 2 0 139082131 411779072 80228 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 100532 80228 3488 6655 0 89031 0
[pid=114779/tid=114828] ppid=114776 vsize=402128 memory=264364 CPUtime=13.24 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 28370 0 0 0 1320 4 0 0 20 0 2 0 139083143 411779072 80228 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 38.64 s
Current children cumulated vsize: 402128 KiB
Current children cumulated memory: 320912 KiB

[startup+51.1056 s]
/proc/loadavg: 6.78 7.63 6.92 8/270 114830
/proc/meminfo: memFree=121564700/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=393452 memory=327020 CPUtime=89.44 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 190400 0 0 0 8922 22 0 0 20 0 2 0 139082131 402894848 81755 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 98363 81755 3488 6655 0 86862 0
[pid=114779/tid=114828] ppid=114776 vsize=393452 memory=326380 CPUtime=38.53 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 49428 0 0 0 3848 5 0 0 20 0 2 0 139083143 402894848 81755 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 89.44 s
Current children cumulated vsize: 393452 KiB
Current children cumulated memory: 327020 KiB

[startup+102.3 s]
/proc/loadavg: 7.40 7.65 6.97 9/270 114833
/proc/meminfo: memFree=120470292/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=399008 memory=360084 CPUtime=188.74 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 251321 0 0 0 18844 30 0 0 20 0 2 0 139082131 408584192 90021 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 99752 90021 3552 6655 0 89930 0
[pid=114779/tid=114828] ppid=114776 vsize=399008 memory=360084 CPUtime=86.85 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 77878 0 0 0 8676 9 0 0 20 0 2 0 139083143 408584192 90021 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 188.74 s
Current children cumulated vsize: 399008 KiB
Current children cumulated memory: 360084 KiB

[startup+162.3 s]
/proc/loadavg: 7.57 7.67 7.02 9/269 114835
/proc/meminfo: memFree=119356692/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=399008 memory=362828 CPUtime=307.8 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 257791 0 0 0 30744 36 0 0 20 0 2 0 139082131 408584192 90707 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 99752 90707 3552 6655 0 89930 0
[pid=114779/tid=114828] ppid=114776 vsize=399008 memory=362700 CPUtime=146.18 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 82362 0 0 0 14602 16 0 0 20 0 2 0 139083143 408584192 90707 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 307.8 s
Current children cumulated vsize: 399008 KiB
Current children cumulated memory: 362828 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 7.76 7.09 9/268 114838
/proc/meminfo: memFree=119107216/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=464544 memory=366452 CPUtime=426.8 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 306447 0 0 0 42638 42 0 0 20 0 2 0 139082131 475693056 91613 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 116136 91613 3552 6655 0 90772 0
[pid=114779/tid=114828] ppid=114776 vsize=464544 memory=366196 CPUtime=205.47 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 101470 0 0 0 20528 19 0 0 20 0 2 0 139083143 475693056 91613 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 426.8 s
Current children cumulated vsize: 464544 KiB
Current children cumulated memory: 366452 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 7.82 7.16 9/268 114840
/proc/meminfo: memFree=119071100/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=468488 memory=372868 CPUtime=545.74 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 318116 0 0 0 54532 42 0 0 20 0 2 0 139082131 479731712 93217 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 117122 93217 3552 6655 0 93659 0
[pid=114779/tid=114828] ppid=114776 vsize=468488 memory=14156 CPUtime=264.74 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 107271 0 0 0 26455 19 0 0 20 0 2 0 139083143 479731712 93217 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 545.74 s
Current children cumulated vsize: 468488 KiB
Current children cumulated memory: 372868 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 7.87 7.22 9/268 114843
/proc/meminfo: memFree=119019956/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=468488 memory=374148 CPUtime=664.72 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 318732 0 0 0 66429 43 0 0 20 0 2 0 139082131 479731712 93537 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 117122 93537 3552 6655 0 93778 0
[pid=114779/tid=114828] ppid=114776 vsize=468488 memory=14156 CPUtime=324.03 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 107844 0 0 0 32384 19 0 0 20 0 2 0 139083143 479731712 93537 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 664.72 s
Current children cumulated vsize: 468488 KiB
Current children cumulated memory: 374148 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2773.86 s
Current children cumulated vsize: 471804 KiB
Current children cumulated memory: 408092 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.07 7.86 9/267 114908
/proc/meminfo: memFree=118606256/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=471804 memory=408604 CPUtime=2892.86 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 601447 0 0 0 289205 81 0 0 20 0 2 0 139082131 483127296 102151 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 117951 102151 3552 6655 0 104599 0
[pid=114779/tid=114828] ppid=114776 vsize=471804 memory=408092 CPUtime=1430.9 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 234007 0 0 0 143055 35 0 0 20 0 2 0 139083143 483127296 102151 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 2892.86 s
Current children cumulated vsize: 471804 KiB
Current children cumulated memory: 408604 KiB

[startup+1542.3 s]
/proc/loadavg: 8.15 8.09 7.88 9/267 114911
/proc/meminfo: memFree=118460472/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=478536 memory=418684 CPUtime=3011.85 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 623474 0 0 0 301101 84 0 0 20 0 2 0 139082131 490020864 104671 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 119634 104671 3552 6655 0 107552 0
[pid=114779/tid=114828] ppid=114776 vsize=478536 memory=14156 CPUtime=1490.62 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 247453 0 0 0 149026 36 0 0 20 0 2 0 139083143 490020864 104671 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3011.85 s
Current children cumulated vsize: 478536 KiB
Current children cumulated memory: 418684 KiB

[startup+1602.3 s]
/proc/loadavg: 8.05 8.07 7.89 9/268 114914
/proc/meminfo: memFree=118232060/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=478536 memory=418940 CPUtime=3130.88 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 623617 0 0 0 313004 84 0 0 20 0 2 0 139082131 490020864 104735 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 119634 104735 3552 6655 0 107552 0
[pid=114779/tid=114828] ppid=114776 vsize=478536 memory=418812 CPUtime=1550.36 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 247575 0 0 0 155000 36 0 0 20 0 2 0 139083143 490020864 104735 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3130.88 s
Current children cumulated vsize: 478536 KiB
Current children cumulated memory: 418940 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.14 7.93 8/268 114916
/proc/meminfo: memFree=118303864/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=479688 memory=429820 CPUtime=3249.93 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 648967 0 0 0 324907 86 0 0 20 0 2 0 139082131 491200512 107455 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 119922 107455 3552 6655 0 107840 0
[pid=114779/tid=114828] ppid=114776 vsize=479688 memory=422268 CPUtime=1610.11 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 261867 0 0 0 160973 38 0 0 20 0 2 0 139083143 491200512 107455 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3249.93 s
Current children cumulated vsize: 479688 KiB
Current children cumulated memory: 429820 KiB

[startup+1722.3 s]
/proc/loadavg: 7.56 7.97 7.89 8/268 114918
/proc/meminfo: memFree=118186912/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=486656 memory=438628 CPUtime=3369.06 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 659589 0 0 0 336817 89 0 0 20 0 2 0 139082131 498335744 109657 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 121664 109657 3552 6655 0 111696 0
[pid=114779/tid=114828] ppid=114776 vsize=486656 memory=422268 CPUtime=1669.88 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 268319 0 0 0 166949 39 0 0 20 0 2 0 139083143 498335744 109657 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3369.06 s
Current children cumulated vsize: 486656 KiB
Current children cumulated memory: 438628 KiB

[startup+1782.3 s]
/proc/loadavg: 7.26 7.81 7.83 8/268 114920
/proc/meminfo: memFree=117881956/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=489036 memory=441572 CPUtime=3488.14 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 671354 0 0 0 348724 90 0 0 20 0 2 0 139082131 500772864 110393 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 122259 110393 3552 6655 0 112291 0
[pid=114779/tid=114828] ppid=114776 vsize=489036 memory=440804 CPUtime=1729.63 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 268944 0 0 0 172924 39 0 0 20 0 2 0 139083143 500772864 110393 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3488.14 s
Current children cumulated vsize: 489036 KiB
Current children cumulated memory: 441572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1838.7 s]
/proc/loadavg: 7.05 7.66 7.78 7/268 114976
/proc/meminfo: memFree=121291124/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=495532 memory=452324 CPUtime=3600.12 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) R 114776 114779 114460 0 -1 4194304 687306 0 0 0 359920 92 0 0 20 0 2 0 139082131 507424768 113081 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 123883 113081 3552 6655 0 113915 0
[pid=114779/tid=114828] ppid=114776 vsize=495532 memory=16128 CPUtime=1785.82 cores=5,7
/proc/114779/task/114828/stat : 114828 (LSIPExact) R 114776 114779 114460 0 -1 4194368 279793 0 0 0 178543 39 0 0 20 0 2 0 139083143 507424768 113081 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 495532 KiB
Current children cumulated memory: 452324 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3601.02 s, system=1.0314 s

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

[startup+1840 s]*
/proc/loadavg: 7.05 7.66 7.78 6/268 114978
/proc/meminfo: memFree=121254260/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=429996 memory=363984 CPUtime=3600.18 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) S 114776 114779 114460 0 -1 4194304 706023 228 0 0 359924 94 0 0 20 0 1 0 139082131 440315904 90996 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 107499 90996 3584 6655 0 97687 0
[pid=114978] ppid=114779 vsize=155556 memory=137032 CPUtime=1.13 cores=5,7
/proc/114978/stat : 114978 (Exact) R 114779 114978 114978 0 -1 4194304 31025 0 0 0 107 6 0 0 20 0 1 0 139266012 159289344 34258 18446744073709551615 4198400 8335837 140730770158736 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16691200 140730770167986 140730770168347 140730770168347 140730770173903 0
/proc/114978/statm: 38889 34258 1120 1011 0 37656 0
Current children cumulated CPU time: 3601.31 s
Current children cumulated vsize: 585552 KiB
Current children cumulated memory: 501016 KiB

[startup+1840.4 s]
/proc/loadavg: 7.05 7.66 7.78 6/268 114978
/proc/meminfo: memFree=121254260/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=429996 memory=363984 CPUtime=3600.18 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) S 114776 114779 114460 0 -1 4194304 706023 228 0 0 359924 94 0 0 20 0 1 0 139082131 440315904 90996 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 107499 90996 3584 6655 0 97687 0
[pid=114978] ppid=114779 vsize=155556 memory=139208 CPUtime=1.52 cores=5,7
/proc/114978/stat : 114978 (Exact) R 114779 114978 114978 0 -1 4194304 31067 0 0 0 146 6 0 0 20 0 1 0 139266012 159289344 34802 18446744073709551615 4198400 8335837 140730770158736 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16691200 140730770167986 140730770168347 140730770168347 140730770173903 0
/proc/114978/statm: 38889 34802 1120 1011 0 37656 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 585552 KiB
Current children cumulated memory: 503192 KiB

[startup+1840.6 s]
/proc/loadavg: 7.05 7.66 7.78 6/268 114978
/proc/meminfo: memFree=121254260/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=429996 memory=363984 CPUtime=3600.18 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) S 114776 114779 114460 0 -1 4194304 706023 228 0 0 359924 94 0 0 20 0 1 0 139082131 440315904 90996 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 107499 90996 3584 6655 0 97687 0
[pid=114978] ppid=114779 vsize=155556 memory=141440 CPUtime=1.72 cores=5,7
/proc/114978/stat : 114978 (Exact) R 114779 114978 114978 0 -1 4194304 31106 0 0 0 166 6 0 0 20 0 1 0 139266012 159289344 35360 18446744073709551615 4198400 8335837 140730770158736 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16691200 140730770167986 140730770168347 140730770168347 140730770173903 0
/proc/114978/statm: 38889 35360 1120 1011 0 37656 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 585552 KiB
Current children cumulated memory: 505424 KiB

[startup+1840.7 s]
/proc/loadavg: 7.05 7.66 7.78 6/268 114978
/proc/meminfo: memFree=121254260/131249996 swapFree=33000896/33010684
[pid=114779] ppid=114776 vsize=429996 memory=363984 CPUtime=3600.18 cores=5,7
/proc/114779/stat : 114779 (LSIPExact) S 114776 114779 114460 0 -1 4194304 706023 228 0 0 359924 94 0 0 20 0 1 0 139082131 440315904 90996 18446744073709551615 93937606598656 93937633855825 140725506873184 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93937642357896 93937642789504 93937645600768 140725506881880 140725506882056 140725506882056 140725506887660 0
/proc/114779/statm: 107499 90996 3584 6655 0 97687 0
[pid=114978] ppid=114779 vsize=155556 memory=141440 CPUtime=1.82 cores=5,7
/proc/114978/stat : 114978 (Exact) R 114779 114978 114978 0 -1 4194304 31106 0 0 0 176 6 0 0 20 0 1 0 139266012 159289344 35360 18446744073709551615 4198400 8335837 140730770158736 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16691200 140730770167986 140730770168347 140730770168347 140730770173903 0
/proc/114978/statm: 38889 35360 1120 1011 0 37656 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 585552 KiB
Current children cumulated memory: 505424 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1840.73
CPU time (s): 3602.05
CPU user time (s): 3601.02
CPU system time (s): 1.0314
CPU usage (%): 195.687
Max. virtual memory (cumulated for all children) (KiB): 585552
Max. memory (cumulated for all children) (KiB): 505424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.02
system time used= 1.0314
maximum resident set size= 452452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 737357
page faults= 0
swaps= 0
block input operations= 5488
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 548
involuntary context switches= 85831


# summary of solver processes directly reported to runsolver:
#   pid: 114779
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3601.02
#   total CPU system time (s): 1.0314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2005 second user time and 7.39724 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:40:43
IDJOB=4527266
IDBENCH=156875
IDSOLVER=3384
FILE ID=nodeC023/4527266-1752234042
RUNJOBID= nodeC023-1752232205-114480
SLURM_JOB_ID= 9682534
Free space on /tmp= 431684 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527266-1752234042/watcher-4527266-1752234042 -o /tmp/evaluation-result-4527266-1752234042/solver-4527266-1752234042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114480 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527266-1752234042.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b261ca8837cd3a85e5e1f3e7a937d60a
RANDOM SEED=1287912451

nodeC023 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.890
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	: 6999.78
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		: 3599.884
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	: 6999.78
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		: 3607.501
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	: 6999.78
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		: 3586.673
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	: 6999.78
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		: 3599.896
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	: 6999.78
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		: 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 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	: 6999.78
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		: 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 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	: 6999.78
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		: 3599.868
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127987488 kB
MemAvailable:   128163964 kB
Buffers:              16 kB
Cached:           917572 kB
SwapCached:         2860 kB
Active:          1761604 kB
Inactive:         754140 kB
Active(anon):    1558020 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   701384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            188208 kB
Writeback:             0 kB
AnonPages:       1596488 kB
Mapped:           122644 kB
Shmem:             12612 kB
KReclaimable:     221496 kB
Slab:             314244 kB
SReclaimable:     221496 kB
SUnreclaim:        92748 kB
KernelStack:        4304 kB
PageTables:         6184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1948404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431636 MiB
End job on nodeC023 at 2025-07-11 14:11:24