Trace number 4527567

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.27 1832.68

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUMc3fbcb3bbc6f19a0312d063de4b77764
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-64400
Best CPU time to get the best result obtained on this benchmark72003.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 899428
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 899428
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=111619, runsolver pid=111616

[startup+0.100067 s]*
/proc/loadavg: 7.08 6.90 5.89 7/266 111620
/proc/meminfo: memFree=123902372/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=150520 memory=107768 CPUtime=0.08 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 20309 0 0 0 5 3 0 0 20 0 1 0 139082288 154132480 26942 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 37630 26942 1184 6655 0 27865 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 150520 KiB
Current children cumulated memory: 107768 KiB

[startup+0.206086 s]*
/proc/loadavg: 7.08 6.90 5.89 7/266 111620
/proc/meminfo: memFree=123855560/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=236184 memory=188288 CPUtime=0.2 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 30071 0 0 0 13 7 0 0 20 0 1 0 139082288 241852416 47072 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 59046 47072 1184 6655 0 49281 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 236184 KiB
Current children cumulated memory: 188288 KiB

[startup+0.306112 s]*
/proc/loadavg: 6.99 6.89 5.89 7/266 111620
/proc/meminfo: memFree=123774408/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=285372 memory=250504 CPUtime=0.29 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 41052 0 0 0 20 9 0 0 20 0 1 0 139082288 292220928 62626 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 71343 62626 1184 6655 0 61578 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 285372 KiB
Current children cumulated memory: 250504 KiB

[startup+0.700182 s]
/proc/loadavg: 6.99 6.89 5.89 7/266 111620
/proc/meminfo: memFree=123677640/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=439060 memory=404264 CPUtime=0.68 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 78969 0 0 0 51 17 0 0 20 0 1 0 139082288 449597440 101066 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 109765 101066 1184 6655 0 100000 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 439060 KiB
Current children cumulated memory: 404264 KiB

[startup+1.50018 s]
/proc/loadavg: 6.99 6.89 5.89 7/266 111620
/proc/meminfo: memFree=123540552/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=564640 memory=529832 CPUtime=1.47 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 110359 0 0 0 126 21 0 0 20 0 1 0 139082288 578191360 132458 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 141160 132458 1184 6655 0 131395 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 564640 KiB
Current children cumulated memory: 529832 KiB

[startup+3.10561 s]
/proc/loadavg: 6.99 6.89 5.89 7/266 111620
/proc/meminfo: memFree=123480300/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=564640 memory=529832 CPUtime=3.08 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 110379 0 0 0 286 22 0 0 20 0 1 0 139082288 578191360 132458 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 141160 132458 1184 6655 0 131395 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 564640 KiB
Current children cumulated memory: 529832 KiB

[startup+6.30017 s]
/proc/loadavg: 6.91 6.87 5.89 7/266 111620
/proc/meminfo: memFree=123470084/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=564640 memory=529832 CPUtime=6.26 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 110419 0 0 0 604 22 0 0 20 0 1 0 139082288 578191360 132458 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 141160 132458 1184 6655 0 131395 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 564640 KiB
Current children cumulated memory: 529832 KiB

[startup+12.7002 s]
/proc/loadavg: 6.84 6.86 5.89 7/267 111621
/proc/meminfo: memFree=122957584/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=1208972 memory=1086056 CPUtime=12.64 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 182935 0 0 0 1223 41 0 0 20 0 2 0 139082288 1237987328 271514 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 302243 271514 2752 6655 0 276126 0
[pid=111619/tid=111621] ppid=111616 vsize=1208972 memory=1044292 CPUtime=0 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) S 111616 111619 110720 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083431 1237987328 271514 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1208972 KiB
Current children cumulated memory: 1086056 KiB

[startup+25.5002 s]
/proc/loadavg: 6.79 6.85 5.90 8/267 111622
/proc/meminfo: memFree=122033364/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2214288 memory=1929936 CPUtime=30.43 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 309170 0 0 0 2960 83 0 0 20 0 2 0 139082288 2267430912 482484 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 553572 482484 3168 6655 0 539735 0
[pid=111619/tid=111621] ppid=111616 vsize=2214288 memory=1929808 CPUtime=5.06 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 12452 0 0 0 501 5 0 0 20 0 2 0 139083431 2267430912 482484 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 30.43 s
Current children cumulated vsize: 2214288 KiB
Current children cumulated memory: 1929936 KiB

[startup+51.1058 s]
/proc/loadavg: 6.93 6.88 5.94 8/267 111622
/proc/meminfo: memFree=121996236/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2214288 memory=1937744 CPUtime=80.87 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 311307 0 0 0 8003 84 0 0 20 0 2 0 139082288 2267430912 484436 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 553572 484436 3168 6655 0 539735 0
[pid=111619/tid=111621] ppid=111616 vsize=2214288 memory=16492 CPUtime=30.33 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 13539 0 0 0 3027 6 0 0 20 0 2 0 139083431 2267430912 484436 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 80.87 s
Current children cumulated vsize: 2214288 KiB
Current children cumulated memory: 1937744 KiB

