Trace number 4527569

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.26 1846.74

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM66a4099c9f952e1d32ed00e151115e68
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-17500
Best CPU time to get the best result obtained on this benchmark420.688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 85145317
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 500
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 85145317
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.18/1844.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.18/1844.70	c numVar: 399113
3600.18/1844.70	c numCon: 400980
3600.18/1844.70	c numEqual: 0
3600.18/1844.70	c intSize: 27
3600.18/1844.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.18/1844.70	c ------------------- Paras list -------------------
3600.18/1844.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.18/1844.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.18/1844.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.18/1844.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.18/1844.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.18/1844.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.18/1844.70	c random_seed         	 int       	 0         	 0         	 
3600.18/1844.70	c sample_size         	 int       	 50        	 50        	 
3600.18/1844.70	c sub_score           	 int       	 1         	 1         	 
3600.18/1844.70	c tabu_base           	 int       	 3         	 3         	 
3600.18/1844.70	c tabu_variation      	 int       	 1         	 1         	 
3600.18/1844.70	c sub_div             	 int       	 4         	 4         	 
3600.18/1844.70	c nbcore              	 int       	 2         	 1         	 
3600.18/1844.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.18/1844.70	c print_sol           	 int       	 1         	 1         	 
3600.18/1844.70	c tmpdir              	 string		 .         	 "."       	 
3600.18/1844.70	c home                	 string		 HOME	 "."       	 
3600.18/1844.70	c benchname           	 string		 HOME/instance-4527569-1752234043.opb	 ""        	 
3600.18/1844.70	c --------------------------------------------------
3600.18/1844.70	c Local Search solver
3600.18/1844.70	c LS find feasible solution for PBO with objective value 0
3600.18/1844.70	c MIP solver
3600.18/1844.70	c receive signal 15, try to interrupt solver...
3600.38/1844.85	c MIP solver find feasible solution
3600.38/1844.89	c MIP solver objective value: -17500
3600.57/1845.02	c MIP find feasible solution for PBO with objective value -17500
3600.57/1845.02	c copy file: 0
3600.57/1845.02	c gen ub file: HOME/instance-4527569-1752234043.opb_ub.opb
3600.57/1845.02	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61330 MiB free)
  memory of node 1: 64465 MiB (62598 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=117976, runsolver pid=117973

[startup+0.100066 s]*
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126785996/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=166652 memory=121528 CPUtime=0.09 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 24249 0 0 0 5 4 0 0 20 0 1 0 139081813 170651648 30382 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 41663 30382 1120 6655 0 31898 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 166652 KiB
Current children cumulated memory: 121528 KiB

[startup+0.205869 s]*
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126713220/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=249060 memory=209624 CPUtime=0.2 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 30974 0 0 0 13 7 0 0 20 0 1 0 139081813 255037440 52406 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 62265 52406 1152 6655 0 52500 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 249060 KiB
Current children cumulated memory: 209624 KiB

[startup+0.305943 s]*
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126616196/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=325620 memory=287064 CPUtime=0.3 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 50335 0 0 0 20 10 0 0 20 0 1 0 139081813 333434880 71766 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 81405 71766 1152 6655 0 71640 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 325620 KiB
Current children cumulated memory: 287064 KiB

[startup+0.700179 s]
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126527492/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=461432 memory=422888 CPUtime=0.68 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 83281 0 0 0 52 16 0 0 20 0 1 0 139081813 472506368 105722 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 115358 105722 1152 6655 0 105593 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 461432 KiB
Current children cumulated memory: 422888 KiB

[startup+1.50019 s]
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126378244/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=565768 memory=527208 CPUtime=1.48 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 109355 0 0 0 126 22 0 0 20 0 1 0 139081813 579346432 131802 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 141442 131802 1152 6655 0 131677 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 565768 KiB
Current children cumulated memory: 527208 KiB

[startup+3.10564 s]
/proc/loadavg: 7.65 8.02 7.01 7/266 117977
/proc/meminfo: memFree=126354064/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=571220 memory=531944 CPUtime=3.08 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 110569 0 0 0 286 22 0 0 20 0 1 0 139081813 584929280 132986 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 142805 132986 1152 6655 0 133040 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 571220 KiB
Current children cumulated memory: 531944 KiB

[startup+6.30017 s]
/proc/loadavg: 7.52 7.98 7.00 7/266 117977
/proc/meminfo: memFree=126353816/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=571220 memory=531944 CPUtime=6.28 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 110614 0 0 0 605 23 0 0 20 0 1 0 139081813 584929280 132986 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 142805 132986 1152 6655 0 133040 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 571220 KiB
Current children cumulated memory: 531944 KiB

[startup+12.7002 s]
/proc/loadavg: 7.47 7.96 7.00 6/267 117980
/proc/meminfo: memFree=125809868/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1231000 memory=1106088 CPUtime=12.65 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 190655 0 0 0 1223 42 0 0 20 0 2 0 139081813 1260544000 276522 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 307750 276522 2880 6655 0 281633 0
[pid=117976/tid=117980] ppid=117973 vsize=1231000 memory=1026196 CPUtime=0 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) S 117973 117976 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139082964 1260544000 276522 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1231000 KiB
Current children cumulated memory: 1106088 KiB

