Trace number 4499981

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.17 1855.16

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j12055_1.std.opb
MD5SUMf0efccbc116c51a095a75c7835df95b0
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 benchmark100
Best CPU time to get the best result obtained on this benchmark437.366
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256237
Number of constraints which are clauses255037
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100072 s]*
/proc/loadavg: 8.00 7.95 8.00 8/255 60551
/proc/meminfo: memFree=128430228/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=111900 memory=69208 CPUtime=0.08 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 13226 0 0 0 3 5 0 0 20 0 1 0 56054601 114585600 17302 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 27975 17302 1152 6655 0 18210 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 111900 KiB
Current children cumulated memory: 69208 KiB

[startup+0.213453 s]*
/proc/loadavg: 8.00 7.95 8.00 8/255 60551
/proc/meminfo: memFree=128422164/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=130616 memory=94100 CPUtime=0.19 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 17422 0 0 0 13 6 0 0 20 0 1 0 56054601 133750784 23525 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 32654 23525 1152 6655 0 22889 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 130616 KiB
Current children cumulated memory: 94100 KiB

[startup+0.313383 s]*
/proc/loadavg: 8.00 7.95 8.00 8/255 60551
/proc/meminfo: memFree=128382096/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=160184 memory=125460 CPUtime=0.29 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 25277 0 0 0 20 9 0 0 20 0 1 0 56054601 164028416 31365 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 40046 31365 1152 6655 0 30281 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 160184 KiB
Current children cumulated memory: 125460 KiB

[startup+0.70033 s]
/proc/loadavg: 8.00 7.95 8.00 8/255 60551
/proc/meminfo: memFree=128349840/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=207348 memory=172692 CPUtime=0.66 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 37075 0 0 0 54 12 0 0 20 0 1 0 56054601 212324352 43173 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 51837 43173 1152 6655 0 42072 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 207348 KiB
Current children cumulated memory: 172692 KiB

[startup+1.50032 s]
/proc/loadavg: 8.00 7.95 8.00 8/255 60551
/proc/meminfo: memFree=128334316/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=207348 memory=172692 CPUtime=1.46 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 37075 0 0 0 134 12 0 0 20 0 1 0 56054601 212324352 43173 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 51837 43173 1152 6655 0 42072 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 207348 KiB
Current children cumulated memory: 172692 KiB

[startup+3.11322 s]
/proc/loadavg: 7.92 7.94 8.00 8/255 60551
/proc/meminfo: memFree=128320516/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=207664 memory=172948 CPUtime=3.07 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 37157 0 0 0 294 13 0 0 20 0 1 0 56054601 212647936 43237 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 51916 43237 1152 6655 0 42151 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 207664 KiB
Current children cumulated memory: 172948 KiB

[startup+6.30031 s]
/proc/loadavg: 7.92 7.94 8.00 8/255 60552
/proc/meminfo: memFree=128319872/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=207664 memory=172948 CPUtime=6.25 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 37167 0 0 0 612 13 0 0 20 0 1 0 56054601 212647936 43237 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 51916 43237 1152 6655 0 42151 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 207664 KiB
Current children cumulated memory: 172948 KiB

[startup+12.7002 s]
/proc/loadavg: 7.85 7.92 7.99 9/256 60553
/proc/meminfo: memFree=128000312/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=557080 memory=494388 CPUtime=13.68 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 102098 0 0 0 1342 26 0 0 20 0 2 0 56054601 570449920 123597 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 139270 123597 3264 6655 0 127438 0
[pid=60550/tid=60553] ppid=60547 vsize=557080 memory=493876 CPUtime=1.11 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 10567 0 0 0 109 2 0 0 20 0 2 0 56055652 570449920 123597 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 557080 KiB
Current children cumulated memory: 494388 KiB

[startup+25.5004 s]
/proc/loadavg: 7.79 7.91 7.99 8/256 60553
/proc/meminfo: memFree=127959820/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=557080 memory=495028 CPUtime=33.44 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 108561 0 0 0 3317 27 0 0 20 0 2 0 56054601 570449920 123757 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 139270 123757 3264 6655 0 127438 0
[pid=60550/tid=60553] ppid=60547 vsize=557080 memory=495028 CPUtime=8.12 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) S 60547 60550 58727 0 -1 4194368 10585 0 0 0 810 2 0 0 20 0 2 0 56055652 570449920 123757 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 33.44 s
Current children cumulated vsize: 557080 KiB
Current children cumulated memory: 495028 KiB

