Trace number 4527263

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.03 1826.82

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUM80f0935d0a86591f889a9638d17fdf07
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-370567
Best CPU time to get the best result obtained on this benchmark7882.2
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 32076
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 94230312
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 94230312
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/1824.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.05/1824.80	c numVar: 40451
3600.05/1824.80	c numCon: 40950
3600.05/1824.80	c numEqual: 0
3600.05/1824.80	c intSize: 27
3600.05/1824.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.05/1824.80	c ------------------- Paras list -------------------
3600.05/1824.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.05/1824.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.05/1824.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.05/1824.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.05/1824.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.05/1824.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.05/1824.80	c random_seed         	 int       	 0         	 0         	 
3600.05/1824.80	c sample_size         	 int       	 50        	 50        	 
3600.05/1824.80	c sub_score           	 int       	 1         	 1         	 
3600.05/1824.80	c tabu_base           	 int       	 3         	 3         	 
3600.05/1824.80	c tabu_variation      	 int       	 1         	 1         	 
3600.05/1824.80	c sub_div             	 int       	 4         	 4         	 
3600.05/1824.80	c nbcore              	 int       	 2         	 1         	 
3600.05/1824.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.05/1824.80	c print_sol           	 int       	 1         	 1         	 
3600.05/1824.80	c tmpdir              	 string		 .         	 "."       	 
3600.05/1824.80	c home                	 string		 HOME	 "."       	 
3600.05/1824.80	c benchname           	 string		 HOME/instance-4527263-1752234042.opb	 ""        	 
3600.05/1824.80	c --------------------------------------------------
3600.05/1824.80	c Local Search solver
3600.05/1824.80	c MIP solver
3600.05/1824.80	c receive signal 15, try to interrupt solver...
3600.05/1824.83	c MIP solver find feasible solution
3600.05/1824.83	c MIP solver objective value: -370567
3600.05/1824.88	c MIP find feasible solution for PBO with objective value -370567
3600.05/1824.88	c copy file: 0
3600.05/1824.88	c gen ub file: HOME/instance-4527263-1752234042.opb_ub.opb
3600.05/1824.88	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60531 MiB free)
  memory of node 1: 64507 MiB (62610 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=114019, runsolver pid=114016

[startup+0.10007 s]*
/proc/loadavg: 7.39 7.85 6.94 7/254 114020
/proc/meminfo: memFree=126063876/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=72932 memory=37992 CPUtime=0.09 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 8707 0 0 0 7 2 0 0 20 0 1 0 139084035 74682368 9498 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 18233 9498 1152 6655 0 8468 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72932 KiB
Current children cumulated memory: 37992 KiB

[startup+0.213035 s]*
/proc/loadavg: 7.39 7.85 6.94 7/254 114020
/proc/meminfo: memFree=126056064/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=90468 memory=55656 CPUtime=0.2 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13107 0 0 0 17 3 0 0 20 0 1 0 139084035 92639232 13914 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22617 13914 1152 6655 0 12852 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 90468 KiB
Current children cumulated memory: 55656 KiB

[startup+0.313015 s]*
/proc/loadavg: 7.39 7.85 6.94 7/254 114020
/proc/meminfo: memFree=126056064/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=91128 memory=56296 CPUtime=0.3 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13258 0 0 0 27 3 0 0 20 0 1 0 139084035 93315072 14074 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22782 14074 1152 6655 0 13017 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 91128 KiB
Current children cumulated memory: 56296 KiB

[startup+0.700337 s]
/proc/loadavg: 7.39 7.85 6.94 7/254 114020
/proc/meminfo: memFree=126056192/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=91128 memory=56296 CPUtime=0.68 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13258 0 0 0 65 3 0 0 20 0 1 0 139084035 93315072 14074 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22782 14074 1152 6655 0 13017 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 91128 KiB
Current children cumulated memory: 56296 KiB

[startup+1.50032 s]
/proc/loadavg: 7.39 7.85 6.94 7/254 114020
/proc/meminfo: memFree=126056192/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=91128 memory=56296 CPUtime=1.47 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13258 0 0 0 144 3 0 0 20 0 1 0 139084035 93315072 14074 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22782 14074 1152 6655 0 13017 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 91128 KiB
Current children cumulated memory: 56296 KiB

[startup+3.11285 s]
/proc/loadavg: 7.27 7.82 6.93 7/254 114020
/proc/meminfo: memFree=126056384/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=91128 memory=56296 CPUtime=3.08 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13258 0 0 0 305 3 0 0 20 0 1 0 139084035 93315072 14074 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22782 14074 1152 6655 0 13017 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 91128 KiB
Current children cumulated memory: 56296 KiB

[startup+6.3003 s]
/proc/loadavg: 7.27 7.82 6.93 7/254 114020
/proc/meminfo: memFree=126056676/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=91128 memory=56296 CPUtime=6.26 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 13258 0 0 0 623 3 0 0 20 0 1 0 139084035 93315072 14074 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 22782 14074 1152 6655 0 13017 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 91128 KiB
Current children cumulated memory: 56296 KiB

[startup+12.7002 s]
/proc/loadavg: 7.17 7.79 6.93 8/256 114023
/proc/meminfo: memFree=125599068/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=297768 memory=208328 CPUtime=13.55 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 42654 0 0 0 1347 8 0 0 20 0 2 0 139084035 304914432 52082 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 74442 52082 3392 6655 0 55573 0
[pid=114019/tid=114022] ppid=114016 vsize=297768 memory=207944 CPUtime=0.99 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 3941 0 0 0 98 1 0 0 20 0 2 0 139085051 304914432 52082 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 13.55 s
Current children cumulated vsize: 297768 KiB
Current children cumulated memory: 208328 KiB

[startup+25.5002 s]
/proc/loadavg: 6.99 7.72 6.92 8/255 114070
/proc/meminfo: memFree=125106368/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=400280 memory=349692 CPUtime=37.13 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 129964 0 0 0 3690 23 0 0 20 0 2 0 139084035 409886720 87423 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 100070 87423 3488 6655 0 89856 0
[pid=114019/tid=114022] ppid=114016 vsize=400280 memory=208328 CPUtime=12.33 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 25474 0 0 0 1227 6 0 0 20 0 2 0 139085051 409886720 87423 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 37.13 s
Current children cumulated vsize: 400280 KiB
Current children cumulated memory: 349692 KiB

[startup+51.1054 s]
/proc/loadavg: 7.26 7.73 6.94 9/256 114071
/proc/meminfo: memFree=124524824/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=391656 CPUtime=87.26 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 172136 0 0 0 8698 28 0 0 20 0 2 0 139084035 491634688 97914 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 97914 3488 6655 0 97984 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=14560 CPUtime=36.99 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 48123 0 0 0 3690 9 0 0 20 0 2 0 139085051 491634688 97914 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 87.26 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 391656 KiB

[startup+102.3 s]
/proc/loadavg: 7.17 7.63 6.95 8/255 114079
/proc/meminfo: memFree=124322852/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=402280 CPUtime=188.9 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 243763 0 0 0 18856 34 0 0 20 0 2 0 139084035 491634688 100570 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 100570 3488 6655 0 100475 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=401640 CPUtime=87.62 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 88259 0 0 0 8750 12 0 0 20 0 2 0 139085051 491634688 100570 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 188.9 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 402280 KiB

[startup+162.3 s]
/proc/loadavg: 7.06 7.51 6.96 8/254 114081
/proc/meminfo: memFree=124116940/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=406120 CPUtime=308.05 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 246921 0 0 0 30770 35 0 0 20 0 2 0 139084035 491634688 101530 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 101530 3488 6655 0 101142 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=405864 CPUtime=147 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 89466 0 0 0 14687 13 0 0 20 0 2 0 139085051 491634688 101530 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 308.05 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 406120 KiB

[startup+222.3 s]
/proc/loadavg: 7.12 7.45 6.97 8/254 114084
/proc/meminfo: memFree=123887072/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=409704 CPUtime=427.16 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 295801 0 0 0 42678 38 0 0 20 0 2 0 139084035 491634688 102426 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 102426 3488 6655 0 101624 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=409576 CPUtime=206.36 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 117299 0 0 0 20621 15 0 0 20 0 2 0 139085051 491634688 102426 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 427.16 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 409704 KiB

[startup+282.3 s]
/proc/loadavg: 7.58 7.51 7.03 9/253 114086
/proc/meminfo: memFree=123762344/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=410088 CPUtime=546.24 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 305647 0 0 0 54585 39 0 0 20 0 2 0 139084035 491634688 102522 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 102522 3488 6655 0 101624 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=409704 CPUtime=265.69 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 118831 0 0 0 26553 16 0 0 20 0 2 0 139085051 491634688 102522 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 546.24 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 410088 KiB

[startup+342.3 s]
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123828880/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=480112 memory=410216 CPUtime=665.23 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 306944 0 0 0 66483 40 0 0 20 0 2 0 139084035 491634688 102554 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120028 102554 3488 6655 0 101624 0
[pid=114019/tid=114022] ppid=114016 vsize=480112 memory=409704 CPUtime=324.97 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 119595 0 0 0 32481 16 0 0 20 0 2 0 139085051 491634688 102554 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 665.23 s
Current children cumulated vsize: 480112 KiB
Current children cumulated memory: 410216 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=120350080/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=479712 memory=417884 CPUtime=2800.29 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 480724 0 0 0 279971 58 0 0 20 0 2 0 139084035 491225088 104471 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 119928 104471 3552 6655 0 104565 0
[pid=114019/tid=114022] ppid=114016 vsize=479712 memory=14560 CPUtime=1384.85 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 200022 0 0 0 138458 27 0 0 20 0 2 0 139085051 491225088 104471 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 2800.29 s
Current children cumulated vsize: 479712 KiB
Current children cumulated memory: 417884 KiB

[startup+1482.3 s]
/proc/loadavg: 6.01 6.38 6.87 7/255 114204
/proc/meminfo: memFree=120351848/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=479712 memory=417884 CPUtime=2919.51 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 480747 0 0 0 291893 58 0 0 20 0 2 0 139084035 491225088 104471 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 119928 104471 3552 6655 0 104565 0
[pid=114019/tid=114022] ppid=114016 vsize=479712 memory=417884 CPUtime=1444.29 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 200037 0 0 0 144402 27 0 0 20 0 2 0 139085051 491225088 104471 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 2919.51 s
Current children cumulated vsize: 479712 KiB
Current children cumulated memory: 417884 KiB

[startup+1542.3 s]
/proc/loadavg: 6.04 6.32 6.82 7/254 114206
/proc/meminfo: memFree=120328616/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=483316 memory=419420 CPUtime=3038.73 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 481172 0 0 0 303815 58 0 0 20 0 2 0 139084035 494915584 104855 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 120829 104855 3552 6655 0 105466 0
[pid=114019/tid=114022] ppid=114016 vsize=483316 memory=-8816475117763470012 CPUtime=1503.73 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 200040 0 0 0 150346 27 0 0 20 0 2 0 139085051 494915584 104855 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3038.73 s
Current children cumulated vsize: 483316 KiB
Current children cumulated memory: 419420 KiB

[startup+1602.3 s]
/proc/loadavg: 6.11 6.29 6.78 7/253 114208
/proc/meminfo: memFree=120328804/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=484088 memory=420956 CPUtime=3157.95 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 481716 0 0 0 315737 58 0 0 20 0 2 0 139084035 495706112 105239 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 121022 105239 3552 6655 0 105659 0
[pid=114019/tid=114022] ppid=114016 vsize=484088 memory=420700 CPUtime=1563.17 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 200040 0 0 0 156290 27 0 0 20 0 2 0 139085051 495706112 105239 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3157.95 s
Current children cumulated vsize: 484088 KiB
Current children cumulated memory: 420956 KiB

[startup+1662.3 s]
/proc/loadavg: 6.14 6.26 6.74 7/254 114211
/proc/meminfo: memFree=120332648/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=484088 memory=425736 CPUtime=3277.18 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 484247 0 0 0 327659 59 0 0 20 0 2 0 139084035 495706112 106434 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 121022 106434 3552 6655 0 105659 0
[pid=114019/tid=114022] ppid=114016 vsize=484088 memory=14560 CPUtime=1622.6 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 201020 0 0 0 162233 27 0 0 20 0 2 0 139085051 495706112 106434 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3277.18 s
Current children cumulated vsize: 484088 KiB
Current children cumulated memory: 425736 KiB

[startup+1722.3 s]
/proc/loadavg: 6.16 6.24 6.70 7/254 114213
/proc/meminfo: memFree=120336192/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=485296 memory=431020 CPUtime=3396.4 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 485589 0 0 0 339581 59 0 0 20 0 2 0 139084035 496943104 107755 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 121324 107755 3552 6655 0 105961 0
[pid=114019/tid=114022] ppid=114016 vsize=485296 memory=14560 CPUtime=1682.04 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 201248 0 0 0 168177 27 0 0 20 0 2 0 139085051 496943104 107755 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3396.4 s
Current children cumulated vsize: 485296 KiB
Current children cumulated memory: 431020 KiB

[startup+1782.3 s]
/proc/loadavg: 6.11 6.21 6.66 7/254 114215
/proc/meminfo: memFree=120327384/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=485556 memory=431148 CPUtime=3515.61 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 485670 0 0 0 351502 59 0 0 20 0 2 0 139084035 497209344 107787 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 121389 107787 3552 6655 0 106026 0
[pid=114019/tid=114022] ppid=114016 vsize=485556 memory=431148 CPUtime=1741.47 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 201272 0 0 0 174120 27 0 0 20 0 2 0 139085051 497209344 107787 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3515.61 s
Current children cumulated vsize: 485556 KiB
Current children cumulated memory: 431148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.8 s]
/proc/loadavg: 6.11 6.20 6.63 7/254 114217
/proc/meminfo: memFree=120325124/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=493916 memory=436268 CPUtime=3600.05 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) R 114016 114019 113672 0 -1 4194304 486950 0 0 0 359946 59 0 0 20 0 2 0 139084035 505769984 109067 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 123479 109067 3552 6655 0 110181 0
[pid=114019/tid=114022] ppid=114016 vsize=493916 memory=436268 CPUtime=1783.58 cores=0,2
/proc/114019/task/114022/stat : 114022 (LSIPExact) R 114016 114019 113672 0 -1 4194368 201931 0 0 0 178331 27 0 0 20 0 2 0 139085051 505769984 109067 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 493916 KiB
Current children cumulated memory: 436268 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.53 s, system=0.615037 s

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