[startup+25.5002 s]
/proc/loadavg: 7.09 7.87 6.98 5/265 118072
/proc/meminfo: memFree=123808524/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1586504 memory=1479484 CPUtime=32.78 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 292130 0 0 0 3217 61 0 0 20 0 2 0 139081813 1624580096 369871 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 396626 369871 3680 6655 0 386752 0
[pid=117976/tid=117980] ppid=117973 vsize=1586504 memory=14432 CPUtime=7.37 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) S 117973 117976 117663 0 -1 4194368 12740 0 0 0 735 2 0 0 20 0 2 0 139082964 1624580096 369871 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 32.78 s
Current children cumulated vsize: 1586504 KiB
Current children cumulated memory: 1479484 KiB

[startup+51.1058 s]
/proc/loadavg: 6.47 7.64 6.93 6/267 118074
/proc/meminfo: memFree=121122528/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1846200 memory=1716936 CPUtime=79.41 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 354494 0 0 0 7869 72 0 0 20 0 2 0 139081813 1890508800 429234 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 461550 429234 3712 6655 0 451676 0
[pid=117976/tid=117980] ppid=117973 vsize=1846200 memory=14432 CPUtime=28.47 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 26965 0 0 0 2842 5 0 0 20 0 2 0 139082964 1890508800 429234 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 79.41 s
Current children cumulated vsize: 1846200 KiB
Current children cumulated memory: 1716936 KiB

[startup+102.3 s]
/proc/loadavg: 6.49 7.45 6.90 8/267 118076
/proc/meminfo: memFree=119552332/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2295292 memory=2113112 CPUtime=172.78 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 500885 0 0 0 17185 93 0 0 20 0 2 0 139081813 2350379008 528278 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 573823 528278 3744 6655 0 560039 0
[pid=117976/tid=117980] ppid=117973 vsize=2295292 memory=2113112 CPUtime=71.29 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 90908 0 0 0 7113 16 0 0 20 0 2 0 139082964 2350379008 528278 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 172.78 s
Current children cumulated vsize: 2295292 KiB
Current children cumulated memory: 2113112 KiB

[startup+162.3 s]
/proc/loadavg: 6.23 7.20 6.85 7/268 118079
/proc/meminfo: memFree=119676684/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2295292 memory=2128392 CPUtime=291.61 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 525387 0 0 0 29065 96 0 0 20 0 2 0 139081813 2350379008 532098 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 573823 532098 3744 6655 0 560039 0
[pid=117976/tid=117980] ppid=117973 vsize=2295292 memory=2128392 CPUtime=130.95 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 96527 0 0 0 13078 17 0 0 20 0 2 0 139082964 2350379008 532098 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 291.61 s
Current children cumulated vsize: 2295292 KiB
Current children cumulated memory: 2128392 KiB