[startup+51.1135 s]
/proc/loadavg: 7.58 7.85 7.97 8/256 60553
/proc/meminfo: memFree=127956368/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=557080 memory=495028 CPUtime=58.95 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 121083 0 0 0 5868 27 0 0 20 0 2 0 56054601 570449920 123757 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 139270 123757 3264 6655 0 127438 0
[pid=60550/tid=60553] ppid=60547 vsize=557080 memory=495028 CPUtime=8.12 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) S 60547 60550 58727 0 -1 4194368 10585 0 0 0 810 2 0 0 20 0 2 0 56055652 570449920 123757 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 58.95 s
Current children cumulated vsize: 557080 KiB
Current children cumulated memory: 495028 KiB

[startup+102.3 s]
/proc/loadavg: 7.76 7.85 7.96 9/255 60555
/proc/meminfo: memFree=127882052/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=652220 memory=592680 CPUtime=155.45 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 161248 0 0 0 15511 34 0 0 20 0 2 0 56054601 667873280 148170 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 163055 148170 3360 6655 0 151223 0
[pid=60550/tid=60553] ppid=60547 vsize=652220 memory=588200 CPUtime=53.67 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 21274 0 0 0 5362 5 0 0 20 0 2 0 56055652 667873280 148170 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 155.45 s
Current children cumulated vsize: 652220 KiB
Current children cumulated memory: 592680 KiB

[startup+162.3 s]
/proc/loadavg: 8.01 7.91 7.98 9/254 60557
/proc/meminfo: memFree=127842800/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=652220 memory=599784 CPUtime=274.13 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 222151 0 0 0 27372 41 0 0 20 0 2 0 56054601 667873280 149946 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 163055 149946 3744 6655 0 151223 0
[pid=60550/tid=60553] ppid=60547 vsize=652220 memory=592680 CPUtime=112.61 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 42343 0 0 0 11254 7 0 0 20 0 2 0 56055652 667873280 149946 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 274.13 s
Current children cumulated vsize: 652220 KiB
Current children cumulated memory: 599784 KiB

[startup+222.3 s]
/proc/loadavg: 7.87 7.90 7.97 8/253 60559
/proc/meminfo: memFree=127857228/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=652220 memory=603368 CPUtime=392.5 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 231076 0 0 0 39208 42 0 0 20 0 2 0 56054601 667873280 150842 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 163055 150842 3744 6655 0 151223 0
[pid=60550/tid=60553] ppid=60547 vsize=652220 memory=603240 CPUtime=171.24 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 45730 0 0 0 17117 7 0 0 20 0 2 0 56055652 667873280 150842 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 392.5 s
Current children cumulated vsize: 652220 KiB
Current children cumulated memory: 603368 KiB

[startup+282.3 s]
/proc/loadavg: 7.90 7.89 7.96 9/255 60607
/proc/meminfo: memFree=127899024/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=652220 memory=606952 CPUtime=511.61 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 248061 0 0 0 51117 44 0 0 20 0 2 0 56054601 667873280 151738 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 163055 151738 3744 6655 0 152119 0
[pid=60550/tid=60553] ppid=60547 vsize=652220 memory=17792 CPUtime=230.58 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 51171 0 0 0 23049 9 0 0 20 0 2 0 56055652 667873280 151738 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 511.61 s
Current children cumulated vsize: 652220 KiB
Current children cumulated memory: 606952 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 7.93 7.97 9/255 60609
/proc/meminfo: memFree=127884536/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=652220 memory=611452 CPUtime=630.73 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 278287 0 0 0 63025 48 0 0 20 0 2 0 56054601 667873280 152863 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 163055 152863 3744 6655 0 153242 0
[pid=60550/tid=60553] ppid=60547 vsize=652220 memory=17792 CPUtime=289.92 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 68933 0 0 0 28980 12 0 0 20 0 2 0 56055652 667873280 152863 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 630.73 s
Current children cumulated vsize: 652220 KiB
Current children cumulated memory: 611452 KiB

[startup+402.3 s]

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

[pid=60550] ppid=60547 vsize=717756 memory=664368 CPUtime=2983.47 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 362240 0 0 0 298285 62 0 0 20 0 2 0 56054601 734982144 166092 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 166092 3744 6655 0 164568 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=664368 CPUtime=1448.61 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 114737 0 0 0 144839 22 0 0 20 0 2 0 56055652 734982144 166092 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 2983.47 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 664368 KiB

[startup+1602.3 s]
/proc/loadavg: 7.41 7.84 7.94 8/249 61095
/proc/meminfo: memFree=128116912/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=665008 CPUtime=3102.51 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 370109 0 0 0 310187 64 0 0 20 0 2 0 56054601 734982144 166252 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 166252 3744 6655 0 164568 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=665008 CPUtime=1507.96 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 118507 0 0 0 150774 22 0 0 20 0 2 0 56055652 734982144 166252 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3102.51 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 665008 KiB

