Trace number 4527259

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.15 1845.72

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_ladder/
normalized-BA_RDC4.dot_unif_0null10mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_ladder.opb
MD5SUM09dba01427439390f7d02c92f076240e
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-77682
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81322
Total number of constraints201868
Number of constraints which are clauses201867
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 262661
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 262661
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=116077, runsolver pid=116066

[startup+0.100063 s]*
/proc/loadavg: 0.45 0.16 0.11 4/264 116078
/proc/meminfo: memFree=118304584/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=36504 memory=256 CPUtime=0 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) D 116066 116077 116001 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 138900912 37380096 64 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.205694 s]*
/proc/loadavg: 0.45 0.16 0.11 4/264 116078
/proc/meminfo: memFree=118280392/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=36504 memory=256 CPUtime=0 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) D 116066 116077 116001 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 138900912 37380096 64 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.304672 s]*
/proc/loadavg: 0.45 0.16 0.11 6/264 116078
/proc/meminfo: memFree=118208708/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=114980 memory=80236 CPUtime=0.06 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 14994 0 0 0 4 2 0 0 20 0 1 0 138900912 117739520 20059 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 28745 20059 1152 6655 0 18980 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 114980 KiB
Current children cumulated memory: 80236 KiB

[startup+0.700152 s]
/proc/loadavg: 0.45 0.16 0.11 5/264 116078
/proc/meminfo: memFree=118149236/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=178424 memory=143596 CPUtime=0.44 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 30864 0 0 0 40 4 0 0 20 0 1 0 138900912 182706176 35899 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 44606 35899 1152 6655 0 34841 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 143596 KiB

[startup+1.50013 s]
/proc/loadavg: 0.45 0.16 0.11 5/264 116078
/proc/meminfo: memFree=118149016/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=178424 memory=143724 CPUtime=1.24 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 30865 0 0 0 120 4 0 0 20 0 1 0 138900912 182706176 35931 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 44606 35931 1152 6655 0 34841 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 143724 KiB

[startup+3.10539 s]
/proc/loadavg: 0.45 0.16 0.11 5/264 116078
/proc/meminfo: memFree=118149912/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=178424 memory=143724 CPUtime=2.84 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 30871 0 0 0 280 4 0 0 20 0 1 0 138900912 182706176 35931 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 44606 35931 1152 6655 0 34841 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 143724 KiB

[startup+6.3001 s]
/proc/loadavg: 0.74 0.23 0.13 5/265 116079
/proc/meminfo: memFree=118149896/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=178424 memory=143724 CPUtime=6.03 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 30877 0 0 0 599 4 0 0 20 0 1 0 138900912 182706176 35931 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 44606 35931 1152 6655 0 34841 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 143724 KiB

[startup+12.7001 s]
/proc/loadavg: 1.00 0.29 0.16 4/264 116091
/proc/meminfo: memFree=117264576/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=576592 memory=456120 CPUtime=12.42 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 92516 0 0 0 1225 17 0 0 20 0 2 0 138900912 590430208 114030 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 144148 114030 2880 6655 0 118031 0
[pid=116077/tid=116091] ppid=116066 vsize=576592 memory=14720 CPUtime=0 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) S 116066 116077 116001 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138901966 590430208 114030 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 12.42 s
Current children cumulated vsize: 576592 KiB
Current children cumulated memory: 456120 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 0.57 0.25 7/264 116091
/proc/meminfo: memFree=116912040/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=622188 memory=556980 CPUtime=28.07 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 154069 0 0 0 2782 25 0 0 20 0 2 0 138900912 637120512 139245 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 155547 139245 3584 6655 0 145075 0
[pid=116077/tid=116091] ppid=116066 vsize=622188 memory=586412 CPUtime=2.89 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 11647 0 0 0 287 2 0 0 20 0 2 0 138901966 637120512 139245 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 622188 KiB
Current children cumulated memory: 556980 KiB

[startup+51.1059 s]
/proc/loadavg: 3.58 1.04 0.41 7/266 116158
/proc/meminfo: memFree=116890780/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=622188 memory=563044 CPUtime=71.14 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 230727 0 0 0 7081 33 0 0 20 0 2 0 138900912 637120512 140761 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 155547 140761 3680 6655 0 145584 0
[pid=116077/tid=116091] ppid=116066 vsize=622188 memory=570628 CPUtime=20.58 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 41156 0 0 0 2052 6 0 0 20 0 2 0 138901966 637120512 140761 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 71.14 s
Current children cumulated vsize: 622188 KiB
Current children cumulated memory: 563044 KiB