[startup+222.3 s]
/proc/loadavg: 6.12 6.99 6.80 7/267 118082
/proc/meminfo: memFree=119238496/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2693500 memory=2519540 CPUtime=410.24 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 651902 0 0 0 40910 114 0 0 20 0 2 0 139081813 2758144000 629885 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 673375 629885 3808 6655 0 659591 0
[pid=117976/tid=117980] ppid=117973 vsize=2693500 memory=2128392 CPUtime=190.33 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 136934 0 0 0 19012 21 0 0 20 0 2 0 139082964 2758144000 629885 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 410.24 s
Current children cumulated vsize: 2693500 KiB
Current children cumulated memory: 2519540 KiB

[startup+282.3 s]
/proc/loadavg: 6.14 6.84 6.76 7/268 118085
/proc/meminfo: memFree=119205756/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2752340 memory=2562184 CPUtime=529.19 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 697990 0 0 0 52792 127 0 0 20 0 2 0 139081813 2818396160 640546 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 688085 640546 3808 6655 0 674301 0
[pid=117976/tid=117980] ppid=117973 vsize=2752340 memory=2562184 CPUtime=250 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 139883 0 0 0 24978 22 0 0 20 0 2 0 139082964 2818396160 640546 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 529.19 s
Current children cumulated vsize: 2752340 KiB
Current children cumulated memory: 2562184 KiB

[startup+342.3 s]
/proc/loadavg: 6.38 6.77 6.73 8/266 118087
/proc/meminfo: memFree=118483000/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2593672 memory=2448184 CPUtime=648.11 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 776842 0 0 0 64675 136 0 0 20 0 2 0 139081813 2655920128 612046 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 648418 612046 3808 6655 0 634634 0
[pid=117976/tid=117980] ppid=117973 vsize=2593672 memory=2562184 CPUtime=309.68 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 150254 0 0 0 30943 25 0 0 20 0 2 0 139082964 2655920128 612046 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 648.11 s
Current children cumulated vsize: 2593672 KiB
Current children cumulated memory: 2448184 KiB


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

[startup+1602.3 s]
/proc/loadavg: 6.08 6.20 6.44 7/270 118257
/proc/meminfo: memFree=117513988/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757644 CPUtime=3119.56 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1390400 0 0 0 311731 225 0 0 20 0 2 0 139081813 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689411 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=2757644 CPUtime=1536.73 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 476425 0 0 0 153604 69 0 0 20 0 2 0 139082964 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3119.56 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757644 KiB

[startup+1662.3 s]
/proc/loadavg: 6.08 6.18 6.42 7/270 118259
/proc/meminfo: memFree=117507444/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757644 CPUtime=3238.49 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1403228 0 0 0 323623 226 0 0 20 0 2 0 139081813 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689411 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=2757644 CPUtime=1596.43 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 486670 0 0 0 159573 70 0 0 20 0 2 0 139082964 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3238.49 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757644 KiB

[startup+1722.3 s]
/proc/loadavg: 6.07 6.16 6.40 7/270 118261
/proc/meminfo: memFree=117495936/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757644 CPUtime=3357.48 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1422335 0 0 0 335519 229 0 0 20 0 2 0 139081813 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689411 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=2757644 CPUtime=1656.15 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 488509 0 0 0 165544 71 0 0 20 0 2 0 139082964 2930651136 689411 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3357.48 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757644 KiB

[startup+1782.3 s]
/proc/loadavg: 6.13 6.16 6.38 7/269 118263
/proc/meminfo: memFree=117483408/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757772 CPUtime=3476.44 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1480279 0 0 0 347410 234 0 0 20 0 2 0 139081813 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689443 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=14432 CPUtime=1715.85 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 529248 0 0 0 171510 75 0 0 20 0 2 0 139082964 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3476.44 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757772 KiB