[startup+102.3 s]
/proc/loadavg: 7.02 6.91 6.00 7/267 111627
/proc/meminfo: memFree=122329228/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2148752 memory=1911812 CPUtime=179.46 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 322625 0 0 0 17860 86 0 0 20 0 2 0 139082288 2200322048 477953 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 537188 477953 3200 6655 0 526183 0
[pid=111619/tid=111621] ppid=111616 vsize=2148752 memory=1937872 CPUtime=79.05 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) S 111616 111619 110720 0 -1 4194368 23467 0 0 0 7898 7 0 0 20 0 2 0 139083431 2200322048 477953 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 179.46 s
Current children cumulated vsize: 2148752 KiB
Current children cumulated memory: 1911812 KiB

[startup+162.3 s]
/proc/loadavg: 6.67 6.84 6.03 7/267 111634
/proc/meminfo: memFree=121477536/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2969528 memory=2666888 CPUtime=289.03 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 439984 0 0 0 28781 122 0 0 20 0 2 0 139082288 3040796672 666722 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 742382 666722 3424 6655 0 716170 0
[pid=111619/tid=111621] ppid=111616 vsize=2969528 memory=5632 CPUtime=129.02 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 98905 0 0 0 12875 27 0 0 20 0 2 0 139083431 3040796672 666722 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 289.03 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2666888 KiB

[startup+222.3 s]
/proc/loadavg: 6.30 6.70 6.03 7/267 111637
/proc/meminfo: memFree=121476188/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2969528 memory=2667144 CPUtime=407.81 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 459838 0 0 0 40657 124 0 0 20 0 2 0 139082288 3040796672 666786 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 742382 666786 3424 6655 0 716170 0
[pid=111619/tid=111621] ppid=111616 vsize=2969528 memory=2667144 CPUtime=188.19 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 106496 0 0 0 18792 27 0 0 20 0 2 0 139083431 3040796672 666786 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 407.81 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667144 KiB

[startup+282.3 s]
/proc/loadavg: 6.15 6.58 6.03 7/267 111639
/proc/meminfo: memFree=121468880/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2969528 memory=2667144 CPUtime=526.52 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 467688 0 0 0 52528 124 0 0 20 0 2 0 139082288 3040796672 666786 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 742382 666786 3424 6655 0 716170 0
[pid=111619/tid=111621] ppid=111616 vsize=2969528 memory=20608 CPUtime=247.31 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 114099 0 0 0 24704 27 0 0 20 0 2 0 139083431 3040796672 666786 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 526.52 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667144 KiB

[startup+342.3 s]
/proc/loadavg: 6.09 6.49 6.03 7/268 111643
/proc/meminfo: memFree=121412880/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=2969528 memory=2667272 CPUtime=645.25 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 495731 0 0 0 64398 127 0 0 20 0 2 0 139082288 3040796672 666818 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 742382 666818 3424 6655 0 716170 0
[pid=111619/tid=111621] ppid=111616 vsize=2969528 memory=2667272 CPUtime=306.45 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 121707 0 0 0 30617 28 0 0 20 0 2 0 139083431 3040796672 666818 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 645.25 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667272 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=117077496/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3616480 memory=3440304 CPUtime=2789.09 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1326839 0 0 0 278689 220 0 0 20 0 2 0 139082288 3703275520 860076 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 904120 860076 3488 6655 0 885336 0
[pid=111619/tid=111621] ppid=111616 vsize=3616480 memory=3440304 CPUtime=1374.38 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 491616 0 0 0 137375 63 0 0 20 0 2 0 139083431 3703275520 860076 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 2789.09 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3440304 KiB

[startup+1482.3 s]
/proc/loadavg: 6.39 6.21 6.08 7/265 111904
/proc/meminfo: memFree=122907752/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3662672 memory=3477300 CPUtime=2908.2 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1349843 0 0 0 290597 223 0 0 20 0 2 0 139082288 3750576128 869325 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 915668 869325 3488 6655 0 896884 0
[pid=111619/tid=111621] ppid=111616 vsize=3662672 memory=3440304 CPUtime=1433.73 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 496933 0 0 0 143309 64 0 0 20 0 2 0 139083431 3750576128 869325 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 2908.2 s
Current children cumulated vsize: 3662672 KiB
Current children cumulated memory: 3477300 KiB