[startup+102.3 s]
/proc/loadavg: 5.33 1.90 0.74 8/269 116496
/proc/meminfo: memFree=116924508/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=687724 memory=596128 CPUtime=170.1 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 280805 0 0 0 16971 39 0 0 20 0 2 0 138900912 704229376 149032 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 171931 149032 3680 6655 0 149672 0
[pid=116077/tid=116091] ppid=116066 vsize=687724 memory=594720 CPUtime=68.63 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 63217 0 0 0 6854 9 0 0 20 0 2 0 138901966 704229376 149032 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 170.1 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 596128 KiB

[startup+162.3 s]
/proc/loadavg: 6.38 2.83 1.14 8/270 116501
/proc/meminfo: memFree=113184400/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=687724 memory=600224 CPUtime=289.03 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 335873 0 0 0 28858 45 0 0 20 0 2 0 138900912 704229376 150056 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 171931 150056 3680 6655 0 151128 0
[pid=116077/tid=116091] ppid=116066 vsize=687724 memory=597280 CPUtime=127.87 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 85842 0 0 0 12775 12 0 0 20 0 2 0 138901966 704229376 150056 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 289.03 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 600224 KiB

[startup+222.3 s]
/proc/loadavg: 6.87 3.62 1.52 8/271 116504
/proc/meminfo: memFree=111284360/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=687724 memory=607264 CPUtime=407.94 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 343256 0 0 0 40748 46 0 0 20 0 2 0 138900912 704229376 151816 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 171931 151816 3680 6655 0 152349 0
[pid=116077/tid=116091] ppid=116066 vsize=687724 memory=607264 CPUtime=187.09 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 90127 0 0 0 18696 13 0 0 20 0 2 0 138901966 704229376 151816 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 407.94 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 607264 KiB

[startup+282.3 s]
/proc/loadavg: 6.96 4.24 1.86 8/271 116506
/proc/meminfo: memFree=110393604/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=687724 memory=607776 CPUtime=526.9 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 360518 0 0 0 52642 48 0 0 20 0 2 0 138900912 704229376 151944 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 171931 151944 3680 6655 0 152349 0
[pid=116077/tid=116091] ppid=116066 vsize=687724 memory=19584 CPUtime=246.34 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 94993 0 0 0 24621 13 0 0 20 0 2 0 138901966 704229376 151944 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 526.9 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 607776 KiB

[startup+342.3 s]
/proc/loadavg: 6.88 4.70 2.17 8/268 116508
/proc/meminfo: memFree=108366348/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=710160 memory=629152 CPUtime=621.62 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 400476 0 0 0 62110 52 0 0 20 0 2 0 138900912 727203840 157288 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 177540 157288 3680 6655 0 157958 0
[pid=116077/tid=116091] ppid=116066 vsize=710160 memory=607904 CPUtime=281.4 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 98733 0 0 0 28126 14 0 0 20 0 2 0 138901966 727203840 157288 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 621.62 s
Current children cumulated vsize: 710160 KiB
Current children cumulated memory: 629152 KiB

[startup+402.3 s]

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

[pid=116077] ppid=116066 vsize=854524 memory=806756 CPUtime=3002.24 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 540839 0 0 0 300147 77 0 0 20 0 2 0 138900912 875032576 201689 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 213631 201689 3744 6655 0 203047 0
[pid=116077/tid=116091] ppid=116066 vsize=854524 memory=806756 CPUtime=1467.21 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 164481 0 0 0 146693 28 0 0 20 0 2 0 138901966 875032576 201689 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3002.24 s
Current children cumulated vsize: 854524 KiB
Current children cumulated memory: 806756 KiB

[startup+1602.3 s]
/proc/loadavg: 8.28 7.97 6.31 9/266 116934
/proc/meminfo: memFree=114755280/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=872296 memory=819940 CPUtime=3121.25 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 554004 0 0 0 312046 79 0 0 20 0 2 0 138900912 893231104 204985 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 218074 204985 3744 6655 0 207490 0
[pid=116077/tid=116091] ppid=116066 vsize=872296 memory=14720 CPUtime=1526.47 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 168034 0 0 0 152618 29 0 0 20 0 2 0 138901966 893231104 204985 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3121.25 s
Current children cumulated vsize: 872296 KiB
Current children cumulated memory: 819940 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.00 6.43 9/266 116936
/proc/meminfo: memFree=114712116/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=872296 memory=820196 CPUtime=3240.3 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 561051 0 0 0 323950 80 0 0 20 0 2 0 138900912 893231104 205049 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 218074 205049 3744 6655 0 207490 0
[pid=116077/tid=116091] ppid=116066 vsize=872296 memory=3200 CPUtime=1585.76 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 170130 0 0 0 158547 29 0 0 20 0 2 0 138901966 893231104 205049 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3240.3 s
Current children cumulated vsize: 872296 KiB
Current children cumulated memory: 820196 KiB