[startup+1662.3 s]
/proc/loadavg: 7.26 7.72 7.89 8/255 61296
/proc/meminfo: memFree=128055196/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=665904 CPUtime=3221.56 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 372244 0 0 0 322092 64 0 0 20 0 2 0 56054601 734982144 166476 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 166476 3744 6655 0 164779 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=665904 CPUtime=1567.32 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 118803 0 0 0 156710 22 0 0 20 0 2 0 56055652 734982144 166476 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3221.56 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 665904 KiB

[startup+1722.3 s]
/proc/loadavg: 7.15 7.60 7.83 8/254 61347
/proc/meminfo: memFree=128054684/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=672560 CPUtime=3340.6 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 374638 0 0 0 333996 64 0 0 20 0 2 0 56054601 734982144 168140 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 168140 3744 6655 0 166432 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=665904 CPUtime=1626.67 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 120581 0 0 0 162644 23 0 0 20 0 2 0 56055652 734982144 168140 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3340.6 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 672560 KiB

[startup+1782.3 s]
/proc/loadavg: 7.16 7.52 7.79 8/255 61399
/proc/meminfo: memFree=126845588/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=676272 CPUtime=3459.66 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 376247 0 0 0 345902 64 0 0 20 0 2 0 56054601 734982144 169068 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 169068 3744 6655 0 167376 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=673968 CPUtime=1686.01 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 121528 0 0 0 168578 23 0 0 20 0 2 0 56055652 734982144 169068 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3459.66 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 676272 KiB

[startup+1842.3 s]
/proc/loadavg: 7.15 7.45 7.75 8/255 61498
/proc/meminfo: memFree=127828924/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=683056 CPUtime=3578.74 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 379282 0 0 0 357809 65 0 0 20 0 2 0 56054601 734982144 170764 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 170764 3744 6655 0 169091 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=673968 CPUtime=1745.33 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 123228 0 0 0 174510 23 0 0 20 0 2 0 56055652 734982144 170764 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3578.74 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 683056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.11 s]
/proc/loadavg: 7.13 7.44 7.74 8/256 61502
/proc/meminfo: memFree=126804632/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=717756 memory=685360 CPUtime=3600.19 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) R 60547 60550 58727 0 -1 4194304 381344 0 0 0 359954 65 0 0 20 0 2 0 56054601 734982144 171340 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 179439 171340 3744 6655 0 169673 0
[pid=60550/tid=60553] ppid=60547 vsize=717756 memory=673968 CPUtime=1756.01 cores=0,2
/proc/60550/task/60553/stat : 60553 (LSIPExact) R 60547 60550 58727 0 -1 4194368 123839 0 0 0 175578 23 0 0 20 0 2 0 56055652 734982144 171340 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 717756 KiB
Current children cumulated memory: 685360 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.62 s, system=0.694511 s

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

# cumulated CPU time of all completed processes:  user=3601.38 s, system=0.794404 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+1854.4 s]
/proc/loadavg: 7.13 7.44 7.74 7/256 61504
/proc/meminfo: memFree=126710976/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=690268 memory=656028 CPUtime=3600.27 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) S 60547 60550 58727 0 -1 4194304 411842 229 0 0 359961 66 0 0 20 0 1 0 56054601 706834432 164007 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 172567 164007 3744 6655 0 162801 0
[pid=61504] ppid=60550 vsize=184652 memory=171824 CPUtime=1.13 cores=0,2
/proc/61504/stat : 61504 (Exact) R 60550 61504 61504 0 -1 4194304 32032 0 0 0 105 8 0 0 20 0 1 0 56239923 189083648 42956 18446744073709551615 4198400 8335837 140734788191088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19382272 140734788196532 140734788196893 140734788196893 140734788202447 0
/proc/61504/statm: 46163 42956 1088 1011 0 44930 0
Current children cumulated CPU time: 3601.4 s
Current children cumulated vsize: 874920 KiB
Current children cumulated memory: 827852 KiB

[startup+1854.8 s]
/proc/loadavg: 7.13 7.44 7.74 7/256 61504
/proc/meminfo: memFree=126710976/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=690268 memory=656028 CPUtime=3600.27 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) S 60547 60550 58727 0 -1 4194304 411842 229 0 0 359961 66 0 0 20 0 1 0 56054601 706834432 164007 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 172567 164007 3744 6655 0 162801 0
[pid=61504] ppid=60550 vsize=188128 memory=176176 CPUtime=1.54 cores=0,2
/proc/61504/stat : 61504 (Exact) R 60550 61504 61504 0 -1 4194304 33141 0 0 0 145 9 0 0 20 0 1 0 56239923 192643072 44044 18446744073709551615 4198400 8335837 140734788191088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19382272 140734788196532 140734788196893 140734788196893 140734788202447 0
/proc/61504/statm: 47032 44044 1088 1011 0 45799 0
Current children cumulated CPU time: 3601.81 s
Current children cumulated vsize: 878396 KiB
Current children cumulated memory: 832204 KiB