[startup+1542.3 s]
/proc/loadavg: 6.78 6.34 6.13 8/268 111938
/proc/meminfo: memFree=122996996/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3758888 memory=3544428 CPUtime=3027.31 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1405611 0 0 0 302501 230 0 0 20 0 2 0 139082288 3849101312 886107 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 939722 886107 3552 6655 0 920938 0
[pid=111619/tid=111621] ppid=111616 vsize=3758888 memory=3440516 CPUtime=1493.07 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 508658 0 0 0 149243 64 0 0 20 0 2 0 139083431 3849101312 886107 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3027.31 s
Current children cumulated vsize: 3758888 KiB
Current children cumulated memory: 3544428 KiB

[startup+1602.3 s]
/proc/loadavg: 7.03 6.50 6.20 8/269 111941
/proc/meminfo: memFree=123050244/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3616480 memory=3445728 CPUtime=3146.52 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1490080 0 0 0 314416 236 0 0 20 0 2 0 139082288 3703275520 861432 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 904120 861432 3552 6655 0 885336 0
[pid=111619/tid=111621] ppid=111616 vsize=3616480 memory=16492 CPUtime=1552.47 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 553083 0 0 0 155180 67 0 0 20 0 2 0 139083431 3703275520 861432 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3146.52 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3445728 KiB

[startup+1662.3 s]
/proc/loadavg: 7.01 6.59 6.25 8/269 111943
/proc/meminfo: memFree=123051484/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3616480 memory=3445856 CPUtime=3265.65 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1530650 0 0 0 326326 239 0 0 20 0 2 0 139082288 3703275520 861464 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 904120 861464 3552 6655 0 885336 0
[pid=111619/tid=111621] ppid=111616 vsize=3616480 memory=3445856 CPUtime=1611.83 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 574797 0 0 0 161114 69 0 0 20 0 2 0 139083431 3703275520 861464 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3265.65 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3445856 KiB

[startup+1722.3 s]
/proc/loadavg: 7.06 6.68 6.31 8/268 111945
/proc/meminfo: memFree=122971900/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3763400 memory=3512908 CPUtime=3384.78 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1592635 0 0 0 338231 247 0 0 20 0 2 0 139082288 3853721600 878227 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 940850 878227 3552 6655 0 922066 0
[pid=111619/tid=111621] ppid=111616 vsize=3763400 memory=3512908 CPUtime=1671.18 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 605004 0 0 0 167047 71 0 0 20 0 2 0 139083431 3853721600 878227 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3384.78 s
Current children cumulated vsize: 3763400 KiB
Current children cumulated memory: 3512908 KiB

[startup+1782.3 s]
/proc/loadavg: 7.07 6.76 6.36 8/268 111947
/proc/meminfo: memFree=123056928/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3559616 memory=3389512 CPUtime=3504.09 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1630470 0 0 0 350159 250 0 0 20 0 2 0 139082288 3645046784 847378 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 889904 847378 3552 6655 0 871120 0
[pid=111619/tid=111621] ppid=111616 vsize=3559616 memory=3389512 CPUtime=1730.64 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 615496 0 0 0 172991 73 0 0 20 0 2 0 139083431 3645046784 847378 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3504.09 s
Current children cumulated vsize: 3559616 KiB
Current children cumulated memory: 3389512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1830.6 s]
/proc/loadavg: 7.08 6.81 6.40 8/267 111949
/proc/meminfo: memFree=123067448/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3559616 memory=3389512 CPUtime=3600.12 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) R 111616 111619 110720 0 -1 4194304 1643371 0 0 0 359760 252 0 0 20 0 2 0 139082288 3645046784 847378 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 889904 847378 3552 6655 0 871120 0
[pid=111619/tid=111621] ppid=111616 vsize=3559616 memory=3389512 CPUtime=1778.5 cores=1,3
/proc/111619/task/111621/stat : 111621 (LSIPExact) R 111616 111619 110720 0 -1 4194368 628397 0 0 0 177775 75 0 0 20 0 2 0 139083431 3645046784 847378 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 3559616 KiB
Current children cumulated memory: 3389512 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.01 s, system=2.63385 s

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

# cumulated CPU time of all completed processes:  user=3599.44 s, system=2.82928 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+1832 s]*
/proc/loadavg: 7.07 6.81 6.40 7/267 111951
/proc/meminfo: memFree=122786632/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3419524 memory=3253804 CPUtime=3600.55 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) S 111616 111619 110720 0 -1 4194304 1725577 230 0 0 359800 255 0 0 20 0 1 0 139082288 3501592576 813451 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 854881 813451 3584 6655 0 836097 0
[pid=111951] ppid=111619 vsize=392524 memory=386132 CPUtime=1.01 cores=1,3
/proc/111951/stat : 111951 (Exact) R 111619 111951 111951 0 -1 4194304 43343 0 0 0 89 12 0 0 20 0 1 0 139265382 401944576 96533 18446744073709551615 4198400 8335837 140735967694144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14577664 140735967697074 140735967697435 140735967697435 140735967702991 0
/proc/111951/statm: 98131 96533 960 1011 0 96898 0
Current children cumulated CPU time: 3601.56 s
Current children cumulated vsize: 3812048 KiB
Current children cumulated memory: 3639936 KiB

