Trace number 4486549

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.03 1820.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66791
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486549-1751317048/watcher-4486549-1751317048 -o /tmp/evaluation-result-4486549-1751317048/solver-4486549-1751317048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751315214-41924 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4486549-1751317048.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 7.80 8.08 7.56 6/265 42403
/proc/meminfo: memFree=129820220/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=83964 memory=49408 CPUtime=0.09 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 11334 0 0 0 8 1 0 0 20 0 1 0 47382272 85979136 12352 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 20991 12352 1184 6655 0 11226 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83964 KiB
Current children cumulated memory: 49408 KiB

[startup+0.205522 s]*
/proc/loadavg: 7.80 8.08 7.56 6/265 42403
/proc/meminfo: memFree=129820220/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=0.19 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 18 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+0.305473 s]*
/proc/loadavg: 7.80 8.08 7.56 6/265 42403
/proc/meminfo: memFree=129820220/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=0.29 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 28 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+0.700152 s]
/proc/loadavg: 7.80 8.08 7.56 6/265 42403
/proc/meminfo: memFree=129812156/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=0.68 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 67 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+1.50013 s]
/proc/loadavg: 7.80 8.08 7.56 6/265 42403
/proc/meminfo: memFree=129812156/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=1.48 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 147 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+3.10462 s]
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=3.07 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 306 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+6.3001 s]
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794692/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=87528 memory=53120 CPUtime=6.25 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 12254 0 0 0 624 1 0 0 20 0 1 0 47382272 89628672 13280 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 21882 13280 1184 6655 0 12117 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 87528 KiB
Current children cumulated memory: 53120 KiB

[startup+12.7002 s]
/proc/loadavg: 7.29 7.96 7.53 8/267 42452
/proc/meminfo: memFree=129636880/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=265424 memory=184252 CPUtime=14.55 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 44897 0 0 0 1448 7 0 0 20 0 2 0 47382272 271794176 46063 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 66356 46063 3424 6655 0 45948 0
[pid=42402/tid=42452] ppid=42399 vsize=265424 memory=183868 CPUtime=1.9 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 5224 0 0 0 190 0 0 0 20 0 2 0 47383280 271794176 46063 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 265424 KiB
Current children cumulated memory: 184252 KiB

[startup+25.5002 s]
/proc/loadavg: 7.38 7.95 7.53 9/268 42453
/proc/meminfo: memFree=129420744/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=354144 memory=305104 CPUtime=39.95 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 110968 0 0 0 3979 16 0 0 20 0 2 0 47382272 362643456 76276 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 88536 76276 3552 6655 0 78064 0
[pid=42402/tid=42452] ppid=42399 vsize=354144 memory=305104 CPUtime=14.54 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 30808 0 0 0 1450 4 0 0 20 0 2 0 47383280 362643456 76276 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 39.95 s
Current children cumulated vsize: 354144 KiB
Current children cumulated memory: 305104 KiB

[startup+51.1054 s]
/proc/loadavg: 7.59 7.95 7.55 9/268 42453
/proc/meminfo: memFree=129354780/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=340568 memory=293432 CPUtime=90.76 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 129222 0 0 0 9057 19 0 0 20 0 2 0 47382272 348741632 73358 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 85142 73358 3552 6655 0 74670 0
[pid=42402/tid=42452] ppid=42399 vsize=340568 memory=288168 CPUtime=39.86 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 33052 0 0 0 3982 4 0 0 20 0 2 0 47383280 348741632 73358 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 90.76 s
Current children cumulated vsize: 340568 KiB
Current children cumulated memory: 293432 KiB

[startup+102.3 s]
/proc/loadavg: 7.87 7.97 7.58 9/267 42455
/proc/meminfo: memFree=129250960/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=345860 memory=297452 CPUtime=192.41 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 169194 0 0 0 19219 22 0 0 20 0 2 0 47382272 354160640 74363 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 86465 74363 3552 6655 0 75993 0
[pid=42402/tid=42452] ppid=42399 vsize=345860 memory=297452 CPUtime=90.5 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 51694 0 0 0 9044 6 0 0 20 0 2 0 47383280 354160640 74363 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 192.41 s
Current children cumulated vsize: 345860 KiB
Current children cumulated memory: 297452 KiB

