Trace number 4527552

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.29 1861.29

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.10-9.opb
MD5SUM623011bcb799422f8ca68e1af7825a24
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 benchmark47741
Best CPU time to get the best result obtained on this benchmark21.3279
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables211564
Total number of constraints2445434
Number of constraints which are clauses2445434
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100069 s]*
/proc/loadavg: 6.34 7.00 6.22 4/248 112685
/proc/meminfo: memFree=110872756/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=251496 memory=73352 CPUtime=0.07 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 13314 0 0 0 4 3 0 0 20 0 1 0 139084484 257531904 18338 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 62874 18338 1120 6655 0 53109 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 251496 KiB
Current children cumulated memory: 73352 KiB

[startup+0.213946 s]*
/proc/loadavg: 6.34 7.00 6.22 5/248 112685
/proc/meminfo: memFree=110779572/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=330696 memory=179300 CPUtime=0.19 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 33132 0 0 0 10 9 0 0 20 0 1 0 139084484 338632704 44793 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 82707 44825 1120 6655 0 72942 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 330696 KiB
Current children cumulated memory: 179300 KiB

[startup+0.313487 s]*
/proc/loadavg: 6.34 7.00 6.22 5/248 112685
/proc/meminfo: memFree=110606624/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=393000 memory=261988 CPUtime=0.28 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 48716 0 0 0 15 13 0 0 20 0 1 0 139084484 402432000 65497 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 98250 65497 1120 6655 0 88485 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 393000 KiB
Current children cumulated memory: 261988 KiB

[startup+0.700264 s]
/proc/loadavg: 6.34 7.00 6.22 4/248 112685
/proc/meminfo: memFree=110432544/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=632976 memory=581860 CPUtime=0.65 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 108744 0 0 0 35 30 0 0 20 0 1 0 139084484 648167424 145465 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 158244 145465 1120 6655 0 148479 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 632976 KiB
Current children cumulated memory: 581860 KiB

[startup+1.50032 s]
/proc/loadavg: 6.34 7.00 6.22 4/248 112685
/proc/meminfo: memFree=110193568/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=829952 memory=795128 CPUtime=1.45 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 127923 0 0 0 106 39 0 0 20 0 1 0 139084484 849870848 198782 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 207488 198782 1152 6655 0 197723 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 829952 KiB
Current children cumulated memory: 795128 KiB

[startup+3.1134 s]
/proc/loadavg: 6.34 7.00 6.22 6/249 112712
/proc/meminfo: memFree=109419576/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=1235224 memory=1198108 CPUtime=3.06 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 226762 0 0 0 250 56 0 0 20 0 1 0 139084484 1264869376 299527 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 308806 299527 1152 6655 0 299041 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1235224 KiB
Current children cumulated memory: 1198108 KiB

[startup+6.30027 s]
/proc/loadavg: 6.23 6.97 6.22 6/252 112722
/proc/meminfo: memFree=108108708/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=1486988 memory=1449116 CPUtime=6.24 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 289779 0 0 0 556 68 0 0 20 0 1 0 139084484 1522675712 362279 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 371747 362279 1152 6655 0 361982 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1486988 KiB
Current children cumulated memory: 1449116 KiB

[startup+12.7003 s]
/proc/loadavg: 6.13 6.93 6.21 6/252 112722
/proc/meminfo: memFree=107144544/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=2863944 memory=2767220 CPUtime=12.62 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 467066 0 0 0 1154 108 0 0 20 0 1 0 139084484 2932678656 691805 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 715986 691805 2240 6655 0 706221 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2863944 KiB
Current children cumulated memory: 2767220 KiB

[startup+25.5004 s]
/proc/loadavg: 5.88 6.84 6.19 6/254 112724
/proc/meminfo: memFree=104062760/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=3334184 memory=3187216 CPUtime=25.38 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 564343 0 0 0 2376 162 0 0 20 0 2 0 139084484 3414204416 796804 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 833546 796804 2784 6655 0 807429 0
[pid=112684/tid=112723] ppid=112681 vsize=3334184 memory=14464 CPUtime=0 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) S 112681 112684 112005 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085883 3414204416 796804 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 3334184 KiB
Current children cumulated memory: 3187216 KiB