[startup+1832.4 s]
/proc/loadavg: 7.07 6.81 6.40 7/267 111951
/proc/meminfo: memFree=122786632/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3419524 memory=3253804 CPUtime=3600.55 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) S 111616 111619 110720 0 -1 4194304 1725577 230 0 0 359800 255 0 0 20 0 1 0 139082288 3501592576 813451 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 854881 813451 3584 6655 0 836097 0
[pid=111951] ppid=111619 vsize=471232 memory=457156 CPUtime=1.41 cores=1,3
/proc/111951/stat : 111951 (Exact) R 111619 111951 111951 0 -1 4194304 60300 0 0 0 125 16 0 0 20 0 1 0 139265382 482541568 114289 18446744073709551615 4198400 8335837 140735967694144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14577664 140735967697074 140735967697435 140735967697435 140735967702991 0
/proc/111951/statm: 117808 114289 960 1011 0 116575 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 3890756 KiB
Current children cumulated memory: 3710960 KiB

[startup+1832.6 s]
/proc/loadavg: 7.07 6.81 6.40 7/267 111951
/proc/meminfo: memFree=122786632/131249988 swapFree=33010160/33010684
[pid=111619] ppid=111616 vsize=3419524 memory=3253804 CPUtime=3600.55 cores=1,3
/proc/111619/stat : 111619 (LSIPExact) S 111616 111619 110720 0 -1 4194304 1725577 230 0 0 359800 255 0 0 20 0 1 0 139082288 3501592576 813451 18446744073709551615 94613892145152 94613919402321 140726405547216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94613927904392 94613928336000 94613933293568 140726405556568 140726405556744 140726405556744 140726405562348 0
/proc/111619/statm: 854881 813451 3584 6655 0 836097 0
[pid=111951] ppid=111619 vsize=534632 memory=522560 CPUtime=1.61 cores=1,3
/proc/111951/stat : 111951 (Exact) R 111619 111951 111951 0 -1 4194304 76140 0 0 0 143 18 0 0 20 0 1 0 139265382 547463168 130640 18446744073709551615 4198400 8335837 140735967694144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14577664 140735967697074 140735967697435 140735967697435 140735967702991 0
/proc/111951/statm: 133658 130640 960 1011 0 132425 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 3954156 KiB
Current children cumulated memory: 3776364 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1832.68
CPU time (s): 3602.27
CPU user time (s): 3599.44
CPU system time (s): 2.82928
CPU usage (%): 196.557
Max. virtual memory (cumulated for all children) (KiB): 3954156
Max. memory (cumulated for all children) (KiB): 3776364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 2.82928
maximum resident set size= 3546988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1801947
page faults= 0
swaps= 0
block input operations= 55152
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 497
involuntary context switches= 27755


# summary of solver processes directly reported to runsolver:
#   pid: 111619,111951
#   total CPU time (s): 3602.27
#   total CPU user time (s): 3599.44
#   total CPU system time (s): 2.82928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.72426 second user time and 8.54315 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-11 13:40:47
IDJOB=4527567
IDBENCH=157811
IDSOLVER=3384
FILE ID=nodeC020/4527567-1752234047
RUNJOBID= nodeC020-1752232205-110739
SLURM_JOB_ID= 9682531
Free space on /tmp= 431308 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527567-1752234047/watcher-4527567-1752234047 -o /tmp/evaluation-result-4527567-1752234047/solver-4527567-1752234047 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752232205-110739 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527567-1752234047.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c3fbcb3bbc6f19a0312d063de4b77764
RANDOM SEED=1101230875

nodeC020 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		: 3600.050
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.79
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.952
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.79
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.696
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.79
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		: 3589.402
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        123987048 kB
MemAvailable:   125060220 kB
Buffers:            2128 kB
Cached:          1862844 kB
SwapCached:            8 kB
Active:          5326636 kB
Inactive:        1291524 kB
Active(anon):    4746684 kB
Inactive(anon):    24548 kB
Active(file):     579952 kB
Inactive(file):  1266976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72244 kB
Writeback:             0 kB
AnonPages:       4749376 kB
Mapped:           146064 kB
Shmem:             18044 kB
KReclaimable:     130964 kB
Slab:             224692 kB
SReclaimable:     130964 kB
SUnreclaim:        93728 kB
KernelStack:        4288 kB
PageTables:        12568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    5280556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2476032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431292 MiB
End job on nodeC020 at 2025-07-11 14:11:20