# cumulated CPU time of all completed processes:  user=3601.34 s, system=0.695637 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+1825.6 s]
/proc/loadavg: 6.11 6.20 6.63 6/254 114219
/proc/meminfo: memFree=120304616/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=477164 memory=386048 CPUtime=3600.12 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) S 114016 114019 113672 0 -1 4194304 493546 228 0 0 359952 60 0 0 20 0 1 0 139084035 488615936 96512 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 119291 96512 3584 6655 0 105993 0
[pid=114219] ppid=114019 vsize=162020 memory=139200 CPUtime=0.68 cores=0,2
/proc/114219/stat : 114219 (Exact) R 114019 114219 114219 0 -1 4194304 30662 0 0 0 62 6 0 0 20 0 1 0 139266523 165908480 34800 18446744073709551615 4198400 8335837 140725414554368 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 45064192 140725414557874 140725414558235 140725414558235 140725414563791 0
/proc/114219/statm: 40505 34800 1120 1011 0 39272 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 639184 KiB
Current children cumulated memory: 525248 KiB

[startup+1826.4 s]
/proc/loadavg: 6.11 6.20 6.63 6/254 114219
/proc/meminfo: memFree=120220816/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=477164 memory=386048 CPUtime=3600.12 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) S 114016 114019 113672 0 -1 4194304 493546 228 0 0 359952 60 0 0 20 0 1 0 139084035 488615936 96512 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 119291 96512 3584 6655 0 105993 0
[pid=114219] ppid=114019 vsize=172784 memory=144960 CPUtime=1.47 cores=0,2
/proc/114219/stat : 114219 (Exact) R 114019 114219 114219 0 -1 4194304 32132 0 0 0 141 6 0 0 20 0 1 0 139266523 176930816 36240 18446744073709551615 4198400 8335837 140725414554368 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45064192 140725414557874 140725414558235 140725414558235 140725414563791 0
/proc/114219/statm: 43196 36240 1120 1011 0 41963 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 649948 KiB
Current children cumulated memory: 531008 KiB