[startup+51.1055 s]
/proc/loadavg: 5.92 6.77 6.18 7/254 112724
/proc/meminfo: memFree=103146400/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=3991104 memory=3841068 CPUtime=61.79 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 678595 0 0 0 5984 195 0 0 20 0 2 0 139084484 4086890496 960267 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 997776 960267 3776 6655 0 986222 0
[pid=112684/tid=112723] ppid=112681 vsize=3991104 memory=14464 CPUtime=11.49 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 37134 0 0 0 1134 15 0 0 20 0 2 0 139085883 4086890496 960267 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 61.79 s
Current children cumulated vsize: 3991104 KiB
Current children cumulated memory: 3841068 KiB

[startup+102.3 s]
/proc/loadavg: 5.44 6.51 6.13 7/254 112733
/proc/meminfo: memFree=102763488/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4302920 memory=4144784 CPUtime=115.04 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 746371 0 0 0 11296 208 0 0 20 0 2 0 139084484 4406190080 1036196 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1075730 1036196 3840 6655 0 1064176 0
[pid=112684/tid=112723] ppid=112681 vsize=4302920 memory=-7880352373818685822 CPUtime=13.72 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 56304 0 0 0 1350 22 0 0 20 0 2 0 139085883 4406190080 1036196 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 115.04 s
Current children cumulated vsize: 4302920 KiB
Current children cumulated memory: 4144784 KiB

[startup+162.3 s]
/proc/loadavg: 6.18 6.52 6.15 7/254 112735
/proc/meminfo: memFree=102067876/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4679312 memory=4502884 CPUtime=230.6 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 931706 0 0 0 22798 262 0 0 20 0 2 0 139084484 4791615488 1125721 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1169828 1125721 3840 6655 0 1143479 0
[pid=112684/tid=112723] ppid=112681 vsize=4679312 memory=4309280 CPUtime=69.7 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 131359 0 0 0 6926 44 0 0 20 0 2 0 139085883 4791615488 1125721 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 230.6 s
Current children cumulated vsize: 4679312 KiB
Current children cumulated memory: 4502884 KiB

[startup+222.3 s]
/proc/loadavg: 6.73 6.61 6.21 8/254 112738
/proc/meminfo: memFree=102007576/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4679484 memory=4550060 CPUtime=349.72 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 963139 0 0 0 34706 266 0 0 20 0 2 0 139084484 4791791616 1137515 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1169871 1137515 3840 6655 0 1154786 0
[pid=112684/tid=112723] ppid=112681 vsize=4679484 memory=14464 CPUtime=129.05 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 140063 0 0 0 12859 46 0 0 20 0 2 0 139085883 4791791616 1137515 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 349.72 s
Current children cumulated vsize: 4679484 KiB
Current children cumulated memory: 4550060 KiB

[startup+282.3 s]
/proc/loadavg: 6.95 6.70 6.27 8/254 112740
/proc/meminfo: memFree=101936488/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4724820 memory=4592812 CPUtime=468.86 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1009531 0 0 0 46614 272 0 0 20 0 2 0 139084484 4838215680 1148203 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1181205 1148203 3840 6655 0 1166129 0
[pid=112684/tid=112723] ppid=112681 vsize=4724820 memory=4551632 CPUtime=188.4 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 165252 0 0 0 18790 50 0 0 20 0 2 0 139085883 4838215680 1148203 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 468.86 s
Current children cumulated vsize: 4724820 KiB
Current children cumulated memory: 4592812 KiB