[startup+162.3 s]
/proc/loadavg: 8.05 8.01 7.62 9/266 42457
/proc/meminfo: memFree=129113060/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=362284 memory=315760 CPUtime=311.56 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 189017 0 0 0 31132 24 0 0 20 0 2 0 47382272 370978816 78940 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 90571 78940 3552 6655 0 80099 0
[pid=42402/tid=42452] ppid=42399 vsize=362284 memory=298092 CPUtime=149.85 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 58890 0 0 0 14978 7 0 0 20 0 2 0 47383280 370978816 78940 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 311.56 s
Current children cumulated vsize: 362284 KiB
Current children cumulated memory: 315760 KiB

[startup+222.3 s]
/proc/loadavg: 8.07 8.02 7.65 9/266 42470
/proc/meminfo: memFree=128959536/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=341752 memory=295520 CPUtime=430.71 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 205596 0 0 0 43045 26 0 0 20 0 2 0 47382272 349954048 73880 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 85438 73880 3552 6655 0 74966 0
[pid=42402/tid=42452] ppid=42399 vsize=341752 memory=285684 CPUtime=209.21 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 65406 0 0 0 20913 8 0 0 20 0 2 0 47383280 349954048 73880 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 430.71 s
Current children cumulated vsize: 341752 KiB
Current children cumulated memory: 295520 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 8.02 7.67 8/266 42472
/proc/meminfo: memFree=128698352/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=330684 memory=289580 CPUtime=549.88 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 257587 0 0 0 54956 32 0 0 20 0 2 0 47382272 338620416 72395 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 82671 72395 3552 6655 0 72199 0
[pid=42402/tid=42452] ppid=42399 vsize=330684 memory=317544 CPUtime=268.56 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 85881 0 0 0 26846 10 0 0 20 0 2 0 47383280 338620416 72395 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 549.88 s
Current children cumulated vsize: 330684 KiB
Current children cumulated memory: 289580 KiB

[startup+342.3 s]
/proc/loadavg: 8.03 8.01 7.70 9/266 42474
/proc/meminfo: memFree=128468104/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=330684 memory=291116 CPUtime=669.05 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 260148 0 0 0 66872 33 0 0 20 0 2 0 47382272 338620416 72779 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 82671 72779 3552 6655 0 72199 0
[pid=42402/tid=42452] ppid=42399 vsize=330684 memory=291116 CPUtime=327.91 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 87932 0 0 0 32780 11 0 0 20 0 2 0 47383280 338620416 72779 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 669.05 s
Current children cumulated vsize: 330684 KiB
Current children cumulated memory: 291116 KiB

[startup+402.3 s]

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

/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 141764 0 0 0 134371 54 0 0 20 0 2 0 47383280 381976576 85391 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 2694.36 s
Current children cumulated vsize: 373024 KiB
Current children cumulated memory: 341564 KiB

[startup+1422.3 s]
/proc/loadavg: 8.09 8.09 8.00 9/267 42527
/proc/meminfo: memFree=126039808/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=375308 memory=343016 CPUtime=2813.47 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 338749 0 0 0 281260 87 0 0 20 0 2 0 47382272 384315392 85754 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 93827 85754 3552 6655 0 84051 0
[pid=42402/tid=42452] ppid=42399 vsize=375308 memory=343016 CPUtime=1404.05 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 142810 0 0 0 140346 59 0 0 20 0 2 0 47383280 384315392 85754 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 2813.47 s
Current children cumulated vsize: 375308 KiB
Current children cumulated memory: 343016 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.10 8.01 9/268 42541
/proc/meminfo: memFree=125780260/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=375308 memory=343016 CPUtime=2932.63 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 343994 0 0 0 293168 95 0 0 20 0 2 0 47382272 384315392 85754 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 93827 85754 3552 6655 0 84051 0
[pid=42402/tid=42452] ppid=42399 vsize=375308 memory=343016 CPUtime=1463.86 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 144834 0 0 0 146319 67 0 0 20 0 2 0 47383280 384315392 85754 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 2932.63 s
Current children cumulated vsize: 375308 KiB
Current children cumulated memory: 343016 KiB

[startup+1542.3 s]
/proc/loadavg: 8.22 8.13 8.02 9/268 42543
/proc/meminfo: memFree=125555640/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=440844 memory=364160 CPUtime=3051.76 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 346474 0 0 0 305079 97 0 0 20 0 2 0 47382272 451424256 91040 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 110211 91040 3616 6655 0 91140 0
[pid=42402/tid=42452] ppid=42399 vsize=440844 memory=362624 CPUtime=1523.4 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 147218 0 0 0 152272 68 0 0 20 0 2 0 47383280 451424256 91040 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3051.76 s
Current children cumulated vsize: 440844 KiB
Current children cumulated memory: 364160 KiB