[startup+1826.8 s]
/proc/loadavg: 6.11 6.20 6.63 6/254 114219
/proc/meminfo: memFree=120220816/131382112 swapFree=33010160/33010684
[pid=114019] ppid=114016 vsize=477164 memory=386048 CPUtime=3600.12 cores=0,2
/proc/114019/stat : 114019 (LSIPExact) S 114016 114019 113672 0 -1 4194304 493546 228 0 0 359952 60 0 0 20 0 1 0 139084035 488615936 96512 18446744073709551615 94262447185920 94262474443089 140728195030880 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94262482945160 94262483376768 94262505721856 140728195037528 140728195037704 140728195037704 140728195043308 0
/proc/114019/statm: 119291 96512 3584 6655 0 105993 0
[pid=114219] ppid=114019 vsize=172784 memory=145088 CPUtime=1.86 cores=0,2
/proc/114219/stat : 114219 (Exact) R 114019 114219 114219 0 -1 4194304 32162 0 0 0 180 6 0 0 20 0 1 0 139266523 176930816 36272 18446744073709551615 4198400 8335837 140725414554368 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45064192 140725414557874 140725414558235 140725414558235 140725414563791 0
/proc/114219/statm: 43196 36272 1120 1011 0 41963 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 649948 KiB
Current children cumulated memory: 531136 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.82
CPU time (s): 3602.03
CPU user time (s): 3601.34
CPU system time (s): 0.695637
CPU usage (%): 197.175
Max. virtual memory (cumulated for all children) (KiB): 649948
Max. memory (cumulated for all children) (KiB): 531136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.34
system time used= 0.695637
maximum resident set size= 436524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 525936
page faults= 0
swaps= 0
block input operations= 5552
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 568
involuntary context switches= 45621