[startup+342.3 s]
/proc/loadavg: 7.08 6.79 6.33 8/254 112742
/proc/meminfo: memFree=101976352/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4679596 memory=4551848 CPUtime=587.99 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1048526 0 0 0 58522 277 0 0 20 0 2 0 139084484 4791906304 1137962 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1169899 1137962 3840 6655 0 1154823 0
[pid=112684/tid=112723] ppid=112681 vsize=4679596 memory=4551848 CPUtime=247.76 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 177530 0 0 0 24724 52 0 0 20 0 2 0 139085883 4791906304 1137962 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 587.99 s
Current children cumulated vsize: 4679596 KiB
Current children cumulated memory: 4551848 KiB

[startup+402.3 s]
/proc/loadavg: 7.08 6.85 6.38 8/253 112744

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

/proc/meminfo: memFree=104959868/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=5335164 memory=5214892 CPUtime=2851.66 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1709777 0 0 0 284753 413 0 0 20 0 2 0 139084484 5463207936 1303723 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1333791 1303723 3840 6655 0 1320065 0
[pid=112684/tid=112723] ppid=112681 vsize=5335164 memory=14464 CPUtime=1375.62 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 357450 0 0 0 137448 114 0 0 20 0 2 0 139085883 5463207936 1303723 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 2851.66 s
Current children cumulated vsize: 5335164 KiB
Current children cumulated memory: 5214892 KiB

[startup+1542.3 s]
/proc/loadavg: 7.14 7.00 6.82 8/255 113043
/proc/meminfo: memFree=103567988/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=5533832 memory=5425016 CPUtime=2970.8 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1764025 0 0 0 296645 435 0 0 20 0 2 0 139084484 5666643968 1356254 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1383458 1356254 3840 6655 0 1369732 0
[pid=112684/tid=112723] ppid=112681 vsize=5533832 memory=5408784 CPUtime=1434.97 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 400078 0 0 0 143363 134 0 0 20 0 2 0 139085883 5666643968 1356254 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 2970.8 s
Current children cumulated vsize: 5533832 KiB
Current children cumulated memory: 5425016 KiB

[startup+1602.3 s]
/proc/loadavg: 6.92 6.96 6.82 8/255 113092
/proc/meminfo: memFree=102084512/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=5941224 memory=5800560 CPUtime=3089.98 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1840514 0 0 0 308526 472 0 0 20 0 2 0 139084484 6083813376 1450140 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1485306 1450140 3840 6655 0 1471580 0
[pid=112684/tid=112723] ppid=112681 vsize=5941224 memory=5408784 CPUtime=1494.34 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 435894 0 0 0 149274 160 0 0 20 0 2 0 139085883 6083813376 1450140 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3089.98 s
Current children cumulated vsize: 5941224 KiB
Current children cumulated memory: 5800560 KiB

[startup+1662.3 s]
/proc/loadavg: 7.01 6.98 6.84 8/255 113095
/proc/meminfo: memFree=101185768/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=6076232 memory=5947396 CPUtime=3209.14 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1901765 0 0 0 320425 489 0 0 20 0 2 0 139084484 6222061568 1486849 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1519058 1486849 3840 6655 0 1505332 0
[pid=112684/tid=112723] ppid=112681 vsize=6076232 memory=5408784 CPUtime=1553.69 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 462767 0 0 0 155198 171 0 0 20 0 2 0 139085883 6222061568 1486849 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3209.14 s
Current children cumulated vsize: 6076232 KiB
Current children cumulated memory: 5947396 KiB

[startup+1722.3 s]
/proc/loadavg: 7.18 7.03 6.87 8/254 113097
/proc/meminfo: memFree=100460944/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=6467600 memory=6332016 CPUtime=3328.3 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 1960358 0 0 0 332312 518 0 0 20 0 2 0 139084484 6622822400 1583004 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1616900 1583004 3840 6655 0 1603174 0
[pid=112684/tid=112723] ppid=112681 vsize=6467600 memory=5408784 CPUtime=1613.04 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 485433 0 0 0 161113 191 0 0 20 0 2 0 139085883 6622822400 1583004 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3328.3 s
Current children cumulated vsize: 6467600 KiB
Current children cumulated memory: 6332016 KiB