[startup+1722.3 s]
/proc/loadavg: 8.16 8.03 6.54 9/266 116938
/proc/meminfo: memFree=114669580/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=883764 memory=833640 CPUtime=3359.33 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 579424 0 0 0 335850 83 0 0 20 0 2 0 138900912 904974336 208410 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 220941 208410 3744 6655 0 211053 0
[pid=116077/tid=116091] ppid=116066 vsize=883764 memory=820196 CPUtime=1645.03 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 178620 0 0 0 164473 30 0 0 20 0 2 0 138901966 904974336 208410 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3359.33 s
Current children cumulated vsize: 883764 KiB
Current children cumulated memory: 833640 KiB

[startup+1782.3 s]
/proc/loadavg: 8.11 8.04 6.64 9/266 116940
/proc/meminfo: memFree=114656024/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=883764 memory=834792 CPUtime=3478.42 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 580035 0 0 0 347759 83 0 0 20 0 2 0 138900912 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 220941 208698 3744 6655 0 211053 0
[pid=116077/tid=116091] ppid=116066 vsize=883764 memory=834280 CPUtime=1704.34 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 179099 0 0 0 170404 30 0 0 20 0 2 0 138901966 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3478.42 s
Current children cumulated vsize: 883764 KiB
Current children cumulated memory: 834792 KiB

[startup+1842.3 s]
/proc/loadavg: 8.16 8.06 6.74 9/266 116942
/proc/meminfo: memFree=114629180/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=883764 memory=834792 CPUtime=3597.38 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 580067 0 0 0 359655 83 0 0 20 0 2 0 138900912 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 220941 208698 3744 6655 0 211053 0
[pid=116077/tid=116091] ppid=116066 vsize=883764 memory=19584 CPUtime=1763.58 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 179104 0 0 0 176328 30 0 0 20 0 2 0 138901966 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3597.38 s
Current children cumulated vsize: 883764 KiB
Current children cumulated memory: 834792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.7 s]
/proc/loadavg: 8.16 8.06 6.74 9/266 116942
/proc/meminfo: memFree=114628928/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=883764 memory=834792 CPUtime=3600.16 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) R 116066 116077 116001 0 -1 4194304 580071 0 0 0 359933 83 0 0 20 0 2 0 138900912 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 220941 208698 3744 6655 0 211053 0
[pid=116077/tid=116091] ppid=116066 vsize=883764 memory=19584 CPUtime=1764.97 cores=1,3
/proc/116077/task/116091/stat : 116091 (LSIPExact) R 116066 116077 116001 0 -1 4194368 179104 0 0 0 176467 30 0 0 20 0 2 0 138901966 904974336 208698 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 883764 KiB
Current children cumulated memory: 834792 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.42 s, system=0.868323 s

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

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1844.8 s]
/proc/loadavg: 8.16 8.06 6.74 7/266 116946
/proc/meminfo: memFree=114694840/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=729900 memory=684504 CPUtime=3600.26 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116066 116077 116001 0 -1 4194304 607256 227 0 0 359942 84 0 0 20 0 1 0 138900912 747417600 171126 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 182475 171126 3776 6655 0 172646 0
[pid=116944] ppid=116077 vsize=271412 memory=256216 CPUtime=0.94 cores=1,3
/proc/116944/stat : 116944 (Exact) R 116077 116944 116944 0 -1 4194304 41198 0 0 0 84 10 0 0 20 0 1 0 139085293 277925888 64054 18446744073709551615 4198400 8335837 140722098424832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20353024 140722098432178 140722098432539 140722098432539 140722098438095 0
/proc/116944/statm: 67853 64054 1056 1011 0 66620 0
Current children cumulated CPU time: 3601.2 s
Current children cumulated vsize: 1001312 KiB
Current children cumulated memory: 940720 KiB

[startup+1845.2 s]
/proc/loadavg: 7.99 8.02 6.73 7/266 116946
/proc/meminfo: memFree=114192724/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=729900 memory=684504 CPUtime=3600.26 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116066 116077 116001 0 -1 4194304 607256 227 0 0 359942 84 0 0 20 0 1 0 138900912 747417600 171126 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 182475 171126 3776 6655 0 172646 0
[pid=116944] ppid=116077 vsize=296032 memory=280388 CPUtime=1.33 cores=1,3
/proc/116944/stat : 116944 (Exact) R 116077 116944 116944 0 -1 4194304 46707 0 0 0 122 11 0 0 20 0 1 0 139085293 303136768 70097 18446744073709551615 4198400 8335837 140722098424832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20353024 140722098432178 140722098432539 140722098432539 140722098438095 0
/proc/116944/statm: 74008 70097 1088 1011 0 72775 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 1025932 KiB
Current children cumulated memory: 964892 KiB