# summary of solver processes directly reported to runsolver:
#   pid: 114019,114219
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3601.34
#   total CPU system time (s): 0.695637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.766 second user time and 8.28134 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 13:40:42
IDJOB=4527263
IDBENCH=155767
IDSOLVER=3384
FILE ID=nodeC009/4527263-1752234042
RUNJOBID= nodeC009-1752232205-113689
SLURM_JOB_ID= 9682520
Free space on /tmp= 431076 MiB

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

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

MD5SUM BENCH= 80f0935d0a86591f889a9638d17fdf07
RANDOM SEED=1287912451

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126097328 kB
MemAvailable:   129090620 kB
Buffers:            2144 kB
Cached:          3724660 kB
SwapCached:           24 kB
Active:          1427864 kB
Inactive:        3092380 kB
Active(anon):     807204 kB
Inactive(anon):     4180 kB
Active(file):     620660 kB
Inactive(file):  3088200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            104484 kB
Writeback:             0 kB
AnonPages:        796556 kB
Mapped:           132000 kB
Shmem:             17936 kB
KReclaimable:     247736 kB
Slab:             337452 kB
SReclaimable:     247736 kB
SUnreclaim:        89716 kB
KernelStack:        4096 kB
PageTables:         4520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1142524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC009 at 2025-07-11 14:11:09