[startup+1782.3 s]
/proc/loadavg: 6.96 7.00 6.87 8/254 113145
/proc/meminfo: memFree=100070364/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=6633688 memory=6495992 CPUtime=3447.47 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 2002988 0 0 0 344202 545 0 0 20 0 2 0 139084484 6792896512 1623998 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1658422 1623998 3840 6655 0 1644696 0
[pid=112684/tid=112723] ppid=112681 vsize=6633688 memory=6552716 CPUtime=1672.41 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 503755 0 0 0 167029 212 0 0 20 0 2 0 139085883 6792896512 1623998 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3447.47 s
Current children cumulated vsize: 6633688 KiB
Current children cumulated memory: 6495992 KiB

[startup+1842.3 s]
/proc/loadavg: 6.61 6.89 6.84 8/254 113332
/proc/meminfo: memFree=101156500/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=6672612 memory=6533844 CPUtime=3566.57 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 2046525 0 0 0 356090 567 0 0 20 0 2 0 139084484 6832754688 1633461 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1668153 1633461 3840 6655 0 1654427 0
[pid=112684/tid=112723] ppid=112681 vsize=6672612 memory=6533844 CPUtime=1731.72 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 519815 0 0 0 172943 229 0 0 20 0 2 0 139085883 6832754688 1633461 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3566.57 s
Current children cumulated vsize: 6672612 KiB
Current children cumulated memory: 6533844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1859.2 s]
/proc/loadavg: 6.43 6.83 6.82 7/253 113423
/proc/meminfo: memFree=101069084/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=6676032 memory=6537324 CPUtime=3600.06 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) R 112681 112684 112005 0 -1 4194304 2062463 0 0 0 359429 577 0 0 20 0 2 0 139084484 6836256768 1634331 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1669008 1634331 3840 6655 0 1655282 0
[pid=112684/tid=112723] ppid=112681 vsize=6676032 memory=6537324 CPUtime=1748.4 cores=5,7
/proc/112684/task/112723/stat : 112723 (LSIPExact) R 112681 112684 112005 0 -1 4194368 520445 0 0 0 174604 236 0 0 20 0 2 0 139085883 6836256768 1634331 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 6676032 KiB
Current children cumulated memory: 6537324 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3595 s, system=6.00724 s

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

# cumulated CPU time of all completed processes:  user=3596.21 s, system=6.07509 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+1860 s]*
/proc/loadavg: 6.43 6.83 6.82 6/253 113425
/proc/meminfo: memFree=103416584/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4119904 memory=4057540 CPUtime=3600.91 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) S 112681 112684 112005 0 -1 4194304 2357181 228 0 0 359499 592 0 0 20 0 1 0 139084484 4218781696 1014385 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1029976 1014385 3872 6655 0 1020183 0
[pid=113425] ppid=112684 vsize=158320 memory=134956 CPUtime=0.07 cores=5,7
/proc/113425/stat : 113425 (Exact) R 112684 113425 113425 0 -1 4194304 12125 0 0 0 4 3 0 0 20 0 1 0 139270473 162119680 33739 18446744073709551615 4198400 8335837 140720770106880 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 16928768 140720770111666 140720770112027 140720770112027 140720770117583 0
/proc/113425/statm: 39580 33739 928 1011 0 38347 0
Current children cumulated CPU time: 3600.98 s
Current children cumulated vsize: 4278224 KiB
Current children cumulated memory: 4192496 KiB