[startup+1602.3 s]
/proc/loadavg: 8.12 8.12 8.02 9/268 42545
/proc/meminfo: memFree=125313800/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=440844 memory=366312 CPUtime=3170.9 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 346643 0 0 0 316992 98 0 0 20 0 2 0 47382272 451424256 91578 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 110211 91578 3616 6655 0 91140 0
[pid=42402/tid=42452] ppid=42399 vsize=440844 memory=362624 CPUtime=1582.76 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 147380 0 0 0 158207 69 0 0 20 0 2 0 47383280 451424256 91578 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3170.9 s
Current children cumulated vsize: 440844 KiB
Current children cumulated memory: 366312 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/269 42554
/proc/meminfo: memFree=125144016/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=440844 memory=366308 CPUtime=3290 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 347729 0 0 0 328901 99 0 0 20 0 2 0 47382272 451424256 91577 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 110211 91577 3616 6655 0 91181 0
[pid=42402/tid=42452] ppid=42399 vsize=440844 memory=362624 CPUtime=1642.09 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 148387 0 0 0 164140 69 0 0 20 0 2 0 47383280 451424256 91577 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3290 s
Current children cumulated vsize: 440844 KiB
Current children cumulated memory: 366308 KiB

[startup+1722.3 s]
/proc/loadavg: 8.11 8.12 8.03 9/269 42556
/proc/meminfo: memFree=124903392/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=437080 memory=361012 CPUtime=3409.18 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 351286 0 0 0 340817 101 0 0 20 0 2 0 47382272 447569920 90253 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 109270 90253 3616 6655 0 90240 0
[pid=42402/tid=42452] ppid=42399 vsize=437080 memory=362624 CPUtime=1701.46 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 148400 0 0 0 170076 70 0 0 20 0 2 0 47383280 447569920 90253 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3409.18 s
Current children cumulated vsize: 437080 KiB
Current children cumulated memory: 361012 KiB

[startup+1782.3 s]
/proc/loadavg: 8.16 8.12 8.03 9/267 42558
/proc/meminfo: memFree=124674040/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=437080 memory=363060 CPUtime=3528.37 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 351638 0 0 0 352736 101 0 0 20 0 2 0 47382272 447569920 90765 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 109270 90765 3616 6655 0 90240 0
[pid=42402/tid=42452] ppid=42399 vsize=437080 memory=363060 CPUtime=1760.83 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 148438 0 0 0 176013 70 0 0 20 0 2 0 47383280 447569920 90765 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3528.37 s
Current children cumulated vsize: 437080 KiB
Current children cumulated memory: 363060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.4 s]
/proc/loadavg: 7.86 8.06 8.01 7/266 42655
/proc/meminfo: memFree=129367140/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=437080 memory=363060 CPUtime=3600.01 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) R 42399 42402 41913 0 -1 4194304 352815 0 0 0 359891 110 0 0 20 0 2 0 47382272 447569920 90765 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 109270 90765 3616 6655 0 90240 0
[pid=42402/tid=42452] ppid=42399 vsize=437080 memory=363060 CPUtime=1796.53 cores=4,6
/proc/42402/task/42452/stat : 42452 (LSIPExact) R 42399 42402 41913 0 -1 4194368 148454 0 0 0 179578 75 0 0 20 0 2 0 47383280 447569920 90765 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 437080 KiB
Current children cumulated memory: 363060 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.89 s, system=1.14287 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1819.2 s]
/proc/loadavg: 7.86 8.06 8.01 6/266 42657
/proc/meminfo: memFree=129355680/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=341004 memory=308140 CPUtime=3600.1 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) S 42399 42402 41913 0 -1 4194304 359131 228 0 0 359900 110 0 0 20 0 1 0 47382272 349188096 77035 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 85251 77035 3648 6655 0 75475 0
[pid=42657] ppid=42402 vsize=76780 memory=60152 CPUtime=0.7 cores=4,6
/proc/42657/stat : 42657 (Exact) R 42402 42657 42657 0 -1 4194304 13076 0 0 0 68 2 0 0 20 0 1 0 47564119 78622720 15038 18446744073709551615 4198400 8335837 140728655504096 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 31485952 140728655505588 140728655505949 140728655505949 140728655511503 0
/proc/42657/statm: 19195 15038 1120 1011 0 17962 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 417784 KiB
Current children cumulated memory: 368292 KiB