[startup+1855 s]*
/proc/loadavg: 7.13 7.44 7.74 7/256 61504
/proc/meminfo: memFree=126674624/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=690268 memory=656028 CPUtime=3600.27 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) S 60547 60550 58727 0 -1 4194304 411842 229 0 0 359961 66 0 0 20 0 1 0 56054601 706834432 164007 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 172567 164007 3744 6655 0 162801 0
[pid=61504] ppid=60550 vsize=188128 memory=176176 CPUtime=1.75 cores=0,2
/proc/61504/stat : 61504 (Exact) R 60550 61504 61504 0 -1 4194304 33142 0 0 0 166 9 0 0 20 0 1 0 56239923 192643072 44044 18446744073709551615 4198400 8335837 140734788191088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19382272 140734788196532 140734788196893 140734788196893 140734788202447 0
/proc/61504/statm: 47032 44044 1088 1011 0 45799 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 878396 KiB
Current children cumulated memory: 832204 KiB

[startup+1855.11 s]
/proc/loadavg: 7.13 7.44 7.74 7/256 61504
/proc/meminfo: memFree=126674624/131382116 swapFree=33010684/33010684
[pid=60550] ppid=60547 vsize=690268 memory=656028 CPUtime=3600.27 cores=0,2
/proc/60550/stat : 60550 (LSIPExact) S 60547 60550 58727 0 -1 4194304 411842 229 0 0 359961 66 0 0 20 0 1 0 56054601 706834432 164007 18446744073709551615 93965564694528 93965591950929 140735492783072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93965600453768 93965600885376 93965628583936 140735492786522 140735492786698 140735492786698 140735492792300 0
/proc/60550/statm: 172567 164007 3744 6655 0 162801 0
[pid=61504] ppid=60550 vsize=188128 memory=176176 CPUtime=1.85 cores=0,2
/proc/61504/stat : 61504 (Exact) R 60550 61504 61504 0 -1 4194304 33142 0 0 0 176 9 0 0 20 0 1 0 56239923 192643072 44044 18446744073709551615 4198400 8335837 140734788191088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19382272 140734788196532 140734788196893 140734788196893 140734788202447 0
/proc/61504/statm: 47032 44044 1088 1011 0 45799 0
Current children cumulated CPU time: 3602.12 s
Current children cumulated vsize: 878396 KiB
Current children cumulated memory: 832204 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1855.16
CPU time (s): 3602.17
CPU user time (s): 3601.38
CPU system time (s): 0.794404
CPU usage (%): 194.171
Max. virtual memory (cumulated for all children) (KiB): 878396
Max. memory (cumulated for all children) (KiB): 832204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.38
system time used= 0.794404
maximum resident set size= 689212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445213
page faults= 0
swaps= 0
block input operations= 16128
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 602
involuntary context switches= 75948


# summary of solver processes directly reported to runsolver:
#   pid: 60550,61504
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3601.38
#   total CPU system time (s): 0.794404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05072 second user time and 8.92709 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-01 23:02:29
IDJOB=4499981
IDBENCH=149053
IDSOLVER=3336
FILE ID=nodeC011/4499981-1751403748
RUNJOBID= nodeC011-1751396961-58737
SLURM_JOB_ID= 9598274
Free space on /tmp= 432912 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j12055_1.std.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499981-1751403748/watcher-4499981-1751403748 -o /tmp/evaluation-result-4499981-1751403748/solver-4499981-1751403748 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751396961-58737 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4499981-1751403748.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f0efccbc116c51a095a75c7835df95b0
RANDOM SEED=1555571619

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128495032 kB
MemAvailable:   128728176 kB
Buffers:            3280 kB
Cached:          1039576 kB
SwapCached:            0 kB
Active:          1541140 kB
Inactive:         739832 kB
Active(anon):    1256076 kB
Inactive(anon):        0 kB
Active(file):     285064 kB
Inactive(file):   739832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52716 kB
Writeback:             0 kB
AnonPages:       1241300 kB
Mapped:           139240 kB
Shmem:             17960 kB
KReclaimable:      95368 kB
Slab:             178592 kB
SReclaimable:      95368 kB
SUnreclaim:        83224 kB
KernelStack:        4112 kB
PageTables:         5584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1652168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC011 at 2025-07-01 23:33:24