[startup+1860.8 s]
/proc/loadavg: 6.43 6.83 6.82 6/253 113425
/proc/meminfo: memFree=103416584/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4119904 memory=4057540 CPUtime=3600.91 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) S 112681 112684 112005 0 -1 4194304 2357181 228 0 0 359499 592 0 0 20 0 1 0 139084484 4218781696 1014385 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1029976 1014385 3872 6655 0 1020183 0
[pid=113425] ppid=112684 vsize=193348 memory=179172 CPUtime=0.86 cores=5,7
/proc/113425/stat : 113425 (Exact) R 112684 113425 113425 0 -1 4194304 21149 0 0 0 81 5 0 0 20 0 1 0 139270473 197988352 44793 18446744073709551615 4198400 8335837 140720770106880 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 16928768 140720770111666 140720770112027 140720770112027 140720770117583 0
/proc/113425/statm: 48337 44793 928 1011 0 47104 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 4313252 KiB
Current children cumulated memory: 4236712 KiB

[startup+1861.2 s]
/proc/loadavg: 6.43 6.83 6.82 6/253 113425
/proc/meminfo: memFree=103327832/131382120 swapFree=33010416/33010684
[pid=112684] ppid=112681 vsize=4119904 memory=4057540 CPUtime=3600.91 cores=5,7
/proc/112684/stat : 112684 (LSIPExact) S 112681 112684 112005 0 -1 4194304 2357181 228 0 0 359499 592 0 0 20 0 1 0 139084484 4218781696 1014385 18446744073709551615 94280749125632 94280776382801 140720763362320 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94280784884872 94280785316480 94280800403456 140720763365720 140720763365896 140720763365896 140720763371500 0
/proc/112684/statm: 1029976 1014385 3872 6655 0 1020183 0
[pid=113425] ppid=112684 vsize=201304 memory=191404 CPUtime=1.25 cores=5,7
/proc/113425/stat : 113425 (Exact) R 112684 113425 113425 0 -1 4194304 22680 0 0 0 120 5 0 0 20 0 1 0 139270473 206135296 47851 18446744073709551615 4198400 8335837 140720770106880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16928768 140720770111666 140720770112027 140720770112027 140720770117583 0
/proc/113425/statm: 50326 47851 928 1011 0 49093 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 4321208 KiB
Current children cumulated memory: 4248944 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1861.29
CPU time (s): 3602.29
CPU user time (s): 3596.21
CPU system time (s): 6.07509
CPU usage (%): 193.537
Max. virtual memory (cumulated for all children) (KiB): 6738148
Max. memory (cumulated for all children) (KiB): 6552724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.21
system time used= 6.07509
maximum resident set size= 6554772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2380089
page faults= 0
swaps= 0
block input operations= 48456
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 499
involuntary context switches= 32208


# summary of solver processes directly reported to runsolver:
#   pid: 112684,113425
#   total CPU time (s): 3602.29
#   total CPU user time (s): 3596.21
#   total CPU system time (s): 6.07509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.00294 second user time and 9.07415 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 13:40:56
IDJOB=4527552
IDBENCH=158189
IDSOLVER=3384
FILE ID=nodeC002/4527552-1752234055
RUNJOBID= nodeC002-1752232205-112025
SLURM_JOB_ID= 9682513
Free space on /tmp= 430464 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.10-9.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527552-1752234055/watcher-4527552-1752234055 -o /tmp/evaluation-result-4527552-1752234055/solver-4527552-1752234055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752232205-112025 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527552-1752234055.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 623011bcb799422f8ca68e1af7825a24
RANDOM SEED=291300059

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        110949560 kB
MemAvailable:   114286620 kB
Buffers:            2128 kB
Cached:          4136328 kB
SwapCached:           28 kB
Active:         15980472 kB
Inactive:        3829016 kB
Active(anon):   15682564 kB
Inactive(anon):     6404 kB
Active(file):     297908 kB
Inactive(file):  3822612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            177588 kB
Writeback:             4 kB
AnonPages:      15674436 kB
Mapped:           129376 kB
Shmem:             17932 kB
KReclaimable:     112336 kB
Slab:             200824 kB
SReclaimable:     112336 kB
SUnreclaim:        88488 kB
KernelStack:        4032 kB
PageTables:        34056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   16446224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5187584 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430432 MiB
End job on nodeC002 at 2025-07-11 14:11:58