[startup+1820 s]*
/proc/loadavg: 7.86 8.06 8.01 6/266 42657
/proc/meminfo: memFree=129355976/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=341004 memory=308140 CPUtime=3600.1 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) S 42399 42402 41913 0 -1 4194304 359131 228 0 0 359900 110 0 0 20 0 1 0 47382272 349188096 77035 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 85251 77035 3648 6655 0 75475 0
[pid=42657] ppid=42402 vsize=77308 memory=60792 CPUtime=1.5 cores=4,6
/proc/42657/stat : 42657 (Exact) R 42402 42657 42657 0 -1 4194304 13266 0 0 0 148 2 0 0 20 0 1 0 47564119 79163392 15198 18446744073709551615 4198400 8335837 140728655504096 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 31485952 140728655505588 140728655505949 140728655505949 140728655511503 0
/proc/42657/statm: 19327 15198 1120 1011 0 18094 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 418312 KiB
Current children cumulated memory: 368932 KiB

[startup+1820.4 s]
/proc/loadavg: 7.86 8.06 8.01 6/266 42657
/proc/meminfo: memFree=129355976/131249996 swapFree=33010416/33010684
[pid=42402] ppid=42399 vsize=341004 memory=308140 CPUtime=3600.1 cores=4,6
/proc/42402/stat : 42402 (LSIPExact) S 42399 42402 41913 0 -1 4194304 359131 228 0 0 359900 110 0 0 20 0 1 0 47382272 349188096 77035 18446744073709551615 94043932676096 94043959932497 140732000190544 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94043968435336 94043968866944 94043973156864 140732000192858 140732000193034 140732000193034 140732000198636 0
/proc/42402/statm: 85251 77035 3648 6655 0 75475 0
[pid=42657] ppid=42402 vsize=77308 memory=62964 CPUtime=1.89 cores=4,6
/proc/42657/stat : 42657 (Exact) R 42402 42657 42657 0 -1 4194304 13270 0 0 0 187 2 0 0 20 0 1 0 47564119 79163392 15741 18446744073709551615 4198400 8335837 140728655504096 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 31485952 140728655505588 140728655505949 140728655505949 140728655511503 0
/proc/42657/statm: 19327 15741 1120 1011 0 18094 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 418312 KiB
Current children cumulated memory: 371104 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1820.41
CPU time (s): 3602.03
CPU user time (s): 3600.89
CPU system time (s): 1.14287
CPU usage (%): 197.869
Max. virtual memory (cumulated for all children) (KiB): 440844
Max. memory (cumulated for all children) (KiB): 371104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.89
system time used= 1.14288
maximum resident set size= 369256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372629
page faults= 0
swaps= 0
block input operations= 5968
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 507
involuntary context switches= 107520


# summary of solver processes directly reported to runsolver:
#   pid: 42402
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3600.89
#   total CPU system time (s): 1.14287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.77674 second user time and 9.08946 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 22:57:28
IDJOB=4486549
IDBENCH=147023
IDSOLVER=3336
FILE ID=nodeC015/4486549-1751317048
RUNJOBID= nodeC015-1751315214-41924
SLURM_JOB_ID= 9594330
Free space on /tmp= 432884 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486549-1751317048/watcher-4486549-1751317048 -o /tmp/evaluation-result-4486549-1751317048/solver-4486549-1751317048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751315214-41924 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4486549-1751317048.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=451008688

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129844160 kB
MemAvailable:   129636732 kB
Buffers:            2128 kB
Cached:           581692 kB
SwapCached:           24 kB
Active:           425808 kB
Inactive:         278532 kB
Active(anon):     118492 kB
Inactive(anon):    20084 kB
Active(file):     307316 kB
Inactive(file):   258448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92560 kB
Writeback:             4 kB
AnonPages:        123632 kB
Mapped:           120836 kB
Shmem:             18052 kB
KReclaimable:     132096 kB
Slab:             220820 kB
SReclaimable:     132096 kB
SUnreclaim:        88724 kB
KernelStack:        4256 kB
PageTables:         3160 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     464600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC015 at 2025-06-30 23:27:48