[startup+1842.3 s]
/proc/loadavg: 6.05 6.12 6.35 7/270 118266
/proc/meminfo: memFree=117486940/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757772 CPUtime=3595.42 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1528122 0 0 0 359304 238 0 0 20 0 2 0 139081813 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689443 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=2757772 CPUtime=1775.56 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 562333 0 0 0 177479 77 0 0 20 0 2 0 139082964 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3595.42 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.7 s]
/proc/loadavg: 6.05 6.12 6.35 7/270 118266
/proc/meminfo: memFree=117486940/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757772 CPUtime=3600.18 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) R 117973 117976 117663 0 -1 4194304 1529107 0 0 0 359780 238 0 0 20 0 2 0 139081813 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689443 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=2757772 CPUtime=1777.95 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 562333 0 0 0 177718 77 0 0 20 0 2 0 139082964 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757772 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.16 s, system=2.48312 s

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

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

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

[startup+1844.8 s]
/proc/loadavg: 6.05 6.12 6.35 7/270 118266
/proc/meminfo: memFree=117486940/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=2861964 memory=2757772 CPUtime=3600.38 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) S 117973 117976 117663 0 -1 4194304 1535732 0 0 0 359800 238 0 0 20 0 2 0 139081813 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 715491 689443 3808 6655 0 701469 0
[pid=117976/tid=117980] ppid=117973 vsize=2861964 memory=182 CPUtime=1778.05 cores=4,6
/proc/117976/task/117980/stat : 117980 (LSIPExact) R 117973 117976 117663 0 -1 4194368 562333 0 0 0 177728 77 0 0 20 0 2 0 139082964 2930651136 689443 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 2861964 KiB
Current children cumulated memory: 2757772 KiB

[startup+1845.6 s]
/proc/loadavg: 6.05 6.12 6.35 5/270 118267
/proc/meminfo: memFree=118367628/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1915324 memory=1861216 CPUtime=3600.59 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) S 117973 117976 117663 0 -1 4194304 1610027 229 0 0 359815 244 0 0 20 0 1 0 139081813 1961291776 465304 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 478831 465304 3840 6655 0 469044 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 1915324 KiB
Current children cumulated memory: 1861216 KiB

[startup+1846.4 s]
/proc/loadavg: 5.96 6.11 6.35 6/270 118268
/proc/meminfo: memFree=117862084/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1915324 memory=1861216 CPUtime=3600.59 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) S 117973 117976 117663 0 -1 4194304 1610027 229 0 0 359815 244 0 0 20 0 1 0 139081813 1961291776 465304 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 478831 465304 3840 6655 0 469044 0
[pid=118268] ppid=117976 vsize=498588 memory=486580 CPUtime=1.31 cores=4,6
/proc/118268/stat : 118268 (Exact) R 117976 118268 118268 0 -1 4194304 64434 0 0 0 115 16 0 0 20 0 1 0 139266316 510554112 121645 18446744073709551615 4198400 8335837 140725475669808 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 20447232 140725475678386 140725475678747 140725475678747 140725475684303 0
/proc/118268/statm: 124647 121645 960 1011 0 123414 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 2413912 KiB
Current children cumulated memory: 2347796 KiB

[startup+1846.6 s]
/proc/loadavg: 5.96 6.11 6.35 6/270 118268
/proc/meminfo: memFree=117862084/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1915324 memory=1861216 CPUtime=3600.59 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) S 117973 117976 117663 0 -1 4194304 1610027 229 0 0 359815 244 0 0 20 0 1 0 139081813 1961291776 465304 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 478831 465304 3840 6655 0 469044 0
[pid=118268] ppid=117976 vsize=514780 memory=491796 CPUtime=1.5 cores=4,6
/proc/118268/stat : 118268 (Exact) R 117976 118268 118268 0 -1 4194304 65946 0 0 0 134 16 0 0 20 0 1 0 139266316 527134720 122949 18446744073709551615 4198400 8335837 140725475669808 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 20447232 140725475678386 140725475678747 140725475678747 140725475684303 0
/proc/118268/statm: 128695 122949 960 1011 0 127462 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 2430104 KiB
Current children cumulated memory: 2353012 KiB