[startup+1845.6 s]
/proc/loadavg: 7.99 8.02 6.73 7/266 116946
/proc/meminfo: memFree=114192724/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=729900 memory=684504 CPUtime=3600.26 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116066 116077 116001 0 -1 4194304 607256 227 0 0 359942 84 0 0 20 0 1 0 138900912 747417600 171126 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 182475 171126 3776 6655 0 172646 0
[pid=116944] ppid=116077 vsize=298824 memory=283076 CPUtime=1.73 cores=1,3
/proc/116944/stat : 116944 (Exact) R 116077 116944 116944 0 -1 4194304 47376 0 0 0 162 11 0 0 20 0 1 0 139085293 305995776 70769 18446744073709551615 4198400 8335837 140722098424832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20353024 140722098432178 140722098432539 140722098432539 140722098438095 0
/proc/116944/statm: 74706 70769 1088 1011 0 73473 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 1028724 KiB
Current children cumulated memory: 967580 KiB

[startup+1845.7 s]
/proc/loadavg: 7.99 8.02 6.73 7/266 116946
/proc/meminfo: memFree=114192724/131250000 swapFree=33008868/33010684
[pid=116077] ppid=116066 vsize=729900 memory=684504 CPUtime=3600.26 cores=1,3
/proc/116077/stat : 116077 (LSIPExact) S 116066 116077 116001 0 -1 4194304 607256 227 0 0 359942 84 0 0 20 0 1 0 138900912 747417600 171126 18446744073709551615 94152567468032 94152594725201 140735867142352 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94152603227272 94152603658880 94152631091200 140735867148632 140735867148808 140735867148808 140735867154412 0
/proc/116077/statm: 182475 171126 3776 6655 0 172646 0
[pid=116944] ppid=116077 vsize=299220 memory=285552 CPUtime=1.83 cores=1,3
/proc/116944/stat : 116944 (Exact) R 116077 116944 116944 0 -1 4194304 47474 0 0 0 172 11 0 0 20 0 1 0 139085293 306401280 71388 18446744073709551615 4198400 8335837 140722098424832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20353024 140722098432178 140722098432539 140722098432539 140722098438095 0
/proc/116944/statm: 74805 71388 1088 1011 0 73572 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 1029120 KiB
Current children cumulated memory: 970056 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1845.72
CPU time (s): 3602.15
CPU user time (s): 3601.15
CPU system time (s): 0.995592
CPU usage (%): 195.162
Max. virtual memory (cumulated for all children) (KiB): 1029120
Max. memory (cumulated for all children) (KiB): 970056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.15
system time used= 0.995592
maximum resident set size= 835428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 654957
page faults= 0
swaps= 0
block input operations= 12616
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 651
involuntary context switches= 47647


# summary of solver processes directly reported to runsolver:
#   pid: 116077,116944
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3601.15
#   total CPU system time (s): 0.995592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.86177 second user time and 8.82115 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-11 13:10:05
IDJOB=4527259
IDBENCH=144501
IDSOLVER=3384
FILE ID=nodeC013/4527259-1752232205
RUNJOBID= nodeC013-1752232205-116020
SLURM_JOB_ID= 9682524
Free space on /tmp= 432228 MiB

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

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

MD5SUM BENCH= 09dba01427439390f7d02c92f076240e
RANDOM SEED=417534739

nodeC013 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		: 2049.632
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.67
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		: 3700.000
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.67
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		: 1792.830
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.67
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		: 3599.877
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.67
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		: 3700.000
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.67
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.683
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.67
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		: 1657.059
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.67
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		: 3601.033
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118535056 kB
MemAvailable:   129716664 kB
Buffers:            1668 kB
Cached:         11929864 kB
SwapCached:          164 kB
Active:           509124 kB
Inactive:       11490224 kB
Active(anon):      82204 kB
Inactive(anon):     6916 kB
Active(file):     426920 kB
Inactive(file): 11483308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            196560 kB
Writeback:             0 kB
AnonPages:         70724 kB
Mapped:           101452 kB
Shmem:             21304 kB
KReclaimable:     220840 kB
Slab:             314464 kB
SReclaimable:     220840 kB
SUnreclaim:        93624 kB
KernelStack:        4064 kB
PageTables:         2840 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432020 MiB
End job on nodeC013 at 2025-07-11 13:40:52