[startup+1846.7 s]
/proc/loadavg: 5.96 6.11 6.35 6/270 118268
/proc/meminfo: memFree=117862084/131250000 swapFree=33008100/33010684
[pid=117976] ppid=117973 vsize=1915324 memory=1861216 CPUtime=3600.59 cores=4,6
/proc/117976/stat : 117976 (LSIPExact) S 117973 117976 117663 0 -1 4194304 1610027 229 0 0 359815 244 0 0 20 0 1 0 139081813 1961291776 465304 18446744073709551615 94852426305536 94852453562705 140721898714720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94852462064776 94852462496384 94852464082944 140721898719576 140721898719752 140721898719752 140721898725356 0
/proc/117976/statm: 478831 465304 3840 6655 0 469044 0
[pid=118268] ppid=117976 vsize=516100 memory=495144 CPUtime=1.6 cores=4,6
/proc/118268/stat : 118268 (Exact) R 117976 118268 118268 0 -1 4194304 66277 0 0 0 144 16 0 0 20 0 1 0 139266316 528486400 123786 18446744073709551615 4198400 8335837 140725475669808 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 20447232 140725475678386 140725475678747 140725475678747 140725475684303 0
/proc/118268/statm: 129025 123786 960 1011 0 127792 0
Current children cumulated CPU time: 3602.19 s
Current children cumulated vsize: 2431424 KiB
Current children cumulated memory: 2356360 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1846.74
CPU time (s): 3602.26
CPU user time (s): 3599.6
CPU system time (s): 2.6594
CPU usage (%): 195.06
Max. virtual memory (cumulated for all children) (KiB): 2862828
Max. memory (cumulated for all children) (KiB): 2757772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.6
system time used= 2.65941
maximum resident set size= 2757772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1676533
page faults= 0
swaps= 0
block input operations= 56648
block output operations= 4224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 587
involuntary context switches= 40153


# summary of solver processes directly reported to runsolver:
#   pid: 117976,118268
#   total CPU time (s): 3602.26
#   total CPU user time (s): 3599.6
#   total CPU system time (s): 2.6594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96772 second user time and 9.10685 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-11 13:40:43
IDJOB=4527569
IDBENCH=157280
IDSOLVER=3384
FILE ID=nodeC019/4527569-1752234043
RUNJOBID= nodeC019-1752232205-117681
SLURM_JOB_ID= 9682530
Free space on /tmp= 431444 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_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-4527569-1752234043/watcher-4527569-1752234043 -o /tmp/evaluation-result-4527569-1752234043/solver-4527569-1752234043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117681 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527569-1752234043.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 66a4099c9f952e1d32ed00e151115e68
RANDOM SEED=1287912451

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

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.277
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.37
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		: 3599.675
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.37
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.681
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.37
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.37
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		: 3599.721
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.37
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		: 3599.693
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126894132 kB
MemAvailable:   129001520 kB
Buffers:             904 kB
Cached:          2907424 kB
SwapCached:          568 kB
Active:           992716 kB
Inactive:        2745528 kB
Active(anon):     819512 kB
Inactive(anon):    27364 kB
Active(file):     173204 kB
Inactive(file):  2718164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74276 kB
Writeback:             4 kB
AnonPages:        832468 kB
Mapped:           135896 kB
Shmem:             16960 kB
KReclaimable:     110516 kB
Slab:             202768 kB
SReclaimable:     110516 kB
SUnreclaim:        92252 kB
KernelStack:        4288 kB
PageTables:         4712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1211952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431296 MiB
End job on nodeC019 at 2025-07-11 14:11:30